aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC
AgeCommit message (Expand)Author
2011-08-31Update more tests to the new EH scheme.Bill Wendling
2011-08-22Constant pointers to objects don't need reference counting.Dan Gohman
2011-08-22Make a few tests slightly more strict.Dan Gohman
2011-08-19Track a retain+release nesting level independently of theDan Gohman
2011-08-12Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman
2011-08-12Don't convert objc_autoreleaseReturnValue to objc_autorelease if the resultDan Gohman
2011-08-12Don't let arbitrary calls disrupt nested retain+release pairs ifDan Gohman
2011-08-09Tidy up these testcases to look more like real code does.Dan Gohman
2011-07-22Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.Dan Gohman
2011-06-16Fix ARCOpt to insert releases on both successors of an invoke ratherDan Gohman
2011-06-15The ARC language-specific optimizer. Credit to Dan Gohman.John McCall