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
/
docs
/
Vectorizers.rst
Age
Commit message (
Expand
)
Author
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