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