1. 3030eb8 Simplify the logic for emitting guard variables for template static by John McCall · 14 years ago
  2. 112c967 Ensure that static local variables in function templates inherit the by John McCall · 14 years ago
  3. 92d835a Patch to provide guard when initializing instances by Fariborz Jahanian · 14 years ago
  4. 5cd91b5 Implement ARM static local initialization guards, which are more compact than by John McCall · 14 years ago
  5. eede61a Revert my two IRgen fixes for "bool", then use a far simpler approach by Douglas Gregor · 14 years ago
  6. b61e2a3 Fix a crash involving pointer-to-data-members of boolean type. We were by Douglas Gregor · 14 years ago
  7. 9cb2cee Simplify some random accesses to the ASTContext from the ABI classes. by John McCall · 14 years ago
  8. 1e7fe75 Abstract IR generation of array cookies into the C++ ABI class and by John McCall · 14 years ago
  9. 6c2ab1d Amusingly, I missed this point of abstraction in all my earlier by John McCall · 14 years ago
  10. 4c40d98 Teach IR generation to return 'this' from constructors and destructors by John McCall · 14 years ago
  11. 2de56d1 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 14 years ago
  12. de719f7 chandlerc pointed out that ending a line with /\ is not very friendly. :) by John McCall · 14 years ago
  13. 0bab0cd Abstract out everything having to do with member pointers into the ABI by John McCall · 14 years ago
  14. f16aa10 Go back to asking CodeGenTypes whether a type is zero-initializable. by John McCall · 14 years ago
  15. e14add4 Clean up a very silly use of first-class aggregates. by John McCall · 14 years ago
  16. d608cdb Experiment with using first-class aggregates to represent member function by John McCall · 14 years ago
  17. e9fd7eb Extract member function pointer comparison and null comparison into by John McCall · 14 years ago
  18. 875ab10 Abstract out member-pointer creation. I'm really unhappy about the current by John McCall · 14 years ago
  19. cf2c85e Abstract more member-pointerness out. by John McCall · 14 years ago
  20. 3023def Abstract out member-pointer conversions. by John McCall · 14 years ago
  21. babc9a9 Implement the call parts of the member-function-pointer ARM C++ ABI. by John McCall · 14 years ago
  22. 93d557b Extract calls to method pointers out as an ABI routine. No functionality change. by John McCall · 14 years ago
  23. ee79a4c The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that by John McCall · 14 years ago
  24. 071cc7d Implement support for member pointers under the Microsoft C++ ABI in the by Charles Davis · 14 years ago
  25. 3a811f1 IRgen: Add a stub class for generating ABI-specific C++ code. by Charles Davis · 14 years ago