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