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
*
[LoopVectorize] Turn static DenseSet into switch.
Benjamin Kramer
2017-09-02
1
-16
/
+47
*
[LoopVectorizer] Use two step casting for float to pointer types.
Manoj Gupta
2017-09-01
1
-3
/
+40
*
[LV] Fix PR34248 - recommit D32871 after revert r311304
Ayal Zaks
2017-08-27
1
-523
/
+1056
*
Revert r311077: [LV] Using VPlan ...
Chandler Carruth
2017-08-20
1
-1060
/
+523
*
[Loop Vectorize] Added a separate metadata
Aditya Kumar
2017-08-20
1
-9
/
+18
*
[LV] Using VPlan to model the vectorized code and drive its transformation
Ayal Zaks
2017-08-17
1
-523
/
+1060
*
[LV] Minor savings to Sink casts to unravel first order recurrence
Ayal Zaks
2017-08-15
1
-1
/
+1
*
[LoopVectorize] Fix assertion failure in Fcmp vectorization
Anna Thomas
2017-08-08
1
-1
/
+3
*
LV: Don't insert runtime ptr checks on divergent targets
Matt Arsenault
2017-08-02
1
-0
/
+12
*
[LV] Avoid redundant operations manipulating masks
Ayal Zaks
2017-07-31
1
-36
/
+37
*
[LV] Test once if vector trip count is zero, instead of twice
Ayal Zaks
2017-07-19
1
-44
/
+20
*
[LV] Don't allow outside uses of IVs if the SCEV is predicated on loop condit...
Michael Kuperstein
2017-07-12
1
-2
/
+7
*
Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...
Teresa Johnson
2017-07-01
1
-1
/
+1
*
re-commit r306336: Enable vectorizer-maximize-bandwidth by default.
Teresa Johnson
2017-07-01
1
-1
/
+1
*
revert r306336 for breaking ppc test.
Teresa Johnson
2017-07-01
1
-1
/
+1
*
Enable vectorizer-maximize-bandwidth by default.
Teresa Johnson
2017-07-01
1
-1
/
+1
*
[LV] Sink casts to unravel first order recurrence
Ayal Zaks
2017-06-30
1
-1
/
+17
*
[LV] Optimize for size when vectorizing loops with tiny trip count
Ayal Zaks
2017-06-30
1
-29
/
+30
*
Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...
Daniel Jasper
2017-06-30
1
-1
/
+1
*
[LV] Fix PR33613 - retain order of insertelement per part
Ayal Zaks
2017-06-28
1
-6
/
+7
*
re-commit r306336: Enable vectorizer-maximize-bandwidth by default.
Dehao Chen
2017-06-27
1
-1
/
+1
*
Recommitting 306331.
Ayal Zaks
2017-06-27
1
-287
/
+300
*
revert r306336 for breaking ppc test.
Dehao Chen
2017-06-26
1
-1
/
+1
*
reverting 306331.
Ayal Zaks
2017-06-26
1
-293
/
+286
*
Enable vectorizer-maximize-bandwidth by default.
Dehao Chen
2017-06-26
1
-1
/
+1
*
[LV] Changing the interface of ValueMap, NFC.
Ayal Zaks
2017-06-26
1
-286
/
+293
*
Revert "Enable vectorizer-maximize-bandwidth by default."
Diana Picus
2017-06-22
1
-1
/
+1
*
Enable vectorizer-maximize-bandwidth by default.
Dehao Chen
2017-06-21
1
-1
/
+1
*
Improve profile-guided heuristics to use estimated trip count.
Taewook Oh
2017-06-19
1
-27
/
+20
*
[LoopVectorize] Don't preserve nsw/nuw flags on shrunken ops.
George Burgess IV
2017-06-09
1
-1
/
+5
*
[LV] Make scalarizeInstruction() non-virtual. NFC.
Ayal Zaks
2017-06-04
1
-2
/
+1
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+2
*
[LV] Reapply r303763 with fix for PR33193
Matthew Simpson
2017-05-30
1
-10
/
+19
*
Revert r303763, results in asserts i.e. while building Ruby.
Joerg Sonnenberger
2017-05-29
1
-15
/
+6
*
[LV] Update type in cost model for scalarization
Matthew Simpson
2017-05-24
1
-6
/
+15
*
[LoopVectorizer] Let target prefer scalar addressing computations.
Jonas Paulsson
2017-05-24
1
-0
/
+74
*
[LV] Report multiple reasons for not vectorizing under allowExtraAnalysis
Ayal Zaks
2017-05-23
1
-20
/
+42
*
Fix vector pass-through value being unused in IRBuilder::CreateMaskedGather
Amara Emerson
2017-05-19
1
-1
/
+1
*
Revert 303174, 303176, and 303178
Matthew Simpson
2017-05-16
1
-2
/
+2
*
[LV] Avoid potentential division by zero when selecting IC
Matthew Simpson
2017-05-16
1
-2
/
+2
*
[LoopOptimizer][Fix]PR32859, PR24738
Simon Pilgrim
2017-05-13
1
-7
/
+9
*
[LV] Refactor ILV.vectorize{Loop}() by introducing LVP.executePlan(); NFC
Ayal Zaks
2017-05-11
1
-80
/
+101
*
[LV] Fix insertion point for shuffle vectors in first order recurrence
Anna Thomas
2017-05-09
1
-2
/
+5
*
Introduce experimental generic intrinsics for horizontal vector reductions.
Amara Emerson
2017-05-09
1
-32
/
+5
*
Use right function in LoopVectorize.
Jonas Paulsson
2017-05-04
1
-1
/
+1
*
[LV] Handle external uses of floating-point induction variables
Matthew Simpson
2017-04-26
1
-2
/
+6
*
[LV] Remove redundant basic block split
Gil Rapaport
2017-04-25
1
-3
/
+4
*
[LV] Model if-converted phi node costs
Matthew Simpson
2017-04-21
1
-2
/
+10
*
[LV] Cache block mask values
Gil Rapaport
2017-04-18
1
-7
/
+17
*
[LV] Remove implicit single basic block assumption
Gil Rapaport
2017-04-14
1
-6
/
+5
[next]