summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGRtti.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename CGRtti.cpp to CGRTTI.cpp.Mike Stump2009-12-021-426/+0
* IRgen: Switch the C++ mangler interfaces to take the SmallVector to write into,Daniel Dunbar2009-11-211-15/+10
* Sink free mangle* methods into MangleContext.Daniel Dunbar2009-11-211-6/+6
* Simplify rtti building code a little. Prep for reuse for throw rttiMike Stump2009-11-201-10/+8
* Improve instantiation control for rtti data and allow key functions toMike Stump2009-11-191-31/+76
* Propagate hidden to the _ZTS symbols appropriately. WIP.Mike Stump2009-11-181-16/+26
* Be sure to set visibility for ZTI symbols for classes from the class.Mike Stump2009-11-181-5/+8
* Make _ZTI symbols hidden. This speeds up the dynamic linker.Mike Stump2009-11-181-0/+1
* Cleanup.Mike Stump2009-11-171-3/+3
* Add rtti support for arrays, functiond without prototypes, vectors andMike Stump2009-11-171-15/+13
* Add rtti info for function prototypes and refactor. This allowsMike Stump2009-11-171-47/+60
* Add rtti support for pointer to data members.Mike Stump2009-11-171-2/+7
* Add rtti support for non-member pointers. WIP.Mike Stump2009-11-171-12/+81
* Add typeinfo support for T* and const T* for all builtin types T.Mike Stump2009-11-171-0/+13
* Add typeid for the builtin types. WIP.Mike Stump2009-11-171-3/+30
* Finish off support for typeinfo generation for classes.Mike Stump2009-11-151-9/+56
* Finisgh off rest of class_type_info rtti generation.Mike Stump2009-11-141-13/+115
* Build up more of the rtti info for a class. WIP.Mike Stump2009-11-141-26/+49
* Add the name to the rtti data structure.Mike Stump2009-11-141-4/+35
* Fix thinko, mangleCXXRtti should obviously take a QualType!Anders Carlsson2009-10-301-2/+1
* mangleCXXRtti obviously needs to take a type, what was I thinking...Anders Carlsson2009-10-301-11/+11
* Change mangleCXXVtable and mangleCXXRtti to take CXXRecordDecls instead of Qu...Anders Carlsson2009-10-111-3/+2
* Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality ...Anders Carlsson2009-10-101-0/+48
OpenPOWER on IntegriCloud