index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
InstCombine
/
fast-math.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-0
/
+8
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-1
/
+9
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-0
/
+170
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-0
/
+53
*
[Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1/X has multiple uses.
Shuxin Yang
2013-09-19
1
-0
/
+12
*
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