Age | Commit message (Expand) | Author |
---|---|---|
2010-03-24 | More vtable improvements. We now compute and keep track of all vtable related... | Anders Carlsson |
2010-03-24 | More vtable work; preparations for moving over to the new vtable layout code ... | Anders Carlsson |
2010-02-23 | Perform two more constructor/destructor code-size optimizations: | John McCall |
2010-02-19 | Re-introduce the ctor/dtor alias optimization, this time hidden behind a | John McCall |
2010-02-18 | Revert the ctor/dtor alias optimization for now; the buildbots can detect | John McCall |
2010-02-17 | Emit complete constructors and destructors as aliases to base constructors | John McCall |
2010-02-07 | Make sure to set vtable pointers in the destructors as well. | Anders Carlsson |