| Commit message (Expand) | Author | Age | Files | Lines |
| * | Expose -fdiagnostics-parseable-fixits to clang-cl | Hans Wennborg | 2015-04-21 | 1 | -0/+1 |
| * | [cuda] Allow using integral non-type template parameters as launch_bounds att... | Artem Belevich | 2015-04-21 | 2 | -6/+95 |
| * | [cuda] Added support for CUDA built-in variables. | Artem Belevich | 2015-04-21 | 2 | -0/+85 |
| * | Revert r235398 "[cuda] Added support for CUDA built-in variables." | Artem Belevich | 2015-04-21 | 2 | -85/+0 |
| * | [cuda] Added support for CUDA built-in variables. | Artem Belevich | 2015-04-21 | 2 | -0/+85 |
| * | Implement target-specific __attribute__((aligned)) value | Ulrich Weigand | 2015-04-21 | 1 | -2/+5 |
| * | Provide alignment info on LLVM external symbols | Ulrich Weigand | 2015-04-21 | 1 | -0/+13 |
| * | Fix __alignof__ of global variables on SystemZ | Ulrich Weigand | 2015-04-21 | 2 | -0/+31 |
| * | Put statement expression decls in the enclosing code DeclContext | Reid Kleckner | 2015-04-20 | 1 | -1/+14 |
| * | [Sema] Check availability of ObjC super class and protocols of a container | Argyrios Kyrtzidis | 2015-04-19 | 1 | -0/+31 |
| * | [MS ABI] Correctly associate align attrs before the class-key | David Majnemer | 2015-04-19 | 2 | -0/+16 |
| * | [Sema] Don't crash if array bound calculation overflowed constexpr array | David Majnemer | 2015-04-18 | 1 | -0/+2 |
| * | Change AArch64 i128 returns to use [2 x i64] when possible. | Pete Cooper | 2015-04-17 | 1 | -1/+1 |
| * | [MSVC] Mimic MSVC whitespace collapse for incompatible token pasting | Will Wilson | 2015-04-17 | 1 | -0/+7 |
| * | Follow-up to r235046: selectany only causes a definition if it's not inherited. | Nico Weber | 2015-04-17 | 1 | -0/+4 |
| * | Move fixit for const init from note to diag, weaken to warning in MS mode. | Nico Weber | 2015-04-17 | 11 | -18/+36 |
| * | [MS ABI] Use the right types for filter and finally blocks | David Majnemer | 2015-04-17 | 4 | -48/+48 |
| * | [opaque pointer types] Explicit non-pointer type for call expressions | David Blaikie | 2015-04-16 | 54 | -163/+163 |
| * | [Objective-C Sema]. In my last patch change the | Fariborz Jahanian | 2015-04-16 | 2 | -36/+36 |
| * | [Objective-C Sema] patch to introduce IndependentClass | Fariborz Jahanian | 2015-04-16 | 1 | -0/+36 |
| * | [AArch64] Add v8.1a architecture | Vladimir Sukharev | 2015-04-16 | 2 | -0/+31 |
| * | [OPENMP] Fix for checking of data-sharing attributes for canonical var decls ... | Alexey Bataev | 2015-04-16 | 49 | -44/+455 |
| * | [OPENMP] Codegen for 'copyin' clause in 'parallel' directive. | Alexey Bataev | 2015-04-16 | 5 | -32/+304 |
| * | [OPENMP] Codegen for 'lastprivate' clause in 'for' directive. | Alexey Bataev | 2015-04-16 | 8 | -101/+472 |
| * | Comment parsing: fix an assertion failure on a verbatim block terminated with... | Dmitri Gribenko | 2015-04-15 | 1 | -0/+6 |
| * | Don't crash when a selectany symbol would get common linkage | Nico Weber | 2015-04-15 | 2 | -1/+5 |
| * | Fix for PR20402 in -Wconsumed. | DeLesley Hutchins | 2015-04-15 | 1 | -0/+12 |
| * | Create a frontend flag to disable CUDA cross-target call checks | Eli Bendersky | 2015-04-15 | 1 | -0/+26 |
| * | Make __declspec(selectany) turn variable declartions into definitions. | Nico Weber | 2015-04-15 | 2 | -0/+17 |
| * | [Objective-C Sema]This patch fixes the warning when clang issues | Fariborz Jahanian | 2015-04-15 | 1 | -5/+32 |
| * | clang-cl: support -fsyntax-only (PR23197) | Hans Wennborg | 2015-04-15 | 1 | -0/+1 |
| * | Changed test to not brake ARM buildbots, NFC. | Alexey Bataev | 2015-04-15 | 1 | -5/+5 |
| * | Revert "[CodeGen] Fix crash with duplicated mangled name." | Renato Golin | 2015-04-15 | 2 | -19/+0 |
| * | [OPENMP] Codegen for 'firstprivate' clause in 'for' directive. | Alexey Bataev | 2015-04-15 | 5 | -25/+290 |
| * | uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselists | Duncan P. N. Exon Smith | 2015-04-15 | 2 | -4/+4 |
| * | Move the logic to avoid double global emission from Sema to CodeGen | Reid Kleckner | 2015-04-15 | 1 | -0/+14 |
| * | Reland r234613 (and follow-ups 234614, 234616, 234618) | Reid Kleckner | 2015-04-14 | 4 | -236/+207 |
| * | IR: Change clang to set -preserve-bc-uselistorder | Duncan P. N. Exon Smith | 2015-04-14 | 2 | -0/+11 |
| * | [SemaCXX patch] Patch to fix a crash when a 'delete' constructor | Fariborz Jahanian | 2015-04-14 | 1 | -0/+40 |
| * | Use raw_pwrite_stream in clang. | Rafael Espindola | 2015-04-14 | 1 | -2/+2 |
| * | [analyzer] This implements potential undefbehavior.ZeroAllocDereference checker. | Anton Yartsev | 2015-04-14 | 4 | -1/+147 |
| * | [Mips] Generate warning for invalid '-mnan' and '-march' combinations | Petar Jovanovic | 2015-04-14 | 4 | -4/+34 |
| * | [OPENMP] Fixed codegen for arrays in 'copyprivate' clause. | Alexey Bataev | 2015-04-14 | 2 | -46/+53 |
| * | [OPENMP] Initial codegen for 'parallel sections' directive. | Alexey Bataev | 2015-04-14 | 1 | -0/+98 |
| * | Add new warning -Wrange-loop-analysis to warn on copies during loops. | Richard Trieu | 2015-04-13 | 1 | -0/+299 |
| * | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 4 | -207/+236 |
| * | Revert r234786, it contained a bunch of stuff I did not mean to commit. | Nico Weber | 2015-04-13 | 5 | -241/+208 |
| * | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 5 | -208/+241 |
| * | [CodeGen] Fix crash with duplicated mangled name. | Argyrios Kyrtzidis | 2015-04-13 | 2 | -0/+19 |
| * | [libclang] Add functions to get information about fields. | Argyrios Kyrtzidis | 2015-04-13 | 2 | -5/+7 |