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
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
4
-16
/
+16
*
LoopVectorizer - skip 'bitcast' between GEP and load.
Elena Demikhovsky
2015-11-03
1
-86
/
+85
*
Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using l...
Cong Hou
2015-11-02
2
-4
/
+50
*
Revert the revision 251592 as it fails a test on some platforms.
Cong Hou
2015-10-29
2
-50
/
+4
*
Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using l...
Cong Hou
2015-10-29
2
-4
/
+50
*
Revert r251291, "Loop Vectorizer - skipping "bitcast" before GEP"
NAKAMURA Takumi
2015-10-27
1
-85
/
+86
*
Loop Vectorizer - skipping "bitcast" before GEP
Elena Demikhovsky
2015-10-26
1
-86
/
+85
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-1
/
+1
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
4
-8
/
+8
*
Improve vectorization diagnostic messages and extend vectorize(enable) pragma.
Tyler Nowicki
2015-08-27
1
-1
/
+1
*
Cleanup test whitespace or lack thereof. NFC.
Chad Rosier
2015-08-14
1
-4
/
+4
*
Make fp vectorization test X86 specified to avoid cost-model related problems...
Tyler Nowicki
2015-08-10
1
-0
/
+104
*
Modify diagnostic messages to clearly indicate the why interleaving wasn't done.
Tyler Nowicki
2015-08-10
3
-3
/
+117
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-1
/
+1
*
Roll forward r243250
Jingyue Wu
2015-07-26
1
-3
/
+3
*
Revert r243250
Jingyue Wu
2015-07-26
1
-3
/
+3
*
[TTI/CostModel] improve TTI::getGEPCost and use it in CostModel::getInstructi...
Jingyue Wu
2015-07-26
1
-3
/
+3
*
Renamed some uses of unroll to interleave in the vectorizer.
Tyler Nowicki
2015-07-11
1
-2
/
+2
*
Correct a typo for a LoopVectorize test
David Majnemer
2015-06-30
1
-1
/
+1
*
[LoopVectorize] Pointer indicies may be wider than the pointer
David Majnemer
2015-06-27
1
-0
/
+20
*
NFC - Test case invokes llc on a file rather than redirected from a file.
Nemanja Ivanovic
2015-05-15
1
-1
/
+1
*
Populate list of vectorizable functions for Accelerate library.
Michael Zolotukhin
2015-05-07
1
-0
/
+450
*
[X86] Disable loop unrolling in loop vectorization pass when VF is 1.
Wei Mi
2015-05-06
1
-1
/
+3
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
2
-35
/
+35
*
TLI: Add addVectorizableFunctionsFromVecLib.
Michael Zolotukhin
2015-03-17
1
-0
/
+182
*
TTI: Honour cost model for estimating cost of vector-intrinsic and calls.
Michael Zolotukhin
2015-03-17
1
-18
/
+10
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-1
/
+1
*
Introduce runtime unrolling disable matadata and use it to mark the scalar lo...
Kevin Qin
2015-03-09
1
-1
/
+2
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
2
-22
/
+22
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
31
-166
/
+166
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
35
-144
/
+144
*
[x86,sdag] Two interrelated changes to the x86 and sdag code.
Chandler Carruth
2015-02-19
1
-2
/
+2
*
Fixed a bug in masked load/store in reversed loop.
Elena Demikhovsky
2015-01-22
1
-0
/
+82
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
2
-15
/
+15
*
IR: Add 'distinct' MDNodes to bitcode and assembly
Duncan P. N. Exon Smith
2015-01-08
1
-2
/
+2
*
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
10
-84
/
+84
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
4
-334
/
+0
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
4
-0
/
+334
*
[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
2
-21
/
+21
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
2
-21
/
+21
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
2
-21
/
+21
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
11
-13
/
+13
*
Allow vectorization of division by uniform power of 2.
Karthik Bhat
2014-08-25
1
-0
/
+32
*
Improve the remark generated for -Rpass-missed.
Tyler Nowicki
2014-07-31
1
-2
/
+2
*
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
Mark Heffernan
2014-07-21
2
-2
/
+2
*
[LoopVectorize] Use AA to partition potential dependency checks
Hal Finkel
2014-07-20
2
-2
/
+2
*
Emit warnings if vectorization is forced and fails.
Tyler Nowicki
2014-07-16
1
-0
/
+1
*
[X86] AVX512: Enable it in the Loop Vectorizer
Adam Nemet
2014-07-09
1
-0
/
+35
[next]