]> granicus.if.org Git - clang/shortlog
clang
2011-07-27 Peter CollingbourneSilence gcc warning
2011-07-27 Peter CollingbourneForbid address-space-qualified function types, per...
2011-07-27 Peter CollingbourneFix TR 18037 citation in SemaType.cpp
2011-07-27 Peter CollingbourneCodeGen: rename CodeGenModule::Runtime to ObjCRuntime
2011-07-27 Eli FriedmanFix typo in test.
2011-07-27 Eli FriedmanMake CodeGen for array delete involving incomplete...
2011-07-27 Ted KremenekChange Preprocessor::getTotalMemory() to use llvm:...
2011-07-27 Ted KremenekChange PreprocessingRecord::getTotalMemory() to use...
2011-07-27 Ted KremenekChange HeaderSearch::getTotalMemory() to use llvm:...
2011-07-27 Ted KremenekChange SourceManager::getDataStructureSizes() to use...
2011-07-27 Ted KremenekChange ASTContext::getSideTableAllocatedMemory() to...
2011-07-27 Douglas GregorModules don't require validation of the predefines...
2011-07-27 Eric ChristopherMake this darwin only for now while investigating to...
2011-07-27 Douglas GregorUpdate C++0x status page to reflect support for unicode...
2011-07-27 Douglas GregorAdd support for C++0x unicode string and character...
2011-07-27 Argyrios Kyrtzidis[arcmt] Revert r135382, there's a different approach...
2011-07-27 Argyrios Kyrtzidis[arcmt] More automatic transformations and safety impro...
2011-07-27 Douglas GregorEasier debugging with Visual Studio Visualizers, from...
2011-07-27 John McCallClean up the analysis of the collection operand to...
2011-07-27 Francois PichetIn Microsoft mode, if we are within a templated functio...
2011-07-26 Eric ChristopherHandle different sized wchar_t for windows.
2011-07-26 Ted Kremenekclang_getCXTUResourceUsage: report memory used by Heade...
2011-07-26 Ted Kremenekclang_getCXTUResourceUsage: Report memory used by data...
2011-07-26 Eric ChristopherUse the correct definition for memset.
2011-07-26 Eric ChristopherMake this darwin only to simplify the padding calculati...
2011-07-26 Eli FriedmanRe-fix r136172 so it isn't an error; apparently, some...
2011-07-26 Eric ChristopherThis appears to be passing on all hosts.
2011-07-26 Jeffrey YasskinThis patch implements as much of the narrowing conversi...
2011-07-26 Douglas GregorDisable the optimization that skips emission of complet...
2011-07-26 Eric ChristopherTry a little hack to fix the memset duplication on...
2011-07-26 Eric ChristopherTry harder to fix these for windows.
2011-07-26 Eric ChristopherGeneralize for various build bots.
2011-07-26 Eli FriedmanDiagnose trying to delete a pointer to an abstract...
2011-07-26 Eric ChristopherRewrite match line to be friendlier to misc buildbots.
2011-07-26 Eric ChristopherRewrite matching line to be friendlier to misc buildbots.
2011-07-26 Eric ChristopherAttempt to rewrite the matching for this test to pacify...
2011-07-26 Anna ZaksRemove unused diagnostic definition.
2011-07-26 Eric ChristopherRework the match here to silence release mode windows...
2011-07-26 Eric ChristopherAttempt to generalize this test for release mode buildbots.
2011-07-26 Eric ChristopherTry to generalize the match to quiet the windows build...
2011-07-26 Eli FriedmanA couple minor issues with Sema for delete:
2011-07-26 Eric ChristopherUse unsigned long long for uint64_t. Fixes part of...
2011-07-26 Eric ChristopherMigrate most of the rest of test/FrontendC from llvm...
2011-07-26 Eric ChristopherAdjust check for release mode.
2011-07-26 Argyrios KyrtzidisIn ARC we emit an error when compiling:
2011-07-26 Eric ChristopherMigrate:
2011-07-26 Ted KremenekReport more memory using in Preprocessor::getTotalMemor...
2011-07-26 Eric ChristopherMigrate CodeGen/2007-03-05-DataLayout.c from test/Front...
2011-07-26 Eric ChristopherMigrate CodeGen/2005-02-20-AggregateSAVEEXPR.c from...
2011-07-26 Eric ChristopherMigrate CodeGen/2009-09-24-SqrtErrno.c from test/Fronte...
2011-07-26 Eric ChristopherMigrate CodeGen/2002-03-11-LargeCharInString.c from...
2011-07-26 Eric ChristopherAdd CodeGen/2009-07-15-pad-wchar_t-array.c migrated...
2011-07-26 Eric ChristopherMigrate wchar-const.c with fixes and FileCheck from...
2011-07-26 Kaelyn UhrainRevert r136046 while fixing handling of e.g. &foo[index...
2011-07-26 Jonathan D... This patch extends the previous patch by starting to...
2011-07-26 Fariborz JahanianProvide fixit for static use of objective-c type
2011-07-26 Benjamin KramerEliminate a bunch of temporary strings.
2011-07-26 Douglas GregorAdd new libclang API, clang_codeCompleteGetObjCSelector...
2011-07-26 Douglas GregorWhen we decide not to rebuild an instantiated C++ ...
2011-07-26 Douglas GregorObjective-C++ ARC: When performing template argument...
2011-07-26 Chad RosierAfter further discussion it has been determined that...
2011-07-26 Chandler CarruthCleanup the stray comments and variables I could dig...
2011-07-26 Chandler CarruthFix a stray instantiation comment in Parse.
2011-07-26 Chandler CarruthClean up as many of the comments in Basic I can find...
2011-07-26 Chandler CarruthMigrate 'Instantiation' data and API bits of SLocEntry...
2011-07-26 Chandler CarruthConvert InstantiationInfo and much of the related code...
2011-07-26 Chandler CarruthRename create(MacroArg)InstantiationLoc to create(Macro...
2011-07-26 Chandler CarruthRename SourceManager (and InstantiationInfo) isMacroArg...
2011-07-26 Kaelyn UhrainExpand array bounds checking to work in the presence...
2011-07-26 Evan ChengAssembler really doesn't need to create TargetMachine...
2011-07-26 Kaelyn UhrainTest commit
2011-07-26 NAKAMURA Takumitest/CodeGen/2003-08-18-SigSetJmp.c: XFAIL: mingw,...
2011-07-26 Eric Christopherwin32 doesn't have sigsetjmp, just xfail this test...
2011-07-26 Eric ChristopherRework this slightly to work for optimized compilers...
2011-07-26 Eric ChristopherThese tests use standard headers and so need ms extensi...
2011-07-26 Eric ChristopherRemove this test, it's more properly an optimizer test.
2011-07-26 Eric ChristopherMigrate and FileCheck-ize some of:
2011-07-26 Eric ChristopherMigrate over 2009-04-22-UnknownSize.c, 2009-07-17-VoidP...
2011-07-26 Evan ChengRename createCodeEmitter to createMCCodeEmitter; create...
2011-07-26 Evan ChengRename createAsmParser to createMCAsmParser.
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Francois PichetFix the MSVC build. 2 problems:
2011-07-25 Fariborz Jahanianobjective-c: Provide a 'fixit' when class was used
2011-07-25 Chandler CarruthRename getInstantiationLineNumber to getExpansionLineNu...
2011-07-25 Chandler CarruthRepair some indentation I missed in my previous commit.
2011-07-25 Chandler CarruthRename getInstantiationColumnNumber to getExpansionColu...
2011-07-25 Evan ChengAssembler doesn't need to initialize TargetMachine...
2011-07-25 Chandler CarruthRename getDecomposedInstantiationLoc to getDecomposedEx...
2011-07-25 Chandler CarruthgetInstantiationLocSlowCase -> getExpansionLocSlowCase
2011-07-25 Chandler CarruthRename SourceManager::getImmediateInstantiationRange to
2011-07-25 Jonathan D... Refactor of how modules are handled in ASTReader to...
2011-07-25 Chad RosierAllow target to specify about using minimum alignment...
2011-07-25 Axel NaumannPick up expected diagnostics not only in the main file...
2011-07-25 Chad RosierFix r135934. Rename was intended, but without addition...
2011-07-25 Chad RosierRename an alignment test to be more precise and add...
2011-07-25 Douglas GregorUpdate C++0x status for explicit override controls...
2011-07-25 Howard Hinnanthttp://llvm.org/bugs/show_bug.cgi?id=10472
2011-07-25 Douglas GregorAdded clang_getCursorReferenceNameRange to libclang...
2011-07-25 Chandler CarruthRename SourceManager::getInstantiationRange to getExpan...
2011-07-25 Chandler CarruthMechanically rename SourceManager::getInstantiationLoc and
next