index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
LoopVectorize
Age
Commit message (
Expand
)
Author
2013-01-11
ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...
Nadav Rotem
2013-01-10
LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...
Nadav Rotem
2013-01-09
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
ARM Cost Model: Add a basic vectorization unrolling test.
Nadav Rotem
2013-01-09
Remove the -licm pass from the loop vectorizer test because the loop vectoriz...
Nadav Rotem
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
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-05
Fix a typo. Remove the duplicated test.
Nadav Rotem
2013-01-05
iLoopVectorize: Non commutative operators can be used as reduction variables ...
Nadav Rotem
2013-01-05
Force a fixed unroll count on the target independent tests.
Nadav Rotem
2013-01-04
Do not vectorize loops with subtraction reductions
Paul Redmond
2013-01-04
LoopVectorizer:
Nadav Rotem
2013-01-03
LoopVectorizer: Test the unrolling flag.
Nadav Rotem
2013-01-02
Avoid vectorization when the function has the "noimplicitflot" attribute.
Nadav Rotem
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
Fix typo "Makre" -> "Make".
Nick Lewycky
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
CostModel: Change the default target-independent implementation for finding
Nadav Rotem
2012-12-23
Loop Vectorizer: Update the cost model of scatter/gather operations and make
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-19
Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.
Benjamin Kramer
2012-12-18
LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...
Benjamin Kramer
2012-12-13
Teach the cost model about the optimization in r169904: Truncation of inducti...
Nadav Rotem
2012-12-12
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
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
Add support for reverse induction variables. For example:
Nadav Rotem
2012-12-09
LoopVectorize: support vectorizing intrinsic calls
Paul Redmond
2012-12-04
Fix a bug in vectorization of if-converted reduction variables. If the
Nadav Rotem
2012-12-04
Add support for reduction variables when IF-conversion is enabled.
Nadav Rotem
2012-12-04
Add the last part that is needed for vectorization of if-converted code.
Nadav Rotem
2012-11-25
Add support for pointer induction variables even when there is no integer ind...
Nadav Rotem
2012-11-17
LoopVectorizer: Add initial support for pointer induction variables (for exam...
Nadav Rotem
2012-11-13
Relax the restrictions on vector of pointer types, and vector getelementptr.
Duncan Sands
2012-11-09
Add support for memory runtime check. When we can, we calculate array bounds.
Nadav Rotem
2012-11-06
Cost Model: add tables for some avx type-conversion hacks.
Nadav Rotem
2012-11-05
Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.
Nadav Rotem
2012-11-05
Implement the cost of abnormal x86 instruction lowering as a table.
Nadav Rotem
2012-10-31
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
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
LoopVectorize: Add support for write-only loops when the write destination is...
Nadav Rotem
[prev]
[next]