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
/
lib
/
Transforms
/
Vectorize
Commit message (
Expand
)
Author
Age
Files
Lines
*
SLPVectorizer: Add support for vectorizing trees that start at compare instru...
Nadav Rotem
2013-04-15
1
-21
/
+40
*
Miscellaneous cleanups for VecUtils.h
Benjamin Kramer
2013-04-14
1
-9
/
+6
*
SLP: Document the scalarization cost method.
Nadav Rotem
2013-04-14
1
-3
/
+10
*
SLPVectorizer: Add support for trees that don't start at binary operators, an...
Nadav Rotem
2013-04-14
3
-7
/
+25
*
SLPVectorizer: add initial support for reduction variable vectorization.
Nadav Rotem
2013-04-14
3
-7
/
+95
*
SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...
Nadav Rotem
2013-04-12
2
-46
/
+254
*
Add debug prints.
Nadav Rotem
2013-04-12
1
-1
/
+5
*
LoopVectorizer: integer division is not a reduction operation
Arnold Schwaighofer
2013-04-12
1
-2
/
+0
*
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-11
1
-2
/
+2
*
Make the SLP store-merger less paranoid about function calls. We check for fu...
Nadav Rotem
2013-04-10
1
-4
/
+0
*
We require DataLayout for analyzing the size of stores.
Nadav Rotem
2013-04-10
2
-1
/
+6
*
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-04-09
5
-0
/
+707
*
LoopVectorizer: Pass OperandValueKind information to the cost model
Arnold Schwaighofer
2013-04-04
1
-2
/
+13
*
LoopVectorize: Invert case when we use a vector cmp value to query select cost
Arnold Schwaighofer
2013-03-14
1
-1
/
+1
*
BBVectorize: Fixup debugging statements
Hal Finkel
2013-03-10
1
-2
/
+2
*
Remove a source of nondeterminism from the LoopVectorizer.
Benjamin Kramer
2013-03-09
1
-1
/
+1
*
LoopVectorizer: Ignore all dbg intrinisic
Arnold Schwaighofer
2013-03-09
1
-6
/
+6
*
LoopVectorizer: Ignore dbg.value instructions
Arnold Schwaighofer
2013-03-09
1
-2
/
+11
*
Insert the reduction start value into the first bypass block to preserve domi...
Benjamin Kramer
2013-03-08
1
-1
/
+1
*
PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.
Nadav Rotem
2013-03-02
1
-0
/
+18
*
LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.
Benjamin Kramer
2013-03-01
1
-1
/
+8
*
LoopVectorize: Vectorize math builtin calls.
Benjamin Kramer
2013-02-27
1
-50
/
+137
*
Allow GlobalValues to vectorize with AliasAnalysis
Renato Golin
2013-02-21
1
-35
/
+154
*
BBVectorize: Fix an invalid reference bug
Hal Finkel
2013-02-17
1
-4
/
+7
*
BBVectorize: Call a DAG and DAG instead of a tree
Hal Finkel
2013-02-15
1
-84
/
+84
*
BBVectorize: Cap the number of candidate pairs in each instruction group
Hal Finkel
2013-02-15
1
-1
/
+9
*
BBVectorize: Remove the remaining instances of std::multimap
Hal Finkel
2013-02-14
1
-231
/
+256
*
BBVectorize: Don't store candidate pairs in a std::multimap
Hal Finkel
2013-02-14
1
-60
/
+92
*
LoopVectorize: Simplify code for clarity.
Benjamin Kramer
2013-02-13
1
-10
/
+8
*
Metadata for annotating loops as parallel. The first consumer for this
Pekka Jaaskelainen
2013-02-13
1
-0
/
+8
*
BBVectorize: Don't over-search when building the dependency map
Hal Finkel
2013-02-11
1
-2
/
+10
*
BBVectorize: Omit unnecessary entries in PairableInstUsers
Hal Finkel
2013-02-11
1
-1
/
+3
*
BBVectorize: Eliminate one more restricted linear search
Hal Finkel
2013-02-11
1
-27
/
+31
*
BBVectorize: Remove the linear searches from pair connection searching
Hal Finkel
2013-02-11
1
-24
/
+11
*
BBVectorize: Avoid linear searches within the load-move set
Hal Finkel
2013-02-11
1
-20
/
+30
*
BBVectorize: isa/cast cleanup in getInstructionTypes
Hal Finkel
2013-02-11
1
-4
/
+4
*
BBVectorize: Make the bookkeeping to support full cycle checking less expensive
Hal Finkel
2013-02-11
1
-14
/
+25
*
BBVectorize: Use TTI->getAddressComputationCost
Hal Finkel
2013-02-08
1
-0
/
+5
*
Typos.
Jakob Stoklund Olesen
2013-02-08
1
-4
/
+4
*
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-08
1
-8
/
+14
*
Test Commit
Michael Kuperstein
2013-02-08
1
-1
/
+1
*
fix 80-col violation and fix the docs.
Nadav Rotem
2013-02-07
1
-3
/
+7
*
Loop Vectorizer: Refactor Memory Cost Computation
Arnold Schwaighofer
2013-02-07
1
-180
/
+52
*
Loop Vectorizer: Refactor code to compute vectorized memory instruction cost
Arnold Schwaighofer
2013-02-05
1
-79
/
+178
*
Loop Vectorizer: Handle pointer stores/loads in getWidestType()
Arnold Schwaighofer
2013-02-05
1
-9
/
+31
*
LoopVectorize: convert TinyTripCountVectorThreshold constant
Pekka Jaaskelainen
2013-01-29
1
-1
/
+3
*
LoopVectorize: Clean up ValueMap a bit and avoid double lookups.
Benjamin Kramer
2013-01-29
1
-10
/
+12
*
Vectorization Factor clarification
Renato Golin
2013-01-28
1
-17
/
+24
*
BBVectorize: Better use of TTI->getShuffleCost
Hal Finkel
2013-01-27
1
-4
/
+23
*
BBVectorize: Add a additional comment about the cost computation
Hal Finkel
2013-01-26
1
-0
/
+6
[next]