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