1. a04ca5c Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx-abi microsoft" by Timur Iskhodzhanov · 12 years ago
  2. 17d35c3 Normalize line endings of r163013 (part 2). by Joao Matos · 12 years ago
  3. 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 12 years ago
  4. efe97d6 Use cast<> instead of static_cast. Patch by Timur Iskhodzhanov! by John McCall · 12 years ago
  5. 2612e9f Fix the mangling of function pointers in the MS ABI. by John McCall · 12 years ago
  6. bae11d8 Remove an outdated comment; add one test to compare function pointer and block mangling by Timur Iskhodzhanov · 12 years ago
  7. dc6dabc Fix PR13389 (Wrong mangling of return type qualifiers with -cxx-abi microsoft) by Timur Iskhodzhanov · 12 years ago
  8. d93c5ff Add a FIXME to revisit the performance of BackRefMap later by Timur Iskhodzhanov · 12 years ago
  9. f5e0b22 Fix PR13207 (Mangling of templates with back references when using -cxx-abi microsoft) by Timur Iskhodzhanov · 12 years ago
  10. 8f88a1d [Windows] Use thiscall as the default calling convention for class methods. PR12785 by Timur Iskhodzhanov · 12 years ago
  11. 4285f84 [Windows] Improve mangling of templates when back references are present by Timur Iskhodzhanov · 12 years ago
  12. 3f83568 [Windows] Fix mangling of repeated types in the presence of bool and function pointers PR13176,PR13177 by Timur Iskhodzhanov · 12 years ago
  13. 3facb62 MicrosoftMangle: Fix mangling of integral constant non-type template arguments in a class specialization. by Charles Davis · 12 years ago
  14. 06e767d MS: Mangle rvalue references and nullptr_t, and produce back-references when by Richard Smith · 12 years ago
  15. 28e862a Remove the trailing backslash from the comment to remove the warning about by Kaelyn Uhrain · 12 years ago
  16. e0deb03 Grab bag of Microsoft Mangler fixes: by Charles Davis · 12 years ago
  17. c0838d2 PR13047: Fix various abuses of clang::Type in the MS mangler, to make it work by Richard Smith · 12 years ago
  18. 8552437 Plug a long standing memory leak in TemplateArgument. by Benjamin Kramer · 12 years ago
  19. bd1d18e PR13022: cope with parenthesized function types in MS name mangling. by Richard Smith · 12 years ago
  20. c4d7675 Use fewer temporaries mangling APSInt objects. The performance difference by Charles Davis · 12 years ago
  21. c1fd52b Fix mangling of integral template arguments between 1 and 10. Add a test case by Charles Davis · 12 years ago
  22. 104e51f Fix Lang's fix. This should fix the tests for +Asserts builds. by Charles Davis · 12 years ago
  23. f17523b Fix call to APSInt constructor - it doesn't take an initial value, just a by Lang Hames · 12 years ago
  24. 9fd2359 Mangle template instantiations properly (as of VC 7.x) when compiling for by Charles Davis · 12 years ago
  25. 3a8ac07 When mangling a synthetic function declaration, we might not have by John McCall · 12 years ago
  26. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  27. 50118da Add Microsoft mangling of constructors and destructors. Patch by Dmitry! by Michael J. Spencer · 13 years ago
  28. e0a22d0 Macro metaprogramming for builtin types. by John McCall · 13 years ago
  29. 0ddaeb9 Add a new placeholder type to represent "unbridged" casts in ARC. by John McCall · 13 years ago
  30. aa4a99b Provide half floating point support as a storage only type. by Anton Korobeynikov · 13 years ago
  31. b001de7 Support for C1x _Atomic specifier (see testcase). This is primarily being committed at the moment to help support C++0x <atomic>, but it should be a solid base for implementing the full specification of C1x _Atomic. by Eli Friedman · 13 years ago
  32. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  33. eb2d1f1 Removing a bunch of dead returns/breaks after llvm_unreachables. by David Blaikie · 13 years ago
  34. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  35. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  36. ca63c20 Implement a new type node, UnaryTransformType, designed to represent a by Sean Hunt · 13 years ago
  37. 31bebe0 Remove comments about __int8 and friends from the mangler. Turns out we don't by Charles Davis · 13 years ago
  38. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  39. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  40. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  41. 414d896 Implement ARM pcs attribute. Basically it's another way of calling convention selection (AAPCS or by Anton Korobeynikov · 13 years ago
  42. 1de4d4e Basic, untested implementation for an "unknown any" type requested by LLDB. by John McCall · 13 years ago
  43. 9c6082f Revert "Add CC_Win64ThisCall and set it in the necessary places." by Tilmann Scheller · 13 years ago
  44. 88d117c Add CC_Win64ThisCall and set it in the necessary places. by Tilmann Scheller · 13 years ago
  45. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 13 years ago
  46. f0be979 For consistency, use llvm::raw_ostream in the rest of the mangle api. by Rafael Espindola · 14 years ago
  47. 0e376a0 Use raw_ostream instead of raw_svector_ostream. by Rafael Espindola · 14 years ago
  48. c4850c2 Use raw_svector_ostream in more places in the mangler. by Rafael Espindola · 14 years ago
  49. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  50. c3069d6 Start implementing support for substitution into pack expansions that by Douglas Gregor · 14 years ago
  51. 1411047 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 14 years ago