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
2012-10-21
Simplify code. No functionality change.
Jakub Staszak
2012-10-21
Fix a bug in the vectorization of wide load/store operations.
Nadav Rotem
2012-10-21
Add support for reduction variables that do not start at zero.
Nadav Rotem
2012-10-21
Document change. Describe the pass and some papers that inspired the design o...
Nadav Rotem
2012-10-21
Vectorizer: fix a bug in the classification of induction/reduction phis.
Nadav Rotem
2012-10-20
Fix an infinite loop in the loop-vectorizer.
Nadav Rotem
2012-10-20
Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]...
Nadav Rotem
2012-10-20
Fix a typo
Nadav Rotem
2012-10-20
Vectorizer: refactor the memory checks to a new function. No functionality ch...
Nadav Rotem
2012-10-19
LoopVectorize: Keep the IRBuilder on the stack.
Nadav Rotem
2012-10-19
Vectorizer: Add support for loop reductions.
Nadav Rotem
2012-10-19
LoopVectorize: Keep the IRBuilder on the stack.
Benjamin Kramer
2012-10-19
vectorizer: Add support for reading and writing from the same memory location.
Nadav Rotem
2012-10-18
cleanup the comment.
Nadav Rotem
2012-10-18
fix a naming typo
Nadav Rotem
2012-10-18
Avoid reconstructing the pointer set when searching for duplicated read/write...
Nadav Rotem
2012-10-18
When looking for a vector representation of a scalar, do a single lookup. Als...
Nadav Rotem
2012-10-18
remove unused variable to fix a warning.
Nadav Rotem
2012-10-18
Remove the use of dominators and AA.
Nadav Rotem
2012-10-18
Vectorizer: Add support for loops with an unknown count. For example:
Nadav Rotem
2012-10-17
LoopVectorize.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-10-17
Remove redundant SetInsertPoint call.
Jakub Staszak
2012-10-17
Fix some typos and wrong indenting.
Roman Divacky
2012-10-17
Add a loop vectorizer.
Nadav Rotem
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-08-29
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-06-28
Precompute SCEV pointer analysis prior to instruction fusion in BBVectorize.
Hal Finkel
2012-06-28
Remove a useless check in BBVectorize.
Hal Finkel
2012-06-28
Allow BBVectorize to form non-2^n-length vectors.
Hal Finkel
2012-06-28
Refactor operation equivalence checking in BBVectorize by extending Instructi...
Hal Finkel
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
Allow controlling vectorization of boolean values separately from other integ...
Hal Finkel
2012-06-23
Allow BBVectorize to fuse compare instructions.
Hal Finkel
2012-06-16
Teach BBVectorize to combine, when possible, or discard metadata when fusing ...
Hal Finkel
2012-04-27
Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.).
Hal Finkel
2012-04-16
Fix style violation in BBVectorize (pointed out by Bill Wendling)
Hal Finkel
2012-04-16
Simplify checking for pointer types in BBVectorize (this change was suggested...
Hal Finkel
2012-04-14
Fix an error in BBVectorize important for vectorizing pointer types.
Hal Finkel
2012-04-14
Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.
Hal Finkel
2012-04-13
Add support to BBVectorize for vectorizing selects.
Hal Finkel
2012-04-07
Refactor: Use positive field names in VectorizeConfig.
Hongbin Zheng
2012-04-05
BBVectorize: Add the const modifier to the VectorizeConfig because we won't
Hongbin Zheng
2012-04-05
Introduce the VectorizeConfig class, with which we can control the behavior
Hongbin Zheng
2012-04-05
Add the function "vectorizeBasicBlock" which allow users vectorize a
Hongbin Zheng
2012-03-31
Correctly vectorize powi.
Hal Finkel
2012-03-05
fix typos
Sebastian Pop
2012-03-05
remove spaces on empty lines
Sebastian Pop
2012-02-10
Update BBVectorize to use aliasesUnknownInst.
Hal Finkel
[prev]
[next]