aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/arc.mm
AgeCommit message (Expand)Author
2019-03-21[CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValueAkira Hatanaka
2018-12-20Use @llvm.objc.clang.arc.use intrinsic instead of clang.arc.use function.Pete Cooper
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper
2017-04-10Update for lifetime intrinsic signature changeMatt Arsenault
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2015-10-21In ARC, peephole the initialization of a __weak variable withJohn McCall
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-11-06Don't manually insert L prefixes.Rafael Espindola
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-04-11Drop ObjCIndirectCopyRestoreExprs during template instantiation.John McCall
2013-03-23Under ARC, when we're passing the address of a strong variableJohn McCall
2012-11-27objective-C arc: load of a __weak object happens via call toFariborz Jahanian
2012-07-31Don't crash *or* insert a bogus autorelease when emitting aJohn McCall
2012-04-06Fix a Sema invariant bug that I recently introduced involvingJohn McCall
2011-12-10Make sure that we infer __strong, etc. when we instantiate variablesDouglas Gregor
2011-12-10Use the right CHECK prefix so that we actually do this checking. Miraculously...Douglas Gregor
2011-12-10When we manage to re-use an expression during tree transformation (=Douglas Gregor
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-07-27Clean up the analysis of the collection operand to ObjCJohn McCall
2011-07-07In ARC, reclaim all return values of retainable type, not just thoseJohn McCall
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall
2011-06-16Be sure to try a final ARC-production even in Objective-C++.John McCall
2011-06-15Automatic Reference Counting.John McCall