Added debug message in ObjCARC when we remove a no-op cast which has only special...
[oota-llvm.git] / lib / Transforms / Scalar / ObjCARC.cpp
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-06-20 Dan GohmanCompletely short-circuit out ARC optimization if the...
2011-06-16 Dan GohmanFix ARCOpt to insert releases on both successors of...
2011-06-15 John McCallThe ARC language-specific optimizer. Credit to Dan...