summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-56/+56
* Bring r325915 back.Rafael Espindola2018-02-231-1/+1
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-1/+1
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-1/+1
* CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne2016-12-131-8/+8
* [MS ABI] Fix a crash in vptr path calculationDavid Majnemer2015-05-041-1/+1
* [MS ABI] NV bases may indirectly contain covariant thunks from V BasesDavid Majnemer2015-05-011-2/+2
* [MS ABI] Correctly make paths through covariant virtual basesDavid Majnemer2015-04-301-1/+1
* [MS ABI] Use 'continue' instead of 'return false' where intendedReid Kleckner2015-04-271-0/+38
* MS ABI: Move test from virtual-inheritance to single-inheritanceDavid Majnemer2014-10-031-13/+1
* MS ABI: Add a vftable test for pure virtual methodsDavid Majnemer2014-10-031-0/+10
* MS ABI: Clean up test to not use dllexport, check vftable entriesDavid Majnemer2014-10-031-1/+5
* Fix a vftable mangling bugReid Kleckner2014-09-221-6/+39
* MS ABI: The latest VC "14" CTP implements deleted virtual functionsDavid Majnemer2014-09-121-1/+9
* Fix PR20479 -- missing vftable slots in case of virtual inheritance vs return...Timur Iskhodzhanov2014-08-091-6/+6
* MS ABI: Update the thunk linkage computationHans Wennborg2014-06-061-1/+1
* Follow-up to r206457 -- fix static adjustments for some subtle virtual inheri...Timur Iskhodzhanov2014-04-171-0/+67
* Fix PR19066 - 0-sized vftable in the presence of virtual inheritanceTimur Iskhodzhanov2014-03-261-0/+15
* MS ABI: Mark direct virtual bases as visted when building vtable pathsReid Kleckner2014-03-251-0/+23
* Simplify test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance.cpp by for...Timur Iskhodzhanov2014-03-231-253/+250
* Fix PR19172 - wrong this adjustment calculated for virtual destructor in a cl...Timur Iskhodzhanov2014-03-201-0/+25
* Fix PR18967 -- Bad this adjustment for virtual methods in a diamond virtual i...Timur Iskhodzhanov2014-03-071-8/+43
* Style fix: replace "1 entries" with "1 entry" in the vftable layout dumping codeTimur Iskhodzhanov2014-03-051-28/+28
* MS ABI: Fix vftable mangling by using the vbtable name algorithmReid Kleckner2014-02-271-17/+26
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Add a test case for the PR17748 crashTimur Iskhodzhanov2013-12-121-0/+20
* Make -fdump-vtable-layouts print to stdout, not stderrReid Kleckner2013-11-081-2/+2
* Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme...Timur Iskhodzhanov2013-10-301-8/+27
* Fix an assertion when handling a custom case of virtual inheritance; also red...Timur Iskhodzhanov2013-10-291-9/+25
* Add a missing lit-test expectation (forgotten to write initially?)Timur Iskhodzhanov2013-10-291-0/+1
* [-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destruct...Timur Iskhodzhanov2013-10-161-0/+85
* Remove a workaround for PR16406 from the vtables-virtual-inheritance testTimur Iskhodzhanov2013-10-161-11/+8
* Reland 192220 "Abstract out parts of thunk emission code, add support for sim...Timur Iskhodzhanov2013-10-091-0/+3
* Revert 192220 as it fails on an assertionTimur Iskhodzhanov2013-10-081-3/+0
* Abstract out parts of thunk emission code, add support for simple thunks when...Timur Iskhodzhanov2013-10-081-0/+3
* Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov2013-09-271-2/+65
* Add MicrosoftVFTableContext to ASTTimur Iskhodzhanov2013-07-301-0/+391