summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/mangle-ms.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a spelling of pass_object_size that uses __builtin_dynamic_object_sizeErik Pilkington2019-03-191-0/+2
* Disable _Float16 for non ARM/SPIR TargetsErich Keane2019-01-251-1/+4
* [MS] Mangle a hash of the main file path into anonymous namespacesReid Kleckner2018-08-171-1/+1
* Add Microsoft mangling for _Float16Erich Keane2018-04-171-0/+4
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-116/+116
* Bring r325915 back.Rafael Espindola2018-02-231-8/+8
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-8/+8
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-8/+8
* [Sema] Allow unmarked overloadable functions.George Burgess IV2017-06-271-0/+7
* [MS ABI] Ignore transparent contexts when determining the effective contextDavid Majnemer2016-05-191-0/+5
* [MS ABI] Complete and base constructor GlobalDecls must have the same nameDavid Majnemer2016-01-081-0/+25
* [MS ABI] Improve our mangling of pass_object_sizeDavid Majnemer2015-12-301-0/+4
* [MS ABI] Invent a mangling for reference temporariesDavid Majnemer2015-12-291-0/+4
* [MS ABI] Add a mangling for _ComplexDavid Majnemer2015-12-291-0/+4
* [MS ABI] Implement a mangling for _Atomic typesDavid Majnemer2015-12-291-0/+5
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-0/+19
* [MS ABI] Correctly mangle classes without names for linkage purposesDavid Majnemer2015-08-311-0/+29
* [MS ABI] Give __attribute__((overloadable)) functions pretty namesDavid Majnemer2015-05-181-0/+3
* [MS ABI] Function encodings are always encoded in template argumentsDavid Majnemer2015-05-181-0/+6
* 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