Implement proper ObjC ARC objc_retainBlock "escape" analysis, so that
[oota-llvm.git] / test / Transforms / ObjCARC / basic.ll
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...