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
*
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
Duncan P. N. Exon Smith
2014-11-03
1
-1
/
+1
*
Correctly update dom-tree after loop vectorizer.
Michael Zolotukhin
2014-10-31
1
-1
/
+1
*
Reformat partially, where I touched for whitespace changes.
NAKAMURA Takumi
2014-10-28
1
-2
/
+5
*
Untabify and whitespace cleanups.
NAKAMURA Takumi
2014-10-28
1
-5
/
+5
*
LoopVectorize: Simplify code. No functionality change.
Benjamin Kramer
2014-10-22
1
-19
/
+7
*
No need to cache this unused variable.
Eric Christopher
2014-10-14
1
-3
/
+1
*
[LoopVectorize] Ignore @llvm.assume for cost estimates and legality
Hal Finkel
2014-10-14
1
-3
/
+32
*
[SCEV] Fix one more caller blindly passing the latch to SCEV's
Chandler Carruth
2014-10-11
1
-2
/
+1
*
[SCEV] Add some asserts to the recently improved trip count computation
Chandler Carruth
2014-10-11
1
-3
/
+2
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-39
/
+39
*
Change name of copyFlags() to copyIRFlags(). Add convenience method for logic...
Sanjay Patel
2014-09-03
1
-1
/
+1
*
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 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
1
-4
/
+17
*
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
*
[LoopVectorizer] Enable support for floating-point subtraction reductions
James Molloy
2014-08-08
1
-1
/
+2
*
Add diagnostics to the vectorizer cost model.
Tyler Nowicki
2014-08-02
1
-16
/
+30
*
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
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+2
*
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
*
Allow vectorization of intrinsics such as powi,cttz and ctlz in Loop and SLP ...
Karthik Bhat
2014-05-30
1
-0
/
+15
*
LoopVectorizer: Add a check that the backedge taken count + 1 does not overflow
Arnold Schwaighofer
2014-05-29
1
-34
/
+95
*
Add support for missed and analysis optimization remarks.
Diego Novillo
2014-05-22
1
-6
/
+7
*
[LV][REFACTOR] One more tiny fix for printing debug locations in loop vectori...
Zinovy Nis
2014-05-20
1
-10
/
+8
*
[BUG][REFACTOR]
Zinovy Nis
2014-05-07
1
-23
/
+22
*
Vectorize intrinsic math function calls in SLPVectorizer.
Karthik Bhat
2014-05-03
1
-123
/
+0
*
Clean up constructor logic and member access for LoopVectorizeHints.
Eric Christopher
2014-05-02
1
-34
/
+39
*
Add a <tuple> include to more files that aren't getting it transitively on MSVC.
Benjamin Kramer
2014-04-30
1
-0
/
+1
*
Fix vectorization remarks.
Diego Novillo
2014-04-29
1
-6
/
+13
*
Add optimization remarks to the loop unroller and vectorizer.
Diego Novillo
2014-04-29
1
-0
/
+6
[next]