| Commit message (Expand) | Author | Age | Files | Lines |
* | OpenCL: Accept -cl-strict-aliasing | Matt Arsenault | 2015-02-16 | 1 | -0/+1 |
* | Fix crash when clang tries to build NSNumber literal after forward declaration | Alex Denisov | 2015-02-16 | 1 | -0/+18 |
* | Fix quoting of #pragma comment for MS compat, clang part. | Michael Kuperstein | 2015-02-16 | 1 | -1/+5 |
* | DR1467: If aggregate initialization encounters an initializer list for which | Richard Smith | 2015-02-16 | 1 | -0/+7 |
* | [X86] Teach clang to lower __builtin_ia32_psrldqi256 and __builtin_ia32_pslld... | Craig Topper | 2015-02-16 | 1 | -2/+2 |
* | Partial revert of r229336; this wasn't intended to go in. | Aaron Ballman | 2015-02-15 | 4 | -84/+8 |
* | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma... | Aaron Ballman | 2015-02-15 | 4 | -8/+84 |
* | Add more tests for crashes that happend to be fixed by r229288. | Larisse Voufo | 2015-02-15 | 1 | -0/+214 |
* | Don't crash on `struct ::, struct ::` (and the same for enums). | Larisse Voufo | 2015-02-15 | 1 | -214/+0 |
* | More on fixing sized deallocation implementation logic: Fix PR21754. | Larisse Voufo | 2015-02-15 | 1 | -0/+13 |
* | Add more tests for crashes that happend to be fixed by r229288. | Nico Weber | 2015-02-15 | 1 | -0/+2 |
* | Don't crash on `struct ::, struct ::` (and the same for enums). | Nico Weber | 2015-02-15 | 1 | -1/+9 |
* | Remove trailing whitespace to make test compatible with typeless pointer migr... | David Blaikie | 2015-02-15 | 1 | -1/+1 |
* | Remove trailing whitespace to make test compatible with typeless pointer migr... | David Blaikie | 2015-02-15 | 1 | -2/+2 |
* | Remove trailing whitespace to make test compatible with typeless pointer migr... | David Blaikie | 2015-02-15 | 1 | -1/+1 |
* | Remove trailing whitespace to help make test compatible with typeless pointer... | David Blaikie | 2015-02-15 | 1 | -1/+1 |
* | Update test to be ready for typeless pointer changes | David Blaikie | 2015-02-15 | 1 | -1/+1 |
* | Update test to make it robust to migration to typeless pointers | David Blaikie | 2015-02-15 | 1 | -3/+3 |
* | ItaniumMangle: Correctly mangle <base-unresolved-name> | David Majnemer | 2015-02-14 | 1 | -8/+32 |
* | Revise the implementation logic of sized deallocation: Do not automatically g... | Larisse Voufo | 2015-02-14 | 2 | -12/+20 |
* | [modules] Accept //-style comments in module maps on purpose rather than by | Richard Smith | 2015-02-14 | 1 | -0/+4 |
* | Update cxx_dr_status to cover dr1748 and add test. | Richard Smith | 2015-02-14 | 1 | -0/+35 |
* | DR1748: the reserved placement allocation functions have undefined behavior if | Richard Smith | 2015-02-14 | 2 | -11/+41 |
* | CodeGen: _Atomic(_Complex) shouldn't crash | David Majnemer | 2015-02-14 | 1 | -0/+8 |
* | Revert "Revert r229082 for a bit, it caused PR22577." | David Majnemer | 2015-02-14 | 3 | -10/+78 |
* | CodeGen: Correctly convert atomic bool from i8 to i1 | David Majnemer | 2015-02-14 | 1 | -0/+10 |
* | Update test case to be compatible with auto-migration to new getelementptr sy... | David Blaikie | 2015-02-14 | 1 | -1/+1 |
* | Remove trailing whitespace getting in the way of near-future getelementptr ch... | David Blaikie | 2015-02-14 | 1 | -1/+1 |
* | Adjust test case to be compatible with future changes to explicitly pass the ... | David Blaikie | 2015-02-14 | 1 | -2/+2 |
* | [modules] If we have a choice between including a file textually and importing | Richard Smith | 2015-02-13 | 5 | -0/+19 |
* | PR17938: This has already been fixed, add regression test. | Richard Smith | 2015-02-13 | 1 | -0/+10 |
* | Revert r229082 for a bit, it caused PR22577. | Nico Weber | 2015-02-13 | 3 | -78/+10 |
* | MS ABI: Implement /volatile:ms | David Majnemer | 2015-02-13 | 3 | -10/+78 |
* | [X86] Fix test cases that I foolishly copied and modified from another file t... | Craig Topper | 2015-02-13 | 1 | -4/+4 |
* | [X86] Add range checking on immediate arguments on XOP vpcom builtins. | Craig Topper | 2015-02-13 | 1 | -0/+33 |
* | [X86] Add _mm_bslli_si128 and _mm_bsrli_si128 as aliases of _mm_slli_si128 an... | Craig Topper | 2015-02-13 | 1 | -0/+24 |
* | Mark clang/test/CodeGen/exceptions-seh-leave.c as REQUIRES:asserts, for now. | NAKAMURA Takumi | 2015-02-13 | 1 | -0/+3 |
* | [modules] When collecting declarations to complete a redeclaration chain for an | Richard Smith | 2015-02-12 | 5 | -4/+19 |
* | [ms] Implement codegen for __leave. | Nico Weber | 2015-02-12 | 1 | -9/+219 |
* | Mangle the IsSystem bit into the .pcm file name | Ben Langmuir | 2015-02-12 | 1 | -0/+8 |
* | Sema: Semantically check _Atomic-qualified pointers | David Majnemer | 2015-02-12 | 1 | -2/+4 |
* | Fix dependency generation crash test to run clang and clean up after itself. | Greg Bedwell | 2015-02-12 | 1 | -1/+5 |
* | [mips] Partially revert r223927: Removing __SIZEOF_INT128__ macro for MIPS64 | Vasileios Kalintiris | 2015-02-12 | 1 | -2/+2 |
* | Fix tests so they work when the linker is gcc | Filipe Cabecinhas | 2015-02-12 | 3 | -8/+25 |
* | Add InlineAsmDiagnosticHandler for bitcode input | Steven Wu | 2015-02-12 | 1 | -0/+6 |
* | More for DR1467: In C++, when initializing an element of an aggregate, | Richard Smith | 2015-02-12 | 2 | -2/+12 |
* | Improve the "braces around scalar init" warning to determine whether to warn | Richard Smith | 2015-02-12 | 8 | -14/+13 |
* | Add the 'noinline' attribute to call sites within __try bodies | Reid Kleckner | 2015-02-11 | 2 | -4/+9 |
* | Fix REQUIRES lines on tests from r228735. Thanks Kristof for pointing out th... | Pete Cooper | 2015-02-11 | 2 | -2/+2 |
* | Add a comdat to __clang_call_terminate | Reid Kleckner | 2015-02-11 | 1 | -2/+2 |