summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/arc-foreach.m
AgeCommit message (Expand)Author
2017-05-09[CodeGen][ObjC] Emit @objc_retain at -O0 for variables captured byAkira Hatanaka
2017-05-05CodeGen: avoid use of @clang.arc.use intrinsic at O0Saleem Abdulrasool
2017-04-28[CodeGen][ObjC] Don't retain captured Objective-C pointers at blockAkira Hatanaka
2017-04-14Revert r300287.Kuba Mracek
2017-04-14[ObjC] Fix lifetime markers of loop variable in EmitObjCForCollectionStmtKuba Mracek
2016-04-12[ObjC] Pop all cleanups created in EmitObjCForCollectionStmt beforeAkira Hatanaka
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-10-21In ARC, peephole the initialization of a __weak variable withJohn McCall
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-11-06Don't manually insert L prefixes.Rafael Espindola
2014-02-16Fix broken CHECK linesNico Rieck
2013-09-04Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2013-03-29Bugfix/Followup for r177086.Adrian Prantl
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2013-02-21objective-C arc IR-gen. Retaining of strongFariborz Jahanian
2012-11-27objective-C arc: load of a __weak object happens via call toFariborz Jahanian
2012-10-17At -O0, prefer objc_storeStrong with a null new value to theJohn McCall
2011-11-10Fix a subtle bug with cleanups: when activatingJohn McCall
2011-11-10Enter the cleanups for a block outside the enclosingJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-08-05The continue label in an ARC for-in loop should not involveJohn McCall
2011-07-27Clean up the analysis of the collection operand to ObjCJohn McCall
2011-07-10keep track of whether being in a RS_StructPointer stateChris Lattner
2011-07-10Fix the clang bootstrap and Jay's testcase from llvm-dev by being completelyChris Lattner
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall
2011-06-17Objective-C fast enumeration loop variables are not retained in ARC, butJohn McCall
2011-06-15Automatic Reference Counting.John McCall