fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
[oota-llvm.git] / test / Transforms / ObjCARC / tail-call-invariant-enforcement.ll
2013-04-21 Michael Gottesman[objc-arc] Cleaned up tail-call-invariant-enforcement.ll.
2013-04-03 Michael GottesmanRemove an optimization where we were changing an objc_a...
2013-01-12 Michael GottesmanFixed bug in ObjCARC where we were changing a call...
2013-01-12 Michael GottesmanFixed a bug where we were tail calling objc_autorelease...