index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
X86
/
sqrt-fastmath.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86][SSE] Add SSE reciprocal estimate tests
Simon Pilgrim
2016-11-21
1
-24
/
+113
*
[Target] move reciprocal estimate settings from TargetOptions to TargetLowering
Sanjay Patel
2016-10-04
1
-105
/
+141
*
[DAG] Remove redundant FMUL in Newton-Raphson SQRT code
Sanjay Patel
2016-06-16
1
-15
/
+14
*
Make utils/update_llc_test_checks.py note that the assertions are
James Y Knight
2015-11-23
1
-0
/
+1
*
[x86] enable machine combiner reassociations for 256-bit vector FP mul/add
Sanjay Patel
2015-08-12
1
-2
/
+2
*
[x86] enable machine combiner reassociations for 128-bit vector single/double...
Sanjay Patel
2015-08-11
1
-2
/
+2
*
[x86] enable machine combiner reassociations for scalar single-precision mult...
Sanjay Patel
2015-07-08
1
-4
/
+4
*
[x86] set default reciprocal (division and square root) codegen to match GCC
Sanjay Patel
2015-06-22
1
-35
/
+35
*
make reciprocal estimate code generation more flexible by adding command-line...
Sanjay Patel
2015-06-04
1
-1
/
+1
*
Revert "make reciprocal estimate code generation more flexible by adding comm...
Rafael Espindola
2015-06-03
1
-1
/
+1
*
make reciprocal estimate code generation more flexible by adding command-line...
Sanjay Patel
2015-06-02
1
-1
/
+1
*
Revert "make reciprocal estimate code generation more flexible by adding comm...
Rafael Espindola
2015-05-23
1
-1
/
+1
*
make reciprocal estimate code generation more flexible by adding command-line...
Sanjay Patel
2015-05-22
1
-1
/
+1
*
use update_llc_test_checks.py to tighten checking
Sanjay Patel
2015-04-10
1
-94
/
+103
*
Allow AVX vrsqrtps generation.
Sanjay Patel
2014-10-24
1
-6
/
+27
*
Use rsqrt (X86) to speed up reciprocal square root calcs
Sanjay Patel
2014-10-24
1
-2
/
+53
*
Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...
Bill Wendling
2013-08-22
1
-2
/
+2
*
Convert sqrt functions into sqrt instructions when -ffast-math is in effect.
Preston Gurd
2013-05-27
1
-0
/
+60