| Commit message (Expand) | Author | Age | Files | Lines |
| * | Semantic analysis for the swiftcall calling convention. | John McCall | 2016-03-03 | 1 | -1/+16 |
| * | [OPENMP 4.0] Initial support for 'omp declare reduction' construct. | Alexey Bataev | 2016-03-03 | 1 | -2/+4 |
| * | Mangle extended qualifiers in the proper order and mangle the | John McCall | 2016-03-01 | 1 | -23/+101 |
| * | Fix typo in OpenCL type mangling. This is still bogus (we should either use the | Richard Smith | 2016-02-03 | 1 | -1/+1 |
| * | Replace usage of llvm::utostr_32 with just llvm::utostr. While this is less e... | Craig Topper | 2016-01-31 | 1 | -1/+1 |
| * | [OpenCL] Pipe type support | Xiuli Pan | 2016-01-09 | 1 | -0/+8 |
| * | Replace llvm::utostr calls in Twine context with Twines. NFC. | Benjamin Kramer | 2015-12-24 | 1 | -2/+2 |
| * | [TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentLis... | James Y Knight | 2015-12-24 | 1 | -9/+10 |
| * | Add the `pass_object_size` attribute to clang. | George Burgess IV | 2015-12-02 | 1 | -8/+20 |
| * | [MSVC] 'property' with an empty array in array subscript expression. | Alexey Bataev | 2015-11-25 | 1 | -0/+1 |
| * | Add support for GCC's '__auto_type' extension, per the GCC manual: | Richard Smith | 2015-11-11 | 1 | -2/+4 |
| * | [coroutines] Creation of promise object, lookup of operator co_await, building | Richard Smith | 2015-10-27 | 1 | -0/+12 |
| * | [coroutines] Add overloaded unary 'operator co_await'. | Richard Smith | 2015-10-22 | 1 | -0/+3 |
| * | PR14858: Initial support for proper sizeof... handling within alias templates. | Richard Smith | 2015-09-23 | 1 | -1/+10 |
| * | Run clang-format to unify the switch statement style as suggest here: http://... | Alexey Bader | 2015-09-15 | 1 | -33/+100 |
| * | [OpenCL] Add new types for OpenCL 2.0. | Alexey Bader | 2015-09-15 | 1 | -0/+30 |
| * | CFI: Introduce -fsanitize=cfi-icall flag. | Peter Collingbourne | 2015-09-10 | 1 | -17/+0 |
| * | [OPENMP 4.0] Initial support for array sections. | Alexey Bataev | 2015-08-25 | 1 | -0/+1 |
| * | Remove and forbid raw_svector_ostream::flush() calls. | Yaron Keren | 2015-08-13 | 1 | -1/+0 |
| * | AST: Implement mangling support for function types without a prototype. | Peter Collingbourne | 2015-08-07 | 1 | -1/+15 |
| * | [AST] Really allocate a SmallVector to the right size. | Benjamin Kramer | 2015-08-04 | 1 | -2/+1 |
| * | Implement the Objective-C __kindof type qualifier. | Douglas Gregor | 2015-07-07 | 1 | -0/+13 |
| * | [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul... | Alexey Bataev | 2015-07-02 | 1 | -1/+9 |
| * | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
| * | CFI: Implement bitset emission for the Microsoft ABI. | Peter Collingbourne | 2015-06-19 | 1 | -2/+1 |
| * | Implementing C99 partial re-initialization behavior (DR-253) | Yunzhong Gao | 2015-06-10 | 1 | -0/+2 |
| * | [ItaniumMangle] Mangle long double as __float128 for some Power targets | David Majnemer | 2015-06-09 | 1 | -1/+5 |
| * | Modernize some doc comments. NFC | Justin Bogner | 2015-05-22 | 1 | -13/+12 |
| * | [ItaniumMangle] Fix a typo. | David Majnemer | 2015-05-22 | 1 | -1/+1 |
| * | Itanium mangler: don't trip an assertion when unresolved members have implici... | Douglas Gregor | 2015-05-21 | 1 | -5/+6 |
| * | [AArch64 ACLE] Allow to define poly64_t as 'unsigned long long' on LLP64 system. | Kevin Qin | 2015-05-14 | 1 | -0/+1 |
| * | Reland r234613 (and follow-ups 234614, 234616, 234618) | Reid Kleckner | 2015-04-14 | 1 | -0/+12 |
| * | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -12/+0 |
| * | Revert r234786, it contained a bunch of stuff I did not mean to commit. | Nico Weber | 2015-04-13 | 1 | -0/+12 |
| * | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -12/+0 |
| * | [SEH] Re-land r234532, but use internal linkage for all SEH helpers | Reid Kleckner | 2015-04-10 | 1 | -0/+12 |
| * | Revert r234532 for a bit, it very likely caused http://crbug.com/475768 | Nico Weber | 2015-04-10 | 1 | -12/+0 |
| * | [SEH] Outline finally blocks using the new variable capture support | Reid Kleckner | 2015-04-09 | 1 | -0/+12 |
| * | MS ABI: Implement copy-ctor closures, finish implementing throw | David Majnemer | 2015-03-11 | 1 | -0/+3 |
| * | For PR22870: produce an error rather than asserting if a designated initializ... | Richard Smith | 2015-03-11 | 1 | -1/+1 |
| * | Teach raw_ostream to accept SmallString. | Yaron Keren | 2015-03-10 | 1 | -1/+1 |
| * | Implement Control Flow Integrity for virtual calls. | Peter Collingbourne | 2015-02-20 | 1 | -0/+18 |
| * | Itanium ABI: Pack expansions change the arity of expressions to unknown | David Majnemer | 2015-02-19 | 1 | -3/+8 |
| * | CXXNameMangler::mangleUnresolvedPrefix(): Prune an obsolete \param, according... | NAKAMURA Takumi | 2015-02-19 | 1 | -2/+0 |
| * | Itanium ABI: Don't pass nullptr to a bool argument | David Majnemer | 2015-02-19 | 1 | -1/+1 |
| * | Itanium ABI: Properly qualify the destructor-name | David Majnemer | 2015-02-19 | 1 | -206/+169 |
| * | Itanium ABI: Write a character instead of a string literal | David Majnemer | 2015-02-18 | 1 | -1/+1 |
| * | Itanium ABI: Properly mangle extern "C" template arguments | David Majnemer | 2015-02-18 | 1 | -0/+8 |
| * | Itanium ABI: Mangle <mangled-name> according to the ABI | David Majnemer | 2015-02-18 | 1 | -12/+6 |