Merging r259740:
[oota-llvm.git] / test / CodeGen / PowerPC / recipest.ll
2015-07-12 Hal Finkel[PowerPC] Make use of the TargetRecip system
2014-10-21 Bill Schmidt[PowerPC] Avoid VSX FMA mutate when killed product...
2014-10-09 Sanjay PatelImprove sqrt estimate algorithm (fast-math)
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...