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
*
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
*
[LV] Fix the vector code generation for first order recurrence
Anna Thomas
2017-04-13
1
-12
/
+22
*
[LV] Refactor ILV to provide vectorizeInstruction(); NFC
Ayal Zaks
2017-04-13
1
-310
/
+302
*
[LoopVectorizer] Improve handling of branches during cost estimation.
Jonas Paulsson
2017-04-12
1
-1
/
+32
*
[LoopVectorizer, TTI] New method supportsEfficientVectorElementLoadStore()
Jonas Paulsson
2017-04-12
1
-2
/
+6
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
1
-7
/
+7
*
[LV] Avoid vectorizing first order recurrence when phi uses are outside loop
Anna Thomas
2017-04-11
1
-1
/
+6
*
Reapply r298620: [LV] Vectorize GEPs
Matthew Simpson
2017-04-07
1
-79
/
+206
*
[LV] Transform truncations of non-primary induction variables
Matthew Simpson
2017-03-27
1
-11
/
+10
*
Revert r298620: [LV] Vectorize GEPs
Ivan Krasin
2017-03-24
1
-117
/
+67
*
[LV] Vectorize GEPs
Matthew Simpson
2017-03-23
1
-67
/
+117
*
[LV] Delete unneeded scalar GEP creation code
Matthew Simpson
2017-03-23
1
-33
/
+1
*
[LV] Refactor cross-iteration phi's back-patching; NFC
Gil Rapaport
2017-03-14
1
-232
/
+244
[next]