1. 44636d1 Move info vectors and add assertions in preparation of moving the vector directly into RTTIBuilder. by Anders Carlsson · 15 years ago
  2. 4e71356 Use GetAddrOfRTTI when getting the RTTI pointer for a base class. by Anders Carlsson · 15 years ago
  3. 31b7f52 Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRTTI which figures out the right linkage of the RTTI information for the given type and whether it should be defined or not. I will migrate clients over to GetAddrOfRTTI in subsequent commits (with tests). by Anders Carlsson · 15 years ago
  4. d6baec8 Use named flags in RTTIBuilder::BuildPointerType. by Anders Carlsson · 15 years ago
  5. 1c4269a Be sure to instantiate rtti for non-polymorphic bases. by Mike Stump · 15 years ago
  6. 92f2fe2 Put the Builder classes into the anonymous namespace. by Mike Stump · 15 years ago
  7. de05057 Change rtti/Rtti to RTTI, as it is an acronym. by Mike Stump · 15 years ago
  8. 0cb6c19 Rename CGRtti.cpp to CGRTTI.cpp. by Mike Stump · 15 years ago[Renamed from lib/CodeGen/CGRtti.cpp]
  9. 94fd26d IRgen: Switch the C++ mangler interfaces to take the SmallVector to write into, by Daniel Dunbar · 15 years ago
  10. 1b07711 Sink free mangle* methods into MangleContext. by Daniel Dunbar · 15 years ago
  11. 7e1365a Simplify rtti building code a little. Prep for reuse for throw rtti generation. by Mike Stump · 15 years ago
  12. 5858894 Improve instantiation control for rtti data and allow key functions to by Mike Stump · 15 years ago
  13. 582b037 Propagate hidden to the _ZTS symbols appropriately. WIP. by Mike Stump · 15 years ago
  14. 88a4a62 Be sure to set visibility for ZTI symbols for classes from the class. by Mike Stump · 15 years ago
  15. 066b983 Make _ZTI symbols hidden. This speeds up the dynamic linker. by Mike Stump · 15 years ago
  16. 265df62 Cleanup. by Mike Stump · 15 years ago
  17. ae9b2be Add rtti support for arrays, functiond without prototypes, vectors and enums. by Mike Stump · 15 years ago
  18. 64989f0 Add rtti info for function prototypes and refactor. This allows by Mike Stump · 15 years ago
  19. 5fae856 Add rtti support for pointer to data members. by Mike Stump · 15 years ago
  20. 61c3801 Add rtti support for non-member pointers. WIP. by Mike Stump · 15 years ago
  21. 21f5d5d Add typeinfo support for T* and const T* for all builtin types T. by Mike Stump · 15 years ago
  22. ea2c0b5 Add typeid for the builtin types. WIP. by Mike Stump · 15 years ago
  23. a8285a8 Finish off support for typeinfo generation for classes. by Mike Stump · 15 years ago
  24. cbcd4e5 Finisgh off rest of class_type_info rtti generation. by Mike Stump · 15 years ago
  25. c7a05bd Build up more of the rtti info for a class. WIP. by Mike Stump · 15 years ago
  26. 2b1bf31 Add the name to the rtti data structure. by Mike Stump · 15 years ago
  27. d313e40 Fix thinko, mangleCXXRtti should obviously take a QualType! by Anders Carlsson · 15 years ago
  28. 731f7f9 mangleCXXRtti obviously needs to take a type, what was I thinking... by Anders Carlsson · 15 years ago
  29. fc3bf4d Change mangleCXXVtable and mangleCXXRtti to take CXXRecordDecls instead of QualTypes. by Anders Carlsson · 15 years ago
  30. 656e4c1 Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality change. by Anders Carlsson · 15 years ago