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
/
Transforms
/
InstCombine
/
fast-math.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-36
/
+36
*
Fix a bug in fast-math fadd/fsub simplification.
Shuxin Yang
2013-03-25
1
-0
/
+10
*
Perform factorization as a last resort of unsafe fadd/fsub simplification.
Shuxin Yang
2013-03-14
1
-0
/
+105
*
Fix a bug in instcombine for fmul in fast math mode.
Quentin Colombet
2013-02-28
1
-0
/
+11
*
Preserve fast-math flags after reassociation and commutation. Update test cases
Michael Ilseman
2013-02-07
1
-4
/
+4
*
whitespace
Michael Ilseman
2013-02-07
1
-12
/
+12
*
1. Hoist minus sign as high as possible in an attempt to reveal
Shuxin Yang
2013-01-15
1
-33
/
+20
*
This change is to implement following rules under the condition C_A and/or C_R
Shuxin Yang
2013-01-14
1
-0
/
+96
*
Consider expression "0.0 - X" as the negation of X if
Shuxin Yang
2013-01-09
1
-2
/
+13
*
This change is to implement following rules:
Shuxin Yang
2013-01-07
1
-0
/
+85
*
rdar://12801297
Shuxin Yang
2012-12-18
1
-0
/
+102
*
rdar://12753946
Shuxin Yang
2012-12-14
1
-6
/
+34
*
fix a typo
Shuxin Yang
2012-11-29
1
-1
/
+1
*
Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...
Shuxin Yang
2012-11-29
1
-0
/
+32