summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/arc-ternary-op.m
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValueAkira Hatanaka2019-03-211-1/+1
* Use @llvm.objc.clang.arc.use intrinsic instead of clang.arc.use function.Pete Cooper2018-12-201-1/+1
* Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper2018-12-181-13/+13
* Revert r300287.Kuba Mracek2017-04-141-1/+1
* [ObjC] Fix lifetime markers of loop variable in EmitObjCForCollectionStmtKuba Mracek2017-04-141-1/+1
* Update for lifetime intrinsic signature changeMatt Arsenault2017-04-101-6/+6
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+1
* Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer2015-04-221-0/+12
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-1/+1
* Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber2015-04-111-12/+0
* Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison2015-04-101-0/+12
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-13/+13
* Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison2014-12-011-12/+0
* Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison2014-12-011-0/+12
* Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison2014-10-081-12/+0
* Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison2014-10-081-0/+12
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* Under ARC, when we're passing the address of a strong variableJohn McCall2013-03-231-1/+3
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-3/+5
* In ARC, emit non-peepholed +1s within the full-expression insteadJohn McCall2013-02-121-0/+39
* Split a couple of tests out into their own file.John McCall2013-02-121-0/+95