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
/
AArch64
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SLP] Look-ahead operand reordering heuristic.
Vasileios Porpodas
2019-11-11
1
-58
/
+41
*
[SLP] respect target register width for GEP vectorization (PR43578)
Sanjay Patel
2019-10-09
2
-45
/
+42
*
[SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...
Alexey Bataev
2019-09-29
3
-88
/
+34
*
Revert [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i],...
Jordan Rupprecht
2019-09-26
3
-34
/
+88
*
[SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...
Alexey Bataev
2019-09-23
3
-88
/
+34
*
Improve reduction intrinsics by overloading result value.
Sander de Smalen
2019-06-13
4
-10
/
+10
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
20
-0
/
+2966
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
20
-2966
/
+0
*
[SLPVectorizer] reorderInputsAccordingToOpcode - remove non-Instruction canon...
Simon Pilgrim
2019-03-25
3
-12
/
+12
*
[SLP] fix variables names in test; NFC
Sanjay Patel
2019-03-22
1
-168
/
+168
*
Update GettingStarted guide to recommend that people use the new
James Y Knight
2019-01-14
2
-2
/
+2
*
[SLP]Update test checks for the SPL vectorizer, NFC.
Alexey Bataev
2019-01-11
9
-92
/
+411
*
[SLPVectorizer] regenerate test checks; NFC
Sanjay Patel
2018-10-20
1
-30
/
+31
*
[SLP] Fix insert point for reused extract instructions.
Alexey Bataev
2018-08-07
1
-0
/
+95
*
[SLP] Fix PR38339: Instruction does not dominate all uses!
Alexey Bataev
2018-07-31
1
-0
/
+29
*
[SLPVectorizer] Relax alternate opcodes to accept any BinaryOperator pair
Simon Pilgrim
2018-06-22
1
-19
/
+15
*
[CostModel][AArch64] Add some initial costs for SK_Select and SK_PermuteSingl...
Simon Pilgrim
2018-06-22
1
-83
/
+50
*
[SLPVectorizer] Relax "alternate" opcode vectorisation to work with any SK_Se...
Simon Pilgrim
2018-06-20
1
-16
/
+28
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
2
-2
/
+2
*
[SLP] Add additional test for transposable binary operations with reuse
Matthew Simpson
2018-05-01
1
-2
/
+44
*
[SLPVectorizer] Debug info shouldn't impact spill cost computation.
Davide Italiano
2018-04-30
1
-0
/
+93
*
[SLP] Add tests for transposable binary operations
Matthew Simpson
2018-04-26
1
-0
/
+292
*
[SLP] Use getExtractWithExtendCost() to compute the scalar cost of extractele...
Haicheng Wu
2018-04-16
1
-16
/
+69
*
[SLP] update a test case. NFC.
Haicheng Wu
2018-04-11
1
-15
/
+17
*
[SLP] Distinguish "demanded and shrinkable" from "demanded and not shrinkable...
Haicheng Wu
2018-04-03
1
-11
/
+15
*
[SLP] Add more checks to a test case. NFC.
Haicheng Wu
2018-03-26
1
-0
/
+14
*
[SLP] Add a test case. NFC.
Haicheng Wu
2018-03-26
1
-0
/
+38
*
[SLP] Stop counting cost of gather sequences with multiple uses
Matthew Simpson
2018-03-23
1
-27
/
+13
*
[SLP] Add test case for a gather sequence with multiple uses
Matthew Simpson
2018-03-21
1
-0
/
+66
*
[AArch64] Implement getArithmeticReductionCost
Matthew Simpson
2018-03-16
1
-3
/
+3
*
[AArch64] add SLP test based on TSVC; NFC
Sanjay Patel
2018-02-27
1
-0
/
+127
*
[AArch64] fix IR names to not be 'tmp' because that gives the CHECK script pr...
Sanjay Patel
2018-02-21
1
-40
/
+40
*
[AArch64] add SLP test for matmul (PR36280); NFC
Sanjay Patel
2018-02-21
1
-0
/
+139
*
revert r325515: [TTI CostModel] change default cost of FP ops to 1 (PR36280)
Sanjay Patel
2018-02-21
1
-1
/
+1
*
[TTI CostModel] change default cost of FP ops to 1 (PR36280)
Sanjay Patel
2018-02-19
1
-1
/
+1
*
[SLP] Take user instructions cost into consideration in insertelement vectori...
Alexey Bataev
2018-02-12
1
-84
/
+92
*
[SLP] Add/update tests for SLP vectorizer, NFC.
Alexey Bataev
2018-01-10
1
-14
/
+299
*
[SLP] Added more missed optimization remarks
Adam Nemet
2017-11-15
2
-7
/
+14
*
Keep Optimization Remark Yaml in NewPM
Sam Elliott
2017-08-20
2
-0
/
+6
*
[SLP] General improvements of SLP vectorization process.
Alexey Bataev
2017-08-07
1
-51
/
+49
*
Revert "[SLP] General improvements of SLP vectorization process."
Alexey Bataev
2017-08-07
1
-49
/
+51
*
[SLP] General improvements of SLP vectorization process.
Alexey Bataev
2017-08-07
1
-51
/
+49
*
[SLPVectorizer] Test update, NFC.
Alexey Bataev
2017-08-02
1
-30
/
+151
*
Re-commit r302678, fixing PR33053.
Amara Emerson
2017-05-16
1
-32
/
+8
*
[SLP] Enable 64-bit wide vectorization on AArch64
Adam Nemet
2017-05-15
1
-0
/
+22
*
Revert r302678 "[AArch64] Enable use of reduction intrinsics."
Hans Wennborg
2017-05-15
1
-8
/
+32
*
[SLP] Emit optimization remarks
Adam Nemet
2017-05-11
3
-4
/
+104
*
[AArch64] Enable use of reduction intrinsics.
Amara Emerson
2017-05-10
1
-32
/
+8
*
[SLP] Fix for PR32038: extra add of PHI node when it is not required.
Alexey Bataev
2017-03-01
1
-10
/
+10
*
[SLP] A test for a fix of PR32038.
Alexey Bataev
2017-02-27
1
-0
/
+124
[next]