Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Perform two more constructor/destructor code-size optimizations: | John McCall | 2010-02-23 | 1 | -5/+1 |
* | Revert the ctor/dtor alias optimization for now; the buildbots can detect | John McCall | 2010-02-18 | 1 | -2/+7 |
* | Emit complete constructors and destructors as aliases to base constructors | John McCall | 2010-02-17 | 1 | -7/+2 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Handle cases where we're constructing an array of objects and the constructor... | Anders Carlsson | 2009-11-24 | 1 | -1/+57 |
* | Handle CXXDefaultArgExprs in EmitLValue. Fixes PR5484. | Anders Carlsson | 2009-11-14 | 1 | -0/+13 |