1. 2df9ced initial support for __[u]int128_t, which should be basically by Chris Lattner · 15 years ago
  2. 27ae536 Add support for generating (very basic) C++ destructors. These aren't called by anything yet. by Anders Carlsson · 15 years ago
  3. 3201f6b Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. by Sebastian Redl · 15 years ago
  4. 3ac86b5 Add support for mangling C++ constructors. Review appreciated (I'm looking at you, Doug) by Anders Carlsson · 15 years ago
  5. b11fa0d Update to use hasAttr() instead of getAttr(). - No functionality change. by Daniel Dunbar · 15 years ago
  6. 41aa8c1 Add support for mangling guard variables. by Anders Carlsson · 15 years ago
  7. 9ccb065 Don't mangle variables that are at translation unit scope. by Anders Carlsson · 15 years ago
  8. 1b42c79 Implement mangling of declarations inside functions. by Anders Carlsson · 15 years ago
  9. 329749c Mangle VarDecls correctly. by Anders Carlsson · 15 years ago
  10. 43f1740 Move the function decl mangling code out into its own function. No functionality change. by Anders Carlsson · 15 years ago
  11. c8dee9c Fix a bug (that I thought I had fixed already) where mangling a prefix could get us into an infinite loop by Anders Carlsson · 15 years ago
  12. c6c91bc Fix a mangling bug where functions with no arguments weren't getting the 'v' parameter specifier. by Anders Carlsson · 15 years ago
  13. ca3f25c fix several problems with asm renaming, by pulling it into the mangling code: by Chris Lattner · 15 years ago
  14. bc7a029 simplify CXXNameMangler::mangle, making it exit earlier for C functions. by Chris Lattner · 15 years ago
  15. 7c80bd6 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. by Sebastian Redl · 15 years ago
  16. 4843e58 Address Doug's comments wrt the mangler and fix Eli's test case by Anders Carlsson · 15 years ago
  17. b1d947b Make mangling work with anonymous tag types. Doug, please review by Anders Carlsson · 15 years ago
  18. a40c5e4 Mangle Objective-C interfaces correctly (where correctly refers to what gcc does) by Anders Carlsson · 15 years ago
  19. 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 15 years ago
  20. 04495c8 Improve merging of function declarations. Specifically: by Douglas Gregor · 15 years ago
  21. 524ed95 We must always mangle attribute overloadable functions; even if in a by Daniel Dunbar · 15 years ago
  22. 6ec3668 Address Chris's comments regarding C++ name mangling. by Douglas Gregor · 15 years ago
  23. 219cc61 Add mangling for variadic functions and conversion functions by Douglas Gregor · 16 years ago
  24. 5f2bfd4 Add basic support for C++ name mangling according to the Itanium C++ by Douglas Gregor · 16 years ago