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][X86] Clamp interleave factor if we have a known constant trip...
Craig Topper
2019-08-07
1
-1
/
+9
*
Revert "[X86] Add more extract subvector cost model tests for smaller element...
Mitch Phillips
2019-08-06
1
-9
/
+0
*
[X86] Add more extract subvector cost model tests for smaller element sizes a...
Craig Topper
2019-08-06
1
-0
/
+9
*
[LV][NFC] Share the LV illegality reporting with LoopVectorize.
Hideki Saito
2019-08-06
1
-61
/
+96
*
Follow up of rL367592, fix the build
Sjoerd Meijer
2019-08-01
1
-2
/
+0
*
[LV] Tail-Loop Folding
Sjoerd Meijer
2019-08-01
1
-52
/
+94
*
[LV] Scalar Epilogue Lowering. NFC.
Sjoerd Meijer
2019-07-25
1
-55
/
+64
*
[LoopVectorize] Pass unfiltered list of arguments to getIntrinsicInstCost.
Florian Hahn
2019-07-15
1
-5
/
+2
*
[LV] Exclude loop-invariant inputs from scalar cost computation.
Florian Hahn
2019-07-14
1
-22
/
+42
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-06-19
1
-6
/
+14
*
[LV] Suppress vectorization in some nontemporal cases
Warren Ristow
2019-06-17
1
-1
/
+1
*
PHINode: introduce setIncomingValueForBlock() function, and use it.
Whitney Tsang
2019-06-17
1
-4
/
+2
*
[LV] Deny irregular types in interleavedAccessCanBeWidened
Bjorn Pettersson
2019-06-17
1
-0
/
+7
*
Revert "[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step t...
Orlando Cazalet-Hyams
2019-06-12
1
-14
/
+6
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-06-11
1
-6
/
+14
*
[LV] Remove the redundant using LoopVectorizationPlanner:VPlanPtr
Florian Hahn
2019-05-30
1
-4
/
+3
*
[LoopVectorize] Add FNeg instruction support
Craig Topper
2019-05-30
1
-9
/
+20
*
LoopVectorizationCostModel::selectInterleaveCount - assert we have a non-zero...
Simon Pilgrim
2019-05-22
1
-0
/
+2
*
[LV] Move getScalarizationOverhead and vector call cost computations to CM. (...
Florian Hahn
2019-05-15
1
-56
/
+60
*
[MemorySSA] Teach LoopSimplify to preserve MemorySSA.
Alina Sbirlea
2019-05-08
1
-1
/
+2
*
revert r360162 as it breaks most of the buildbots
Kostya Serebryany
2019-05-07
1
-14
/
+6
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-05-07
1
-6
/
+14
*
Enable LoopVectorization by default.
Alina Sbirlea
2019-04-25
1
-1
/
+1
*
[NewPassManager] Adding pass tuning options: loop vectorize.
Alina Sbirlea
2019-04-19
1
-0
/
+9
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
1
-11
/
+26
*
[VPLAN] Minor improvement to testing and debug messages.
Florian Hahn
2019-04-10
1
-7
/
+10
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-2
/
+2
*
[DebugInfo] Fix pr41180 : Loop Vectorization Debugify Failure
Vedant Kumar
2019-04-02
1
-3
/
+21
*
Make helper functions static. NFC.
Benjamin Kramer
2019-03-28
1
-2
/
+2
*
[VPlan] Determine Vector Width programmatically.
Florian Hahn
2019-03-28
1
-20
/
+33
*
Reland "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-12
1
-6
/
+10
*
Revert "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-11
1
-10
/
+6
*
Relax constraints for reduction vectorization
Sanjoy Das
2019-03-11
1
-6
/
+10
*
[MemorySSA & LoopPassManager] Add remaining book keeping [NFCI].
Alina Sbirlea
2019-02-12
1
-1
/
+5
*
[LV] Remove unnecessary assignment to UserIC.
Florian Hahn
2019-02-07
1
-1
/
+0
*
[LV] Prevent interleaving if computeMaxVF returned None.
Florian Hahn
2019-02-07
1
-20
/
+29
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-8
/
+10
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-3
/
+4
*
[llvm] Clarify responsiblity of some of DILocation discriminator APIs
Mircea Trofin
2019-01-24
1
-1
/
+1
*
[LV][VPlan] Change to implement VPlan based predication for
Hideki Saito
2019-01-23
1
-5
/
+22
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm] API for encoding/decoding DWARF discriminators.
Mircea Trofin
2018-12-21
1
-2
/
+9
*
[LoopVectorize] Rename pass options. NFC.
Michael Kruse
2018-12-18
1
-8
/
+11
*
[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.
Michael Kruse
2018-12-12
1
-30
/
+43
*
[VPlan] VPlan version of InterleavedAccessInfo.
Florian Hahn
2018-11-13
1
-5
/
+8
*
[CostModel] Add more realistic SK_ExtractSubvector generic costs.
Simon Pilgrim
2018-11-12
1
-1
/
+2
*
[LV] Avoid vectorizing loops under opt for size that involve SCEV checks
Ayal Zaks
2018-11-02
1
-1
/
+25
*
[LV] Support vectorization of interleave-groups that require an epilog under
Dorit Nuzman
2018-10-31
1
-32
/
+82
*
[TTI] Fix uses of SK_ExtractSubvector shuffle costs (PR39368)
Simon Pilgrim
2018-10-30
1
-1
/
+1
*
[LoopVectorizer] Fix for cost values of memory accesses.
Jonas Paulsson
2018-10-30
1
-1
/
+8
[next]