| Commit message (Expand) | Author | Age | Files | Lines |
* | [c++20] P1959R0: Remove support for std::*_equality. | Richard Smith | 2019-12-16 | 1 | -8/+0 |
* | Avoid Attr.h includes, CodeGen edition | Reid Kleckner | 2019-12-09 | 1 | -2/+3 |
* | [NFC] Pass a reference to CodeGenFunction to methods of LValue and | Akira Hatanaka | 2019-12-03 | 1 | -32/+27 |
* | Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and" | Akira Hatanaka | 2019-12-03 | 1 | -27/+32 |
* | [NFC] Pass a reference to CodeGenFunction to methods of LValue and | Akira Hatanaka | 2019-12-03 | 1 | -32/+27 |
* | [CodeGen] Fix clang crash on aggregate initialization of array of labels | Johannes Altmanninger | 2019-11-28 | 1 | -1/+1 |
* | [NFC] Refactor representation of materialized temporaries | Tyker | 2019-11-19 | 1 | -1/+1 |
* | Revert "[NFC] Refactor representation of materialized temporaries" | Nico Weber | 2019-11-17 | 1 | -1/+1 |
* | [NFC] Refactor representation of materialized temporaries | Tyker | 2019-11-16 | 1 | -1/+1 |
* | [c++20] Add CXXRewrittenBinaryOperator to represent a comparison | Richard Smith | 2019-10-19 | 1 | -0/+3 |
* | [Alignment][Clang][NFC] Add CharUnits::getAsAlign | Guillaume Chatelet | 2019-10-03 | 1 | -1/+1 |
* | CGExprAgg - remove duplicate code. NFCI. | Simon Pilgrim | 2019-10-01 | 1 | -1/+1 |
* | Revert "Revert "CodeGen: ensure placeholder instruction for cleanup is created"" | Saleem Abdulrasool | 2019-07-25 | 1 | -8/+11 |
* | Revert "CodeGen: ensure placeholder instruction for cleanup is created" | JF Bastien | 2019-07-25 | 1 | -11/+8 |
* | CodeGen: ensure placeholder instruction for cleanup is created | Saleem Abdulrasool | 2019-07-25 | 1 | -8/+11 |
* | [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast | Erik Pilkington | 2019-07-02 | 1 | -0/+19 |
* | Rename CodeGenFunction::overlapFor* to getOverlapFor*. | Richard Smith | 2019-06-20 | 1 | -3/+3 |
* | P0840R2: support for [[no_unique_address]] attribute | Richard Smith | 2019-06-20 | 1 | -6/+23 |
* | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2019-06-14 | 1 | -1/+2 |
* | Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340. | Nico Weber | 2019-06-14 | 1 | -2/+1 |
* | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2019-06-13 | 1 | -1/+2 |
* | Implement __builtin_LINE() et. al. to support source location capture. | Eric Fiselier | 2019-05-16 | 1 | -1/+2 |
* | [PR41276] Fixed incorrect generation of addr space cast for 'this' in C++. | Anastasia Stulova | 2019-04-04 | 1 | -1/+4 |
* | [Fixed Point Arithmetic] Fixed Point and Integer Conversions | Leonard Chan | 2019-03-06 | 1 | -0/+2 |
* | [opaque pointer types] Cleanup CGBuilder's Create*GEP. | James Y Knight | 2019-02-09 | 1 | -4/+2 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Fix cleanup registration for lambda captures. | Richard Smith | 2019-01-17 | 1 | -1/+46 |
* | Compound literals, enums, et al require const expr | Bill Wendling | 2018-11-09 | 1 | -0/+4 |
* | Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue... | Richard Smith | 2018-11-03 | 1 | -2/+1 |
* | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2018-10-30 | 1 | -1/+2 |
* | [Fixed Point Arithmetic] Fixed Point to Boolean Cast | Leonard Chan | 2018-10-23 | 1 | -0/+1 |
* | [OpenCL][NFC] Unify ZeroToOCL* cast types | Andrew Savonichev | 2018-10-23 | 1 | -2/+1 |
* | [Fixed Point Arithmetic] FixedPointCast | Leonard Chan | 2018-10-15 | 1 | -0/+1 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -27/+27 |
* | [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals | Leonard Chan | 2018-06-20 | 1 | -2/+2 |
* | Fix crash emitting transparent list initializer for a large aggregate. | Richard Smith | 2018-06-13 | 1 | -0/+2 |
* | CodeGen: Fix invalid bitcast for lifetime.start/end | Yaxun Liu | 2018-05-17 | 1 | -4/+5 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -4/+4 |
* | Fix 'not all control paths return a value' MSVC warnings. NFCI. | Simon Pilgrim | 2018-05-08 | 1 | -0/+1 |
* | [C++2a] Implement operator<=>: Address bugs and post-commit review comments a... | Eric Fiselier | 2018-05-08 | 1 | -1/+1 |
* | [C++2a] Implement operator<=> CodeGen and ExprConstant | Eric Fiselier | 2018-05-07 | 1 | -0/+145 |
* | 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 |