Fix bug in GPR to FPR moves in PPC64LE.
[oota-llvm.git] / test / CodeGen / PowerPC / recipest.ll
2014-10-06 Sanjay PatelFast-math fold: x / (y * sqrt(z)) -> x * (rsqrt(z...
2014-09-26 Sanjay PatelRefactor reciprocal and reciprocal square root estimate...
2014-09-22 Sanjay Pateltighten up checks
2014-09-22 Sanjay Patelremove unnecessary labels; NFC
2013-09-12 Hal FinkelMake the PPC fast-math sqrt expansion safe at 0
2013-05-16 Bill SchmidtUse new CHECK-DAG support to stabilize CodeGen/PowerPC...
2013-04-04 Hal FinkelPPC: Improve code generation for mixed-precision recipr...
2013-04-03 Hal FinkelUse PPC reciprocal estimates with Newton iteration...