aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGRtti.cpp
AgeCommit message (Expand)Author
2009-11-21IRgen: Switch the C++ mangler interfaces to take the SmallVector to write into,Daniel Dunbar
2009-11-21Sink free mangle* methods into MangleContext.Daniel Dunbar
2009-11-20Simplify rtti building code a little. Prep for reuse for throw rttiMike Stump
2009-11-19Improve instantiation control for rtti data and allow key functions toMike Stump
2009-11-18Propagate hidden to the _ZTS symbols appropriately. WIP.Mike Stump
2009-11-18Be sure to set visibility for ZTI symbols for classes from the class.Mike Stump
2009-11-18Make _ZTI symbols hidden. This speeds up the dynamic linker.Mike Stump
2009-11-17Cleanup.Mike Stump
2009-11-17Add rtti support for arrays, functiond without prototypes, vectors andMike Stump
2009-11-17Add rtti info for function prototypes and refactor. This allowsMike Stump
2009-11-17Add rtti support for pointer to data members.Mike Stump
2009-11-17Add rtti support for non-member pointers. WIP.Mike Stump
2009-11-17Add typeinfo support for T* and const T* for all builtin types T.Mike Stump
2009-11-17Add typeid for the builtin types. WIP.Mike Stump
2009-11-15Finish off support for typeinfo generation for classes.Mike Stump
2009-11-14Finisgh off rest of class_type_info rtti generation.Mike Stump
2009-11-14Build up more of the rtti info for a class. WIP.Mike Stump
2009-11-14Add the name to the rtti data structure.Mike Stump
2009-10-30Fix thinko, mangleCXXRtti should obviously take a QualType!Anders Carlsson
2009-10-30mangleCXXRtti obviously needs to take a type, what was I thinking...Anders Carlsson
2009-10-11Change mangleCXXVtable and mangleCXXRtti to take CXXRecordDecls instead of Qu...Anders Carlsson
2009-10-10Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality ...Anders Carlsson