summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/arc-block-copy-escape.m
Commit message (Expand)AuthorAgeFilesLines
* Avoid needlessly copying a block to the heap when a block literalAkira Hatanaka2019-02-271-2/+2
* Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper2018-12-181-2/+2
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-4/+4
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-2/+4
* Mark calls to objc_retainBlock that don't result from castsJohn McCall2011-10-041-0/+22