| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos in clang | Alexander Kornienko | 2018-04-06 | 1 | -1/+1 |
* | PR36992: do not store beyond the dsize of a class object unless we know | Richard Smith | 2018-04-05 | 1 | -33/+53 |
* | [CodeGen] Ignore OpaqueValueExprs that are unique references to their | Akira Hatanaka | 2018-03-20 | 1 | -1/+5 |
* | [CodeGen] Eagerly emit lifetime.end markers for calls | George Burgess IV | 2018-03-10 | 1 | -6/+28 |
* | [CodeGen] Try to not call a dtor after lifetime.end | George Burgess IV | 2018-03-10 | 1 | -47/+51 |
* | [ObjC] Allow declaring __strong pointer fields in structs in Objective-C | Akira Hatanaka | 2018-02-28 | 1 | -3/+40 |
* | [CodeGen] Initialize large arrays by copying from a global | Ivan A. Kosarev | 2018-02-19 | 1 | -6/+30 |
* | [CodeGen] Decorate aggregate accesses with TBAA tags | Ivan A. Kosarev | 2018-01-25 | 1 | -5/+15 |
* | Silence a bunch of implicit fallthrough warnings | Adrian Prantl | 2017-12-19 | 1 | -1/+1 |
* | [IRGen] Evaluate constant static variables referenced through member | Alex Lorenz | 2017-08-25 | 1 | -18/+1 |
* | PR22877: When constructing an array via a constructor with a default argument | Richard Smith | 2017-05-11 | 1 | -6/+14 |
* | Revert "PR22877: When constructing an array via a constructor with a default ... | Diana Picus | 2017-05-11 | 1 | -14/+6 |
* | PR22877: When constructing an array via a constructor with a default argument | Richard Smith | 2017-05-11 | 1 | -6/+14 |
* | Spelling mistakes in comments. NFCI. (PR27635) | Simon Pilgrim | 2017-03-30 | 1 | -1/+1 |
* | [coroutines] Add codegen for await and yield expressions | Gor Nishanov | 2017-03-26 | 1 | -0/+7 |
* | Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope... | Egor Churaev | 2016-12-23 | 1 | -0/+1 |
* | Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." | Daniel Jasper | 2016-12-20 | 1 | -1/+0 |
* | [OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand. | Egor Churaev | 2016-12-20 | 1 | -0/+1 |
* | Re-commit r289252 and r289285, and fix PR31374 | Yaxun Liu | 2016-12-15 | 1 | -1/+2 |
* | Revert 289252 (and follow-up 289285), it caused PR31374 | Nico Weber | 2016-12-14 | 1 | -2/+1 |
* | When emitting a multidimensional array copy, only emit a single flattened | Richard Smith | 2016-12-14 | 1 | -9/+26 |
* | Remove custom handling of array copies in lambda by-value array capture and | Richard Smith | 2016-12-14 | 1 | -20/+17 |
* | Add two new AST nodes to represent initialization of an array in terms of | Richard Smith | 2016-12-12 | 1 | -0/+80 |
* | Add support for non-zero null pointer for C and OpenCL | Yaxun Liu | 2016-12-09 | 1 | -1/+2 |
* | [c++17] P0135R1: Guaranteed copy elision. | Richard Smith | 2016-12-06 | 1 | -13/+3 |
* | [OpenCL] Generate opaque type for sampler_t and function call for the initial... | Yaxun Liu | 2016-07-28 | 1 | -0/+1 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -0/+9 |
* | Fix -Werror build. | Richard Smith | 2016-03-08 | 1 | -1/+1 |
* | P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas... | Richard Smith | 2016-03-08 | 1 | -6/+36 |
* | Default vaarg lowering should support indirect struct types. | James Y Knight | 2016-02-24 | 1 | -5/+2 |
* | [Bugfix] Fix ICE on constexpr vector splat. | George Burgess IV | 2016-01-13 | 1 | -0/+1 |
* | Atomics: support __c11_* calls on _Atomic struct types. | Tim Northover | 2015-11-09 | 1 | -1/+2 |
* | [DEBUG INFO] Emit debug info for type used in explicit cast only. | Alexey Bataev | 2015-10-20 | 1 | -0/+2 |
* | Support __builtin_ms_va_list. | Charles Davis | 2015-09-17 | 1 | -2/+2 |
* | Compute and preserve alignment more faithfully in IR-generation. | John McCall | 2015-09-08 | 1 | -98/+81 |
* | Don't use unreachable as a placeholder, it confuses EmitBlock | Reid Kleckner | 2015-09-04 | 1 | -1/+3 |
* | Implementing C99 partial re-initialization behavior (DR-253) | Yunzhong Gao | 2015-06-10 | 1 | -0/+14 |
* | [CodeGen] Reuse stack space from unused function results (with more accurate ... | Leny Kholodov | 2015-06-08 | 1 | -5/+6 |
* | Evaluate union cast subexpressions when the cast value is unused | Reid Kleckner | 2015-05-20 | 1 | -1/+6 |
* | Fix for aggregate copying of variable length arrays. | Alexey Bataev | 2015-05-20 | 1 | -13/+30 |
* | PR23373: A defaulted union copy constructor that is not trivial must still be | Richard Smith | 2015-04-29 | 1 | -1/+2 |
* | InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC) | Justin Bogner | 2015-04-23 | 1 | -3/+3 |
* | clang-format my last commit | David Blaikie | 2015-04-05 | 1 | -1/+1 |
* | [opaque pointer type] More GEP API migrations | David Blaikie | 2015-04-05 | 1 | -2/+2 |
* | Sema: Parenthesized bound destructor member expressions can be called | David Majnemer | 2015-02-25 | 1 | -1/+1 |
* | Revert "Revert r229082 for a bit, it caused PR22577." | David Majnemer | 2015-02-14 | 1 | -3/+5 |
* | Revert r229082 for a bit, it caused PR22577. | Nico Weber | 2015-02-13 | 1 | -5/+3 |
* | MS ABI: Implement /volatile:ms | David Majnemer | 2015-02-13 | 1 | -3/+5 |
* | DebugInfo: Refactor default arg handling into a common place (instead of hand... | David Blaikie | 2015-02-09 | 1 | -5/+0 |
* | DebugInfo: Suppress the location of instructions in aggregate default arguments. | David Blaikie | 2015-02-09 | 1 | -0/+5 |