Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Back out r101911 and see if it makes the bots happy. | Anders Carlsson | 2010-04-20 | 1 | -20/+0 |
* | Fix a bug which triggered the assertion I added yesterday. Basically, when we... | Anders Carlsson | 2010-04-20 | 1 | -0/+20 |
* | More vtable improvements. We now compute and keep track of all vtable related... | Anders Carlsson | 2010-03-24 | 1 | -4/+4 |
* | More vtable work; preparations for moving over to the new vtable layout code ... | Anders Carlsson | 2010-03-24 | 1 | -4/+4 |
* | Perform two more constructor/destructor code-size optimizations: | John McCall | 2010-02-23 | 1 | -4/+7 |
* | Re-introduce the ctor/dtor alias optimization, this time hidden behind a | John McCall | 2010-02-19 | 1 | -2/+2 |
* | Revert the ctor/dtor alias optimization for now; the buildbots can detect | John McCall | 2010-02-18 | 1 | -2/+2 |
* | Emit complete constructors and destructors as aliases to base constructors | John McCall | 2010-02-17 | 1 | -2/+2 |
* | Make sure to set vtable pointers in the destructors as well. | Anders Carlsson | 2010-02-07 | 1 | -0/+54 |