| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [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 |
* | DebugInfo: Use the preferred location rather than the start location for expr... | David Blaikie | 2015-01-25 | 1 | -1/+1 |
* | DebugInfo: Attribute aggregate expressions to the source location of the expr... | David Blaikie | 2015-01-18 | 1 | -0/+5 |
* | PR18097: Support initializing an _Atomic(T) from an object of C++ class type T | Richard Smith | 2014-07-31 | 1 | -0/+10 |
* | A non-trivial array-fill expression isn't necessarily a CXXConstructExpr. It | Richard Smith | 2014-06-13 | 1 | -6/+24 |
* | Remove incorrect assertion. | Richard Smith | 2014-06-03 | 1 | -4/+3 |
* | [C++11] Use 'nullptr'. CodeGen edition. | Craig Topper | 2014-05-21 | 1 | -10/+11 |
* | [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite... | Aaron Ballman | 2014-03-08 | 1 | -9/+4 |
* | Change PGO instrumentation to compute counts in a separate AST traversal. | Bob Wilson | 2014-02-17 | 1 | -4/+0 |
* | Handle va_arg on struct types for the le32 target (PNaCl and Emscripten) | Mark Seaborn | 2014-01-22 | 1 | -1/+5 |