aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/arc-references.mm
AgeCommit message (Expand)Author
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper
2017-04-14[ObjC] Fix lifetime markers of loop variable in EmitObjCForCollectionStmt [ta...Kuba 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-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-24test: add -std=c++11Saleem Abdulrasool
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
2012-09-18Remove invalid double colon in test case was previously ignored by FileCheck.Benjamin Kramer
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-08-26Slight optimization enabled by the previous assert: John McCall
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall
2011-06-22When binding a reference to an Automatic Reference Counting temporary,Douglas Gregor
2011-06-15Automatic Reference Counting.John McCall