summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/sqrt-fastmath.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86][SSE] Add SSE reciprocal estimate testsSimon Pilgrim2016-11-211-24/+113
* [Target] move reciprocal estimate settings from TargetOptions to TargetLoweringSanjay Patel2016-10-041-105/+141
* [DAG] Remove redundant FMUL in Newton-Raphson SQRT codeSanjay Patel2016-06-161-15/+14
* Make utils/update_llc_test_checks.py note that the assertions areJames Y Knight2015-11-231-0/+1
* [x86] enable machine combiner reassociations for 256-bit vector FP mul/addSanjay Patel2015-08-121-2/+2
* [x86] enable machine combiner reassociations for 128-bit vector single/double...Sanjay Patel2015-08-111-2/+2
* [x86] enable machine combiner reassociations for scalar single-precision mult...Sanjay Patel2015-07-081-4/+4
* [x86] set default reciprocal (division and square root) codegen to match GCCSanjay Patel2015-06-221-35/+35
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-06-041-1/+1
* Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola2015-06-031-1/+1
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-06-021-1/+1
* Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola2015-05-231-1/+1
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-05-221-1/+1
* use update_llc_test_checks.py to tighten checkingSanjay Patel2015-04-101-94/+103
* Allow AVX vrsqrtps generation.Sanjay Patel2014-10-241-6/+27
* Use rsqrt (X86) to speed up reciprocal square root calcsSanjay Patel2014-10-241-2/+53
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling2013-08-221-2/+2
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-271-0/+60
OpenPOWER on IntegriCloud