summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sqrt-fastmath.ll
AgeCommit message (Expand)AuthorFilesLines
2015-08-12[x86] enable machine combiner reassociations for 256-bit vector FP mul/addSanjay Patel1-2/+2
2015-08-11[x86] enable machine combiner reassociations for 128-bit vector single/double...Sanjay Patel1-2/+2
2015-07-08[x86] enable machine combiner reassociations for scalar single-precision mult...Sanjay Patel1-4/+4
2015-06-22[x86] set default reciprocal (division and square root) codegen to match GCCSanjay Patel1-35/+35
2015-06-04make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel1-1/+1
2015-06-03Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola1-1/+1
2015-06-02make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel1-1/+1
2015-05-23Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola1-1/+1
2015-05-22make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel1-1/+1
2015-04-10use update_llc_test_checks.py to tighten checkingSanjay Patel1-94/+103
2014-10-24Allow AVX vrsqrtps generation.Sanjay Patel1-6/+27
2014-10-24Use rsqrt (X86) to speed up reciprocal square root calcsSanjay Patel1-2/+53
2013-08-22Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling1-2/+2
2013-05-27Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd1-0/+60