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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SLPVectorizer] Do not assume extracelement idx is a ConstantInt.
Florian Hahn
2020-02-19
1
-6
/
+5
*
[LV] Fix predication for branches with matching true and false succs.
Florian Hahn
2020-02-06
1
-1
/
+1
*
[LV] Do not try to sink dead instructions.
Florian Hahn
2020-01-29
2
-8
/
+13
*
[SLP] Don't allow Div/Rem as alternate opcodes
Andrei Elovikov
2020-01-23
1
-1
/
+17
*
[LV] Silence unused variable warning in Release builds. NFC.
Benjamin Kramer
2020-01-10
1
-0
/
+1
*
[LV] VPValues for memory operation pointers (NFCI)
Gil Rapaport
2020-01-10
5
-104
/
+141
*
[LV] Still vectorise when tail-folding can't find a primary inducation variable
Sjoerd Meijer
2020-01-09
1
-26
/
+37
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-1
/
+1
*
[LV][NFC] Keep dominator tree up to date during vectorization.
Evgeniy Brevnov
2019-12-30
3
-72
/
+64
*
[LV][NFC] Some refactoring and renaming to facilitate next change.
Evgeniy Brevnov
2019-12-30
1
-69
/
+80
*
[LV] Use getMask() when printing recipe [NFCI]
Gil Rapaport
2019-12-29
2
-3
/
+4
*
[SLP] Replace NeedToGather variable with enum.
Dinar Temirbulatov
2019-12-23
1
-22
/
+34
*
[LV] Strip wrap flags from vectorized reductions
Ayal Zaks
2019-12-20
1
-1
/
+39
*
[NFC][TTI] Add Alignment for isLegalMasked[Gather/Scatter]
Anna Welker
2019-12-18
1
-8
/
+11
*
Revert "[VectorUtils] Introduce the Vector Function Database (VFDatabase)."
Francesco Petrogalli
2019-12-13
2
-21
/
+18
*
[VectorUtils] Introduce the Vector Function Database (VFDatabase).
Francesco Petrogalli
2019-12-10
2
-18
/
+21
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
2
-5
/
+5
*
[LV] Pick correct BB as insert point when fixing PHI for FORs.
Florian Hahn
2019-12-07
1
-10
/
+20
*
[VPlan] Rename VPlanHCFGTransforms to VPlanTransforms (NFC).
Florian Hahn
2019-12-07
6
-14
/
+12
*
[LV] Record GEP widening decisions in recipe (NFCI)
Gil Rapaport
2019-12-06
5
-76
/
+147
*
[LV] Scalar with predication must not be uniform
Ayal Zaks
2019-12-03
1
-17
/
+22
*
[SLP] Enhance SLPVectorizer to vectorize different combinations of aggregates
Anton Afanasyev
2019-12-03
1
-62
/
+56
*
[VPlan] Add dump function to VPlan class.
Florian Hahn
2019-12-03
2
-8
/
+14
*
[PGO][PGSO] Add an optional query type parameter to shouldOptimizeForSize.
Hiroshi Yamauchi
2019-12-02
1
-1
/
+2
*
[VPlan] Move graph traits (NFC).
Florian Hahn
2019-12-02
1
-121
/
+122
*
Recommit f0c2a5a "[LV] Generalize conditions for sinking instrs for first ord...
Florian Hahn
2019-11-24
1
-0
/
+12
*
[SLP] Enhance SLPVectorizer to vectorize vector aggregate
Anton Afanasyev
2019-11-22
1
-6
/
+27
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[LV] PreferPredicateOverEpilog respecting option
Sjoerd Meijer
2019-11-21
1
-1
/
+5
*
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 "[LoadStoreVectorize] Use '||' instead of '|' between sides with funct...
Richard Smith
2019-11-15
1
-6
/
+6
*
[LoadStoreVectorize] Use '||' instead of '|' between sides with function call...
Dávid Bolvanský
2019-11-15
1
-6
/
+6
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
2
-0
/
+2
*
Revert "Temporarily Revert:"
Alexey Bataev
2019-11-14
1
-98
/
+178
*
[LV] PreferPredicateOverEpilog respecting predicate loop hint
Sjoerd Meijer
2019-11-14
2
-3
/
+5
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
3
-2
/
+5
*
[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
*
Remove unused variable (which allows us to remove vector include). NFC.
Simon Pilgrim
2019-11-10
1
-3
/
+0
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)
Gil Rapaport
2019-11-09
5
-128
/
+175
*
Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...
Gil Rapaport
2019-11-08
5
-170
/
+125
[next]