summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance.cpp
AgeCommit message (Expand)Author
2016-12-13CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne
2015-05-04[MS ABI] Fix a crash in vptr path calculationDavid Majnemer
2015-05-01[MS ABI] NV bases may indirectly contain covariant thunks from V BasesDavid Majnemer
2015-04-30[MS ABI] Correctly make paths through covariant virtual basesDavid Majnemer
2015-04-27[MS ABI] Use 'continue' instead of 'return false' where intendedReid Kleckner
2014-10-03MS ABI: Move test from virtual-inheritance to single-inheritanceDavid Majnemer
2014-10-03MS ABI: Add a vftable test for pure virtual methodsDavid Majnemer
2014-10-03MS ABI: Clean up test to not use dllexport, check vftable entriesDavid Majnemer
2014-09-22Fix a vftable mangling bugReid Kleckner
2014-09-12MS ABI: The latest VC "14" CTP implements deleted virtual functionsDavid Majnemer
2014-08-09Fix PR20479 -- missing vftable slots in case of virtual inheritance vs return...Timur Iskhodzhanov
2014-06-06MS ABI: Update the thunk linkage computationHans Wennborg
2014-04-17Follow-up to r206457 -- fix static adjustments for some subtle virtual inheri...Timur Iskhodzhanov
2014-03-26Fix PR19066 - 0-sized vftable in the presence of virtual inheritanceTimur Iskhodzhanov
2014-03-25MS ABI: Mark direct virtual bases as visted when building vtable pathsReid Kleckner
2014-03-23Simplify test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance.cpp by for...Timur Iskhodzhanov
2014-03-20Fix PR19172 - wrong this adjustment calculated for virtual destructor in a cl...Timur Iskhodzhanov
2014-03-07Fix PR18967 -- Bad this adjustment for virtual methods in a diamond virtual i...Timur Iskhodzhanov
2014-03-05Style fix: replace "1 entries" with "1 entry" in the vftable layout dumping codeTimur Iskhodzhanov
2014-02-27MS ABI: Fix vftable mangling by using the vbtable name algorithmReid Kleckner
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-12Add a test case for the PR17748 crashTimur Iskhodzhanov
2013-11-08Make -fdump-vtable-layouts print to stdout, not stderrReid Kleckner
2013-10-30Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme...Timur Iskhodzhanov
2013-10-29Fix an assertion when handling a custom case of virtual inheritance; also red...Timur Iskhodzhanov
2013-10-29Add a missing lit-test expectation (forgotten to write initially?)Timur Iskhodzhanov
2013-10-16[-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destruct...Timur Iskhodzhanov
2013-10-16Remove a workaround for PR16406 from the vtables-virtual-inheritance testTimur Iskhodzhanov
2013-10-09Reland 192220 "Abstract out parts of thunk emission code, add support for sim...Timur Iskhodzhanov
2013-10-08Revert 192220 as it fails on an assertionTimur Iskhodzhanov
2013-10-08Abstract out parts of thunk emission code, add support for simple thunks when...Timur Iskhodzhanov
2013-09-27Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov
2013-07-30Add MicrosoftVFTableContext to ASTTimur Iskhodzhanov