Age | Commit message (Expand) | Author |
---|---|---|
2009-11-13 | Instead of storing CXXMethodDecls in the vtable builder, store GlobalDecls so... | Anders Carlsson |
2009-11-11 | Push ctor vtable construction down further. WIP. | Mike Stump |
2009-11-11 | More VTT work. We now track offsets and use the ctor vtable builder | Mike Stump |
2009-11-10 | Add vtable caching to prevent multiple vtables for the same class from | Mike Stump |
2009-10-13 | Refine handling for non-virtual bases in return value adjustments for | Mike Stump |
2009-10-11 | Move the vtable builder to CGVtable.cpp, general cleanup. | Anders Carlsson |