1. d553f8c Start mangling expressions. by Anders Carlsson · 15 years ago
  2. 7482e24 More mangling goodness. by Anders Carlsson · 15 years ago
  3. b251e93 Fix error in test. by Anders Carlsson · 15 years ago
  4. 7624f21 Handle mangling of TemplateSpecializationType. by Anders Carlsson · 15 years ago
  5. d58d6f7 Ignore extern "C++" { } when mangling. by Anders Carlsson · 15 years ago
  6. 03c9d53 Substitute unscoped template names. by Anders Carlsson · 15 years ago
  7. 9234b7f When mangling function template specialization, mangle the type encoding of the original function template. Also, port mangle.cpp and function-template-specialization.cpp over to using FileCheck. by Anders Carlsson · 15 years ago
  8. cf85b93 Add a simple const mangling test. by Anders Carlsson · 15 years ago
  9. 0e65001 Add support for converting member pointer types to LLVM types. Also mangle pointer to member functions correctly and add tests. by Anders Carlsson · 15 years ago
  10. 2928c21 extern "C" should preserve the 'extern' qualifier for VarDecls. Fixes 6853728. by Anders Carlsson · 15 years ago
  11. 7a0ba87 Name mangling for class template specializations and template arguments. by Anders Carlsson · 15 years ago
  12. 4d150c8 only support int128_t on 64-bit and larger targets. 32-bit targets don't by Chris Lattner · 15 years ago
  13. 2df9ced initial support for __[u]int128_t, which should be basically by Chris Lattner · 15 years ago
  14. 283a062 Use the new guard variable mangling function and get rid of the old code. by Anders Carlsson · 16 years ago
  15. 1b42c79 Implement mangling of declarations inside functions. by Anders Carlsson · 16 years ago
  16. 329749c Mangle VarDecls correctly. by Anders Carlsson · 16 years ago
  17. 91e20dd Emit code for linkage specifications. by Anders Carlsson · 16 years ago
  18. 984e068 Implement code generation of namespaces and add mangling tests. by Anders Carlsson · 16 years ago
  19. c6c91bc Fix a mangling bug where functions with no arguments weren't getting the 'v' parameter specifier. by Anders Carlsson · 16 years ago
  20. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  21. 4843e58 Address Doug's comments wrt the mangler and fix Eli's test case by Anders Carlsson · 16 years ago
  22. b1d947b Make mangling work with anonymous tag types. Doug, please review by Anders Carlsson · 16 years ago
  23. 5f2bfd4 Add basic support for C++ name mangling according to the Itanium C++ by Douglas Gregor · 16 years ago