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
*
[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
*
[LV] Don't have fold-tail under optsize invalidate interleave-groups when
Dorit Nuzman
2018-10-24
1
-1
/
+7
*
Leftover bits from https://reviews.llvm.org/D53420 that were accidentally left
Dorit Nuzman
2018-10-23
1
-2
/
+1
*
[IAI,LV] Avoid creating a scalar epilogue due to gaps in interleave-groups when
Dorit Nuzman
2018-10-22
1
-2
/
+8
*
[LV] Fold tail by masking to vectorize loops of arbitrary trip count under op...
Ayal Zaks
2018-10-18
1
-35
/
+91
*
[LV] Teach vectorizer about variant value store into uniform address
Anna Thomas
2018-10-16
1
-1
/
+0
*
[LV] Fix comments reported when not vectorizing single iteration loops; NFC
Ayal Zaks
2018-10-14
1
-1
/
+8
*
recommit 344472 after fixing build failure on ARM and PPC.
Dorit Nuzman
2018-10-14
1
-18
/
+108
*
revert 344472 due to failures.
Dorit Nuzman
2018-10-14
1
-108
/
+18
*
[IAI,LV] Add support for vectorizing predicated strided accesses using masked
Dorit Nuzman
2018-10-14
1
-18
/
+108
*
[LV] Use SmallVector instead of DenseMap in calculateRegisterUsage (NFC).
Florian Hahn
2018-10-11
1
-5
/
+4
*
[LV] Ignore more debug info.
Florian Hahn
2018-10-11
1
-2
/
+2
*
[LV] Do not create SCEVs on broken IR in emitTransformedIndex. PR39160
Max Kazantsev
2018-10-08
1
-17
/
+36
*
[LoopVectorizer] Use TTI.getOperandInfo()
Jonas Paulsson
2018-10-05
1
-28
/
+8
*
[LV][LAA] Vectorize loop invariant values stored into loop invariant address
Anna Thomas
2018-09-25
1
-11
/
+29
*
[Loop Vectorizer] Abandon vectorization when no integer IV found
Warren Ristow
2018-09-21
1
-0
/
+1
*
[VPlan] Implement initial vector code generation support for simple outer loops.
Hideki Saito
2018-09-14
1
-12
/
+147
*
[LV] Move InterleaveGroup and InterleavedAccessInfo to VectorUtils.h (NFC)
Florian Hahn
2018-09-12
1
-694
/
+11
*
Move a transformation routine from LoopUtils to LoopVectorize.
Vikram TV
2018-09-10
1
-4
/
+84
*
Move createMinMaxOp() out of RecurrenceDescriptor.
Vikram TV
2018-09-10
1
-2
/
+2
*
[LV] Fix code gen for conditionally executed loads and stores
Anna Thomas
2018-09-07
1
-8
/
+41
*
[LV] First order recurrence phis should not be treated as uniform
Anna Thomas
2018-09-04
1
-0
/
+5
*
[LoopVectorize][NFCI] Use find instead of count
David Bolvansky
2018-08-23
1
-42
/
+58
*
[LV] Vectorize loops where non-phi instructions used outside loop
Anna Thomas
2018-08-21
1
-5
/
+14
*
[LV] Teach about non header phis that have uses outside the loop
Anna Thomas
2018-08-14
1
-3
/
+7
*
[VPlan] Introduce VPlan-based dominator analysis.
Diego Caballero
2018-07-30
1
-2
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-12
/
+12
*
Revert "[LV][DebugInfo] Set DL to the middle block Icmp instruction"
Anastasis Grammenos
2018-07-27
1
-3
/
+1
*
[LV][DebugInfo] Set DL to the middle block Icmp instruction
Anastasis Grammenos
2018-07-27
1
-1
/
+3
*
[LV] Fix for PR38110, LV encountered llvm_unreachable()
Hideki Saito
2018-07-24
1
-2
/
+3
*
[DebugInfo][LoopVectorize] Preserve DL in induction PHI and Add
Anastasis Grammenos
2018-07-10
1
-0
/
+2
*
[VPlan][LV] Introduce condition bit in VPBlockBase
Diego Caballero
2018-07-09
1
-1
/
+1
*
[DebugInfo][LoopVectorize] Preserve DL in generated phi instruction
Anastasis Grammenos
2018-07-04
1
-0
/
+2
*
[LV] Prevent LV to run cost model twice for VF=2
Diego Caballero
2018-06-15
1
-3
/
+4
*
Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).
Florian Hahn
2018-06-12
1
-2
/
+1
*
Use SmallPtrSet instead of SmallSet in places where we iterate over the set.
Craig Topper
2018-06-09
1
-2
/
+2
*
[VPlan] Move recipe construction to VPRecipeBuilder.
Florian Hahn
2018-06-08
1
-64
/
+65
*
[VPlan] Move recipe based VPlan generation to separate function.
Florian Hahn
2018-06-08
1
-39
/
+52
*
[LV] Fix PR36983. For a given recurrence, fix all phis in exit block
Roman Shirokiy
2018-06-08
1
-2
/
+1
[next]