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
*
[MemorySSA & LoopPassManager] Add remaining book keeping [NFCI].
Alina Sbirlea
2019-02-12
1
-1
/
+5
*
Refactor setAlreadyUnrolled() and setAlreadyVectorized().
Michael Kruse
2019-02-11
1
-51
/
+19
*
Update files that were mistakenly added with the old file header to the
Chandler Carruth
2019-02-11
2
-8
/
+6
*
[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
2
-22
/
+35
*
[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
3
-6
/
+7
*
[SLPVectorizer] Get rid of IndexQueue array from vectorizeStores. NFCI.
Yevgeny Rouban
2019-02-01
1
-27
/
+18
*
[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
7
-6
/
+419
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
20
-80
/
+60
*
[SLP] Fix PR40310: The reduction nodes should stay scalar.
Alexey Bataev
2019-01-16
1
-1
/
+2
*
[LoopVectorizer] give more advice in remark about failure to vectorize call
Sanjay Patel
2019-01-12
1
-3
/
+23
*
[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
[next]