1. 1af610f Make the destructor be the 'vtable anchor' of the CGCXXABI class. by Anders Carlsson · 15 years ago
  2. 3030eb8 Simplify the logic for emitting guard variables for template static by John McCall · 15 years ago
  3. 5cd91b5 Implement ARM static local initialization guards, which are more compact than by John McCall · 15 years ago
  4. 1e7fe75 Abstract IR generation of array cookies into the C++ ABI class and by John McCall · 15 years ago
  5. 6c2ab1d Amusingly, I missed this point of abstraction in all my earlier by John McCall · 15 years ago
  6. 4c40d98 Teach IR generation to return 'this' from constructors and destructors by John McCall · 15 years ago
  7. 0bab0cd Abstract out everything having to do with member pointers into the ABI by John McCall · 15 years ago
  8. f16aa10 Go back to asking CodeGenTypes whether a type is zero-initializable. by John McCall · 15 years ago
  9. d608cdb Experiment with using first-class aggregates to represent member function by John McCall · 15 years ago
  10. e9fd7eb Extract member function pointer comparison and null comparison into by John McCall · 15 years ago
  11. 875ab10 Abstract out member-pointer creation. I'm really unhappy about the current by John McCall · 15 years ago
  12. cf2c85e Abstract more member-pointerness out. by John McCall · 15 years ago
  13. 3023def Abstract out member-pointer conversions. by John McCall · 15 years ago
  14. 93d557b Extract calls to method pointers out as an ABI routine. No functionality change. by John McCall · 15 years ago
  15. ee79a4c The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that by John McCall · 15 years ago
  16. 071cc7d Implement support for member pointers under the Microsoft C++ ABI in the by Charles Davis · 15 years ago
  17. c392664 Add a stub Microsoft Visual C++ ABI class (with stub mangler). by Charles Davis · 15 years ago
  18. 3a811f1 IRgen: Add a stub class for generating ABI-specific C++ code. by Charles Davis · 15 years ago