The promised test case for r175939.
[oota-llvm.git] / test / Transforms / ObjCARC / basic.ll
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-01-12 Michael GottesmanFixed a bug where we were tail calling objc_autorelease...
2012-09-04 Dan GohmanMake provenance checking conservative in cases when
2012-08-17 Benjamin KramerFix broken check lines.
2012-07-23 Dan GohmanAn objc_retain can serve as a may-use for a different...
2012-04-13 Dan GohmanDon't move objc_autorelease calls past autorelease...
2012-03-09 Dan GohmanWhen identifying exit nodes for the reverse-CFG reverse...
2012-01-13 Dan GohmanImplement proper ObjC ARC objc_retainBlock "escape...
2011-12-14 Dan GohmanIt turns out that clang does use pointer-to-function...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-10-17 Dan GohmanSuppress partial retain+release elimination when there's a
2011-08-31 Bill WendlingUpdate more tests to the new EH scheme.
2011-08-22 Dan GohmanConstant pointers to objects don't need reference counting.
2011-08-22 Dan GohmanMake a few tests slightly more strict.
2011-08-19 Dan GohmanTrack a retain+release nesting level independently...
2011-06-15 John McCallThe ARC language-specific optimizer. Credit to Dan...