| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | When emitting a multidimensional array new, emit the initializers for the | Richard Smith | 2014-06-03 | 1 | -2/+17 |
| | | | | | | | | | | trailing elements as a single loop, rather than sometimes emitting a nest of several loops. This fixes a bug where CodeGen would sometimes try to emit an expression with the wrong type for the element being initialized. Plus various other minor cleanups to the IR produced for array new initialization. llvm-svn: 210079 | ||||
| * | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -4/+4 |
| | | | | | | | tests fail. llvm-svn: 188447 | ||||
| * | CodeGen for array new list initializers. Doesn't correctly clean up in the ↵ | Sebastian Redl | 2012-02-22 | 1 | -0/+33 |
| face of exceptions yet. llvm-svn: 151171 | |||||

