summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/constructor-destructor-return-this.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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