1. 94fd26d IRgen: Switch the C++ mangler interfaces to take the SmallVector to write into, by Daniel Dunbar · 15 years ago
  2. 1b07711 Sink free mangle* methods into MangleContext. by Daniel Dunbar · 15 years ago
  3. 7e1365a Simplify rtti building code a little. Prep for reuse for throw rtti generation. by Mike Stump · 15 years ago
  4. 5858894 Improve instantiation control for rtti data and allow key functions to by Mike Stump · 15 years ago
  5. 582b037 Propagate hidden to the _ZTS symbols appropriately. WIP. by Mike Stump · 15 years ago
  6. 88a4a62 Be sure to set visibility for ZTI symbols for classes from the class. by Mike Stump · 15 years ago
  7. 066b983 Make _ZTI symbols hidden. This speeds up the dynamic linker. by Mike Stump · 15 years ago
  8. 265df62 Cleanup. by Mike Stump · 15 years ago
  9. ae9b2be Add rtti support for arrays, functiond without prototypes, vectors and enums. by Mike Stump · 15 years ago
  10. 64989f0 Add rtti info for function prototypes and refactor. This allows by Mike Stump · 15 years ago
  11. 5fae856 Add rtti support for pointer to data members. by Mike Stump · 15 years ago
  12. 61c3801 Add rtti support for non-member pointers. WIP. by Mike Stump · 15 years ago
  13. 21f5d5d Add typeinfo support for T* and const T* for all builtin types T. by Mike Stump · 15 years ago
  14. ea2c0b5 Add typeid for the builtin types. WIP. by Mike Stump · 15 years ago
  15. a8285a8 Finish off support for typeinfo generation for classes. by Mike Stump · 15 years ago
  16. cbcd4e5 Finisgh off rest of class_type_info rtti generation. by Mike Stump · 15 years ago
  17. c7a05bd Build up more of the rtti info for a class. WIP. by Mike Stump · 15 years ago
  18. 2b1bf31 Add the name to the rtti data structure. by Mike Stump · 15 years ago
  19. d313e40 Fix thinko, mangleCXXRtti should obviously take a QualType! by Anders Carlsson · 15 years ago
  20. 731f7f9 mangleCXXRtti obviously needs to take a type, what was I thinking... by Anders Carlsson · 15 years ago
  21. fc3bf4d Change mangleCXXVtable and mangleCXXRtti to take CXXRecordDecls instead of QualTypes. by Anders Carlsson · 15 years ago
  22. 656e4c1 Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality change. by Anders Carlsson · 15 years ago