aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC/rv.ll
AgeCommit message (Expand)Author
2013-04-29[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman
2013-04-03Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2013-01-12Fixed a bug where we were tail calling objc_autorelease causing an object to ...Michael Gottesman
2011-08-12Don't convert objc_autoreleaseReturnValue to objc_autorelease if the resultDan Gohman
2011-06-15The ARC language-specific optimizer. Credit to Dan Gohman.John McCall