From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 72A613857020; Wed, 2 Jun 2021 07:32:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 72A613857020 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. cc39141b5c2caa600aa90532d4e6ea6e97fd2d4b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 890401b1dfb48c33723980b7a0b30419315ff8ab X-Git-Newrev: cc39141b5c2caa600aa90532d4e6ea6e97fd2d4b Message-Id: <20210602073223.72A613857020@sourceware.org> Date: Wed, 2 Jun 2021 07:32:23 +0000 (GMT) From: Gerald Pfeifer 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: Wed, 02 Jun 2021 07:32: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 cc39141b5c2caa600aa90532d4e6ea6e97fd2d4b (commit) from 890401b1dfb48c33723980b7a0b30419315ff8ab (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 cc39141b5c2caa600aa90532d4e6ea6e97fd2d4b Author: Gerald Pfeifer Date: Wed Jun 2 09:29:49 2021 +0200 Use GCC (over gcc) to refer to the project. On the way reduce some physical formatting a bit. diff --git a/htdocs/projects/tree-ssa/tree-browser.html b/htdocs/projects/tree-ssa/tree-browser.html index fe292b49..e9b10db3 100644 --- a/htdocs/projects/tree-ssa/tree-browser.html +++ b/htdocs/projects/tree-ssa/tree-browser.html @@ -10,10 +10,11 @@ -



Tree Browser has been removed from gcc, -and this page is no longer up-to-date.


+


Tree Browser has been removed from GCC, + and this page is no longer up-to-date.


-

Tree Browser

+ +

Tree Browser

Until recently the only way to debug trees from gdb was to call debug_tree as follows:

diff --git a/htdocs/projects/tree-ssa/vectorization.html b/htdocs/projects/tree-ssa/vectorization.html index 22d136c0..ff0b0040 100644 --- a/htdocs/projects/tree-ssa/vectorization.html +++ b/htdocs/projects/tree-ssa/vectorization.html @@ -2370,7 +2370,7 @@ for (n = 0; n < HASH_SIZE; n++)

Handle Pointer Aliasing

    -
  1. Improve aliasing analysis. [various gcc projects +
  2. Improve aliasing analysis. [various GCC projects deal with improvements to alias analysis].
  3. Generate run-time tests for cases where memory ----------------------------------------------------------------------- Summary of changes: htdocs/projects/tree-ssa/tree-browser.html | 7 ++++--- htdocs/projects/tree-ssa/vectorization.html | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs