summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-arg-order.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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