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
/
LoopVectorize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
1
-5
/
+9
*
[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
1
-91
/
+87
*
[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
1
-67
/
+55
*
[LV][NFC] Some refactoring and renaming to facilitate next change.
Evgeniy Brevnov
2019-12-30
1
-69
/
+80
*
[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
1
-18
/
+16
*
[VectorUtils] Introduce the Vector Function Database (VFDatabase).
Francesco Petrogalli
2019-12-10
1
-16
/
+18
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
1
-2
/
+2
*
[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
1
-3
/
+2
*
[LV] Record GEP widening decisions in recipe (NFCI)
Gil Rapaport
2019-12-06
1
-74
/
+101
*
[LV] Scalar with predication must not be uniform
Ayal Zaks
2019-12-03
1
-17
/
+22
*
[PGO][PGSO] Add an optional query type parameter to shouldOptimizeForSize.
Hiroshi Yamauchi
2019-12-02
1
-1
/
+2
*
[LV] PreferPredicateOverEpilog respecting option
Sjoerd Meijer
2019-11-21
1
-1
/
+5
*
[LV] PreferPredicateOverEpilog respecting predicate loop hint
Sjoerd Meijer
2019-11-14
1
-2
/
+4
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
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
1
-113
/
+98
*
Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...
Gil Rapaport
2019-11-08
1
-93
/
+110
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)
Gil Rapaport
2019-11-08
1
-110
/
+93
*
Temporarily Revert "[LV] Apply sink-after & interleave-groups as VPlan transf...
Eric Christopher
2019-11-06
1
-93
/
+110
*
[TTI][LV] preferPredicateOverEpilogue
Sjoerd Meijer
2019-11-06
1
-4
/
+14
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)
Gil Rapaport
2019-11-05
1
-110
/
+93
*
Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...
Benjamin Kramer
2019-11-04
1
-93
/
+110
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)
Gil Rapaport
2019-11-04
1
-110
/
+93
*
[LV] Interleaving should not exceed estimated loop trip count.
Craig Topper
2019-10-28
1
-12
/
+12
*
[Alignment][NFC] getMemoryOpCost uses MaybeAlign
Guillaume Chatelet
2019-10-25
1
-9
/
+5
*
[Alignment][NFC] Instructions::getLoadStoreAlignment
Guillaume Chatelet
2019-10-21
1
-37
/
+43
*
[NFC][TTI] Add Alignment for isLegalMasked[Load/Store]
Sam Parker
2019-10-14
1
-8
/
+12
*
[LV] Merge LLVM_DEBUG blocks.
Benjamin Kramer
2019-10-12
1
-15
/
+17
*
recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...
Zi Xuan Wu
2019-10-12
1
-47
/
+104
*
[LV][NFC] Factor out calculation of "best" estimated trip count.
Florian Hahn
2019-10-10
1
-28
/
+26
*
Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...
Jinsong Ji
2019-10-08
1
-106
/
+47
*
[LoopVectorize] Fix non-debug builds after rL374017
Kadir Cetinkaya
2019-10-08
1
-6
/
+8
*
[LoopVectorize][PowerPC] Estimate int and float register pressure separately ...
Zi Xuan Wu
2019-10-08
1
-47
/
+104
*
LoopVectorize - silence static analyzer dyn_cast<CmpInst> null dereference wa...
Simon Pilgrim
2019-09-24
1
-1
/
+1
*
[LV] Forced vectorization with runtime checks and OptForSize
Sjoerd Meijer
2019-09-24
1
-2
/
+13
*
[LoopVectorize] Don't dereference a dyn_cast result. NFCI.
Simon Pilgrim
2019-09-17
1
-1
/
+1
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
[LV] Tail-folding, runtime scev checks
Sjoerd Meijer
2019-09-03
1
-2
/
+2
*
[LV] Tail-folding with runtime memory checks
Sjoerd Meijer
2019-09-03
1
-1
/
+4
*
[LV] Fold tail by masking - handle reductions
Ayal Zaks
2019-08-28
1
-1
/
+40
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
[LV] fold-tail predication should be respected even with assume_safety
Dorit Nuzman
2019-08-15
1
-1
/
+1
[next]