Fixed a bug where we were tail calling objc_autorelease causing an object to not...
[oota-llvm.git] / test / Transforms / ObjCARC / rv.ll
2013-01-12 Michael GottesmanFixed a bug where we were tail calling objc_autorelease...
2011-08-12 Dan GohmanDon't convert objc_autoreleaseReturnValue to objc_autor...
2011-06-15 John McCallThe ARC language-specific optimizer. Credit to Dan...