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
*
[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
*
Move late partial-unrolling thresholds into the processor definitions
Hal Finkel
2014-05-08
1
-10
/
+10
*
Fix vectorization remarks.
Diego Novillo
2014-04-29
1
-0
/
+67
*
[OPENMP][LV][D3423] Respect Hints.Force meta-data for loops in LoopVectorizer
Zinovy Nis
2014-04-29
2
-0
/
+166
*
[CLNUP] Test commit. Remove newline.
Zinovy Nis
2014-04-24
1
-2
/
+1
*
[LV] Statistics numbers for LoopVectorize introduced: a number of analyzed lo...
Alexander Musman
2014-04-23
1
-0
/
+66
*
Add missing config file for newly added test case introduced by r206563.
Jiangning Liu
2014-04-18
1
-0
/
+6
*
This commit allows vectorized loops to be unrolled by a factor of 2 for AArch64.
Jiangning Liu
2014-04-18
2
-0
/
+84
*
vect.omp.persistence.ll REQUIRES asserts due to -debug-only.
NAKAMURA Takumi
2014-04-15
1
-0
/
+1
*
D3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer.enable" metadata
Alexey Bataev
2014-04-15
1
-0
/
+87
*
[LoopVectorizer] Count dependencies of consecutive pointers as uniforms
Hal Finkel
2014-04-02
2
-0
/
+55
*
Implement X86TTI::getUnrollingPreferences
Hal Finkel
2014-04-01
1
-10
/
+10
*
Move partial/runtime unrolling late in the pipeline
Hal Finkel
2014-03-31
1
-1
/
+1
*
[X86] Adjust cost of FP_TO_UINT v4f64->v4i32 as well
Adam Nemet
2014-03-31
1
-0
/
+40
*
[X86] Adjust cost of FP_TO_UINT v8f32->v8i32
Adam Nemet
2014-03-30
1
-0
/
+39
*
ARM64: initial backend import
Tim Northover
2014-03-29
2
-0
/
+91
*
[X86][Vectorizer Cost Model] Correct vectorization cost model for v2i64->v2f64
Quentin Colombet
2014-03-27
1
-0
/
+26
*
add 'requires asserts' to test that needs it
Jim Grosbach
2014-03-27
1
-0
/
+1
*
X86: Correct vectorization cost model for v8f32->v8i8.
Jim Grosbach
2014-03-27
1
-0
/
+24
*
LoopVectorizer: Preserve fast-math flags
Arnold Schwaighofer
2014-03-05
2
-1
/
+27
*
LoopVectorizer: Keep track of conditional store basic blocks
Arnold Schwaighofer
2014-02-08
1
-0
/
+40
*
LoopVectorizer: Enable unrolling of conditional stores and the load/store
Arnold Schwaighofer
2014-02-02
1
-0
/
+3
*
ARMTTI: We don't have 16 allocatable scalar registers
Arnold Schwaighofer
2014-02-01
1
-0
/
+36
*
[vectorizer] Tweak the way we do small loop runtime unrolling in the
Chandler Carruth
2014-01-31
1
-15
/
+42
*
LoopVectorizer: Add a test case for unrolling of small loops that need a runtime
Arnold Schwaighofer
2014-01-29
1
-0
/
+23
*
[vectorizer] Completely disable the block frequency guidance of the loop
Chandler Carruth
2014-01-28
1
-1
/
+1
*
LoopVectorize: Support conditional stores by scalarizing
Arnold Schwaighofer
2014-01-28
1
-0
/
+86
*
[vectorize] Initial version of respecting PGO in the vectorizer: treat
Chandler Carruth
2014-01-27
1
-0
/
+25
*
[vectorizer] Add an override for the target instruction cost and use it
Chandler Carruth
2014-01-27
1
-1
/
+1
*
[vectorizer] Teach the loop vectorizer's unroller to only unroll by
Chandler Carruth
2014-01-27
1
-1
/
+11
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
InstCombine: Teach most integer add/sub/mul/div combines how to deal with vec...
Benjamin Kramer
2014-01-19
1
-4
/
+4
*
LoopVectorizer: A reduction that has multiple uses of the reduction value is not
Arnold Schwaighofer
2014-01-19
1
-0
/
+42
*
LoopVectorize: Only strip casts from integer types when replacing symbolic
Arnold Schwaighofer
2014-01-15
1
-0
/
+37
*
Fix broken CHECK lines.
Benjamin Kramer
2014-01-11
1
-2
/
+2
*
LoopVectorizer: Handle strided memory accesses by versioning
Arnold Schwaighofer
2014-01-10
2
-5
/
+57
*
LoopVectorizer: Don't if-convert constant expressions that can trap
Arnold Schwaighofer
2013-12-17
1
-0
/
+63
*
force vector width via cpu on vectorizer metadata enable
Renato Golin
2013-12-07
1
-11
/
+11
*
Move test to X86 dir
Renato Golin
2013-12-05
1
-0
/
+0
*
Add #pragma vectorize enable/disable to LLVM
Renato Golin
2013-12-05
1
-0
/
+175
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
opt: Mirror vectorization presets of clang
Arnold Schwaighofer
2013-12-03
1
-0
/
+28
*
LoopVectorizer: Truncate i64 trip counts of i32 phis if necessary
Arnold Schwaighofer
2013-11-26
1
-0
/
+39
*
Debug Info: update testing cases to specify the debug info version number.
Manman Ren
2013-11-22
2
-1
/
+4
*
SLPVectorizer: Fix stale for Value pointer array
Arnold Schwaighofer
2013-11-19
1
-0
/
+33
*
LoopVectorizer: Extend the induction variable to a larger type
Arnold Schwaighofer
2013-11-18
1
-0
/
+42
*
LoopVectorizer: Use abi alignment for accesses with no alignment
Arnold Schwaighofer
2013-11-15
1
-0
/
+33
*
Scalarize select vector arguments when extracted.
Matt Arsenault
2013-11-04
1
-29
/
+29
*
LoopVectorizer: Perform redundancy elimination on induction variables
Arnold Schwaighofer
2013-11-01
3
-5
/
+42
[next]