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-11-14
Fix the largest offender of determinism in BBVectorize
Hal Finkel
2012-11-14
use the getSplat API. Patch by Paul Redmond.
Nadav Rotem
2012-11-13
BBVectorize: Remove temporary assert used for debugging
Hal Finkel
2012-11-13
BBVectorize: Don't vectorize vector-manipulation chains
Hal Finkel
2012-11-12
BBVectorize: Only some insert element operand pairs are free.
Hal Finkel
2012-11-12
BBVectorize: Use a more sophisticated check for input cost
Hal Finkel
2012-11-12
BBVectorize: Check the types of compare instructions
Hal Finkel
2012-11-12
BBVectorize: Check the input types of shuffles for legality
Hal Finkel
2012-11-11
Fix a comment typo and add comments.
Nadav Rotem
2012-11-09
Add support for memory runtime check. When we can, we calculate array bounds.
Nadav Rotem
2012-11-02
Fix sign compare warning. Patch by Mahesha HS.
Chandler Carruth
2012-11-01
BBVectorize: Use target costs for incoming and outgoing values instead of the...
Hal Finkel
2012-11-01
BBVectorize: Account for internal shuffle costs
Hal Finkel
2012-10-31
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
Put the threshold magic number in a variable.
Nadav Rotem
2012-10-31
Remove enum values since they are not used anymore.
Nadav Rotem
2012-10-31
BBVectorize: Choose pair ordering to minimize shuffles
Hal Finkel
2012-10-31
LoopVectorize: Do not vectorize loops with tiny constant trip counts.
Nadav Rotem
2012-10-31
Add support for loops that don't start with Zero.
Nadav Rotem
2012-10-30
Add documentation.
Nadav Rotem
2012-10-30
BBVectorize: Cache fixed-order pairs instead of recomputing pointer info.
Hal Finkel
2012-10-30
BBVectorize: Fix a small bug introduced in r167042.
Hal Finkel
2012-10-30
BBVectorize: Simplify how input swapping is handled.
Hal Finkel
2012-10-30
BBVectorize: Don't make calls to SE when the result is unused.
Hal Finkel
2012-10-30
LoopVectorize: Add support for write-only loops when the write destination is...
Nadav Rotem
2012-10-30
LoopVectorize: Fix a bug in the initialization of reduction variables. AND ne...
Nadav Rotem
2012-10-30
LoopVectorizer: change debug prints: Print the module identifier when decidin...
Nadav Rotem
2012-10-29
LoopVectorize: Update and preserve the dominator tree info.
Nadav Rotem
2012-10-27
Update BBVectorize to use the new VTTI instr. cost interfaces.
Hal Finkel
2012-10-27
1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...
Nadav Rotem
2012-10-26
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
Use VTTI->getNumberOfParts in BBVectorize.
Hal Finkel
2012-10-26
Disable generation of pointer vectors by BBVectorize.
Hal Finkel
2012-10-25
BBVectorize, when using VTTI, should not form types that will be split.
Hal Finkel
2012-10-25
Begin incorporating target information into BBVectorize.
Hal Finkel
2012-10-25
LoopVectorize: Teach the cost model to query scalar costs as scalar types and...
Nadav Rotem
2012-10-25
Add support for additional reduction variables: AND, OR, XOR.
Nadav Rotem
2012-10-24
Implement a basic cost model for vector and scalar instructions.
Nadav Rotem
2012-10-24
whitespace
Nadav Rotem
2012-10-24
LoopVectorizer: Add a basic cost model which uses the VTTI interface.
Nadav Rotem
2012-10-24
Back out r166591, not sure why this made it through since I cancelled the com...
Micah Villmow
2012-10-24
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-23
Use the AliasAnalysis isIdentifiedObj because it also understands mallocs and...
Nadav Rotem
2012-10-22
Don't crash if the load/store pointer is not a GEP.
Nadav Rotem
2012-10-22
BBVectorize should ignore unreachable blocks.
Hal Finkel
2012-10-22
Rename a variable.
Nadav Rotem
2012-10-22
Vectorizer: optimize the generation of selects. If the condition is uniform, ...
Nadav Rotem
2012-10-22
Update the loop vectorizer docs.
Nadav Rotem
2012-10-21
Avoid an extra hash lookup when inserting a value into the widen map.
Anders Carlsson
2012-10-21
Simplify code. No functionality change.
Jakub Staszak
[prev]
[next]