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