summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-arg-order.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-22/+22
* Bring r325915 back.Rafael Espindola2018-02-231-4/+4
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-4/+4
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-4/+4
* Update clang to use the updated LLVM EH instructionsDavid Majnemer2015-12-121-2/+2
* [WinEH] Remove NewMSEH and enable its behavior by defaultReid Kleckner2015-10-081-2/+4
* Don't emit exceptional stackrestore cleanups around inalloca functionsReid Kleckner2015-10-081-2/+2
* Revert r245879. Speculative, might have caused crbug.com/524604Nico Weber2015-08-251-2/+2
* [MS ABI] Don't emit stackrestore in cleanupsDavid Majnemer2015-08-241-2/+2
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-6/+6
* MS ABI x64: Pass small objects with dtors but no copy ctors directlyReid Kleckner2014-05-031-0/+1
* MS ABI x64: Don't destroy arguments twice on x64Reid Kleckner2014-05-011-25/+48
* Update clang to account for changes made to LLVM in r203376David Majnemer2014-03-091-1/+1
* [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objectsReid Kleckner2014-02-011-5/+14
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* [ms-cxxabi] Construct and destroy call arguments in the correct orderReid Kleckner2013-12-041-0/+41