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
/
lib
/
Transforms
/
Vectorize
/
SLPVectorizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SLP] use range-for loops, fix formatting; NFC
Sanjay Patel
2019-08-23
1
-32
/
+32
*
[SLP] fix formatting; NFC
Sanjay Patel
2019-08-23
1
-4
/
+3
*
[SLP][NFC] Avoid repetitive calls to getSameOpcode()
Dinar Temirbulatov
2019-08-20
1
-120
/
+176
*
[SLP] reduce duplicated code; NFC
Sanjay Patel
2019-08-19
1
-2
/
+4
*
[SLPVectorizer] Make the scheduler aware of the TreeEntry operands.
Vasileios Porpodas
2019-08-16
1
-79
/
+171
*
[SLPVectorizer] Silence null dereference warning. NFCI.
Simon Pilgrim
2019-08-16
1
-0
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
[SLP][NFC] Use pointers to address to ScalarToTreeEntry elements, instead of ...
Dinar Temirbulatov
2019-08-14
1
-4
/
+4
*
[SLPVectorizer] Revert local change that got accidently got committed in rL36...
Simon Pilgrim
2019-07-23
1
-1
/
+0
*
[TargetLowering] Add SimplifyMultipleUseDemandedBits
Simon Pilgrim
2019-07-23
1
-0
/
+1
*
[SLPVectorizer] Remove null-pointer test. NFCI.
Simon Pilgrim
2019-07-23
1
-4
/
+4
*
[SLPVectorizer] Fix some MSVC/cppcheck uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-07-22
1
-3
/
+3
*
Temporarily Revert "[SLP] Recommit: Look-ahead operand reordering heuristic."
Eric Christopher
2019-07-15
1
-248
/
+46
*
[SLP] Optimize getSpillCost(); NFCI
Nikita Popov
2019-07-09
1
-6
/
+10
*
[SLP] Recommit: Look-ahead operand reordering heuristic.
Vasileios Porpodas
2019-07-02
1
-46
/
+248
*
Revert [SLP] Look-ahead operand reordering heuristic.
Jordan Rupprecht
2019-07-01
1
-236
/
+46
*
[SLP] Look-ahead operand reordering heuristic.
Vasileios Porpodas
2019-06-26
1
-46
/
+236
*
[SLP] NFC: Fixed typo in comment
Vasileios Porpodas
2019-06-24
1
-1
/
+1
*
[SLP] Support unary FNeg vectorization
Cameron McInally
2019-06-24
1
-2
/
+30
*
Revert [SLP] Look-ahead operand reordering heuristic.
Reid Kleckner
2019-06-21
1
-232
/
+46
*
[SLP] Look-ahead operand reordering heuristic.
Simon Pilgrim
2019-06-21
1
-46
/
+232
*
[SLP] Fix regression in broadcasts caused by operand reordering patch D59973.
Dinar Temirbulatov
2019-06-05
1
-5
/
+35
*
[LoopUtils][SLPVectorizer] clean up management of fast-math-flags
Sanjay Patel
2019-06-05
1
-3
/
+9
*
[SLPVectorizer] Set flag to previous default.
Alina Sbirlea
2019-05-23
1
-1
/
+1
*
[SLP] Refactoring of EdgeInfo and UserTreeIdx in buildTree_rec().
Dinar Temirbulatov
2019-05-19
1
-58
/
+48
*
[SLP] Refactor VectorizableTree to use unique_ptr.
Simon Pilgrim
2019-05-10
1
-48
/
+67
*
[NewPassManager] Add tuning option: SLPVectorization [NFC].
Alina Sbirlea
2019-05-08
1
-0
/
+4
*
[SLPVectorizer] Prefer pre-increments. NFCI.
Simon Pilgrim
2019-05-05
1
-3
/
+3
*
[SLPVectorizer] Make getSpillCost() const. NFCI.
Simon Pilgrim
2019-05-05
1
-2
/
+9
*
[SLP] Fix crash after r358519, by V. Porpodas.
Alexey Bataev
2019-04-24
1
-1
/
+2
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-5
/
+5
*
Fix a typo in comments. [NFC]
Ali Tamur
2019-04-16
1
-1
/
+1
*
[SLP] Refactoring of the operand reordering code.
Simon Pilgrim
2019-04-16
1
-171
/
+463
*
[SLP] reorderInputsAccordingToOpcode is const method. NFCI.
Simon Pilgrim
2019-04-02
1
-5
/
+4
*
[SLP] getVectorElementSize and isTreeTinyAndNotFullyVectorizable are const me...
Simon Pilgrim
2019-04-01
1
-4
/
+4
*
[SLP] getGatherCost and isFullyVectorizableTinyTree are const methods. NFCI.
Simon Pilgrim
2019-04-01
1
-7
/
+7
*
[SLP] Add support for commutative icmp/fcmp predicates
Simon Pilgrim
2019-03-29
1
-14
/
+28
*
[SLP] Add support for swapping icmp/fcmp predicates to permit vectorization
Simon Pilgrim
2019-03-29
1
-9
/
+17
*
[SLPVectorizer] Merge reorderAltShuffleOperands into reorderInputsAccordingTo...
Simon Pilgrim
2019-03-25
1
-85
/
+35
*
[SLPVectorizer] reorderInputsAccordingToOpcode - remove non-Instruction canon...
Simon Pilgrim
2019-03-25
1
-7
/
+2
*
[SLPVectorizer] shouldReorderOperands - just check for reordering. NFCI.
Simon Pilgrim
2019-03-24
1
-28
/
+24
*
Fix unused variable warning on non-asserts builds. NFCI.
Simon Pilgrim
2019-03-23
1
-4
/
+3
*
Remove unused function argument. NFCI.
Simon Pilgrim
2019-03-23
1
-5
/
+7
*
[SLPVectorizer] reorderInputsAccordingToOpcode - use InstructionState directl...
Simon Pilgrim
2019-03-23
1
-3
/
+6
*
[SLPVectorizer] Don't repeat VL.size() call. NFCI.
Simon Pilgrim
2019-03-23
1
-1
/
+1
*
[SLP] Remove redundancy of performing operand reordering twice: once in build...
Simon Pilgrim
2019-03-22
1
-82
/
+171
*
Revert rL355906: [SLP] Remove redundancy of performing operand reordering twi...
Simon Pilgrim
2019-03-12
1
-169
/
+82
*
Try to fix SLPVectorizer BoUpSLP::BoEdgeInfo::dump visibility on non-debug bu...
Simon Pilgrim
2019-03-12
1
-3
/
+1
*
[SLP] Remove redundancy of performing operand reordering twice: once in build...
Simon Pilgrim
2019-03-12
1
-82
/
+171
*
Reland "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-12
1
-1
/
+2
[next]