summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle-ms.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add back a test that was removed in r188450David Majnemer2013-08-151-0/+1
* [-cxx-abi microsoft] Mangle member pointers betterDavid Majnemer2013-08-151-1/+34
* [ms-cxxabi] Properly mangle member pointersDavid Majnemer2013-08-051-2/+2
* [ms-cxxabi] Mangle in an implicit 'E' for certain types on win64Reid Kleckner2013-05-141-2/+18
* [ms-cxxabi] Fix a number of bugs in the mangler.Peter Collingbourne2013-04-251-5/+2
* Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoftTimur Iskhodzhanov2012-11-261-2/+9
* Allowing individual targets to determine whether a given calling convention i...Aaron Ballman2012-10-021-0/+2
* Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx...Timur Iskhodzhanov2012-09-031-5/+28
* Fix the mangling of function pointers in the MS ABI.John McCall2012-08-251-0/+4
* Remove an outdated comment; add one test to compare function pointer and bloc...Timur Iskhodzhanov2012-07-261-3/+7
* Follow-up: fix the quotesTimur Iskhodzhanov2012-07-231-3/+3
* Replace wrong CHECK array mangling expectations with correct CHECK-NOT+FIXME ...Timur Iskhodzhanov2012-07-231-4/+9
* Add a few more test cases for the -cxx-abi microsoft mangler. Some of them we...Timur Iskhodzhanov2012-06-271-2/+14
* MS: Mangle rvalue references and nullptr_t, and produce back-references whenRichard Smith2012-06-211-0/+9
* PR13047: Fix various abuses of clang::Type in the MS mangler, to make it workRichard Smith2012-06-081-2/+13
* PR13022: cope with parenthesized function types in MS name mangling.Richard Smith2012-06-041-0/+5
* Refactor the C++ ABI code a little bit to take advantage ofJohn McCall2012-05-011-3/+2
* When mangling a synthetic function declaration, we might not haveJohn McCall2012-05-011-0/+14
* Add Microsoft mangling of constructors and destructors. Patch by Dmitry!Michael J. Spencer2011-12-011-1/+12
* Use the right calling convention when mangling names in the Microsoft C++Charles Davis2010-11-091-5/+3
* Mangle Objective-C pointers and block pointers in the Microsoft C++ Mangler.Charles Davis2010-07-031-3/+7
* Fix mangling of array dimensions in the Microsoft C++ Mangler.Charles Davis2010-07-031-2/+2
* Mangle member pointer types in the Microsoft C++ Mangler.Charles Davis2010-07-031-0/+6
* Fix mangling of function pointers in the Microsoft C++ Mangler.Charles Davis2010-07-031-0/+3
* Fix mangling of array parameters for functions in the Microsoft C++ Mangler.Charles Davis2010-07-031-1/+1
* Mangle arrays in the Microsoft C++ Mangler. It's not quite finished (itCharles Davis2010-06-301-0/+10
* Mangle pointer and (lvalue) reference types in the Microsoft C++ Mangler.Charles Davis2010-06-261-2/+8
* Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler.Charles Davis2010-06-181-0/+23
* Mangle operator names in the Microsoft C++ Mangler.Charles Davis2010-06-171-0/+4
* Start mangling function types in the Microsoft C++ Mangler.Charles Davis2010-06-161-1/+13
* Microsoft C++ Mangler:Charles Davis2010-06-141-2/+17
* Microsoft C++ Mangler:Charles Davis2010-06-121-2/+8
* When mangling for the Microsoft C++ ABI, mangle variables in the globalCharles Davis2010-06-111-1/+2
* Start implementing the Microsoft-style name mangler. Mangle simple namesCharles Davis2010-06-111-0/+6
OpenPOWER on IntegriCloud