Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide fixed target triples to make test results consistent across ARM hosts. | David Blaikie | 2012-09-10 | 1 | -3/+3 |
| | | | | | | Patch by David Tweed, review by myself and John McCall. llvm-svn: 163564 | ||||
* | 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 |
| | | | | | | expression is treated as an lvalue. llvm-svn: 156781 | ||||
* | Reference initialization with initializer lists. | Sebastian Redl | 2011-11-27 | 1 | -0/+69 |
This supports single-element initializer lists for references according to DR1288, as well as creating temporaries and binding to them for other initializer lists. llvm-svn: 145186 |