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
/
lib
/
Transforms
/
Vectorize
/
LoopVectorize.cpp
Age
Commit message (
Expand
)
Author
2013-03-14
LoopVectorize: Invert case when we use a vector cmp value to query select cost
Arnold Schwaighofer
2013-03-09
Remove a source of nondeterminism from the LoopVectorizer.
Benjamin Kramer
2013-03-09
LoopVectorizer: Ignore all dbg intrinisic
Arnold Schwaighofer
2013-03-09
LoopVectorizer: Ignore dbg.value instructions
Arnold Schwaighofer
2013-03-08
Insert the reduction start value into the first bypass block to preserve domi...
Benjamin Kramer
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-21
Allow GlobalValues to vectorize with AliasAnalysis
Renato Golin
2013-02-13
LoopVectorize: Simplify code for clarity.
Benjamin Kramer
2013-02-13
Metadata for annotating loops as parallel. The first consumer for this
Pekka Jaaskelainen
2013-02-08
Typos.
Jakob Stoklund Olesen
2013-02-08
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-08
Test Commit
Michael Kuperstein
2013-02-07
fix 80-col violation and fix the docs.
Nadav Rotem
2013-02-07
Loop Vectorizer: Refactor Memory Cost Computation
Arnold Schwaighofer
2013-02-05
Loop Vectorizer: Refactor code to compute vectorized memory instruction cost
Arnold Schwaighofer
2013-02-05
Loop Vectorizer: Handle pointer stores/loads in getWidestType()
Arnold Schwaighofer
2013-01-29
LoopVectorize: convert TinyTripCountVectorThreshold constant
Pekka Jaaskelainen
2013-01-29
LoopVectorize: Clean up ValueMap a bit and avoid double lookups.
Benjamin Kramer
2013-01-28
Vectorization Factor clarification
Renato Golin
2013-01-25
LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli...
Nadav Rotem
2013-01-25
LoopVectorize: Simplify code. No functionality change.
Benjamin Kramer
2013-01-25
LoopVectorizer: Refactor more code to use the IRBuilder.
Nadav Rotem
2013-01-25
Refactor some code to use the IRBuilder.
Nadav Rotem
2013-01-23
Add support for reverse pointer induction variables. These are loops that con...
Nadav Rotem
2013-01-21
Fix a comment. Induction vars dont need to start at zero.
Nadav Rotem
2013-01-20
LoopVectorize: Fix a C++11 incompatibility.
Benjamin Kramer
2013-01-20
Fix a build error.
Nadav Rotem
2013-01-20
LoopVectorizer: Implement a new heuristics for selecting the unroll factor.
Nadav Rotem
2013-01-19
LoopVectorizer: Emit memory checks into their own basic block.
Benjamin Kramer
2013-01-15
LoopVectorizer cost model. Honor the user command line flag that selects the ...
Nadav Rotem
2013-01-13
Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...
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
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-08
Code cleanup: refactor the switch statements in the generation of reduction v...
Nadav Rotem
2013-01-08
Rename the enum members to match the LLVM coding style.
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-07
Simplify LoopVectorize to require target transform info and rely on it
Chandler Carruth
2013-01-07
Merge the unused header file for LoopVectorizer into the source file.
Chandler Carruth
2013-01-07
Fix the enumerator names for ShuffleKind to match tho coding standards,
Chandler Carruth
2013-01-07
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-05
Switch the loop vectorizer from VTTI to just use TTI directly.
Chandler Carruth
2013-01-05
iLoopVectorize: Non commutative operators can be used as reduction variables ...
Nadav Rotem
2013-01-04
Do not vectorize loops with subtraction reductions
Paul Redmond
2013-01-04
Fix a warning
Nadav Rotem
2013-01-04
LoopVectorizer:
Nadav Rotem
[next]