1. b0f533e [ms-cxxabi] Implement MSVC virtual base adjustment by Reid Kleckner · 11 years ago
  2. f632730 [ms-cxxabi] Implement member pointer conversions by Reid Kleckner · 11 years ago
  3. 79e0291 [ms-cxxabi] Emit non-virtual member function pointers by Reid Kleckner · 11 years ago
  4. 3d2f000 [ms-cxxabi] Implement member pointer comparisons by Reid Kleckner · 11 years ago
  5. ed23bdf Set SRet flags properly in '-cxx-abi microsoft'. by Timur Iskhodzhanov · 11 years ago
  6. 04e5176 CodeGen support for function-local static thread_local variables with by Richard Smith · 11 years ago
  7. a3609b0 [ms-cxxabi] Implement member pointer emission and dereferencing by Reid Kleckner · 12 years ago
  8. a8a0f76 [ms-cxxabi] Implement member data pointers for non-dynamic classes by Reid Kleckner · 12 years ago
  9. 63fd408 Exploit this-return of a callsite in a this-return function. by Manman Ren · 12 years ago
  10. 7cd84ba revert r177211 due to its potential issues by Manman Ren · 12 years ago
  11. 2710ed8 Exploit this-return of a callsite in a this-return function. by Manman Ren · 12 years ago
  12. 1d4fff5 Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 by Timur Iskhodzhanov · 12 years ago
  13. 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 · 12 years ago
  14. 59660c2 Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 by Timur Iskhodzhanov · 12 years ago
  15. d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 12 years ago
  16. 649c731 First step towards vftable generation with -cxx-abi microsoft PR13231 by Timur Iskhodzhanov · 12 years ago
  17. 956a5a1 Cleanup some clang code to use new type functions instead of using cast<>. by Micah Villmow · 12 years ago
  18. 2eb9a95 PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function. by David Blaikie · 12 years ago
  19. ecd03b4 When performing a ::delete of an object with a virtual destructor, by John McCall · 12 years ago
  20. bd31574 In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov. by John McCall · 12 years ago
  21. 285baac [Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI to forward to the correct function. by Joao Matos · 12 years ago
  22. 9ee494f IRGen: Factor v-table generation into the CGCXXABI object. by Charles Davis · 12 years ago
  23. 20bb175 Abstract the emission of global destructors into ABI-specific code by John McCall · 12 years ago
  24. e2b45e2 Refactor the C++ ABI code a little bit to take advantage of by John McCall · 12 years ago
  25. beeb460 ErrorUnsupported on array cookies in the MS C++ ABI code; by John McCall · 13 years ago
  26. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  27. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  28. fd70826 Notes on dynamic array cookies in MSVC. by John McCall · 14 years ago
  29. 1411047 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 14 years ago
  30. 3f59c97 The -fshort-wchar option causes wchar_t to become unsigned, in addition to being by Chris Lattner · 14 years ago
  31. 7536dd5 Introduce a new type, PackExpansionType, to capture types that are by Douglas Gregor · 14 years ago
  32. ee743f9 Use the right calling convention when mangling names in the Microsoft C++ by Charles Davis · 14 years ago
  33. 5cd91b5 Implement ARM static local initialization guards, which are more compact than by John McCall · 14 years ago
  34. 52fc314 Add symantic support for the Pascal calling convention via by Dawn Perchik · 14 years ago
  35. 4c40d98 Teach IR generation to return 'this' from constructors and destructors by John McCall · 14 years ago
  36. d608cdb Experiment with using first-class aggregates to represent member function by John McCall · 14 years ago
  37. 9b7d670 zap dead code. by Chris Lattner · 14 years ago
  38. 071cc7d Implement support for member pointers under the Microsoft C++ ABI in the by Charles Davis · 14 years ago
  39. 4d25483 Mangle Objective-C pointers and block pointers in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  40. 0877826 Fix mangling of array dimensions in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  41. cd712cb Mangle member pointer types in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  42. 1139da1 Fix mangling of function pointers in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  43. 4f0a337 Fix mangling of array parameters for functions in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  44. 0b8fe8c Mangle arrays in the Microsoft C++ Mangler. It's not quite finished (it by Charles Davis · 14 years ago
  45. 3a0d41d Mangle pointer and (lvalue) reference types in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  46. 564360b Patch to correctly mangle block helper functions by Fariborz Jahanian · 14 years ago
  47. c62458f Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  48. 21e2a7e Mangle operator names in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  49. 65161d1 Start mangling function types in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  50. b021f8b Microsoft C++ Mangler: by Charles Davis · 14 years ago
  51. 570d276 Microsoft C++ Mangler: by Charles Davis · 14 years ago
  52. 971154d When mangling for the Microsoft C++ ABI, mangle variables in the global by Charles Davis · 14 years ago
  53. e60cea8 Start implementing the Microsoft-style name mangler. Mangle simple names by Charles Davis · 14 years ago
  54. 98b7c5c Add an option to specify the target C++ ABI to the frontend. Use it to by Charles Davis · 14 years ago
  55. c392664 Add a stub Microsoft Visual C++ ABI class (with stub mangler). by Charles Davis · 14 years ago