summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/arc-foreach.m
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen][ObjC] Emit @objc_retain at -O0 for variables captured byAkira Hatanaka2017-05-091-2/+4
* CodeGen: avoid use of @clang.arc.use intrinsic at O0Saleem Abdulrasool2017-05-051-7/+25
* [CodeGen][ObjC] Don't retain captured Objective-C pointers at blockAkira Hatanaka2017-04-281-11/+8
* Revert r300287.Kuba Mracek2017-04-141-3/+3
* [ObjC] Fix lifetime markers of loop variable in EmitObjCForCollectionStmtKuba Mracek2017-04-141-3/+3
* [ObjC] Pop all cleanups created in EmitObjCForCollectionStmt beforeAkira Hatanaka2016-04-121-0/+51
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-1/+1
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-1/+1
* In ARC, peephole the initialization of a __weak variable withJohn McCall2015-10-211-3/+1
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-12/+12
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-9/+9
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-3/+3
* Fix broken CHECK linesNico Rieck2014-02-161-1/+1
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-5/+5
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-1/+1
* Bugfix/Followup for r177086.Adrian Prantl2013-03-291-1/+2
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-1/+3
* objective-C arc IR-gen. Retaining of strongFariborz Jahanian2013-02-211-4/+4
* objective-C arc: load of a __weak object happens via call toFariborz Jahanian2012-11-271-1/+2
* At -O0, prefer objc_storeStrong with a null new value to theJohn McCall2012-10-171-5/+3
* Fix a subtle bug with cleanups: when activatingJohn McCall2011-11-101-7/+2
* Enter the cleanups for a block outside the enclosingJohn McCall2011-11-101-3/+10
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* The continue label in an ARC for-in loop should not involveJohn McCall2011-08-051-0/+21
* Clean up the analysis of the collection operand to ObjCJohn McCall2011-07-271-3/+81
* keep track of whether being in a RS_StructPointer stateChris Lattner2011-07-101-2/+2
* Fix the clang bootstrap and Jay's testcase from llvm-dev by being completelyChris Lattner2011-07-101-4/+4
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-2/+2
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-1/+1
* Objective-C fast enumeration loop variables are not retained in ARC, butJohn McCall2011-06-171-18/+63
* Automatic Reference Counting.John McCall2011-06-151-0/+27