summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/arc-ternary-op.m
AgeCommit message (Expand)Author
2017-04-14Revert r300287.Kuba Mracek
2017-04-14[ObjC] Fix lifetime markers of loop variable in EmitObjCForCollectionStmtKuba Mracek
2017-04-10Update for lifetime intrinsic signature changeMatt Arsenault
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2015-04-22Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2015-04-11Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber
2015-04-10Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-12-01Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison
2014-12-01Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison
2014-10-08Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison
2014-10-08Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-03-23Under ARC, when we're passing the address of a strong variableJohn McCall
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2013-02-12In ARC, emit non-peepholed +1s within the full-expression insteadJohn McCall
2013-02-12Split a couple of tests out into their own file.John McCall