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
/
lib
/
Transforms
/
Vectorize
/
LoopVectorize.cpp
Age
Commit message (
Expand
)
Author
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
2012-12-09
LoopVectorize: support vectorizing intrinsic calls
Paul Redmond
2012-12-09
test commit.
Paul Redmond
2012-12-04
LoopVectorizer: Increase the number of pointers that can be tested at runtime...
Nadav Rotem
2012-12-04
Enable if-conversion during vectorization.
Nadav Rotem
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
Give scalar if-converted blocks half the score because they are not always ex...
Nadav Rotem
2012-12-04
Add the last part that is needed for vectorization of if-converted code.
Nadav Rotem
2012-12-04
LoopVectorize.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-12-04
Fix whitespace.
NAKAMURA Takumi
2012-12-03
minor renaming, documentation and cleanups.
Nadav Rotem
2012-12-03
IF-conversion: teach the cost-model how to grade if-converted loops.
Nadav Rotem
2012-12-03
Now that we have a basic if-conversion infrastructure we can rename the
Nadav Rotem
2012-12-03
Add initial support for IF-conversion. This patch implements the first 1/3,
Nadav Rotem
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
minor cleanups
Nadav Rotem
2012-11-30
Remove the use of LPPassManager. We can remove LPM because we dont need to ru...
Nadav Rotem
2012-11-29
When broadcasting invariant scalars into vectors, place the broadcast code in...
Nadav Rotem
2012-11-26
Move the code that uses SCEVs prior to creating the new loops.
Nadav Rotem
2012-11-25
Move the max vector width to a constant parameter. No functionality change.
Nadav Rotem
2012-11-25
Fix the document style.
Nadav Rotem
2012-11-25
Refactor the ptr runtime check generation code. No functionality change.
Nadav Rotem
2012-11-25
Rename method. No functionality change.
Nadav Rotem
2012-11-25
The induction-pointer work is inspired by a research paper. This commit adds ...
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-16
LoopVectorize: Division reductions generate incorrect code. Remove the part o...
Nadav Rotem
2012-11-14
use the getSplat API. Patch by Paul Redmond.
Nadav Rotem
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-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
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
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
[prev]
[next]