summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-structors.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r340079:Reid Kleckner2018-08-171-2/+2
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-67/+67
* Bring r325915 back.Rafael Espindola2018-02-231-29/+29
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-29/+29
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-29/+29
* [MS ABI] Correctly mangling vbase destructorsDavid Majnemer2017-02-141-5/+5
* CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne2016-12-131-1/+1
* [MS] Fix prologue this adjustment when 'this' is passed indirectlyReid Kleckner2016-09-071-1/+1
* [MS ABI] Delegating constructors should not assume they are most derivedDavid Majnemer2016-05-131-2/+15
* PR24595: Ignore calling convention modifiers for structors in MS ABI.Andrey Bokhanko2015-09-141-3/+17
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-8/+8
* Mark calls in thunk functions as tail-call optimization candidatesMichael Kuperstein2015-08-061-1/+1
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-1/+1
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-4/+4
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-16/+16
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-14/+14
* Make sure all weak destructors go in a comdat in the ms abi.Rafael Espindola2015-01-171-2/+2
* Add comdats to constructs and destructor in the microsoft abi.Rafael Espindola2015-01-161-2/+2
* Cast vtable address points to i32 (...)** to enable more globaloptReid Kleckner2014-12-031-2/+2
* MS ABI: Properly call global delete when invoking virtual destructorsDavid Majnemer2014-10-311-16/+34
* MS ABI: Emit more canonical vbptr stores and loadsReid Kleckner2014-10-221-8/+8
* Mark the vtable used when defining implicit copy and move ctorsReid Kleckner2014-07-181-1/+21
* MS ABI: Update the thunk linkage computationHans Wennborg2014-06-061-1/+1
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-2/+2
* MS ABI: Remove nv adjustment from direct vdtor calls and prologuesReid Kleckner2014-02-181-0/+75
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* [ms-cxxabi] The 'most derived' ctor parameter usually comes lastReid Kleckner2013-12-171-0/+31
* [ms-cxxabi] Fix linkage of dtor thunks for anonymous classesReid Kleckner2013-12-111-0/+15
* Add -mconstructor aliases to some tests.Rafael Espindola2013-11-091-2/+2
* Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt2013-10-111-3/+9
* Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov2013-09-271-3/+4
* [-cxx-abi microsoft] Change the vdtor implicit should_call_delete argument ty...Timur Iskhodzhanov2013-08-271-15/+14
* Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64Timur Iskhodzhanov2013-08-261-0/+5
* Emit the constructor for abstract classes when using -cxx-abi microsoft, fixe...Timur Iskhodzhanov2013-08-041-0/+9
* [ms-cxxabi] Emit linkonce complete dtors in TUs that need themReid Kleckner2013-07-221-14/+65
* Test updates missed from r186799.Richard Smith2013-07-211-1/+1
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-6/+6
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-6/+6
* [ms-cxxabi] Emit and install appropriately mangled vbtablesReid Kleckner2013-06-191-0/+15
* CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin2013-06-181-6/+6
* Better support for constructors with -cxx-abi microsoft, partly fixes PR12784Timur Iskhodzhanov2013-02-271-40/+147
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-1/+3
* Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ...Timur Iskhodzhanov2013-02-151-6/+20
* ... and now fix the +Asserts buildTimur Iskhodzhanov2013-02-131-2/+2
* Fix the microsoft-abi-structors test expectations to match both Release and R...Timur Iskhodzhanov2013-02-131-8/+14
* Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058Timur Iskhodzhanov2013-02-131-2/+53
* Rename -constructors test to just -structors as in fact it tests dtors too. A...Timur Iskhodzhanov2013-02-121-0/+35