1. 715edf2 Add function for mangling reference temporaries. by Anders Carlsson · 14 years ago
  2. 564360b Patch to correctly mangle block helper functions by Fariborz Jahanian · 14 years ago
  3. 971154d When mangling for the Microsoft C++ ABI, mangle variables in the global by Charles Davis · 14 years ago
  4. c392664 Add a stub Microsoft Visual C++ ABI class (with stub mangler). by Charles Davis · 14 years ago
  5. 61ecf35 Make methods non-virtual again for now. I accidentally committed this in by Charles Davis · 14 years ago
  6. 5b013df Silence GCC warning about an accessible non-virtual destructor in a class with by Chandler Carruth · 14 years ago
  7. 685b1d9 Extract the ObjC and blocks manglers into their own class. No functionality by Charles Davis · 14 years ago
  8. 35415f5 Improve name mangling for blocks and support mangling of static local by Douglas Gregor · 14 years ago
  9. 046c294 Vtable -> VTable renames across the board. by Anders Carlsson · 14 years ago
  10. 6ae1f35 Provide an extremely unsatisfactory diagnostic (instead of crashing) when by John McCall · 15 years ago
  11. bfb7a1d Remove the old vtable layout code. by Anders Carlsson · 15 years ago
  12. 9ff659b Change two class forward declarations to struct forward declarations, silencing a Clang warning by Douglas Gregor · 15 years ago
  13. 19879c9 More thunks scaffolding. by Anders Carlsson · 15 years ago
  14. f746aa6 Change CodeGenModule to rely on the Module's symbol table instead of by John McCall · 15 years ago
  15. 4819ac4 Refactor local class name mangling and make it ABI conforming. by Fariborz Jahanian · 15 years ago
  16. 61d89b6 Work-in-progress: teach mangler how to mangle thunks for destructors. by Eli Friedman · 15 years ago
  17. de05057 Change rtti/Rtti to RTTI, as it is an acronym. by Mike Stump · 15 years ago
  18. 7622cd3 Add a CovariantThunkAdjustment struct that represents the adjustments needed for a covariant thunk. by Anders Carlsson · 15 years ago
  19. b73a5be Move the mangler into the CodeGen namespace. Change mangleThunk to take a ThunkAdjustment. by Anders Carlsson · 15 years ago
  20. a94822e Add a ThunkAdjustment struct which holds a non-virtual and a virtual adjustment offset. Start using it. General cleanup in Mangle.cpp. by Anders Carlsson · 15 years ago
  21. f981bf8 Mangler: Lift shouldMangleDeclName predicate out of CXXNameMangler::mangle. by Daniel Dunbar · 15 years ago
  22. 94fd26d IRgen: Switch the C++ mangler interfaces to take the SmallVector to write into, by Daniel Dunbar · 15 years ago
  23. 1b07711 Sink free mangle* methods into MangleContext. by Daniel Dunbar · 15 years ago
  24. 6779598 Mangling support for typeinfo names. by Mike Stump · 15 years ago
  25. ab3f7e9 Add mangling for the construction vtable. by Mike Stump · 15 years ago
  26. d313e40 Fix thinko, mangleCXXRtti should obviously take a QualType! by Anders Carlsson · 15 years ago
  27. 731f7f9 mangleCXXRtti obviously needs to take a type, what was I thinking... by Anders Carlsson · 15 years ago
  28. 88e9171 Add mangling for VTTs. by Mike Stump · 15 years ago
  29. fc3bf4d Change mangleCXXVtable and mangleCXXRtti to take CXXRecordDecls instead of QualTypes. by Anders Carlsson · 15 years ago
  30. c4355b6 Mangle anonymous structs/unions correctly. Fixes PR5139. by Anders Carlsson · 15 years ago
  31. b540491 Add a MangleContext and pass it to all mangle functions. It will be used for keeping state, such as identifiers assigned to anonymous structs as well as scope encoding. by Anders Carlsson · 15 years ago
  32. 6e319f6 Add basic covariant thunk generation support. WIP. by Mike Stump · 15 years ago
  33. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  34. dec025b Refine vcall offsets. Cleanups. WIP. by Mike Stump · 15 years ago
  35. 77ca8f6 Install thunks later to fixup overrides. Track space taken by vbase by Mike Stump · 15 years ago
  36. 9124bcc Add mangling for covariant thunks. by Mike Stump · 15 years ago
  37. 883f127 Shorten name. by Mike Stump · 15 years ago
  38. 141c5af Add mangling for thunks. by Mike Stump · 15 years ago
  39. 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 15 years ago
  40. f121677 Add code to setup the vtable pointer in the constructor. Work in progress. by Mike Stump · 15 years ago
  41. 27ae536 Add support for generating (very basic) C++ destructors. These aren't called by anything yet. by Anders Carlsson · 15 years ago
  42. 3ac86b5 Add support for mangling C++ constructors. Review appreciated (I'm looking at you, Doug) by Anders Carlsson · 15 years ago
  43. 41aa8c1 Add support for mangling guard variables. by Anders Carlsson · 15 years ago
  44. ca3f25c fix several problems with asm renaming, by pulling it into the mangling code: by Chris Lattner · 16 years ago
  45. 6ec3668 Address Chris's comments regarding C++ name mangling. by Douglas Gregor · 16 years ago
  46. 5f2bfd4 Add basic support for C++ name mangling according to the Itanium C++ by Douglas Gregor · 16 years ago