summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ObjCARC/basic.ll
Commit message (Collapse)AuthorAgeFilesLines
...
* Update more tests to the new EH scheme.Bill Wendling2011-08-311-0/+4
| | | | llvm-svn: 138894
* Constant pointers to objects don't need reference counting.Dan Gohman2011-08-221-0/+33
| | | | llvm-svn: 138242
* Make a few tests slightly more strict.Dan Gohman2011-08-221-2/+3
| | | | llvm-svn: 138241
* Track a retain+release nesting level independently of theDan Gohman2011-08-191-0/+68
| | | | | | | | known-incremented level, because the two concepts can be used to prove the saftey of a retain+release removal in different ways. llvm-svn: 138016
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-151-0/+1898
llvm-svn: 133108
OpenPOWER on IntegriCloud