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
/
docs
/
Vectorizers.rst
Age
Commit message (
Expand
)
Author
2013-04-15
Fix a grammar mistake, and add a line about the two phases that the BB/SLP ve...
Nadav Rotem
2013-04-15
Fix the internal link.
Nadav Rotem
2013-04-15
Document our desire to enable the loop vectorizer on -Os in future releases.
Nadav Rotem
2013-04-15
Docs: merge the description of the BB and SLP vectorizers and document the -f...
Nadav Rotem
2013-04-14
Document the SLP infrastructure.
Nadav Rotem
2013-04-09
Remove the confusing sentence.
Nadav Rotem
2013-04-08
Update the docs about the fact that the loop vectorizer is enabled by default...
Nadav Rotem
2013-02-28
Brag about function call vectorization in the docs.
Benjamin Kramer
2013-02-23
Add global structure vectorization to docs
Renato Golin
2013-01-08
Docs: mention that we support float reductions when -ffast-math is used.
Nadav Rotem
2013-01-04
Add linpack-pc bench
Nadav Rotem
2013-01-04
Update the docs about the new unroll features.
Nadav Rotem
2013-01-03
Reformat the rst text.
Nadav Rotem
2013-01-03
LoopVectorizer: Document the unrolling feature.
Nadav Rotem
2012-12-26
revert an accidental commit.
Nadav Rotem
2012-12-26
Doc: add fmuladd to the list of vectorizeable functions. Thanks hfinkel.
Nadav Rotem
2012-12-21
docs: More robust image scaling fix.
Sean Silva
2012-12-21
docs: Prevent image scaling.
Sean Silva
2012-12-20
docs: Cleanup trailing whitespace.
Sean Silva
2012-12-20
docs: actually indent these consistently
Sean Silva
2012-12-20
docs: Indent consistently in code examples.
Sean Silva
2012-12-20
docs: Improve navigation for Vectorizers.rst
Sean Silva
2012-12-20
docs: bring back link for reddit.
Sean Silva
2012-12-20
docs: Make document name congruent with title.
Sean Silva
2012-12-20
docs: Clean up adornments.
Sean Silva
2012-12-20
docs: ASCII-fy
Sean Silva
2012-12-20
Doc: update the chart.
Nadav Rotem
2012-12-19
docs: Fix title underline warnings
Meador Inge
2012-12-19
doc: add subsections.
Nadav Rotem
2012-12-19
DOC: document the use of O2, O3 and Os with -fvectorize.
Nadav Rotem
2012-12-19
DOC: fix the url format.
Nadav Rotem
2012-12-19
DOC: add a benchmarks that compares us to gcc and icc.
Nadav Rotem
2012-12-19
docs: fix typos.
Nadav Rotem
2012-12-19
DOC: Add a webpage that describes the loop and bb vectorizers.
Nadav Rotem