Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Output destructors and constructors in a more natural order. | Rafael Espindola | 2013-12-09 | 1 | -16/+12 |
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes... | Stephen Lin | 2013-08-15 | 1 | -11/+11 |
* | Don't build member initializers for zero-length or incomplete arrays, | Douglas Gregor | 2011-11-02 | 1 | -2/+0 |
* | Arrays are permitted to be zero-length in some situations. | John McCall | 2011-07-13 | 1 | -0/+11 |
* | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 2011-07-09 | 1 | -2/+2 |
* | Move unnamed_addr after the function arguments on Sabre's request. | Rafael Espindola | 2011-01-25 | 1 | -10/+10 |
* | Add unnamed_addr to constructors and destructors. | Rafael Espindola | 2011-01-11 | 1 | -10/+10 |
* | Account for the VTT argument when making an implicit copy constructor for | John McCall | 2010-04-30 | 1 | -0/+12 |
* | Turn access control on by default in -cc1. | John McCall | 2010-04-09 | 1 | -1/+1 |
* | Perform two more constructor/destructor code-size optimizations: | John McCall | 2010-02-23 | 1 | -0/+94 |