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
/
InstSimplify
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstSimplify] Missed optimization in math expression: log10(pow(10.0,x)) == ...
Dmitry Venikov
2019-02-03
2
-12
/
+4
*
Commit tests for changes in revision D41940
Dmitry Venikov
2019-01-31
2
-0
/
+98
*
[ConstantFolding] Consolidate and extend bitcount intrinsic tests; NFC
Nikita Popov
2018-12-20
1
-30
/
+0
*
[InstSimplify] Simplify saturating add/sub + icmp
Nikita Popov
2018-12-17
1
-42
/
+14
*
[InstCombine] Add additional saturating add/sub + icmp tests; NFC
Nikita Popov
2018-12-16
1
-12
/
+133
*
[InstSimplify] Add tests for saturating add/sub + icmp; NFC
Nikita Popov
2018-12-15
1
-0
/
+165
*
[InstCombine] remove dead code from visitExtractElement
Sanjay Patel
2018-12-05
1
-2
/
+11
*
[InstSimplify] add tests for undef + partial undef constant folding; NFC
Sanjay Patel
2018-11-30
1
-0
/
+80
*
[InstSimplify] fold select with implied condition
Sanjay Patel
2018-11-29
1
-0
/
+276
*
[InstSimplify] fold funnel shifts with undef operands
Sanjay Patel
2018-11-20
1
-8
/
+4
*
[InstSimplify] add tests for funnel shift with undef operands; NFC
Sanjay Patel
2018-11-20
1
-0
/
+40
*
[InstructionSimplify] Add support for saturating add/sub
Sanjay Patel
2018-11-20
1
-82
/
+42
*
[PatternMatch] Handle undef vectors consistently
Sanjay Patel
2018-11-20
1
-1
/
+1
*
[InstSimplify] add tests for saturating add/sub; NFC
Sanjay Patel
2018-11-16
1
-0
/
+448
*
[InstSimplify] add test to demonstrate undef matching differences; NFC
Sanjay Patel
2018-11-16
1
-0
/
+25
*
[InstSimplify] delete shift-of-zero guard ops around funnel shifts
Sanjay Patel
2018-11-15
1
-36
/
+34
*
[InstSimplify] add more tests for funnel shift with select; NFC
Sanjay Patel
2018-11-14
1
-13
/
+78
*
[InstSimplify] add tests for funnel shift with select; NFC
Sanjay Patel
2018-11-14
1
-0
/
+65
*
[InstSimplify] fold select (fcmp X, Y), X, Y
Sanjay Patel
2018-11-05
1
-12
/
+4
*
[InstSimplify] add tests for select+fcmp; NFC
Sanjay Patel
2018-11-05
1
-0
/
+102
*
[InstSimplify] fold icmp based on range of abs/nabs (2nd try)
Sanjay Patel
2018-11-01
1
-75
/
+15
*
[InstSimplify] add tests for icmp fold bug (PR39510); NFC
Sanjay Patel
2018-11-01
1
-0
/
+35
*
revert rL345717 : [InstSimplify] fold icmp based on range of abs/nabs
Sanjay Patel
2018-10-31
1
-15
/
+75
*
[InstSimplify] fold 'fcmp nnan ult X, 0.0' when X is not negative
Sanjay Patel
2018-10-31
1
-12
/
+4
*
[InstSimplify] fold 'fcmp nnan oge X, 0.0' when X is not negative
Sanjay Patel
2018-10-31
1
-12
/
+4
*
[InstSimplify] add tests for fcmp and known positive; NFC
Sanjay Patel
2018-10-31
1
-20
/
+100
*
[InstSimplify] fold icmp based on range of abs/nabs
Sanjay Patel
2018-10-31
1
-75
/
+15
*
[InstSimplify] add tests for fcmp folds; NFC
Sanjay Patel
2018-10-30
1
-2
/
+73
*
[InstSimplify] add tests for abs/nabs+icmp folding; NFC
Sanjay Patel
2018-10-29
1
-0
/
+401
*
[InstCombine] InstCombine and InstSimplify for minimum and maximum
Thomas Lively
2018-10-19
2
-2
/
+329
*
[InstCombine] move/add tests for sub/neg; NFC
Sanjay Patel
2018-10-19
1
-0
/
+53
*
[FPEnv] PatternMatcher support for checking FNEG ignoring signed zeros
Cameron McInally
2018-10-09
1
-3
/
+1
*
[InstSimplify] add vector test for fneg+fdiv; NFC
Sanjay Patel
2018-10-07
1
-16
/
+32
*
[InstSimplify] use isKnownNeverNaN to fold more fcmp ord/uno
Sanjay Patel
2018-08-21
1
-71
/
+19
*
[InstSimplify] add tests for FP uno/ord with nnan; NFC
Sanjay Patel
2018-08-21
1
-0
/
+424
*
[InstSimplify] move minnum/maxnum with Inf folds from instcombine
Sanjay Patel
2018-08-09
1
-0
/
+57
*
[InstSimplify] fold fsub+fadd with common operand
Sanjay Patel
2018-08-07
1
-6
/
+2
*
[InstSimplify] fold fadd+fsub with common operand
Sanjay Patel
2018-08-07
1
-6
/
+2
*
[InstSimplify] fold fsub+fsub with common operand
Sanjay Patel
2018-08-07
1
-6
/
+2
*
[InstSimplify] add tests for fadd/fsub; NFC
Sanjay Patel
2018-08-07
1
-0
/
+174
*
[InstSimplify] move minnum/maxnum with common op fold from instcombine
Sanjay Patel
2018-08-07
1
-16
/
+60
*
[InstSimplify] add tests for minnum/maxnum with shared op; NFC
Sanjay Patel
2018-08-07
1
-0
/
+88
*
[InstSimplify] move misplaced minnum/maxnum tests; NFC
Sanjay Patel
2018-08-07
1
-0
/
+16
*
ValueTracking: Handle canonicalize in CannotBeNegativeZero
Matt Arsenault
2018-08-06
1
-0
/
+50
*
[InstSimplify] fold extracting from std::pair (2/2)
Hiroshi Inoue
2018-08-03
1
-34
/
+9
*
[InstSimplify] move minnum/maxnum with undef fold from instcombine
Sanjay Patel
2018-08-02
1
-0
/
+32
*
[ValueTracking] fix maxnum miscompile for cannotBeOrderedLessThanZero (PR37776)
Sanjay Patel
2018-08-02
1
-2
/
+4
*
[InstSimplify] move minnum/maxnum with same arg fold from instcombine
Sanjay Patel
2018-08-01
1
-2
/
+19
*
[InstSimplify] fold extracting from std::pair (1/2)
Hiroshi Inoue
2018-08-01
1
-10
/
+2
*
[InstSimplify] Fold another Select with And/Or pattern
David Bolvansky
2018-07-31
2
-50
/
+10
[next]