index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Vectorize
Commit message (
Expand
)
Author
Age
Files
Lines
*
LoopVectorizer: change debug prints: Print the module identifier when decidin...
Nadav Rotem
2012-10-30
1
-4
/
+6
*
LoopVectorize: Update and preserve the dominator tree info.
Nadav Rotem
2012-10-29
1
-9
/
+37
*
Update BBVectorize to use the new VTTI instr. cost interfaces.
Hal Finkel
2012-10-27
1
-3
/
+58
*
1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...
Nadav Rotem
2012-10-27
1
-1
/
+1
*
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
1
-9
/
+52
*
Use VTTI->getNumberOfParts in BBVectorize.
Hal Finkel
2012-10-26
1
-11
/
+12
*
Disable generation of pointer vectors by BBVectorize.
Hal Finkel
2012-10-26
1
-1
/
+2
*
BBVectorize, when using VTTI, should not form types that will be split.
Hal Finkel
2012-10-25
1
-0
/
+19
*
Begin incorporating target information into BBVectorize.
Hal Finkel
2012-10-25
1
-43
/
+134
*
LoopVectorize: Teach the cost model to query scalar costs as scalar types and...
Nadav Rotem
2012-10-25
1
-41
/
+61
*
Add support for additional reduction variables: AND, OR, XOR.
Nadav Rotem
2012-10-25
1
-7
/
+42
*
Implement a basic cost model for vector and scalar instructions.
Nadav Rotem
2012-10-24
1
-17
/
+32
*
whitespace
Nadav Rotem
2012-10-24
1
-3
/
+3
*
LoopVectorizer: Add a basic cost model which uses the VTTI interface.
Nadav Rotem
2012-10-24
1
-30
/
+273
*
Back out r166591, not sure why this made it through since I cancelled the com...
Micah Villmow
2012-10-24
1
-2
/
+2
*
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-24
1
-2
/
+2
*
Use the AliasAnalysis isIdentifiedObj because it also understands mallocs and...
Nadav Rotem
2012-10-23
1
-19
/
+2
*
Don't crash if the load/store pointer is not a GEP.
Nadav Rotem
2012-10-22
1
-1
/
+1
*
BBVectorize should ignore unreachable blocks.
Hal Finkel
2012-10-22
1
-0
/
+13
*
Rename a variable.
Nadav Rotem
2012-10-22
1
-13
/
+13
*
Vectorizer: optimize the generation of selects. If the condition is uniform, ...
Nadav Rotem
2012-10-22
1
-6
/
+16
*
Update the loop vectorizer docs.
Nadav Rotem
2012-10-22
1
-17
/
+38
*
Avoid an extra hash lookup when inserting a value into the widen map.
Anders Carlsson
2012-10-21
1
-4
/
+4
*
Simplify code. No functionality change.
Jakub Staszak
2012-10-21
1
-1
/
+1
*
Simplify code. No functionality change.
Jakub Staszak
2012-10-21
1
-6
/
+5
*
Fix a bug in the vectorization of wide load/store operations.
Nadav Rotem
2012-10-21
1
-4
/
+14
*
Add support for reduction variables that do not start at zero.
Nadav Rotem
2012-10-21
1
-51
/
+67
*
Document change. Describe the pass and some papers that inspired the design o...
Nadav Rotem
2012-10-21
1
-4
/
+18
*
Vectorizer: fix a bug in the classification of induction/reduction phis.
Nadav Rotem
2012-10-21
1
-0
/
+3
*
Fix an infinite loop in the loop-vectorizer.
Nadav Rotem
2012-10-20
1
-0
/
+6
*
Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]...
Nadav Rotem
2012-10-20
1
-74
/
+137
*
Fix a typo
Nadav Rotem
2012-10-20
1
-1
/
+1
*
Vectorizer: refactor the memory checks to a new function. No functionality ch...
Nadav Rotem
2012-10-20
1
-33
/
+51
*
LoopVectorize: Keep the IRBuilder on the stack.
Nadav Rotem
2012-10-19
1
-40
/
+35
*
Vectorizer: Add support for loop reductions.
Nadav Rotem
2012-10-19
1
-74
/
+392
*
LoopVectorize: Keep the IRBuilder on the stack.
Benjamin Kramer
2012-10-19
1
-41
/
+36
*
vectorizer: Add support for reading and writing from the same memory location.
Nadav Rotem
2012-10-19
1
-2
/
+9
*
cleanup the comment.
Nadav Rotem
2012-10-18
1
-1
/
+1
*
fix a naming typo
Nadav Rotem
2012-10-18
1
-6
/
+4
*
Avoid reconstructing the pointer set when searching for duplicated read/write...
Nadav Rotem
2012-10-18
1
-10
/
+7
*
When looking for a vector representation of a scalar, do a single lookup. Als...
Nadav Rotem
2012-10-18
1
-7
/
+14
*
remove unused variable to fix a warning.
Nadav Rotem
2012-10-18
1
-2
/
+1
*
Remove the use of dominators and AA.
Nadav Rotem
2012-10-18
1
-8
/
+0
*
Vectorizer: Add support for loops with an unknown count. For example:
Nadav Rotem
2012-10-18
1
-68
/
+159
*
LoopVectorize.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-10-17
1
-2
/
+1
*
Remove redundant SetInsertPoint call.
Jakub Staszak
2012-10-17
1
-1
/
+0
*
Fix some typos and wrong indenting.
Roman Divacky
2012-10-17
1
-4
/
+4
*
Add a loop vectorizer.
Nadav Rotem
2012-10-17
3
-2
/
+808
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-4
/
+4
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
[next]