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
*
[SLPVectorizer] Do not assume extracelement idx is a ConstantInt.
Florian Hahn
2020-02-19
1
-6
/
+5
*
[SLP] Don't allow Div/Rem as alternate opcodes
Andrei Elovikov
2020-01-23
1
-1
/
+17
*
[SLP] Replace NeedToGather variable with enum.
Dinar Temirbulatov
2019-12-23
1
-22
/
+34
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
1
-3
/
+3
*
[SLP] Enhance SLPVectorizer to vectorize different combinations of aggregates
Anton Afanasyev
2019-12-03
1
-62
/
+56
*
[SLP] Enhance SLPVectorizer to vectorize vector aggregate
Anton Afanasyev
2019-11-22
1
-6
/
+27
*
Temporarily Revert "[SLP] allow forming 2-way reduction patterns" and update ...
Eric Christopher
2019-11-20
1
-29
/
+8
*
Temporarily Revert "Temporarily Revert "[SLP] allow forming 2-way reduction p...
Eric Christopher
2019-11-20
1
-8
/
+29
*
Temporarily Revert "[SLP] allow forming 2-way reduction patterns"
Eric Christopher
2019-11-20
1
-29
/
+8
*
[SLP] fix miscompile on min/max reductions with extra uses (PR43948) (2nd try)
Sanjay Patel
2019-11-19
1
-10
/
+25
*
[SLP] fix insertion point for min/max reduction
Sanjay Patel
2019-11-19
1
-2
/
+17
*
[NFC] Test commit. Please ignore.
Evgeniy Brevnov
2019-11-19
1
-1
/
+1
*
Temporarily revert "[SLP] fix miscompile on min/max reductions with extra use...
Eric Christopher
2019-11-18
1
-14
/
+1
*
Revert "Temporarily Revert:"
Alexey Bataev
2019-11-14
1
-98
/
+178
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[SLP] fix miscompile on min/max reductions with extra uses (PR43948)
Sanjay Patel
2019-11-13
1
-1
/
+14
*
[SLP] reduce code duplication for min/max vs. other reductions; NFCI
Sanjay Patel
2019-11-13
1
-77
/
+31
*
SLPVectorizer - make comparison operators + isInSchedulingRegion const
Simon Pilgrim
2019-11-13
1
-3
/
+3
*
[SLP] Look-ahead operand reordering heuristic.
Vasileios Porpodas
2019-11-11
1
-46
/
+260
*
[SLP] allow forming 2-way reduction patterns
Sanjay Patel
2019-11-07
1
-8
/
+29
*
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
[next]