summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-vtables-single-inheritance.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-9/+9
* CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne2016-12-131-5/+5
* [MS ABI] Let arbitrary entities participate in vftable orderingDavid Majnemer2015-11-191-0/+15
* MS ABI: Move test from virtual-inheritance to single-inheritanceDavid Majnemer2014-10-031-0/+10
* Simplify test/CodeGenCXX/microsoft-abi-vtables-single-inheritance.cpp by forc...Timur Iskhodzhanov2014-03-211-134/+136
* Style fix: replace "1 entries" with "1 entry" in the vftable layout dumping codeTimur Iskhodzhanov2014-03-051-2/+2
* MS ABI: Fix vftable mangling by using the vbtable name algorithmReid Kleckner2014-02-271-3/+3
* MS ABI: Let non-virtual method overloads participate in vftable orderingReid Kleckner2014-02-191-0/+27
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* [ms-cxxabi] Emit fewer trivial return adjusting thunksReid Kleckner2013-12-271-5/+4
* Compare canonical return types when generating MS C++ ABI vtable thunksReid Kleckner2013-12-201-0/+11
* Make -fdump-vtable-layouts print to stdout, not stderrReid Kleckner2013-11-081-3/+3
* Fix PR17382 - properly group virtual method overloads in the vftableTimur Iskhodzhanov2013-10-061-0/+101
* Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov2013-09-271-65/+15
* Abstract out virtual calls and virtual function prologue code generation; imp...Timur Iskhodzhanov2013-08-211-2/+2
* Add MicrosoftVFTableContext to ASTTimur Iskhodzhanov2013-07-301-2/+80
* [ms-cxxabi] Fix r182865 to have an actual Itanium-style key functionReid Kleckner2013-05-291-1/+7
* [ms-cxxabi] There are no key functions in the Microsoft C++ ABIReid Kleckner2013-05-291-11/+15
* Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058Timur Iskhodzhanov2013-02-131-9/+9
* First step towards vftable generation with -cxx-abi microsoft PR13231Timur Iskhodzhanov2013-01-211-0/+113