aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC/basic.ll
AgeCommit message (Expand)Author
2013-03-28[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...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
2012-09-04Make provenance checking conservative in cases whenDan Gohman
2012-08-17Fix broken check lines.Benjamin Kramer
2012-07-23An objc_retain can serve as a may-use for a different pointer.Dan Gohman
2012-04-13Don't move objc_autorelease calls past autorelease pool boundaries whenDan Gohman
2012-03-09When identifying exit nodes for the reverse-CFG reverse-post-orderDan Gohman
2012-01-13Implement proper ObjC ARC objc_retainBlock "escape" analysis, so thatDan Gohman
2011-12-14It turns out that clang does use pointer-to-function types toDan Gohman
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-10-17Suppress partial retain+release elimination when there's aDan Gohman
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-06-15The ARC language-specific optimizer. Credit to Dan Gohman.John McCall