aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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 useless codeSylvestre Ledru
2014-04-27clang-format: Fix bug when aligning trailing /**/-comments in macros.Daniel Jasper
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-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-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-25CodeGen: Avoid instrumenting implicit Decls more effectivelyJustin Bogner
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-24Intrin.h: remove __rdtsc and __rdtscp declarationsHans Wennborg
2014-04-24[X86] Add Clang support for intrinsics __rdtsc and __rdtscp.Andrea Di Biagio
2014-04-24Squelch leak found by LSan by handling missing switch case.Jordan Rose
2014-04-24[mips] Support 128-bit int in N32 ABI by overriding TargetInfo::hasInt128Type()Daniel Sanders
2014-04-24CommentToXMLConverter: Don't use "default" to method(s). It is unavailable in...NAKAMURA Takumi
2014-04-24[mips] Correct size_t and ptrdiff_t for N32.Daniel Sanders
2014-04-24Comment to XML conversion: use unique_ptr for SimpleFormatContextDmitri Gribenko
2014-04-24Don't leak _all_ directives in -verify mode. Found by LSan, PR19520.Nico Weber
2014-04-24Don't leak invalid RegexDirectives. Probably a small part of PR19520.Nico Weber
2014-04-24Fix two leaks found by LSan (one is test-only).Nico Weber
2014-04-24Revert the "don't leak" part of r207065, looks like the bots don't like it :-/Nico Weber
2014-04-24Don't leak objects in load-from-ast path unless DisableFree is set.Nico Weber
2014-04-24When two templates get merged together, also merge their pattern declarationsRichard Smith
2014-04-24Bury leaked sema pointer when reading from AST files.Nico Weber
2014-04-23Fix another leak in ParseMicrosoftAsmStatement(), found by LSan.Nico Weber