[SimplifyLibCalls] Transform log(exp2(y)) to y*log(2) under fast-math.
[oota-llvm.git] / unittests / AsmParser / CMakeLists.txt
2015-05-20 Alex LorenzAsmParser: Require a terminating null character when...