ReleaseNotes: C API policy; by Eric Christopher
[oota-llvm.git] / docs / Vectorizers.rst
2015-04-14 Ed MasteCorrect 'teh' and other typos / repeated words.
2014-06-27 Tyler NowickiVectorization documentation for loop hint pragmas and...
2014-03-12 Arnold SchwaighoferFix whitespace in vectorizer example
2014-03-12 Arnold SchwaighoferFix vectorizer docs.
2013-08-05 Nadav RotemUpdate the docs.
2013-06-26 Nadav RotemThe SLP Vectorizer works across basic blocks. Update...
2013-04-15 Nadav RotemFix a grammar mistake, and add a line about the two...
2013-04-15 Nadav RotemFix the internal link.
2013-04-15 Nadav RotemDocument our desire to enable the loop vectorizer on...
2013-04-15 Nadav RotemDocs: merge the description of the BB and SLP vectorize...
2013-04-14 Nadav RotemDocument the SLP infrastructure.
2013-04-09 Nadav RotemRemove the confusing sentence.
2013-04-08 Nadav RotemUpdate the docs about the fact that the loop vectorizer...
2013-02-28 Benjamin KramerBrag about function call vectorization in the docs.
2013-02-23 Renato GolinAdd global structure vectorization to docs
2013-01-08 Nadav RotemDocs: mention that we support float reductions when...
2013-01-04 Nadav RotemAdd linpack-pc bench
2013-01-04 Nadav RotemUpdate the docs about the new unroll features.
2013-01-03 Nadav RotemReformat the rst text.
2013-01-03 Nadav RotemLoopVectorizer: Document the unrolling feature.
2012-12-26 Nadav Rotemrevert an accidental commit.
2012-12-26 Nadav RotemDoc: add fmuladd to the list of vectorizeable functions...
2012-12-21 Sean Silvadocs: More robust image scaling fix.
2012-12-21 Sean Silvadocs: Prevent image scaling.
2012-12-20 Sean Silvadocs: Cleanup trailing whitespace.
2012-12-20 Sean Silvadocs: actually indent these consistently
2012-12-20 Sean Silvadocs: Indent consistently in code examples.
2012-12-20 Sean Silvadocs: Improve navigation for Vectorizers.rst
2012-12-20 Sean Silvadocs: bring back link for reddit.
2012-12-20 Sean Silvadocs: Make document name congruent with title.
2012-12-20 Sean Silvadocs: Clean up adornments.
2012-12-20 Sean Silvadocs: ASCII-fy
2012-12-20 Nadav RotemDoc: update the chart.
2012-12-19 Meador Ingedocs: Fix title underline warnings
2012-12-19 Nadav Rotemdoc: add subsections.
2012-12-19 Nadav RotemDOC: document the use of O2, O3 and Os with -fvectorize.
2012-12-19 Nadav RotemDOC: fix the url format.
2012-12-19 Nadav RotemDOC: add a benchmarks that compares us to gcc and icc.
2012-12-19 Nadav Rotemdocs: fix typos.
2012-12-19 Nadav RotemDOC: Add a webpage that describes the loop and bb vecto...