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
/
LoopVectorizationLegality.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[VectorUtils] Introduce the Vector Function Database (VFDatabase)."
Francesco Petrogalli
2019-12-13
1
-3
/
+2
*
[VectorUtils] Introduce the Vector Function Database (VFDatabase).
Francesco Petrogalli
2019-12-10
1
-2
/
+3
*
Recommit f0c2a5a "[LV] Generalize conditions for sinking instrs for first ord...
Florian Hahn
2019-11-24
1
-0
/
+12
*
[LV] PreferPredicateOverEpilog respecting predicate loop hint
Sjoerd Meijer
2019-11-14
1
-1
/
+1
*
[Alignment][NFC] Instructions::getLoadStoreAlignment
Guillaume Chatelet
2019-10-21
1
-4
/
+4
*
[LV] Emitting SCEV checks with OptForSize
Sjoerd Meijer
2019-10-09
1
-1
/
+2
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-2
/
+2
*
[Loads] Move generic code out of vectorizer into a location it might be reuse...
Philip Reames
2019-09-10
1
-51
/
+0
*
[ValueTracking] Factor our common speculation suppression logic [NFC]
Philip Reames
2019-09-10
1
-15
/
+0
*
[LoopVectorize] Leverage speculation safety to avoid masked.loads
Philip Reames
2019-09-09
1
-4
/
+85
*
[LLVM][Alignment] Convert isLegalNTStore/isLegalNTLoad to llvm::Align
Guillaume Chatelet
2019-09-05
1
-2
/
+4
*
[LV] Fix miscompiles by adding non-header PHI nodes to AllowedExit
Bjorn Pettersson
2019-09-03
1
-0
/
+1
*
[LV] Fold tail by masking - handle reductions
Ayal Zaks
2019-08-28
1
-10
/
+9
*
Add a clarify comment for meaning of SafePointes [NFC]
Philip Reames
2019-08-26
1
-1
/
+5
*
[LV] fold-tail predication should be respected even with assume_safety
Dorit Nuzman
2019-08-15
1
-4
/
+4
*
[LV][NFC] Share the LV illegality reporting with LoopVectorize.
Hideki Saito
2019-08-06
1
-72
/
+39
*
[LV] Tail-Loop Folding
Sjoerd Meijer
2019-08-01
1
-2
/
+5
*
[LV] Suppress vectorization in some nontemporal cases
Warren Ristow
2019-06-17
1
-0
/
+32
*
[LV] Fix -Wunused-function after r362736
Fangrui Song
2019-06-07
1
-0
/
+2
*
[LV] Wrap LV illegality reporting in a function. NFC.
Renato Golin
2019-06-06
1
-100
/
+120
*
[LV] Inform about exactly reason of loop illegality
Florian Hahn
2019-05-30
1
-2
/
+10
*
[Vectorizer] Add vectorization support for fixed smul/umul intrinsics
Simon Pilgrim
2019-02-25
1
-11
/
+14
*
Refactor setAlreadyUnrolled() and setAlreadyVectorized().
Michael Kruse
2019-02-11
1
-51
/
+19
*
[LV][VPlan] Change to implement VPlan based predication for
Hideki Saito
2019-01-23
1
-1
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LoopVectorizer] give more advice in remark about failure to vectorize call
Sanjay Patel
2019-01-12
1
-3
/
+23
*
[LoopVectorize] Rename pass options. NFC.
Michael Kruse
2018-12-18
1
-6
/
+7
*
[LV] Avoid vectorizing unsafe dependencies in uniform address
Anna Thomas
2018-11-19
1
-4
/
+3
*
[LV] Fold tail by masking to vectorize loops of arbitrary trip count under op...
Ayal Zaks
2018-10-18
1
-0
/
+55
*
[LV] Teach vectorizer about variant value store into uniform address
Anna Thomas
2018-10-16
1
-3
/
+4
*
[LV][LAA] Vectorize loop invariant values stored into loop invariant address
Anna Thomas
2018-09-25
1
-2
/
+3
*
[Loop Vectorizer] Abandon vectorization when no integer IV found
Warren Ristow
2018-09-21
1
-0
/
+4
*
[VPlan] Implement initial vector code generation support for simple outer loops.
Hideki Saito
2018-09-14
1
-0
/
+38
*
[LV] Vectorize loops where non-phi instructions used outside loop
Anna Thomas
2018-08-21
1
-2
/
+22
*
NFC: Clarify comment in loop vectorization legality
Anna Thomas
2018-08-14
1
-1
/
+2
*
[LV] Teach about non header phis that have uses outside the loop
Anna Thomas
2018-08-14
1
-9
/
+9
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-40
/
+44
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[NFC][LV][LoopUtil] Move LoopVectorizationLegality to its own file
Hideki Saito
2018-04-29
1
-0
/
+1068