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
*
Renamed some uses of unroll to interleave in the vectorizer.
Tyler Nowicki
2015-07-11
1
-2
/
+2
*
[LoopVectorize] Use ReplaceInstWithInst() helper where appropriate.
Alexey Samsonov
2015-07-01
1
-15
/
+30
*
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
*
[LoopVectorizer] Fix bailing-out condition for OptForSize case.
Michael Zolotukhin
2015-06-24
1
-0
/
+34
*
[LoopVectorize] Teach Loop Vectorizor about interleaved memory accesses.
Hao Liu
2015-06-08
2
-20
/
+484
*
[LoopVectorize] Don't crash on zero-sized types in isInductionPHI
David Majnemer
2015-06-05
1
-0
/
+27
*
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
2
-1
/
+40
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
8
-129
/
+129
*
DebugInfo: Fix bad debug info for compile units and types
Duncan P. N. Exon Smith
2015-03-27
2
-2
/
+2
*
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
*
Verifier: Check debug info intrinsic arguments
Duncan P. N. Exon Smith
2015-03-15
2
-8
/
+8
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
5
-66
/
+66
*
Introduce runtime unrolling disable matadata and use it to mark the scalar lo...
Kevin Qin
2015-03-09
2
-2
/
+4
*
Do not restrict interleaved unrolling to small loops, depending on the target.
Olivier Sallenave
2015-03-06
1
-0
/
+73
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
8
-87
/
+87
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
113
-771
/
+771
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
124
-716
/
+716
*
[x86,sdag] Two interrelated changes to the x86 and sdag code.
Chandler Carruth
2015-02-19
1
-2
/
+2
*
[LoopAccesses] Modify test to also check symbolic strides with memchecks
Adam Nemet
2015-02-18
1
-3
/
+9
*
Reformat test case to be easier to migrate to typeless pointers.
David Blaikie
2015-02-15
1
-1
/
+4
*
Check interleaving without relying on debug output.
Olivier Sallenave
2015-02-13
1
-3
/
+14
*
llvm/test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll REQUIRES +Assert...
NAKAMURA Takumi
2015-02-13
1
-0
/
+1
*
Change max interleave factor to 12 for POWER7 and POWER8.
Olivier Sallenave
2015-02-12
1
-0
/
+35
*
Update test case.
Benjamin Kramer
2015-02-12
1
-2
/
+2
*
Move the target specific test case arbitrary-induction-step.ll to test/Transf...
Hao Liu
2015-01-30
1
-0
/
+0
*
[LoopVectorize] Induction variables: support arbitrary constant step.
Hao Liu
2015-01-30
3
-4
/
+153
*
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
8
-42
/
+42
*
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
[next]