summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/constructor-destructor-return-this.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Define Fuchsia C++ABIPetr Hosek2019-12-031-6/+26
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-21/+21
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-21/+21
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-6/+6
* Bring r325915 back.Rafael Espindola2018-02-231-6/+6
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-6/+6
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-6/+6
* [MS] Fix prologue this adjustment when 'this' is passed indirectlyReid Kleckner2016-09-071-1/+1
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-1/+1
* CodeGen: Virtual dtor thunks shouldn't have this marked as 'returned'David Majnemer2014-11-011-4/+10
* Disable this-return optimizations when targeting iOS 5 and earlier.Bob Wilson2014-04-011-1/+17
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Output destructors and constructors in a more natural order.Rafael Espindola2013-12-091-14/+15
* Run the -cxx-abi test in 32-bit mode as the 64-bit one crashes on the botsTimur Iskhodzhanov2013-10-011-7/+8
* Author a FIXME in a test now that PR12784 is fixedTimur Iskhodzhanov2013-10-011-12/+8
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-27/+27
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-41/+100
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-100/+41
* Corrections to r184205 ('this'-return optimization) due to the wrong version ...Stephen Lin2013-06-191-6/+5
* CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin2013-06-181-41/+101
* Exploit this-return of a callsite in a this-return function.Manman Ren2013-03-201-0/+60
OpenPOWER on IntegriCloud