Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeGen] Do a more principled fix for PR231653, always use the inner type. | Benjamin Kramer | 2015-04-09 | 1 | -3/+12 |
* | [CodeGen] When promoting a reference temporary to a global use the inner type... | Benjamin Kramer | 2015-04-09 | 1 | -0/+21 |
* | Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals." | Benjamin Kramer | 2015-03-07 | 1 | -5/+13 |
* | Revert r231508 "CodeGen: Emit constant temporaries into read-only globals." | Hans Wennborg | 2015-03-07 | 1 | -13/+5 |
* | CodeGen: Emit constant temporaries into read-only globals. | Benjamin Kramer | 2015-03-06 | 1 | -5/+13 |
* | Update Clang tests to handle explicitly typed gep changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -3/+3 |
* | Provide fixed target triples to make test results consistent across ARM hosts. | David Blaikie | 2012-09-10 | 1 | -3/+3 |
* | Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and the | Richard Smith | 2012-05-14 | 1 | -0/+4 |
* | Reference initialization with initializer lists. | Sebastian Redl | 2011-11-27 | 1 | -0/+69 |