summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Sema: Enforce C++11 pointer-to-member template arguments should rulesDavid Majnemer2013-12-101-3/+1
* [AArch64] Refactor the NEON scalar reduce pairwise intrinsics so that they useChad Rosier2013-12-091-6/+17
* [AArch64] Refactor the NEON scalar reduce pairwise front-end codegen to removeChad Rosier2013-12-091-11/+11
* [AArch64] Remove q and non-q intrinsic definitions from the NEON scalar reduceChad Rosier2013-12-091-20/+10
* Objective-C: Improve on various diagnostics related toFariborz Jahanian2013-12-091-69/+83
* [CMake] clangSema doesn't depend on LLVM CodeGen any more.NAKAMURA Takumi2013-12-091-4/+1
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-0918-26/+114
* [CMake] clangDriver: Move LLVM stuff in target_link_library to LLVM_LINK_COMP...NAKAMURA Takumi2013-12-091-2/+6
* Save another call to GetAddrOfFunction.Rafael Espindola2013-12-092-8/+10
* When we decide to output a deferred decl, remember the llvm GlobalValue.Rafael Espindola2013-12-093-24/+37
* Output destructors and constructors in a more natural order.Rafael Espindola2013-12-091-12/+12
* clang-format: Be more conservative about braced list column layout.Daniel Jasper2013-12-093-7/+11
* [-cxx-abi microsoft] Mangle large integral constants correctlyDavid Majnemer2013-12-092-46/+43
* Avoid extra error messages if method definition is inside function.Serge Pavlov2013-12-091-1/+2
* Avoid adding some decls to DeferredDeclsToEmit.Rafael Espindola2013-12-094-77/+92
* [-cxx-abi microsoft] Properly mangle enumsDavid Majnemer2013-12-091-4/+2
* [AArch64]Add missing pair intrinsics such as:Hao Liu2013-12-091-0/+8
* Rename a variable that I missed in the previous refactoring.Faisal Vali2013-12-091-4/+4
* GlobalAlias::isDeclaration is always false. Remove dead code.Rafael Espindola2013-12-081-5/+0
* ARM: teach Sema that "r" can match 64-bit valuesTim Northover2013-12-081-1/+1
* Fix the message to go along with the assertion that was just fixed.Faisal Vali2013-12-081-1/+1
* Fix an assertion introduced by my previous refactoring.Faisal Vali2013-12-081-6/+4
* Extend assembler handling for NetBSD/MIPS to pass down the correct ABI,Joerg Sonnenberger2013-12-081-5/+32
* Fix pr18174.Rafael Espindola2013-12-081-1/+1
* [REFACTOR] Refactored some of the generic-lambda capturing code.Faisal Vali2013-12-073-135/+247
* CodeGen: Don't emit linkage on thunks that aren't emitted because they're var...Benjamin Kramer2013-12-071-3/+4
* Eliminate the last trivial NDEBUG uses in clang headersAlp Toker2013-12-073-4/+7
* CommentLexer: eliminate an NDEBUG from the headersAlp Toker2013-12-071-0/+13
* Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...John Thompson2013-12-072-5/+5
* Tweak r196646Alp Toker2013-12-071-5/+3
* Type traits: No need for switch to handle __builtin_types_compatible_pAlp Toker2013-12-071-10/+4
* Add a SubsetSubject in Attr.td to automate checking of where the objc_designa...Argyrios Kyrtzidis2013-12-071-17/+2
* Give a more appropriate diagnostic when a template specialization orRichard Smith2013-12-071-31/+33
* Pass correct flags to assembler and linker for OpenBSD on AMD64, PowerPCJoerg Sonnenberger2013-12-071-0/+39
* ObjectiveC. Continuing implementation of objc_bridge_relatedFariborz Jahanian2013-12-073-0/+123
* Fixing assertion failure introduced in 196602.Warren Hunt2013-12-071-6/+4
* Added support for mcpu kraitAna Pazos2013-12-064-7/+18
* Add option to use temporary file for assembling with clangDavid Peixotto2013-12-061-0/+1
* [MS-ABI] adds padding before all vbases after a bitfieldWarren Hunt2013-12-061-8/+7
* [MS-ABI] Fix alias-avoidance padding between basesWarren Hunt2013-12-062-63/+74
* Revert "[analyzer] Refactor conditional expression evaluating code"Anna Zaks2013-12-063-92/+64
* Turning the __w64 attribute into an ignored attribute to match other Microsof...Aaron Ballman2013-12-062-5/+0
* Move the body of GCCInstallationDetector ctor into an init() functionRoman Divacky2013-12-062-6/+8
* Fix code typos spotted while working on type traitsAlp Toker2013-12-067-35/+35
* Tweak the ordering of a conditional to possibly avoid a few strcmps.Aaron Ballman2013-12-061-1/+1
* Reverting changes from r196415; this patch exposed a different, but unrelated...Aaron Ballman2013-12-061-1/+2
* clang-format: Change line break decisions for array subscripts.Daniel Jasper2013-12-061-1/+1
* Allow string literals as module names.Daniel Jasper2013-12-062-21/+3
* PR18152: When computing the semantic form for an initializer list, keep trackRichard Smith2013-12-061-2/+2
* Support MS-ABI's concept of "Required Alignment" imposed by Warren Hunt2013-12-062-29/+61