summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjCXX/arc-move.mm
Commit message (Expand)AuthorAgeFilesLines
* Update for lifetime intrinsic signature changeMatt Arsenault2017-04-101-4/+4
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+1
* Mangle extended qualifiers in the proper order and mangle theJohn McCall2016-03-011-2/+2
* Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer2015-04-221-0/+10
* Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber2015-04-111-10/+0
* Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison2015-04-101-0/+10
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-9/+9
* Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison2014-12-011-10/+0
* Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison2014-12-011-0/+10
* Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison2014-10-081-10/+0
* Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison2014-10-081-0/+10
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-3/+3
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-3/+3
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Do not apply the ARC move optimization to 'const'-qualified xvalues.John McCall2011-06-251-0/+12
* Implement the C++0x move optimization for Automatic Reference CountingDouglas Gregor2011-06-221-0/+63