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
/
gcc-examples.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LV] Remove triples from target-independent vectorizer tests. NFC.
Michael Kuperstein
2016-10-06
1
-1
/
+0
*
[LV] For some IVs, use vector phis instead of widening in the loop body
Michael Kuperstein
2016-06-01
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-48
/
+48
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-69
/
+69
*
[LoopVectorize] Induction variables: support arbitrary constant step.
Hao Liu
2015-01-30
1
-2
/
+1
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-2
/
+2
*
[LoopVectorize] Use AA to partition potential dependency checks
Hal Finkel
2014-07-20
1
-2
/
+2
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-21
/
+21
*
Remove the -licm pass from the loop vectorizer test because the loop vectoriz...
Nadav Rotem
2013-01-09
1
-2
/
+2
*
iLoopVectorize: Non commutative operators can be used as reduction variables ...
Nadav Rotem
2013-01-05
1
-1
/
+1
*
Force a fixed unroll count on the target independent tests.
Nadav Rotem
2013-01-05
1
-1
/
+1
*
Do not vectorize loops with subtraction reductions
Paul Redmond
2013-01-04
1
-1
/
+1
*
LoopVectorizer:
Nadav Rotem
2013-01-04
1
-0
/
+39
*
LoopVectorizer: Optimize the vectorization of consecutive memory access when ...
Nadav Rotem
2012-12-26
1
-1
/
+2
*
Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...
Nadav Rotem
2012-12-11
1
-1
/
+1
*
Add support for reverse induction variables. For example:
Nadav Rotem
2012-12-10
1
-4
/
+2
*
LoopVectorizer: Add initial support for pointer induction variables (for exam...
Nadav Rotem
2012-11-17
1
-2
/
+1
*
Relax the restrictions on vector of pointer types, and vector getelementptr.
Duncan Sands
2012-11-13
1
-2
/
+2
*
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
1
-1
/
+3
*
LoopVectorizer: Add a basic cost model which uses the VTTI interface.
Nadav Rotem
2012-10-24
1
-1
/
+1
*
Vectorizer: Add support for loop reductions.
Nadav Rotem
2012-10-19
1
-2
/
+1
*
Vectorizer: Add support for loops with an unknown count. For example:
Nadav Rotem
2012-10-18
1
-4
/
+2
*
Add a loop vectorizer.
Nadav Rotem
2012-10-17
1
-0
/
+651