summaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC/rv.ll
Commit message (Expand)AuthorAge
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman2013-04-29
* Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman2013-04-03
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Fixed a bug where we were tail calling objc_autorelease causing an object to ...Michael Gottesman2013-01-12
* Don't convert objc_autoreleaseReturnValue to objc_autorelease if the resultDan Gohman2011-08-12
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-15