summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] Added a wrapper header for inclusion of stock CUDA headers.Artem Belevich2015-11-172-0/+180
* [CUDA] Detect and link with CUDA's libdevice bitcode library.Artem Belevich2015-11-172-0/+45
* [CUDA] added include paths for both sides of CUDA compilation.Artem Belevich2015-11-175-5/+36
* [CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich2015-11-174-43/+62
* Use !hasArg with two options instead of !hasArg && !hasArg.Douglas Katzman2015-11-171-92/+52
* bmiintrin.h: Allow using the tzcnt intrinsics for non-BMI targetsHans Wennborg2015-11-171-3/+9
* ARM: fix mismatch between Clang and backend on exception type.Tim Northover2015-11-171-6/+2
* Add trivial utility to append -L arguments to linker step. NFCDouglas Katzman2015-11-172-35/+15
* Revert "Make FP_CONTRACT ON the default."Manuel Klimek2015-11-171-0/+1
* [Sema] Remove unnecessary typecast of bool to int when passing arguments to d...Craig Topper2015-11-171-9/+8
* [Sema] Combine similar diagnostics using %select. NFCCraig Topper2015-11-173-15/+10
* [Sema] Minor formatting fixes. NFCCraig Topper2015-11-174-6/+6
* [modules] Fix some more cases where we used to reject a conflict between twoRichard Smith2015-11-173-8/+17
* Make FP_CONTRACT ON the default.Stephen Canon2015-11-161-1/+0
* Derive nacltools::Linker from GnuTool to get response file supportDerek Schuff2015-11-161-2/+2
* Correctly handle type mismatches in the __weak copy/move-initializationJohn McCall2015-11-161-2/+12
* When producing error messages for always_inline functions with theEric Christopher2015-11-161-2/+5
* [mips] Do not add arch name in the compiler-rt's components.Vasileios Kalintiris2015-11-161-2/+1
* [Myriad]: pass the 'std=' option to moviCompileDouglas Katzman2015-11-161-1/+1
* [ARM,AArch64] Fix __rev16l and __rev16ll intrinsicsOliver Stannard2015-11-161-6/+10
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-161-0/+6
* [ARM] Pass in the architecture to TargetParser to cope with API changeBradley Smith2015-11-161-2/+3
* Update for the gnu flavor being renamed to old-gnu.Rafael Espindola2015-11-161-3/+3
* [CGDebugInfo] Set the size and align for reference typesKeno Fischer2015-11-161-6/+7
* [Sema] Implement several unary type traits more accuratelyDavid Majnemer2015-11-161-19/+32
* [Frontend] Rangify for loop. NFC.Vedant Kumar2015-11-161-2/+2
* [analyzer] Handle calling ObjC super method from inside C++ lambda.Devin Coughlin2015-11-151-0/+17
* [Sema] Use getLangOpts in Sema instead of Preprocessor. Call getTargetInfo on...Craig Topper2015-11-152-10/+9
* [Sema] Fix filename in header. NFCCraig Topper2015-11-151-1/+1
* [Sema] Remove unnecessary includes and forward declarations. NFCCraig Topper2015-11-151-2/+0
* [libclang] Visit TypeAliasTemplateDeclSergey Kalinichev2015-11-151-0/+1
* Make the mingw toolchain accept 'ld' and 'lld' only as values to -fuse-ld.Yaron Keren2015-11-151-0/+2
* Fix a layering oddity by passing Sema to DeclSpec::Finish instead of Diagnost...Craig Topper2015-11-153-54/+47
* [analyzer] Refer to capture field to determine if capture is reference.Devin Coughlin2015-11-151-5/+5
* [Sema] Don't crash trying to diagnose abs called on a pointer typeDavid Majnemer2015-11-151-0/+13
* Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFCCraig Topper2015-11-159-42/+35
* Move diagnostics from Parse to Sema to remove Sema's dependency on ParserDiag...Craig Topper2015-11-144-3/+1
* Fix indentation. NFCCraig Topper2015-11-141-6/+6
* Merge some similar diagnostics using %select.Craig Topper2015-11-145-20/+23
* Minor formatting fixes. NFCCraig Topper2015-11-141-2/+1
* Fix 80 column violation. NFC.Craig Topper2015-11-141-2/+2
* Fix spelling error in comment.Craig Topper2015-11-141-1/+1
* [modules] Allow "redefinition" of typedef of anon tag from unimported submoduleBen Langmuir2015-11-142-2/+4
* Add support for the always_inline + target feature diagnostic to printEric Christopher2015-11-141-6/+11
* Use %select to merge similar diagnostics. NFCCraig Topper2015-11-143-14/+14
* Clarify and elaborate the conditions on which we're checking targetEric Christopher2015-11-141-4/+6
* CFG: Delay creating Dtors for CompoundStmts which end in ReturnStmtMatthias Gehre2015-11-141-1/+9
* Revert "[AArch64] Unconditionally pass subtarget feature reserve-x18 on Darwin."Justin Bogner2015-11-131-5/+3
* Fix auto-link for text-based dynamic library SDKs.Juergen Ributzka2015-11-131-3/+12
* [Sema] __is_constructible should return false for function typesDavid Majnemer2015-11-131-10/+11
OpenPOWER on IntegriCloud