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] 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
*
Revert "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-11
1
-2
/
+1
*
Relax constraints for reduction vectorization
Sanjoy Das
2019-03-11
1
-1
/
+2
*
[Vectorizer] Add vectorization support for fixed smul/umul intrinsics
Simon Pilgrim
2019-02-25
1
-18
/
+24
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-2
/
+2
*
[SLPVectorizer] Get rid of IndexQueue array from vectorizeStores. NFCI.
Yevgeny Rouban
2019-02-01
1
-27
/
+18
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SLP] Fix PR40310: The reduction nodes should stay scalar.
Alexey Bataev
2019-01-16
1
-1
/
+2
*
Test commit
Anton Afanasyev
2018-12-19
1
-4
/
+4
*
[SLP]PR39774: Update references of the replaced external instructions.
Alexey Bataev
2018-11-30
1
-0
/
+2
*
[SLP]Fix PR39774: Set ReductionRoot if the original instruction is vectorized.
Alexey Bataev
2018-11-28
1
-5
/
+9
*
[SLPVectorizer] Add basic support for mul/and/or/xor horizontal reductions
Simon Pilgrim
2018-10-23
1
-2
/
+5
*
[TI removal] Make `getTerminator()` return a generic `Instruction`.
Chandler Carruth
2018-10-15
1
-9
/
+9
*
SLPVectorizer: Fix assert with different sized address spaces
Matt Arsenault
2018-08-31
1
-1
/
+1
*
[SLP] Fix insert point for reused extract instructions.
Alexey Bataev
2018-08-07
1
-7
/
+1
*
[SLP] Fix PR38339: Instruction does not dominate all uses!
Alexey Bataev
2018-07-31
1
-0
/
+6
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[SLPVectorizer] Avoid duplicate scalar cost calculations in BoUpSLP::getEntry...
Simon Pilgrim
2018-07-18
1
-50
/
+37
*
[SLPVectorizer] Don't attempt horizontal reduction on pointer types (PR38191)
Simon Pilgrim
2018-07-17
1
-0
/
+2
*
[SLPVectorizer] Add initial alternate opcode support for cast instructions. (...
Simon Pilgrim
2018-07-13
1
-26
/
+72
*
Revert "[SLPVectorizer] Add initial alternate opcode support for cast instruc...
Martin Storsjo
2018-07-12
1
-62
/
+22
*
[SLPVectorizer] Add initial alternate opcode support for cast instructions. (...
Simon Pilgrim
2018-07-11
1
-22
/
+62
[next]