aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/mangle-ms.cpp
AgeCommit message (Expand)Author
2013-04-25[ms-cxxabi] Fix a number of bugs in the mangler.Peter Collingbourne
2012-11-26Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoftTimur Iskhodzhanov
2012-10-02Allowing individual targets to determine whether a given calling convention i...Aaron Ballman
2012-09-03Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx...Timur Iskhodzhanov
2012-08-25Fix the mangling of function pointers in the MS ABI.John McCall
2012-07-26Remove an outdated comment; add one test to compare function pointer and bloc...Timur Iskhodzhanov
2012-07-23Follow-up: fix the quotesTimur Iskhodzhanov
2012-07-23Replace wrong CHECK array mangling expectations with correct CHECK-NOT+FIXME ...Timur Iskhodzhanov
2012-06-27Add a few more test cases for the -cxx-abi microsoft mangler. Some of them we...Timur Iskhodzhanov
2012-06-21MS: Mangle rvalue references and nullptr_t, and produce back-references whenRichard Smith
2012-06-08PR13047: Fix various abuses of clang::Type in the MS mangler, to make it workRichard Smith
2012-06-04PR13022: cope with parenthesized function types in MS name mangling.Richard Smith
2012-05-01Refactor the C++ ABI code a little bit to take advantage ofJohn McCall
2012-05-01When mangling a synthetic function declaration, we might not haveJohn McCall
2011-12-01Add Microsoft mangling of constructors and destructors. Patch by Dmitry!Michael J. Spencer
2010-11-09Use the right calling convention when mangling names in the Microsoft C++Charles Davis
2010-07-03Mangle Objective-C pointers and block pointers in the Microsoft C++ Mangler.Charles Davis
2010-07-03Fix mangling of array dimensions in the Microsoft C++ Mangler.Charles Davis
2010-07-03Mangle member pointer types in the Microsoft C++ Mangler.Charles Davis
2010-07-03Fix mangling of function pointers in the Microsoft C++ Mangler.Charles Davis
2010-07-03Fix mangling of array parameters for functions in the Microsoft C++ Mangler.Charles Davis
2010-06-30Mangle arrays in the Microsoft C++ Mangler. It's not quite finished (itCharles Davis
2010-06-26Mangle pointer and (lvalue) reference types in the Microsoft C++ Mangler.Charles Davis
2010-06-18Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler.Charles Davis
2010-06-17Mangle operator names in the Microsoft C++ Mangler.Charles Davis
2010-06-16Start mangling function types in the Microsoft C++ Mangler.Charles Davis
2010-06-14Microsoft C++ Mangler:Charles Davis
2010-06-12Microsoft C++ Mangler:Charles Davis
2010-06-11When mangling for the Microsoft C++ ABI, mangle variables in the globalCharles Davis
2010-06-11Start implementing the Microsoft-style name mangler. Mangle simple namesCharles Davis