summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-virtual-member-pointers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r340079:Reid Kleckner2018-08-171-4/+4
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-24/+24
* Bring r325915 back.Rafael Espindola2018-02-231-2/+2
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-2/+2
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-2/+2
* Reinstate r239499 and r239503David Majnemer2015-06-111-2/+21
* Revert "[MS ABI] Allow fastcall member function pointers to get CodeGen'd"Manuel Klimek2015-06-111-21/+2
* [MS ABI] Allow memfn pointers with unconvertible types to be formedDavid Majnemer2015-06-111-2/+21
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-12/+12
* MS ABI: Mangle virtual member pointer thunks with the correct CCDavid Majnemer2015-03-141-0/+19
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-10/+10
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-10/+10
* Add the "thunk" attribute to MS ABI virtual member pointersReid Kleckner2015-01-211-4/+14
* MS ABI: Virtual member pointer thunks should be in COMDAT groupsDavid Majnemer2015-01-211-6/+8
* 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