summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/copy-constructor-elim-2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-1/+1
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-2/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-1/+1
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-1/+1
* CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin2013-06-181-1/+1
* Provide fixed target triples to make test results consistent across ARM hosts.David Blaikie2012-09-101-2/+2
* Only make a call to a copy constructor elidable if in fact we areDouglas Gregor2012-03-101-0/+22
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-1/+1
* Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2...Eli Friedman2011-06-141-1/+1
* Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 1...Eli Friedman2011-06-131-6/+6
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-1/+1
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-1/+1
* Look through parentheses when deciding whether an expr is a temporary object....Anders Carlsson2010-11-281-0/+22
* Do not elide copy construction when we're performing base-class initializationDouglas Gregor2010-08-221-0/+26
* Make copy constructor elimination work in more cases; the case in questionEli Friedman2009-12-241-0/+7