1. 1a139f8 Improve instantiation control for rtti data and allow key functions to by Mike Stump · 16 years ago
  2. 83d5e00 Propagate hidden to the _ZTS symbols appropriately. WIP. by Mike Stump · 16 years ago
  3. c5d2ed7 Be sure to set visibility for ZTI symbols for classes from the class. by Mike Stump · 16 years ago
  4. f77aaa0 Make _ZTI symbols hidden. This speeds up the dynamic linker. by Mike Stump · 16 years ago
  5. 4aaf79a Cleanup. by Mike Stump · 16 years ago
  6. 103a084 Add rtti support for arrays, functiond without prototypes, vectors and enums. by Mike Stump · 16 years ago
  7. 96b96d5 Add rtti info for function prototypes and refactor. This allows by Mike Stump · 16 years ago
  8. 6fdfea6 Add rtti support for pointer to data members. by Mike Stump · 16 years ago
  9. db72c89 Add rtti support for non-member pointers. WIP. by Mike Stump · 16 years ago
  10. 8f5e677 Add typeinfo support for T* and const T* for all builtin types T. by Mike Stump · 16 years ago
  11. 3f75d55 Add typeid for the builtin types. WIP. by Mike Stump · 16 years ago
  12. 4c808df Finish off support for typeinfo generation for classes. by Mike Stump · 16 years ago
  13. f5b2869 Finisgh off rest of class_type_info rtti generation. by Mike Stump · 16 years ago
  14. 1acec6a Build up more of the rtti info for a class. WIP. by Mike Stump · 16 years ago
  15. 1471842 Add the name to the rtti data structure. by Mike Stump · 16 years ago
  16. 958c9f8 Fix thinko, mangleCXXRtti should obviously take a QualType! by Anders Carlsson · 16 years ago
  17. 4300463 mangleCXXRtti obviously needs to take a type, what was I thinking... by Anders Carlsson · 16 years ago
  18. 2295f31 Change mangleCXXVtable and mangleCXXRtti to take CXXRecordDecls instead of QualTypes. by Anders Carlsson · 16 years ago
  19. 6ce51fd Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality change. by Anders Carlsson · 16 years ago