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
*
Temporarily Revert:
Eric Christopher
2019-11-06
1
-169
/
+98
*
[SLP] - Add couple safety checks to TreeEntry::dump(). NFC
Sergey Dmitriev
2019-11-05
1
-5
/
+12
*
[SLP]Fix PR43799: Crash on different sizes of GEP indices.
Alexey Bataev
2019-11-04
1
-2
/
+22
*
[SLP] Vectorize jumbled stores.
Alexey Bataev
2019-10-31
1
-20
/
+96
*
Revert "[SLP] Vectorize jumbled stores."
Haojian Wu
2019-10-31
1
-91
/
+16
*
[SLP] Vectorize jumbled stores.
Alexey Bataev
2019-10-30
1
-16
/
+91
*
[SLPVectorizer] Use getAPInt() for comparison. NFCI.
Simon Pilgrim
2019-10-30
1
-1
/
+1
*
[SLP] Fix -Wunused-variable. NFC
Fangrui Song
2019-10-29
1
-2
/
+1
*
[SLP] Generalization of stores vectorization.
Alexey Bataev
2019-10-29
1
-76
/
+72
*
[Alignment][NFC] getMemoryOpCost uses MaybeAlign
Guillaume Chatelet
2019-10-25
1
-2
/
+2
*
[SLP] adjust code comment; NFC
Sanjay Patel
2019-10-25
1
-1
/
+1
*
[SLP] avoid reduction transform on patterns that the backend can load-combine...
Sanjay Patel
2019-10-16
1
-0
/
+48
*
recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...
Zi Xuan Wu
2019-10-12
1
-1
/
+1
*
[SLP] respect target register width for GEP vectorization (PR43578)
Sanjay Patel
2019-10-09
1
-4
/
+10
*
Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...
Jinsong Ji
2019-10-08
1
-1
/
+1
*
[LoopVectorize][PowerPC] Estimate int and float register pressure separately ...
Zi Xuan Wu
2019-10-08
1
-1
/
+1
*
Revert "[SLP] avoid reduction transform on patterns that the backend can load...
Martin Storsjo
2019-10-07
1
-12
/
+3
*
[SLP] avoid reduction transform on patterns that the backend can load-combine
Sanjay Patel
2019-10-05
1
-3
/
+12
*
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
Guillaume Chatelet
2019-10-03
1
-1
/
+1
*
[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-4
/
+3
*
[SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...
Alexey Bataev
2019-09-29
1
-67
/
+85
*
Revert [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i],...
Jordan Rupprecht
2019-09-26
1
-75
/
+66
*
[SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...
Alexey Bataev
2019-09-23
1
-66
/
+75
*
[SLPVectorizer] Assert that we find a LastInst to silence analyzer null deref...
Simon Pilgrim
2019-09-16
1
-0
/
+1
*
[SLPVectorizer] Don't dereference a dyn_cast result. NFCI.
Simon Pilgrim
2019-09-16
1
-4
/
+4
*
[SLP] limit vectorization of Constant subclasses (PR33958)
Sanjay Patel
2019-09-15
1
-2
/
+5
*
Fix typo. NFCI
Simon Pilgrim
2019-09-07
1
-1
/
+1
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
Fix cppcheck shadow variable and variable scope warnings. NFCI.
Simon Pilgrim
2019-08-31
1
-6
/
+5
*
[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
[next]