summaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC/basic.ll
Commit message (Expand)AuthorAge
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-23
* [objc-arc] Move some block tests from basic.ll -> retain-block.ll and add som...Michael Gottesman2013-09-03
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* [objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do not...Michael Gottesman2013-07-07
* [objc-arc] Test cleanups.Michael Gottesman2013-04-27
* An objc_retain can serve as a use for a different pointer.Michael Gottesman2013-04-05
* Properly model precise lifetime when given an incomplete dataflow sequence.Michael Gottesman2013-04-05
* Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman2013-04-03
* [ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...Michael Gottesman2013-03-28
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Fixed a bug where we were tail calling objc_autorelease causing an object to ...Michael Gottesman2013-01-12
* Make provenance checking conservative in cases whenDan Gohman2012-09-04
* Fix broken check lines.Benjamin Kramer2012-08-17
* An objc_retain can serve as a may-use for a different pointer.Dan Gohman2012-07-23
* 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