aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC/retain-not-declared.ll
AgeCommit message (Expand)Author
2013-03-29Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp...Michael Gottesman
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2012-03-23Don't convert objc_retainAutoreleasedReturnValue to objc_retain if itDan Gohman
2011-08-31Update more tests to the new EH scheme.Bill Wendling
2011-07-22Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.Dan Gohman
2011-06-15The ARC language-specific optimizer. Credit to Dan Gohman.John McCall