From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id C26633835828; Tue, 27 Apr 2021 09:20:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C26633835828 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. ae50e86ee44eac14e1fcf291f799c3c8ccb52ab9 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4f1583a7659e8800f1e240e8b90cc4bcd26f0130 X-Git-Newrev: ae50e86ee44eac14e1fcf291f799c3c8ccb52ab9 Message-Id: <20210427092023.C26633835828@sourceware.org> Date: Tue, 27 Apr 2021 09:20:23 +0000 (GMT) From: Richard Biener X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2021 09:20:23 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via ae50e86ee44eac14e1fcf291f799c3c8ccb52ab9 (commit) from 4f1583a7659e8800f1e240e8b90cc4bcd26f0130 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ae50e86ee44eac14e1fcf291f799c3c8ccb52ab9 Author: Richard Biener Date: Tue Apr 27 11:19:31 2021 +0200 Document BB vectorizer improvements diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 5090ec43..a74e188e 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -167,6 +167,15 @@ You may also want to check out our use -g together with -gdwarf-2, -gdwarf-3 or -gdwarf-4. +
  • + Vectorizer improvements: +
      +
    • The straight-line code vectorizer now considers the whole function + when vectorizing and can handle opportunities crossing CFG merges + and backedges. +
    • +
    +
  • Inter-procedural optimization improvements:
      ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) hooks/post-receive -- gcc-wwwdocs