index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
LoopVectorize
Age
Commit message (
Expand
)
Author
2013-03-09
Test case hygiene.
Benjamin Kramer
2013-03-09
LoopVectorizer: Ignore dbg.value instructions
Arnold Schwaighofer
2013-03-08
Force cpu in test.
Benjamin Kramer
2013-03-08
Insert the reduction start value into the first bypass block to preserve domi...
Benjamin Kramer
2013-03-02
X86 cost model: Adjust cost for custom lowered vector multiplies
Arnold Schwaighofer
2013-03-02
PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.
Nadav Rotem
2013-03-01
LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.
Benjamin Kramer
2013-02-27
LoopVectorize: Vectorize math builtin calls.
Benjamin Kramer
2013-02-23
Some more tests for the global structure vectorizer
Renato Golin
2013-02-22
More tests to global struct vectorizer
Renato Golin
2013-02-21
Allow GlobalValues to vectorize with AliasAnalysis
Renato Golin
2013-02-15
Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metada...
Pekka Jaaskelainen
2013-02-05
Formatting.
NAKAMURA Takumi
2013-02-05
llvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll: "-debug" req...
NAKAMURA Takumi
2013-02-05
Loop Vectorizer: Handle pointer stores/loads in getWidestType()
Arnold Schwaighofer
2013-01-31
Made the min-trip-count-switch test X86-specific to avoid
Pekka Jaaskelainen
2013-01-29
Adding simple cast cost to ARM
Renato Golin
2013-01-29
LoopVectorize: convert TinyTripCountVectorThreshold constant
Pekka Jaaskelainen
2013-01-23
Add support for reverse pointer induction variables. These are loops that con...
Nadav Rotem
2013-01-20
LoopVectorizer: Implement a new heuristics for selecting the unroll factor.
Nadav Rotem
2013-01-20
Change the cpu type in the test.
Nadav Rotem
2013-01-19
LoopVectorizer: Emit memory checks into their own basic block.
Benjamin Kramer
2013-01-16
Move test that depends on the x86 target into a target-specific directory.
Benjamin Kramer
2013-01-13
Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...
Nadav Rotem
2013-01-11
ARM Cost Model: Modify the target independent cost model to ask
Nadav Rotem
2013-01-11
ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...
Nadav Rotem
2013-01-10
LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...
Nadav Rotem
2013-01-09
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
ARM Cost Model: Add a basic vectorization unrolling test.
Nadav Rotem
2013-01-09
Remove the -licm pass from the loop vectorizer test because the loop vectoriz...
Nadav Rotem
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-07
LoopVectorizer: Add support for floating point reductions
Nadav Rotem
2013-01-07
LoopVectorizer: When we vectorizer and widen loops we process many elements a...
Nadav Rotem
2013-01-05
Fix a typo. Remove the duplicated test.
Nadav Rotem
2013-01-05
iLoopVectorize: Non commutative operators can be used as reduction variables ...
Nadav Rotem
2013-01-05
Force a fixed unroll count on the target independent tests.
Nadav Rotem
2013-01-04
Do not vectorize loops with subtraction reductions
Paul Redmond
2013-01-04
LoopVectorizer:
Nadav Rotem
2013-01-03
LoopVectorizer: Test the unrolling flag.
Nadav Rotem
2013-01-02
Avoid vectorization when the function has the "noimplicitflot" attribute.
Nadav Rotem
2012-12-30
LoopVectorizer: Fix a bug in the code that updates the loop exiting block.
Nadav Rotem
2012-12-26
If all of the write objects are identified then we can vectorize the loop eve...
Nadav Rotem
2012-12-26
LoopVectorizer: Optimize the vectorization of consecutive memory access when ...
Nadav Rotem
2012-12-25
LoopVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-24
Fix typo "Makre" -> "Make".
Nick Lewycky
2012-12-24
LoopVectorizer: When checking for vectorizable types, also check
Nadav Rotem
2012-12-24
LoopVectorizer: Fix an endless loop in the code that looks for reductions.
Nadav Rotem
2012-12-23
CostModel: Change the default target-independent implementation for finding
Nadav Rotem
2012-12-23
Loop Vectorizer: Update the cost model of scatter/gather operations and make
Nadav Rotem
2012-12-21
Fix a bug in the code that checks if we can vectorize loops while using dynamic
Nadav Rotem
[next]