summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/mangle-ms.cpp
Commit message (Expand)AuthorAgeFilesLines
* MS ABI: Correctly mangle CV qualifiers from typedefsWill Wilson2014-11-051-0/+13
* Add frontend support for __vectorcallReid Kleckner2014-10-241-0/+2
* MS ABI: Reorganize some testsDavid Majnemer2014-03-041-90/+2
* MS ABI: Refactor extended qualifiersDavid Majnemer2014-02-181-0/+3
* MS ABI: Add support for mangling __restrictDavid Majnemer2014-02-181-0/+5
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* Revert "[-cxx-abi microsoft] Mangle reference temporaries"David Majnemer2013-12-131-7/+0
* [-cxx-abi microsoft] Mangle reference temporariesDavid Majnemer2013-12-121-0/+7
* [-cxx-abi microsoft] Properly mangle enumsDavid Majnemer2013-12-091-0/+81
* [-cxx-abi microsoft] Create backrefs for <unnamed-type-`id'>David Majnemer2013-11-251-2/+10
* [ms-cxxabi] Fix the calling convention for operator new in recordsReid Kleckner2013-10-081-0/+52
* Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately""David Majnemer2013-09-171-0/+29
* Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"David Majnemer2013-09-171-29/+0
* [-cxx-abi microsoft] Mangle local TagDecls appropriatelyDavid Majnemer2013-09-171-0/+29
* [-cxx-abi microsoft] Mangle user defined entry points properlyDavid Majnemer2013-09-131-0/+20
* [-cxx-abi microsoft] Mangle declarations inside extern "C"David Majnemer2013-09-131-0/+10
* CHECK -> CHECK-DAGDavid Majnemer2013-09-131-82/+82
* 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