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
/
LoopVectorize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
1
-0
/
+801