1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. fa7797a Add -mconstructor aliases to some tests. by Rafael Espindola · 11 years ago
  3. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  4. a53d7a0 Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  5. 1f71f39 [-cxx-abi microsoft] Change the vdtor implicit should_call_delete argument type to int by Timur Iskhodzhanov · 11 years ago
  6. 4b10406 Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64 by Timur Iskhodzhanov · 11 years ago
  7. bb1b797 Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735 by Timur Iskhodzhanov · 11 years ago
  8. a4130ba [ms-cxxabi] Emit linkonce complete dtors in TUs that need them by Reid Kleckner · 11 years ago
  9. c1e293f Test updates missed from r186799. by Richard Smith · 11 years ago
  10. 3b50e8d Restore r184205 and associated commits (after commit of r185290) by Stephen Lin · 11 years ago
  11. 3258abc Revert r184205 and associated patches while investigating issue with broken buildbot (possible interaction with LTO) by Stephen Lin · 11 years ago
  12. 9063302 [ms-cxxabi] Emit and install appropriately mangled vbtables by Reid Kleckner · 11 years ago
  13. d4c0cd0 CodeGen: Have 'this'-returning constructors and destructors to take advantage of the new backend 'returned' attribute. by Stephen Lin · 11 years ago
  14. 1d4fff5 Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 by Timur Iskhodzhanov · 11 years ago
  15. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 11 years ago
  16. 0f9827f Abstract out emitting the vdtor calls and do it properly when using -cxx-abi microsoft; also fix vdtor calls for the ARM ABI by Timur Iskhodzhanov · 11 years ago
  17. ba8fa0c ... and now fix the +Asserts build by Timur Iskhodzhanov · 11 years ago
  18. 4745345 Fix the microsoft-abi-structors test expectations to match both Release and Release+Asserts builds by Timur Iskhodzhanov · 11 years ago
  19. 59660c2 Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 by Timur Iskhodzhanov · 11 years ago
  20. 6c9dccd Rename -constructors test to just -structors as in fact it tests dtors too. Also, fix a minor typo in the test. by Timur Iskhodzhanov · 11 years ago[Renamed (94%) from test/CodeGenCXX/microsoft-abi-constructors.cpp]
  21. 649c731 First step towards vftable generation with -cxx-abi microsoft PR13231 by Timur Iskhodzhanov · 11 years ago
  22. 0e33dcd clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts. by NAKAMURA Takumi · 12 years ago
  23. bd31574 In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov. by John McCall · 12 years ago
  24. 8560791 Fix bug 12574 - Avoid infinite recursion in constructors and destructors when using Microsoft C++ ABI by Timur Iskhodzhanov · 12 years ago