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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] API for encoding/decoding DWARF discriminators.
Mircea Trofin
2018-12-21
1
-2
/
+9
*
Test commit
Anton Afanasyev
2018-12-19
1
-4
/
+4
*
[LoopVectorize] Rename pass options. NFC.
Michael Kruse
2018-12-18
2
-14
/
+18
*
[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.
Michael Kruse
2018-12-12
1
-30
/
+43
*
[PM] Port LoadStoreVectorizer to the new pass manager.
Markus Lavin
2018-12-07
2
-16
/
+34
*
[SLP]PR39774: Update references of the replaced external instructions.
Alexey Bataev
2018-11-30
1
-0
/
+2
*
[SLP]Fix PR39774: Set ReductionRoot if the original instruction is vectorized.
Alexey Bataev
2018-11-28
1
-5
/
+9
*
[IR] Add hasNPredecessors, hasNPredecessorsOrMore to BasicBlock
Vedant Kumar
2018-11-19
1
-1
/
+1
*
[LV] Avoid vectorizing unsafe dependencies in uniform address
Anna Thomas
2018-11-19
1
-4
/
+3
*
[VPlan, SLP] Use SmallPtrSet for Candidates.
Florian Hahn
2018-11-14
2
-27
/
+26
*
[VPlan] Remove LLVM_DEBUG from VPlanSlp::dumpBundle.
Florian Hahn
2018-11-14
1
-4
/
+4
*
[VPlan] Update ifdef.
Florian Hahn
2018-11-14
1
-2
/
+2
*
[VPlan, SLP] Add simple SLP analysis on top of VPlan.
Florian Hahn
2018-11-14
5
-1
/
+623
*
[VPlan] VPlan version of InterleavedAccessInfo.
Florian Hahn
2018-11-13
4
-9
/
+102
*
[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
*
[SLPVectorizer] Add basic support for mul/and/or/xor horizontal reductions
Simon Pilgrim
2018-10-23
1
-2
/
+5
*
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
4
-38
/
+188
*
[LV] Teach vectorizer about variant value store into uniform address
Anna Thomas
2018-10-16
2
-4
/
+4
*
[TI removal] Make `getTerminator()` return a generic `Instruction`.
Chandler Carruth
2018-10-15
1
-9
/
+9
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[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
3
-21
/
+116
*
revert 344472 due to failures.
Dorit Nuzman
2018-10-14
3
-116
/
+21
*
[IAI,LV] Add support for vectorizing predicated strided accesses using masked
Dorit Nuzman
2018-10-14
3
-21
/
+116
*
[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
*
[VPlan] Fix CondBit quoting in dumpBasicBlock
Renato Golin
2018-10-10
1
-1
/
+3
*
[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
2
-13
/
+32
*
[Loop Vectorizer] Abandon vectorization when no integer IV found
Warren Ristow
2018-09-21
2
-0
/
+5
*
LSV: Fix adjust alloca alignment trick for AMDGPU
Matt Arsenault
2018-09-18
1
-29
/
+31
*
Fix for the buildbot failure http://lab.llvm.org:8011/builders/sanitizer-x86_...
Hideki Saito
2018-09-14
3
-4
/
+11
*
[VPlan] Implement initial vector code generation support for simple outer loops.
Hideki Saito
2018-09-14
6
-15
/
+287
*
[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
*
SLPVectorizer: Fix assert with different sized address spaces
Matt Arsenault
2018-08-31
1
-1
/
+1
*
[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
2
-7
/
+36
*
NFC: Clarify comment in loop vectorization legality
Anna Thomas
2018-08-14
1
-1
/
+2
[next]