summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* OpenCL: Accept -cl-strict-aliasingMatt Arsenault2015-02-161-0/+1
* Fix crash when clang tries to build NSNumber literal after forward declarationAlex Denisov2015-02-161-0/+18
* Fix quoting of #pragma comment for MS compat, clang part.Michael Kuperstein2015-02-161-1/+5
* DR1467: If aggregate initialization encounters an initializer list for whichRichard Smith2015-02-161-0/+7
* [X86] Teach clang to lower __builtin_ia32_psrldqi256 and __builtin_ia32_pslld...Craig Topper2015-02-161-2/+2
* Partial revert of r229336; this wasn't intended to go in.Aaron Ballman2015-02-154-84/+8
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-154-8/+84
* Add more tests for crashes that happend to be fixed by r229288.Larisse Voufo2015-02-151-0/+214
* Don't crash on `struct ::, struct ::` (and the same for enums).Larisse Voufo2015-02-151-214/+0
* More on fixing sized deallocation implementation logic: Fix PR21754.Larisse Voufo2015-02-151-0/+13
* Add more tests for crashes that happend to be fixed by r229288.Nico Weber2015-02-151-0/+2
* Don't crash on `struct ::, struct ::` (and the same for enums).Nico Weber2015-02-151-1/+9
* Remove trailing whitespace to make test compatible with typeless pointer migr...David Blaikie2015-02-151-1/+1
* Remove trailing whitespace to make test compatible with typeless pointer migr...David Blaikie2015-02-151-2/+2
* Remove trailing whitespace to make test compatible with typeless pointer migr...David Blaikie2015-02-151-1/+1
* Remove trailing whitespace to help make test compatible with typeless pointer...David Blaikie2015-02-151-1/+1
* Update test to be ready for typeless pointer changesDavid Blaikie2015-02-151-1/+1
* Update test to make it robust to migration to typeless pointersDavid Blaikie2015-02-151-3/+3
* ItaniumMangle: Correctly mangle <base-unresolved-name>David Majnemer2015-02-141-8/+32
* Revise the implementation logic of sized deallocation: Do not automatically g...Larisse Voufo2015-02-142-12/+20
* [modules] Accept //-style comments in module maps on purpose rather than byRichard Smith2015-02-141-0/+4
* Update cxx_dr_status to cover dr1748 and add test.Richard Smith2015-02-141-0/+35
* DR1748: the reserved placement allocation functions have undefined behavior ifRichard Smith2015-02-142-11/+41
* CodeGen: _Atomic(_Complex) shouldn't crashDavid Majnemer2015-02-141-0/+8
* Revert "Revert r229082 for a bit, it caused PR22577."David Majnemer2015-02-143-10/+78
* CodeGen: Correctly convert atomic bool from i8 to i1David Majnemer2015-02-141-0/+10
* Update test case to be compatible with auto-migration to new getelementptr sy...David Blaikie2015-02-141-1/+1
* Remove trailing whitespace getting in the way of near-future getelementptr ch...David Blaikie2015-02-141-1/+1
* Adjust test case to be compatible with future changes to explicitly pass the ...David Blaikie2015-02-141-2/+2
* [modules] If we have a choice between including a file textually and importingRichard Smith2015-02-135-0/+19
* PR17938: This has already been fixed, add regression test.Richard Smith2015-02-131-0/+10
* Revert r229082 for a bit, it caused PR22577.Nico Weber2015-02-133-78/+10
* MS ABI: Implement /volatile:msDavid Majnemer2015-02-133-10/+78
* [X86] Fix test cases that I foolishly copied and modified from another file t...Craig Topper2015-02-131-4/+4
* [X86] Add range checking on immediate arguments on XOP vpcom builtins.Craig Topper2015-02-131-0/+33
* [X86] Add _mm_bslli_si128 and _mm_bsrli_si128 as aliases of _mm_slli_si128 an...Craig Topper2015-02-131-0/+24
* Mark clang/test/CodeGen/exceptions-seh-leave.c as REQUIRES:asserts, for now.NAKAMURA Takumi2015-02-131-0/+3
* [modules] When collecting declarations to complete a redeclaration chain for anRichard Smith2015-02-125-4/+19
* [ms] Implement codegen for __leave.Nico Weber2015-02-121-9/+219
* Mangle the IsSystem bit into the .pcm file nameBen Langmuir2015-02-121-0/+8
* Sema: Semantically check _Atomic-qualified pointersDavid Majnemer2015-02-121-2/+4
* Fix dependency generation crash test to run clang and clean up after itself.Greg Bedwell2015-02-121-1/+5
* [mips] Partially revert r223927: Removing __SIZEOF_INT128__ macro for MIPS64Vasileios Kalintiris2015-02-121-2/+2
* Fix tests so they work when the linker is gccFilipe Cabecinhas2015-02-123-8/+25
* Add InlineAsmDiagnosticHandler for bitcode inputSteven Wu2015-02-121-0/+6
* More for DR1467: In C++, when initializing an element of an aggregate,Richard Smith2015-02-122-2/+12
* Improve the "braces around scalar init" warning to determine whether to warnRichard Smith2015-02-128-14/+13
* Add the 'noinline' attribute to call sites within __try bodiesReid Kleckner2015-02-112-4/+9
* Fix REQUIRES lines on tests from r228735. Thanks Kristof for pointing out th...Pete Cooper2015-02-112-2/+2
* Add a comdat to __clang_call_terminateReid Kleckner2015-02-111-2/+2
OpenPOWER on IntegriCloud