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
/
SLPVectorizer
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[SLPVectorizer][X86] Add SSE common check prefix to let us merge SSE2+SLM checks
Simon Pilgrim
2019-09-26
2
-150
/
+4
*
[CostModel][X86] Fix SLM <2 x i64> icmp costs
Simon Pilgrim
2019-09-26
2
-32
/
+64
*
[SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...
Alexey Bataev
2019-09-23
20
-1263
/
+300
*
[Cost][X86] Add v2i64 truncation costs
Simon Pilgrim
2019-09-22
1
-16
/
+64
*
[SLPVectorizer] add tests for bogus reductions; NFC
Sanjay Patel
2019-09-20
1
-0
/
+334
*
[SLP] limit vectorization of Constant subclasses (PR33958)
Sanjay Patel
2019-09-15
1
-6
/
+9
*
[SLP] add test for vectorization of constant expressions; NFC
Sanjay Patel
2019-09-13
1
-0
/
+13
*
[SLP] add test for over-vectorization (PR33958); NFC
Sanjay Patel
2019-09-09
1
-0
/
+16
*
[X86] Add prefer-128-bit subtarget feature.
Craig Topper
2019-09-07
4
-9
/
+17
*
[X86] Replace -mcpu with -mattr on some tests.
Craig Topper
2019-09-06
1
-4
/
+3
*
[SLP] add test that requires shuffle of scalars; NFC
Sanjay Patel
2019-08-19
1
-0
/
+26
*
[SLP] add tests for PR16739; NFC
Sanjay Patel
2019-08-16
1
-0
/
+68
*
[X86][CostModel] Adjust the costs of ZERO_EXTEND/SIGN_EXTEND with less than 1...
Craig Topper
2019-08-14
3
-208
/
+262
*
Recommit r367901 "[X86] Enable -x86-experimental-vector-widening-legalization...
Craig Topper
2019-08-07
6
-147
/
+246
*
Revert "[X86] Enable -x86-experimental-vector-widening-legalization by default."
Mitch Phillips
2019-08-06
6
-246
/
+147
*
[X86] Enable -x86-experimental-vector-widening-legalization by default.
Craig Topper
2019-08-05
6
-147
/
+246
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
1
-1
/
+1
*
[LAA] Re-check bit-width of pointers after stripping.
Michael Liao
2019-07-18
1
-0
/
+13
*
Temporarily Revert "[SLP] Recommit: Look-ahead operand reordering heuristic."
Eric Christopher
2019-07-15
1
-175
/
+33
*
[SLP] add tests for bitcasted vector pointer load; NFC
Sanjay Patel
2019-07-03
1
-0
/
+102
*
[SLP] Recommit: Look-ahead operand reordering heuristic.
Vasileios Porpodas
2019-07-02
1
-33
/
+175
*
Revert [SLP] Look-ahead operand reordering heuristic.
Jordan Rupprecht
2019-07-01
1
-87
/
+47
*
[SLP] Look-ahead operand reordering heuristic.
Vasileios Porpodas
2019-06-26
1
-47
/
+87
*
[SLPVectorizer] Precommit of supernode.ll test for D63661
Simon Pilgrim
2019-06-25
1
-0
/
+327
*
[SLP] Support unary FNeg vectorization
Cameron McInally
2019-06-24
2
-22
/
+10
*
Revert [SLP] Look-ahead operand reordering heuristic.
Reid Kleckner
2019-06-21
1
-44
/
+47
*
[SLP] Look-ahead operand reordering heuristic.
Simon Pilgrim
2019-06-21
1
-47
/
+44
*
[NFC][SLP] Pre-commit unary FNeg test to X86/propagate_ir_flags.ll
Cameron McInally
2019-06-20
1
-0
/
+78
*
[NFC][SLP] Pre-commit unary FNeg test to X86/phi3.ll
Cameron McInally
2019-06-20
1
-0
/
+41
*
[SLP][X86] Add lookahead reordering tests from D60897
Simon Pilgrim
2019-06-20
1
-3
/
+235
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
3
-3
/
+0
*
Improve reduction intrinsics by overloading result value.
Sander de Smalen
2019-06-13
4
-10
/
+10
*
[SLP] Update propagate_ir_flags.ll test to check that we do retain the common...
Dinar Temirbulatov
2019-06-13
1
-0
/
+36
*
[SLP] Fix regression in broadcasts caused by operand reordering patch D59973.
Dinar Temirbulatov
2019-06-05
1
-29
/
+29
*
[SLPVectorizer][X86] Add other tests described in PR28474
Simon Pilgrim
2019-06-01
1
-0
/
+256
*
[SLPVectorizer][X86] This test was from PR28474
Simon Pilgrim
2019-06-01
1
-1
/
+1
*
[SLPVectorizer][X86] Add broadcast test case from D62427
Simon Pilgrim
2019-05-28
1
-0
/
+124
*
[CostModel][X86] Add min/max reduction costs for all SSE targets
Simon Pilgrim
2019-05-11
1
-36
/
+54
*
[SLP] Lit test that cannot get vectorized due to lack of look-ahead operand r...
Simon Pilgrim
2019-04-30
1
-0
/
+74
*
[SLP] Fix crash after r358519, by V. Porpodas.
Alexey Bataev
2019-04-24
1
-0
/
+47
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
214
-0
/
+59315
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
214
-59315
/
+0
*
[SLP] Refactoring of the operand reordering code.
Simon Pilgrim
2019-04-16
3
-55
/
+44
*
[SLP][X86] Regenerate operandorder tests with arguments on same line. NFCI.
Simon Pilgrim
2019-04-04
1
-25
/
+8
*
[InstCombine] canonicalize select shuffles by commuting
Sanjay Patel
2019-03-31
2
-7
/
+7
*
[SLP] Add support for commutative icmp/fcmp predicates
Simon Pilgrim
2019-03-29
1
-80
/
+16
*
[SLP] Add support for swapping icmp/fcmp predicates to permit vectorization
Simon Pilgrim
2019-03-29
1
-60
/
+12
*
[SLP][X86] Add tests showing failure to commute icmp/fcmp by swapping predicate
Simon Pilgrim
2019-03-28
1
-0
/
+196
*
[SLP][X86] Add tests showing failure to commute icmp/fcmp operands
Simon Pilgrim
2019-03-28
1
-0
/
+199
*
[SLPVectorizer] Merge reorderAltShuffleOperands into reorderInputsAccordingTo...
Simon Pilgrim
2019-03-25
1
-2
/
+2
[prev]
[next]