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
/
LoopVectorize.cpp
Age
Commit message (
Expand
)
Author
2013-01-09
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-08
Code cleanup: refactor the switch statements in the generation of reduction v...
Nadav Rotem
2013-01-08
Rename the enum members to match the LLVM coding style.
Nadav Rotem
2013-01-07
LoopVectorizer: Add support for floating point reductions
Nadav Rotem
2013-01-07
LoopVectorizer: When we vectorizer and widen loops we process many elements a...
Nadav Rotem
2013-01-07
Simplify LoopVectorize to require target transform info and rely on it
Chandler Carruth
2013-01-07
Merge the unused header file for LoopVectorizer into the source file.
Chandler Carruth
2013-01-07
Fix the enumerator names for ShuffleKind to match tho coding standards,
Chandler Carruth
2013-01-07
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-05
Switch the loop vectorizer from VTTI to just use TTI directly.
Chandler Carruth
2013-01-05
iLoopVectorize: Non commutative operators can be used as reduction variables ...
Nadav Rotem
2013-01-04
Do not vectorize loops with subtraction reductions
Paul Redmond
2013-01-04
Fix a warning
Nadav Rotem
2013-01-04
LoopVectorizer:
Nadav Rotem
2013-01-03
LoopVectorizer: Add support for loop-unrolling during vectorization for incre...
Nadav Rotem
2013-01-02
Avoid vectorization when the function has the "noimplicitflot" attribute.
Nadav Rotem
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-01
Add IRBuilder::CreateVectorSplat and use it to simplify code.
Benjamin Kramer
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
LoopVectorizer: Fix a bug in the code that updates the loop exiting block.
Nadav Rotem
2012-12-26
If all of the write objects are identified then we can vectorize the loop eve...
Nadav Rotem
2012-12-26
LoopVectorizer: Optimize the vectorization of consecutive memory access when ...
Nadav Rotem
2012-12-25
LoopVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-24
LoopVectorizer: When checking for vectorizable types, also check
Nadav Rotem
2012-12-24
LoopVectorizer: Fix an endless loop in the code that looks for reductions.
Nadav Rotem
2012-12-23
LoopVectorize: Fix accidentaly inverted condition.
Benjamin Kramer
2012-12-23
LoopVectorize: For scalars and void types there is no need to compute vector ...
Benjamin Kramer
2012-12-23
Loop Vectorizer: Update the cost model of scatter/gather operations and make
Nadav Rotem
2012-12-22
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
2012-12-21
Remove duplicate includes.
Roman Divacky
2012-12-21
Enable if-conversion.
Nadav Rotem
2012-12-21
Fix a bug in the code that checks if we can vectorize loops while using dynamic
Nadav Rotem
2012-12-20
LoopVectorize: Fix a bug in the scalarization of instructions.
Nadav Rotem
2012-12-20
Loop Vectorizer: turn-off if-conversion.
Nadav Rotem
2012-12-20
Loop Vectorizer: Enable if-conversion.
Nadav Rotem
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-18
LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...
Benjamin Kramer
2012-12-13
Enable the Loop Vectorizer by default for O2 and O3. Disable if-conversion by...
Nadav Rotem
2012-12-13
Teach the cost model about the optimization in r169904: Truncation of inducti...
Nadav Rotem
2012-12-12
Fix indentation.
Nadav Rotem
2012-12-12
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
Fix the ascii drawing that was ruined when I split the H and CPP
Nadav Rotem
2012-12-12
fix a typo.
Nadav Rotem
2012-12-12
LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...
Nadav Rotem
2012-12-11
PR14574. Fix a bug in the code that calculates the mask the converted PHIs in...
Nadav Rotem
2012-12-11
Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...
Nadav Rotem
2012-12-11
Fix PR14565. Don't if-convert loops that have switch statements in them.
Nadav Rotem
2012-12-10
Split the LoopVectorizer into H and CPP.
Nadav Rotem
2012-12-10
Add support for reverse induction variables. For example:
Nadav Rotem
[next]