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
*
[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