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
/
PowerPC
/
recipest.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DAGCombine] Fold the (fma -x, y, -z) to -(fma x, y, z)
QingShan Zhang
2020-01-09
1
-2
/
+2
*
[DAGCombiner] Improve division estimation of floating points.
Qiu Chaofan
2019-09-12
1
-7
/
+7
*
Migrate some more fadd and fsub cases away from UnsafeFPMath control to utili...
Michael Berg
2019-07-31
1
-118
/
+159
*
[PowerPC] Use the two-constant NR algorithm for refining estimates
Nemanja Ivanovic
2019-05-07
1
-8
/
+8
*
[Target] move reciprocal estimate settings from TargetOptions to TargetLowering
Sanjay Patel
2016-10-04
1
-15
/
+31
*
Adding -verify-machineinstrs option to PowerPC tests
Ehsan Amiri
2016-08-03
1
-3
/
+3
*
[PowerPC] Make use of the TargetRecip system
Hal Finkel
2015-07-12
1
-0
/
+15
*
[PowerPC] Avoid VSX FMA mutate when killed product reg = addend reg
Bill Schmidt
2014-10-21
1
-2
/
+2
*
Improve sqrt estimate algorithm (fast-math)
Sanjay Patel
2014-10-09
1
-9
/
+2
*
Fast-math fold: x / (y * sqrt(z)) -> x * (rsqrt(z) / y)
Sanjay Patel
2014-10-06
1
-0
/
+28
*
Refactor reciprocal and reciprocal square root estimate into target-independe...
Sanjay Patel
2014-09-26
1
-31
/
+31
*
tighten up checks
Sanjay Patel
2014-09-22
1
-12
/
+12
*
remove unnecessary labels; NFC
Sanjay Patel
2014-09-22
1
-11
/
+0
*
Make the PPC fast-math sqrt expansion safe at 0
Hal Finkel
2013-09-12
1
-1
/
+4
*
Use new CHECK-DAG support to stabilize CodeGen/PowerPC/recipest.ll
Bill Schmidt
2013-05-16
1
-16
/
+16
*
PPC: Improve code generation for mixed-precision reciprocal sqrt
Hal Finkel
2013-04-04
1
-0
/
+48
*
Use PPC reciprocal estimates with Newton iteration in fast-math mode
Hal Finkel
2013-04-03
1
-0
/
+178