summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/microsoft-abi-virtual-member-pointers.cpp
AgeCommit message (Expand)Author
2015-06-11Reinstate r239499 and r239503David Majnemer
2015-06-11Revert "[MS ABI] Allow fastcall member function pointers to get CodeGen'd"Manuel Klimek
2015-06-11[MS ABI] Allow memfn pointers with unconvertible types to be formedDavid Majnemer
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2015-03-14MS ABI: Mangle virtual member pointer thunks with the correct CCDavid Majnemer
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2015-01-21Add the "thunk" attribute to MS ABI virtual member pointersReid Kleckner
2015-01-21MS ABI: Virtual member pointer thunks should be in COMDAT groupsDavid Majnemer
2014-08-29Fix my broken test cases.Reid Kleckner
2014-08-29Make all virtual member pointers use variadic musttail callsReid Kleckner
2014-08-15MS ABI: Virtual member pointer thunks are not unnamed_addrReid Kleckner
2014-07-26MS ABI: Use musttail for vtable thunks that pass arguments by valueReid Kleckner
2014-05-15MS ABI: Use musttail for thunk IR generationReid Kleckner
2014-05-09MS ABI: Pass 'sret' as the second parameter of instance methodsReid Kleckner
2014-04-02Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-11-15[-cxx-abi microsoft] Emit thunks for pointers to virtual member functionsHans Wennborg