1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  2. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  3. 8a5c9d7 Merging r195669: by Bill Wendling · 11 years ago
  4. d1a32c3 [ms-cxxabi] Fix the calling convention for operator new in records by Reid Kleckner · 11 years ago
  5. aa82461 Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"" by David Majnemer · 11 years ago
  6. 1f7fd68 Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately" by David Majnemer · 11 years ago
  7. 0754047 [-cxx-abi microsoft] Mangle local TagDecls appropriately by David Majnemer · 11 years ago
  8. 978c5e0 [-cxx-abi microsoft] Mangle user defined entry points properly by David Majnemer · 11 years ago
  9. cab7dad [-cxx-abi microsoft] Mangle declarations inside extern "C" by David Majnemer · 11 years ago
  10. 167b774 CHECK -> CHECK-DAG by David Majnemer · 11 years ago
  11. afc1ea1 Add back a test that was removed in r188450 by David Majnemer · 11 years ago
  12. 1c7a409 [-cxx-abi microsoft] Mangle member pointers better by David Majnemer · 11 years ago
  13. c0e64f3 [ms-cxxabi] Properly mangle member pointers by David Majnemer · 11 years ago
  14. d6a08d1 [ms-cxxabi] Mangle in an implicit 'E' for certain types on win64 by Reid Kleckner · 11 years ago
  15. b70d1c3 [ms-cxxabi] Fix a number of bugs in the mangler. by Peter Collingbourne · 11 years ago
  16. 79b7cc5 Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoft by Timur Iskhodzhanov · 12 years ago
  17. 82bfa19 Allowing individual targets to determine whether a given calling convention is allowed or ignored with warning. This allows for correct name mangling for x64 targets on Windows, which in turn allows for linking against the Win32 APIs. by Aaron Ballman · 12 years ago
  18. a04ca5c Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx-abi microsoft" by Timur Iskhodzhanov · 12 years ago
  19. 2612e9f Fix the mangling of function pointers in the MS ABI. by John McCall · 12 years ago
  20. bae11d8 Remove an outdated comment; add one test to compare function pointer and block mangling by Timur Iskhodzhanov · 12 years ago
  21. 1cc9be0 Follow-up: fix the quotes by Timur Iskhodzhanov · 12 years ago
  22. a542744 Replace wrong CHECK array mangling expectations with correct CHECK-NOT+FIXME (PR13182) by Timur Iskhodzhanov · 12 years ago
  23. df43804 Add a few more test cases for the -cxx-abi microsoft mangler. Some of them were broken recently by Timur Iskhodzhanov · 12 years ago
  24. 06e767d MS: Mangle rvalue references and nullptr_t, and produce back-references when by Richard Smith · 12 years ago
  25. c0838d2 PR13047: Fix various abuses of clang::Type in the MS mangler, to make it work by Richard Smith · 12 years ago
  26. bd1d18e PR13022: cope with parenthesized function types in MS name mangling. by Richard Smith · 12 years ago
  27. e2b45e2 Refactor the C++ ABI code a little bit to take advantage of by John McCall · 12 years ago
  28. 3a8ac07 When mangling a synthetic function declaration, we might not have by John McCall · 12 years ago
  29. 50118da Add Microsoft mangling of constructors and destructors. Patch by Dmitry! by Michael J. Spencer · 13 years ago
  30. ee743f9 Use the right calling convention when mangling names in the Microsoft C++ by Charles Davis · 14 years ago
  31. 4d25483 Mangle Objective-C pointers and block pointers in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  32. 0877826 Fix mangling of array dimensions in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  33. cd712cb Mangle member pointer types in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  34. 1139da1 Fix mangling of function pointers in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  35. 4f0a337 Fix mangling of array parameters for functions in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  36. 0b8fe8c Mangle arrays in the Microsoft C++ Mangler. It's not quite finished (it by Charles Davis · 14 years ago
  37. 3a0d41d Mangle pointer and (lvalue) reference types in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  38. c62458f Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  39. 21e2a7e Mangle operator names in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  40. 65161d1 Start mangling function types in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  41. b021f8b Microsoft C++ Mangler: by Charles Davis · 14 years ago
  42. 570d276 Microsoft C++ Mangler: by Charles Davis · 14 years ago
  43. 971154d When mangling for the Microsoft C++ ABI, mangle variables in the global by Charles Davis · 14 years ago
  44. e60cea8 Start implementing the Microsoft-style name mangler. Mangle simple names by Charles Davis · 14 years ago