aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-30Fix build system for rebase.HEADmastermainTim Murray
2014-04-28Update build system for rebase.Tim Murray
2014-04-28Merge remote-tracking branch 'upstream/master' into rebaseTim Murray
2014-04-28[driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors theChad Rosier
2014-04-28Remove unused using statement.Nico Weber
2014-04-28Renaming range-based for loop variables so they don't appear iterator-like.Aaron Ballman
2014-04-28[C++11] Converting to range-based for loops. No functional changes intended.Aaron Ballman
2014-04-28clang-format: Improve binary operator detection.Daniel Jasper
2014-04-28clang-format: Fixes spaces in case statements.Daniel Jasper
2014-04-28[ARM64]Fix a bug cannot select UQSHL/SQSHL with constant i64 shift amount.Hao Liu
2014-04-28clang-format: Don't wrap after @interface.Daniel Jasper
2014-04-28Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber
2014-04-28libclang: split out the documentation comment APIAlp Toker
2014-04-28[objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis
2014-04-28CodeGen: remove an unused variableSaleem Abdulrasool
2014-04-28[SemaCXX] Silence -Wconstant-logical-operand if the operand is a 0/1 from a m...Argyrios Kyrtzidis
2014-04-27[Index/DocComments] When cloning a full comment, pick the template parameters...Argyrios Kyrtzidis
2014-04-27remove less relevant information + about packaging/Mac OS X + link to cfe-devSylvestre Ledru
2014-04-27Remove no longer relevant information in the gcc/llvm comparison page + minor...Sylvestre Ledru
2014-04-27remove useless codeSylvestre Ledru
2014-04-27Remove deprecated information about performances:Sylvestre Ledru
2014-04-27clang-format: Fix bug when aligning trailing /**/-comments in macros.Daniel Jasper
2014-04-27Fix the method len of the CompletionString object. Patch by Christopher GreeneSylvestre Ledru
2014-04-27c-arcmt-test/Makefile: Update USEDLIBS for -static.NAKAMURA Takumi
2014-04-26[SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there ...Argyrios Kyrtzidis
2014-04-26[Sema] Adjust Sema::getCurBlock()/getCurLambda() to take into account that we...Argyrios Kyrtzidis
2014-04-26libclang: remove 'CXDiagnostic_Remark'Alp Toker
2014-04-26Add mangling for attribute enable_if. The demangling patch for libcxxabi is s...Nick Lewycky
2014-04-25Fixed Assert In CGRecordLoweringWarren Hunt
2014-04-25CodeGen: add __yield intrinsic for ARMSaleem Abdulrasool
2014-04-25Make test pass on 32 bit architectures.Benjamin Kramer
2014-04-25Print detailed vector type information on diagnostics.Benjamin Kramer
2014-04-25Fix leak of GlobalModuleIndex::IdentifierIndex, found by LSan.Nico Weber
2014-04-25PR19558: don't produce an "unused variable" warning for a variable template p...Richard Smith
2014-04-25CodeGen: replace use of @llvm.arm.sevl with @llvm.arm.hintSaleem Abdulrasool
2014-04-25CodeGen: Cleanup variable linkage calculationDavid Majnemer
2014-04-25CodeGen: Refactor linkage/visibility calculationDavid Majnemer
2014-04-25Push unique_ptr ownership of ASTUnits further back into their factories.David Blaikie
2014-04-25clang-cl: /fallback only applies to C or C++ filesHans Wennborg
2014-04-25clang-cl: pass -debug flag to the linker when compiling with debug infoHans Wennborg
2014-04-25Improve ownership of ASTUnits in libTooling by using std::unique_ptr.David Blaikie
2014-04-25Revert "Reland r206934 with a hopefully fixed test"Rafael Espindola
2014-04-25fix a test-only leak found by lsan, PR19521Kostya Serebryany
2014-04-25CodeGen: Avoid instrumenting implicit Decls more effectivelyJustin Bogner
2014-04-25bindings: expose C++ access specifiersSaleem Abdulrasool
2014-04-24Reland r206934 with a hopefully fixed testReid Kleckner
2014-04-24If we see an explicit instantiation declaration or definition of a functionRichard Smith
2014-04-24MicrosoftVTableContext: Don't leak VPtrInfos. Found by LSan, PR19522.Nico Weber
2014-04-24Fix a tiny test-only leak, found by LSan.Nico Weber
2014-04-24Intrin.h: remove __rdtsc and __rdtscp declarationsHans Wennborg