summaryrefslogtreecommitdiff
path: root/llvm/docs/Vectorizers.rst
AgeCommit message (Expand)Author
2025-05-21[llvm] Fix typos in documentation (#140844)Kazu Hirata
2025-04-17[docs][SandboxIR] Fix cross-reference to sandbox vectorizer (#133768)vporpo
2025-03-28[SandboxVec][Doc] Add documentation for the Sandbox Vectorizer (#133504)vporpo
2025-01-30[LoopVectorize] Enable vectorisation of early exit loops with live-outs (#120...David Sherwood
2024-12-11[VPlan] Dispatch to multiple exit blocks via middle blocks. (#112138)Florian Hahn
2024-12-09[docs] Add a brief description of using -fveclib to enable some math library ...Simon Pilgrim
2023-08-10[docs] Graduate VectorizationPlan.rst from proposal.Florian Hahn
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-06-10[Docs] Fix incorrect return type for example codeJim Lin
2021-06-09[Docs] Fix incorrect return type for example codeJim Lin
2021-02-01[Branch-Rename] Fix some linksxgupta
2020-12-02[LV] Epilogue Vectorization with Optimal Control Flow (Recommit)Bardia Mahjour
2020-12-01Revert "[LV] Epilogue Vectorization with Optimal Control Flow"Bardia Mahjour
2020-12-01[LV] Epilogue Vectorization with Optimal Control FlowBardia Mahjour
2020-07-27[Docs] remove unused arguments in documentation examples on vectorization passesAfanasyev Ivan
2020-03-22Doc: Links should use httpsSylvestre Ledru
2020-02-06[doc] typo in optimisation remark exampleSjoerd Meijer
2019-12-10[Docs] Improve SLP code snippetSanjay Patel
2019-01-14Update GettingStarted guide to recommend that people use the newJames Y Knight
2019-01-10[Docs] fix typo, adjust text orderSanjay Patel
2019-01-10[Docs] add note to avoid 'errno' for better vectorization (PR40265)Sanjay Patel
2018-01-23docs: Remove reference to a deprecated flagVedant Kumar
2017-05-31[docs] Update name of vectorization interleave flag.Eli Friedman
2017-05-29[Docs] Add VectorizationPlan to docs/Proposals.Ayal Zaks
2017-05-23[LV] Report multiple reasons for not vectorizing under allowExtraAnalysisAyal Zaks
2015-04-14Correct 'teh' and other typos / repeated words.Ed Maste
2014-06-27Vectorization documentation for loop hint pragmas and Rpass diagnostics.Tyler Nowicki
2014-03-12Fix whitespace in vectorizer exampleArnold Schwaighofer
2014-03-12Fix vectorizer docs.Arnold Schwaighofer
2013-08-05Update the docs.Nadav Rotem
2013-06-26The SLP Vectorizer works across basic blocks. Update the docs.Nadav Rotem
2013-04-15Fix a grammar mistake, and add a line about the two phases that the BB/SLP ve...Nadav Rotem
2013-04-15Fix the internal link.Nadav Rotem
2013-04-15Document our desire to enable the loop vectorizer on -Os in future releases.Nadav Rotem
2013-04-15Docs: merge the description of the BB and SLP vectorizers and document the -f...Nadav Rotem
2013-04-14Document the SLP infrastructure.Nadav Rotem
2013-04-09Remove the confusing sentence.Nadav Rotem
2013-04-08Update the docs about the fact that the loop vectorizer is enabled by default...Nadav Rotem
2013-02-28Brag about function call vectorization in the docs.Benjamin Kramer
2013-02-23Add global structure vectorization to docsRenato Golin
2013-01-08Docs: mention that we support float reductions when -ffast-math is used.Nadav Rotem
2013-01-04Add linpack-pc benchNadav Rotem
2013-01-04Update the docs about the new unroll features.Nadav Rotem
2013-01-03Reformat the rst text.Nadav Rotem
2013-01-03LoopVectorizer: Document the unrolling feature.Nadav Rotem
2012-12-26revert an accidental commit.Nadav Rotem
2012-12-26Doc: add fmuladd to the list of vectorizeable functions. Thanks hfinkel.Nadav Rotem
2012-12-21docs: More robust image scaling fix.Sean Silva
2012-12-21docs: Prevent image scaling.Sean Silva
2012-12-20docs: Cleanup trailing whitespace.Sean Silva