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
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-39
/
+39
*
Preserve IR flags (nsw, nuw, exact, fast-math) in SLP vectorizer (PR20802).
Sanjay Patel
2014-09-03
1
-5
/
+30
*
Change name of copyFlags() to copyIRFlags(). Add convenience method for logic...
Sanjay Patel
2014-09-03
1
-1
/
+1
*
Generate extract for in-tree uses if the use is scalar operand in vectorized ...
Yi Jiang
2014-09-02
1
-18
/
+69
*
Add a convenience method to copy wrapping, exact, and fast-math flags (NFC).
Sanjay Patel
2014-09-01
1
-13
/
+3
*
Small refactor on VectorizerHint for deduplication
Renato Golin
2014-09-01
1
-93
/
+160
*
Fix: SLPVectorizer tried to move an instruction which was replaced by a vecto...
Erik Eckstein
2014-08-28
1
-4
/
+0
*
[SLP] Re-enable vectorization of GEP expressions (re-apply r210342 with a fix).
Michael Zolotukhin
2014-08-27
1
-0
/
+101
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-6
/
+4
*
Revert r210342 and r210343, add test case for the crasher.
Joerg Sonnenberger
2014-08-26
1
-91
/
+0
*
fix typos in comments
Sanjay Patel
2014-08-26
1
-4
/
+4
*
Allow vectorization of division by uniform power of 2.
Karthik Bhat
2014-08-25
2
-8
/
+31
*
fix: SLPVectorizer crashes for unreachable blocks containing not schedulable ...
Erik Eckstein
2014-08-22
1
-0
/
+8
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-5
/
+5
*
[LoopVectorizer] Limit unroll factor in the presence of nested reductions.
James Molloy
2014-08-20
1
-0
/
+17
*
Revert "Small refactor on VectorizerHint for deduplication"
Renato Golin
2014-08-19
1
-147
/
+91
*
Small refactor on VectorizerHint for deduplication
Renato Golin
2014-08-19
1
-91
/
+147
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-5
/
+5
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-5
/
+5
*
Introduce a helper to combine instruction metadata.
Rafael Espindola
2014-08-15
1
-32
/
+7
*
[LoopVectorizer] Enable support for floating-point subtraction reductions
James Molloy
2014-08-08
1
-1
/
+2
*
SLPVectorizer: Use the type of the value loaded/stored to get the ABI alignment
Arnold Schwaighofer
2014-08-07
1
-2
/
+3
*
Teach the SLP Vectorizer that keeping some values live over a callsite can ha...
James Molloy
2014-08-05
1
-0
/
+68
*
fix bug 20513 - Crash in SLP Vectorizer
Erik Eckstein
2014-08-02
1
-10
/
+14
*
Add diagnostics to the vectorizer cost model.
Tyler Nowicki
2014-08-02
1
-16
/
+30
*
SLPVectorizer: fix build problem in Release configuration
Erik Eckstein
2014-08-01
1
-1
/
+5
*
SLPVectorizer: improved scheduling algorithm.
Erik Eckstein
2014-08-01
1
-249
/
+693
*
SLP Vectorizer: added statistics counter
Erik Eckstein
2014-08-01
1
-0
/
+12
*
SLP Vectorizer: improve canonicalize tree operands of commutitive binary oper...
Erik Eckstein
2014-08-01
1
-28
/
+41
*
Improve the remark generated for -Rpass-missed.
Tyler Nowicki
2014-07-31
1
-17
/
+13
*
Improve the remark generated when a variable that is used outside the loop is...
Tyler Nowicki
2014-07-31
1
-3
/
+4
*
SLP Vectorizer: Canonicalize tree operands of commutitive binary operands.
Chad Rosier
2014-07-30
1
-12
/
+32
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
3
-0
/
+10
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-4
/
+4
*
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
Mark Heffernan
2014-07-21
1
-12
/
+14
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-2
/
+3
*
[LoopVectorize] Remove an unused private AA pointer
Hal Finkel
2014-07-20
1
-2
/
+1
*
[LoopVectorize] Use AA to partition potential dependency checks
Hal Finkel
2014-07-20
1
-158
/
+205
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-3
/
+2
*
[LoopVectorize] Use CreateAligned(Load|Store)
Hal Finkel
2014-07-19
1
-4
/
+3
*
[LoopVectorize] Propagate known metadata to vectorized instructions
Hal Finkel
2014-07-19
1
-4
/
+45
*
Emit warnings if vectorization is forced and fails.
Tyler Nowicki
2014-07-16
1
-4
/
+19
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-17
/
+19
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-19
/
+17
*
Add Rpass-missed and Rpass-analysis reports to the loop vectorizer. The remar...
Tyler Nowicki
2014-06-25
1
-24
/
+183
*
Rename loop unrolling and loop vectorizer metadata to have a common prefix.
Eli Bendersky
2014-06-25
1
-2
/
+1
*
LoopVectorizer: Fix a dominance issue
Arnold Schwaighofer
2014-06-22
1
-8
/
+17
*
Add Support to Recognize and Vectorize NON SIMD instructions in SLPVectorizer.
Karthik Bhat
2014-06-20
1
-14
/
+151
*
[SLP] Enable vectorization of GEP expressions.
Michael Zolotukhin
2014-06-06
1
-0
/
+87
*
Fix PR19657 (scalar loads not combined into vector load)
Karthik Bhat
2014-06-06
1
-2
/
+14
[next]