summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-virtual-member-pointers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r226707:Hans Wennborg2015-01-221-0/+10
* Fix my broken test cases.Reid Kleckner2014-08-291-22/+2
* Make all virtual member pointers use variadic musttail callsReid Kleckner2014-08-291-67/+67
* MS ABI: Virtual member pointer thunks are not unnamed_addrReid Kleckner2014-08-151-12/+14
* MS ABI: Use musttail for vtable thunks that pass arguments by valueReid Kleckner2014-07-261-12/+33
* MS ABI: Use musttail for thunk IR generationReid Kleckner2014-05-151-8/+36
* MS ABI: Pass 'sret' as the second parameter of instance methodsReid Kleckner2014-05-091-10/+10
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-10/+10
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* [-cxx-abi microsoft] Emit thunks for pointers to virtual member functionsHans Wennborg2013-11-151-0/+108