[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x) under -ffast-math.
[oota-llvm.git] / test / Transforms / ScalarRepl / only-memcpy-uses.ll
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2011-03-16 Cameron ZwarichOnly convert allocas to scalars if it is profitable...