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
/
test
/
Transforms
/
LoopVectorize
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: Add 'distinct' MDNodes to bitcode and assembly
Duncan P. N. Exon Smith
2015-01-08
2
-4
/
+4
*
Fix broken test from r225159.
Michael Kuperstein
2015-01-05
1
-1
/
+1
*
Fixed a bug in memory dependence checking module of loop vectorization. The f...
Jiangning Liu
2015-01-05
1
-0
/
+26
*
Masked Load and Store Intrinsics in loop vectorizer.
Elena Demikhovsky
2014-12-16
1
-0
/
+420
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
25
-272
/
+272
*
PR21302. Vectorize only bottom-tested loops.
Michael Zolotukhin
2014-12-02
1
-0
/
+31
*
Apply loop-rotate to several vectorizer tests.
Michael Zolotukhin
2014-12-02
3
-181
/
+151
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
4
-334
/
+0
*
Bug 21610: Canonicalize min/max fcmp selects to use ordered comparisons
Matt Arsenault
2014-11-24
1
-8
/
+8
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
4
-0
/
+334
*
Addition to r216371 (SLP and Loop Vectorization) and r218607 where
Suyog Sarda
2014-11-11
1
-0
/
+31
*
LoopVectorize: Don't assume pointees are sized
David Majnemer
2014-11-07
1
-0
/
+24
*
Correctly update dom-tree after loop vectorizer.
Michael Zolotukhin
2014-10-31
1
-0
/
+142
*
Add minnum / maxnum intrinsics
Matt Arsenault
2014-10-21
1
-0
/
+56
*
[LoopVectorize] Ignore @llvm.assume for cost estimates and legality
Hal Finkel
2014-10-14
1
-0
/
+100
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
8
-79
/
+79
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
8
-79
/
+79
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
8
-79
/
+79
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
2
-12
/
+12
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
2
-12
/
+12
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
2
-12
/
+12
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
83
-92
/
+92
*
Add a convenience method to copy wrapping, exact, and fast-math flags (NFC).
Sanjay Patel
2014-09-01
1
-0
/
+24
*
Small refactor on VectorizerHint for deduplication
Renato Golin
2014-09-01
1
-0
/
+30
*
Allow vectorization of division by uniform power of 2.
Karthik Bhat
2014-08-25
1
-0
/
+32
*
Revert "Small refactor on VectorizerHint for deduplication"
Renato Golin
2014-08-19
1
-30
/
+0
*
Small refactor on VectorizerHint for deduplication
Renato Golin
2014-08-19
1
-0
/
+30
*
[LoopVectorizer] Enable support for floating-point subtraction reductions
James Molloy
2014-08-08
1
-0
/
+22
*
Add diagnostics to the vectorizer cost model.
Tyler Nowicki
2014-08-02
1
-0
/
+58
*
Improve the remark generated for -Rpass-missed.
Tyler Nowicki
2014-07-31
3
-4
/
+4
*
Improve the remark generated when a variable that is used outside the loop is...
Tyler Nowicki
2014-07-31
1
-1
/
+4
*
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
Mark Heffernan
2014-07-21
4
-4
/
+4
*
[LoopVectorize] Use AA to partition potential dependency checks
Hal Finkel
2014-07-20
9
-9
/
+111
*
[LoopVectorize] Propagate known metadata to vectorized instructions
Hal Finkel
2014-07-19
1
-0
/
+44
*
Emit warnings if vectorization is forced and fails.
Tyler Nowicki
2014-07-16
3
-0
/
+103
*
When we sink an instruction, this can open up opportunity for the operands to...
Aditya Nandakumar
2014-07-11
1
-1
/
+1
*
[X86] AVX512: Enable it in the Loop Vectorizer
Adam Nemet
2014-07-09
1
-0
/
+35
*
IR: Fold away compares between GV GEPs and GVs
David Majnemer
2014-07-04
1
-1
/
+1
*
Add Rpass-missed and Rpass-analysis reports to the loop vectorizer. The remar...
Tyler Nowicki
2014-06-25
4
-3
/
+328
*
Rename loop unrolling and loop vectorizer metadata to have a common prefix.
Eli Bendersky
2014-06-25
8
-17
/
+18
*
Add new debug kind LocTrackingOnly.
Diego Novillo
2014-06-24
1
-2
/
+7
*
LoopVectorizer: Fix a dominance issue
Arnold Schwaighofer
2014-06-22
1
-0
/
+34
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
5
-10
/
+5
*
Use AArch64 instead of now removed ARM64 in test configs
Alexey Samsonov
2014-06-05
1
-1
/
+1
*
Allow vectorization of intrinsics such as powi,cttz and ctlz in Loop and SLP ...
Karthik Bhat
2014-05-30
1
-0
/
+102
*
LoopVectorizer: Add a check that the backedge taken count + 1 does not overflow
Arnold Schwaighofer
2014-05-29
2
-0
/
+28
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
3
-6
/
+0
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-1
/
+1
*
[Test] Trim unnecessary .c and .cpp from config.suffix in lit.local.cfg
Adam Nemet
2014-05-12
2
-2
/
+2
*
Reorder shuffle and binary operation.
Serge Pavlov
2014-05-11
1
-11
/
+6
[next]