summaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC/basic.ll
Commit message (Expand)AuthorAge
* Don't move objc_autorelease calls past autorelease pool boundaries whenDan Gohman2012-04-13
* When identifying exit nodes for the reverse-CFG reverse-post-orderDan Gohman2012-03-09
* Implement proper ObjC ARC objc_retainBlock "escape" analysis, so thatDan Gohman2012-01-13
* It turns out that clang does use pointer-to-function types toDan Gohman2011-12-14
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Suppress partial retain+release elimination when there's aDan Gohman2011-10-17
* 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
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-15