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
Age
Commit message (
Expand
)
Author
2013-04-14
SLP: Document the scalarization cost method.
Nadav Rotem
2013-04-14
SLPVectorizer: Add support for trees that don't start at binary operators, an...
Nadav Rotem
2013-04-14
SLPVectorizer: add initial support for reduction variable vectorization.
Nadav Rotem
2013-04-12
SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...
Nadav Rotem
2013-04-12
Add debug prints.
Nadav Rotem
2013-04-12
LoopVectorizer: integer division is not a reduction operation
Arnold Schwaighofer
2013-04-11
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-10
Make the SLP store-merger less paranoid about function calls. We check for fu...
Nadav Rotem
2013-04-10
We require DataLayout for analyzing the size of stores.
Nadav Rotem
2013-04-09
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-04-04
LoopVectorizer: Pass OperandValueKind information to the cost model
Arnold Schwaighofer
2013-03-14
LoopVectorize: Invert case when we use a vector cmp value to query select cost
Arnold Schwaighofer
2013-03-10
BBVectorize: Fixup debugging statements
Hal Finkel
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-17
BBVectorize: Fix an invalid reference bug
Hal Finkel
2013-02-15
BBVectorize: Call a DAG and DAG instead of a tree
Hal Finkel
2013-02-15
BBVectorize: Cap the number of candidate pairs in each instruction group
Hal Finkel
2013-02-14
BBVectorize: Remove the remaining instances of std::multimap
Hal Finkel
2013-02-14
BBVectorize: Don't store candidate pairs in a std::multimap
Hal Finkel
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-11
BBVectorize: Don't over-search when building the dependency map
Hal Finkel
2013-02-11
BBVectorize: Omit unnecessary entries in PairableInstUsers
Hal Finkel
2013-02-11
BBVectorize: Eliminate one more restricted linear search
Hal Finkel
2013-02-11
BBVectorize: Remove the linear searches from pair connection searching
Hal Finkel
2013-02-11
BBVectorize: Avoid linear searches within the load-move set
Hal Finkel
2013-02-11
BBVectorize: isa/cast cleanup in getInstructionTypes
Hal Finkel
2013-02-11
BBVectorize: Make the bookkeeping to support full cycle checking less expensive
Hal Finkel
2013-02-08
BBVectorize: Use TTI->getAddressComputationCost
Hal Finkel
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-27
BBVectorize: Better use of TTI->getShuffleCost
Hal Finkel
2013-01-26
BBVectorize: Add a additional comment about the cost computation
Hal Finkel
2013-01-26
BBVectorize: Fix anomalous capital letter in comment
Hal Finkel
2013-01-25
LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli...
Nadav Rotem
[prev]
[next]