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
*
[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator
Cameron McInally
2019-10-14
1
-1
/
+1
*
Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"
Dmitri Gribenko
2019-10-10
1
-1
/
+1
*
[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator
Cameron McInally
2019-10-09
1
-1
/
+1
*
[InstCombine] canonicalize fmin/fmax to LLVM intrinsics minnum/maxnum
Sanjay Patel
2019-06-29
1
-32
/
+21
*
[InstCombine] add tests for fmin/fmax libcalls; NFC
Sanjay Patel
2019-06-12
1
-0
/
+18
*
[IR] allow fast-math-flags on select of FP values
Sanjay Patel
2019-05-22
1
-8
/
+8
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+931
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-931
/
+0
*
[InstCombine] canonicalize fdiv after fmul if reassociation is allowed
Sanjay Patel
2019-04-15
1
-2
/
+2
*
[InstCombine] move/add tests for fadd/fsub factorization; NFC
Sanjay Patel
2018-08-12
1
-373
/
+0
*
[InstCombine] add tests for fsub factorization; NFC
Sanjay Patel
2018-08-10
1
-10
/
+84
*
[InstCombine] allow fsub+fmul FMF folds for vectors
Sanjay Patel
2018-08-09
1
-8
/
+6
*
[InstCombine] add vector tests for fsub+fmul; NFC
Sanjay Patel
2018-08-09
1
-15
/
+44
*
[InstCombine] fold fadd+fsub with common operand
Sanjay Patel
2018-08-08
1
-10
/
+8
*
[InstCombine] fold fsub+fsub with common operand
Sanjay Patel
2018-08-08
1
-4
/
+3
*
[InstCombine] add tests for fsub folds; NFC
Sanjay Patel
2018-08-08
1
-68
/
+137
*
[InstCombine] simplify fneg+fadd folds; NFC
Sanjay Patel
2018-04-16
1
-24
/
+0
*
[InstCombine] Enable Add/Sub simplifications with only 'reassoc' FMF
Warren Ristow
2018-04-14
1
-22
/
+423
*
[InstCombine] distribute fmul over fadd/fsub
Sanjay Patel
2018-03-26
1
-4
/
+5
*
[PatternMatch] allow undef elements when matching vector FP +0.0
Sanjay Patel
2018-03-25
1
-1
/
+1
*
[InstSimplify, InstCombine] add/update tests with FP +0.0 vector with undef; NFC
Sanjay Patel
2018-03-25
1
-0
/
+9
*
[InstCombine] move/add tests for fmul distribution; NFC
Sanjay Patel
2018-03-21
1
-79
/
+0
*
[InstCombine] add test to show fmul transform creates extra fdiv; NFC
Sanjay Patel
2018-03-12
1
-88
/
+0
*
[InstCombine] move/add tests for fmul reassociation; NFC
Sanjay Patel
2018-03-01
1
-12
/
+0
*
[InstCombine] fold fdiv with non-splat divisor to fmul: X/C --> X * (1/C)
Sanjay Patel
2018-02-20
1
-1
/
+6
*
[InstCombine] move fdiv tests; NFC
Sanjay Patel
2018-02-19
1
-33
/
+0
*
[InstCombine] test fdiv folds better; NFC
Sanjay Patel
2018-02-15
1
-24
/
+0
*
[InstCombine] regenerate checks; NFC
Sanjay Patel
2018-02-14
1
-227
/
+352
*
[InstCombine] Make sure we preserve fast math flags when folding fp instructi...
Craig Topper
2017-04-10
1
-0
/
+23
*
InstSimplify: Eliminate fabs on known positive
Matt Arsenault
2017-01-11
1
-5
/
+3
*
SimplifyLibCalls: Remove incorrect optimization of fabs
Matt Arsenault
2017-01-07
1
-2
/
+4
*
[LibCallSimplifier] don't allow sqrt transform unless all ops are unsafe
Sanjay Patel
2016-01-11
1
-0
/
+15
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform sqrt c...
Sanjay Patel
2016-01-11
1
-30
/
+24
*
[LibCallSimplfier] use instruction-level fast-math-flags for fmin/fmax transf...
Sanjay Patel
2016-01-05
1
-17
/
+16
*
add fast-math-flags to 'call' instructions (PR21290)
Sanjay Patel
2015-12-14
1
-17
/
+17
*
transform fmin/fmax calls when possible (PR24314)
Sanjay Patel
2015-08-16
1
-0
/
+107
*
[InstCombine] Fix an assertion when fmul has a ConstantExpr operand
Michael Kuperstein
2015-03-05
1
-0
/
+8
*
InstCombine: fsub nsz 0, X ==> fsub nsz -0.0, X
Sanjay Patel
2014-12-31
1
-0
/
+8
*
use -0.0 when creating an fneg instruction
Sanjay Patel
2014-12-19
1
-1
/
+1
*
fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
Sanjay Patel
2014-10-16
1
-0
/
+170
*
InstCombine: Refactor fmul/fdiv combines to handle vectors.
Benjamin Kramer
2014-01-19
1
-0
/
+17
*
Fix more instances of dropped fast math flags when optimizing FADD instructio...
Owen Anderson
2014-01-18
1
-0
/
+16
*
Fix two cases where we could lose fast math flags when optimizing FADD expres...
Owen Anderson
2014-01-16
1
-0
/
+20
*
[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
[next]