summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-2/+2
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-2/+2
* Push record return type classification into CGCXXABIReid Kleckner2014-05-131-1/+9
* MS ABI: Pass 'sret' as the second parameter of instance methodsReid Kleckner2014-05-091-4/+4
* MS ABI x64: Pass small objects with dtors but no copy ctors directlyReid Kleckner2014-05-031-1/+35
* inalloca: Pad the struct *after* inserting each argReid Kleckner2014-04-101-2/+16
* Fix type mismatch assertion related to inalloca and PR19287Reid Kleckner2014-04-021-7/+11
* MS ABI: Make test introduced in r205217 more robustDavid Majnemer2014-03-311-4/+4
* MS ABI: Use the proper type for inalloca argsDavid Majnemer2014-03-311-0/+20
* 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-10/+49
* [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32Reid Kleckner2014-01-311-4/+1
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* Add -mconstructor aliases to some tests.Rafael Espindola2013-11-091-2/+2
* Disable RTTI in one test so clang doesn't assert behind the scenesTimur Iskhodzhanov2013-10-101-2/+2
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-13/+13
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-2/+2
* [ms-cxxabi] Destroy temporary record arguments in the calleeReid Kleckner2013-06-211-0/+60
* Set SRet flags properly in '-cxx-abi microsoft'.Timur Iskhodzhanov2013-04-171-0/+169