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 | -1/+1 |
| | | | | | | Patch by David Tweed, review by myself and John McCall. llvm-svn: 163564 | ||||
* | CodeGen support for global variables of type std::initializer_list<X>. | Sebastian Redl | 2012-02-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | This emits a backing array with internal linkage and fills it with data, then has the initializer_list point at the array. Dynamic initialization and global destructors are correctly supported. What doesn't work is nested initializer_lists. I have no idea how to get them to work, either. However, these should be very rare, and so I'll just call it a known bug and declare generalized initializers DONE! llvm-svn: 151457 | ||||
* | Add a testcase for start+end implementations of std::initializer_list. | Sebastian Redl | 2012-02-19 | 1 | -0/+81 |
llvm-svn: 150923 |