summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/recipest.ll
AgeCommit message (Expand)Author
2016-10-04[Target] move reciprocal estimate settings from TargetOptions to TargetLoweringSanjay Patel
2016-08-03Adding -verify-machineinstrs option to PowerPC testsEhsan Amiri
2015-07-12[PowerPC] Make use of the TargetRecip systemHal Finkel
2014-10-21[PowerPC] Avoid VSX FMA mutate when killed product reg = addend regBill Schmidt
2014-10-09Improve sqrt estimate algorithm (fast-math)Sanjay Patel
2014-10-06Fast-math fold: x / (y * sqrt(z)) -> x * (rsqrt(z) / y)Sanjay Patel
2014-09-26Refactor reciprocal and reciprocal square root estimate into target-independe...Sanjay Patel
2014-09-22tighten up checksSanjay Patel
2014-09-22remove unnecessary labels; NFCSanjay Patel
2013-09-12Make the PPC fast-math sqrt expansion safe at 0Hal Finkel
2013-05-16Use new CHECK-DAG support to stabilize CodeGen/PowerPC/recipest.llBill Schmidt
2013-04-04PPC: Improve code generation for mixed-precision reciprocal sqrtHal Finkel
2013-04-03Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel