summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Fix tests in order for them to not fail after r252604.Igor Laevsky2015-11-181-2/+2
* [NFC] Change the evaluation context of a non-type default template argument f...Faisal Vali2015-11-181-0/+14
* Produce a better diagnostic for global register variables.Akira Hatanaka2015-11-189-22/+53
* [modules] When a #include is mapped to a module import and appears somewhereRichard Smith2015-11-171-1/+13
* [Myriad]: -nostdlib implies -nostartfilesDouglas Katzman2015-11-171-0/+1
* [CUDA] Make CUDA compilation usable by default.Artem Belevich2015-11-171-3/+8
* [CUDA] Detect and link with CUDA's libdevice bitcode library.Artem Belevich2015-11-173-4/+29
* [CUDA] added include paths for both sides of CUDA compilation.Artem Belevich2015-11-171-1/+25
* [CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich2015-11-172-18/+23
* Use !hasArg with two options instead of !hasArg && !hasArg.Douglas Katzman2015-11-171-0/+7
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-1734-26/+260
* ARM: fix mismatch between Clang and backend on exception type.Tim Northover2015-11-171-1/+9
* Revert "Make FP_CONTRACT ON the default."Manuel Klimek2015-11-174-191/+13
* [modules] Fix some more cases where we used to reject a conflict between twoRichard Smith2015-11-172-0/+31
* Make FP_CONTRACT ON the default.Stephen Canon2015-11-164-13/+191
* Correctly handle type mismatches in the __weak copy/move-initializationJohn McCall2015-11-162-0/+54
* When producing error messages for always_inline functions with theEric Christopher2015-11-161-0/+9
* [mips] Do not add arch name in the compiler-rt's components.Vasileios Kalintiris2015-11-161-1/+1
* [Myriad]: pass the 'std=' option to moviCompileDouglas Katzman2015-11-161-0/+4
* [ARM,AArch64] Fix __rev16l and __rev16ll intrinsicsOliver Stannard2015-11-161-10/+36
* Handle ARMv6KZ namingArtyom Skrobov2015-11-162-5/+8
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-161-0/+10
* Update for the gnu flavor being renamed to old-gnu.Rafael Espindola2015-11-163-7/+7
* [CGDebugInfo] Set the size and align for reference typesKeno Fischer2015-11-161-1/+1
* [Sema] Implement several unary type traits more accuratelyDavid Majnemer2015-11-163-13/+30
* [analyzer] Handle calling ObjC super method from inside C++ lambda.Devin Coughlin2015-11-151-0/+46
* [X86][MMX] Added MMX IR + assembly codegen builtin tests for some missing cvt...Simon Pilgrim2015-11-151-14/+81
* [libclang] Visit TypeAliasTemplateDeclSergey Kalinichev2015-11-152-1/+8
* [libclang] Expose AutoTypeSergey Kalinichev2015-11-151-5/+5
* Make the mingw toolchain accept 'ld' and 'lld' only as values to -fuse-ld.Yaron Keren2015-11-151-4/+0
* [analyzer] Refer to capture field to determine if capture is reference.Devin Coughlin2015-11-151-0/+72
* [Sema] Don't crash trying to diagnose abs called on a pointer typeDavid Majnemer2015-11-151-2/+18
* [X86][MMX] Sorted MMX IR + assembly codegen builtin testsSimon Pilgrim2015-11-141-367/+374
* [X86][MMX] Added MMX IR + assembly codegen builtin testsSimon Pilgrim2015-11-141-196/+358
* [modules] Allow "redefinition" of typedef of anon tag from unimported submoduleBen Langmuir2015-11-145-1/+18
* Add support for the always_inline + target feature diagnostic to printEric Christopher2015-11-142-2/+2
* Use %select to merge similar diagnostics. NFCCraig Topper2015-11-142-4/+3
* Make some tests LLVM-optimization agnostic and remove some others that were b...David Blaikie2015-11-145-146/+16
* CFG: Delay creating Dtors for CompoundStmts which end in ReturnStmtMatthias Gehre2015-11-141-0/+11
* Revert "[AArch64] Unconditionally pass subtarget feature reserve-x18 on Darwin."Justin Bogner2015-11-131-5/+0
* Relax mingw-useld test to fix bot failures.Yaron Keren2015-11-131-3/+3
* Add test case for mingw -fuse-ld= support introduced in r242121.Yaron Keren2015-11-131-0/+20
* Fix auto-link for text-based dynamic library SDKs.Juergen Ributzka2015-11-133-0/+19
* Slacken the norecurse test slightlyJames Molloy2015-11-131-1/+1
* [Sema] __is_constructible should return false for function typesDavid Majnemer2015-11-131-0/+3
* [modules] When a declaration has non-trivial visibility, check whether it'sRichard Smith2015-11-131-0/+7
* clang/test/Driver/mips-mti-linux.c: Tweak to match DOSish paths.NAKAMURA Takumi2015-11-131-4/+2
* [modules] Follow the C++ standard's rule for linkage of enumerators: they haveRichard Smith2015-11-134-6/+9
* Add support for function attribute 'disable_tail_calls'.Akira Hatanaka2015-11-134-5/+69
* clang/test/Driver/mips-mti-linux.c: Remove XFAIL. It shouldn't fail for targe...NAKAMURA Takumi2015-11-121-1/+1
OpenPOWER on IntegriCloud