From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 889BF385277B; Thu, 20 Oct 2022 07:54:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 889BF385277B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666252474; bh=TcBqxEpLQGWsdWVbMFRF3wuu2l/oj4dmSzAiANMCqaw=; h=To:Subject:Date:From:From; b=W3bYdDvV37x1QubxeZvBanqATZREJ9NNScDfFoJRXghLD09ajFdCRCnosDFhg6GRR eTjRdjnX7CbeVEgfJ6qt4DNu8lcSUxezSB5cuuYi/02sOnco70a6qQmBt3JrCfrrSy +8bSCVb0zEknbeCFvvmfUxKe0un40oOorTgIu/88= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. afe4061ed96722d9b9521526df12c299b5e01e7a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 69102e7bf8c4afdc6380e0e6547c84cc5649eae5 X-Git-Newrev: afe4061ed96722d9b9521526df12c299b5e01e7a Message-Id: <20221020075434.889BF385277B@sourceware.org> Date: Thu, 20 Oct 2022 07:54:34 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 afe4061ed96722d9b9521526df12c299b5e01e7a (commit) from 69102e7bf8c4afdc6380e0e6547c84cc5649eae5 (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 afe4061ed96722d9b9521526df12c299b5e01e7a Author: Gerald Pfeifer Date: Thu Oct 20 09:53:16 2022 +0200 *: Omit trailing slash for tags HTML 5 now recommends against trailing slashes on void elements, so it is instead of . diff --git a/htdocs/index.html b/htdocs/index.html index 761a598a..f4eb4817 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -13,7 +13,7 @@

GCC, the GNU Compiler Collection

- +

The GNU Compiler Collection includes front ends for C, diff --git a/htdocs/news/egcs-vcg.html b/htdocs/news/egcs-vcg.html index 5213152d..2817ad06 100644 --- a/htdocs/news/egcs-vcg.html +++ b/htdocs/news/egcs-vcg.html @@ -141,7 +141,7 @@ test.c.cse.vcg test.c.greg.vcg test.c.lreg.vcg test.c.stack.vcg

If you view these files using a suitable program, you'll get output similar to the following:

- completely folded graph + completely folded graph

These are nodes representing all the functions in the file. If you expand the nodes you can get a picture like diff --git a/htdocs/news/gcse.html b/htdocs/news/gcse.html index 80244281..5da4749b 100644 --- a/htdocs/news/gcse.html +++ b/htdocs/news/gcse.html @@ -52,7 +52,7 @@ Fred Chow's thesis.

flow graph:


-PRE example +PRE example
diff --git a/htdocs/projects/gupc.html b/htdocs/projects/gupc.html index a48d44c3..e38cd240 100644 --- a/htdocs/projects/gupc.html +++ b/htdocs/projects/gupc.html @@ -12,7 +12,7 @@

GNU Unified Parallel C (GUPC)

GUPC Logo + alt="GUPC Logo" title="GUPC">

The GNU UPC project implements a compilation and execution environment for programs written in the diff --git a/htdocs/projects/tree-ssa/index.html b/htdocs/projects/tree-ssa/index.html index afe7ac35..7d3740e4 100644 --- a/htdocs/projects/tree-ssa/index.html +++ b/htdocs/projects/tree-ssa/index.html @@ -192,7 +192,7 @@ based on the algorithms described by Cytron et. al.

The graph below describes the process:

-

+

The front ends described in the graph are just an example. In general, any front end that can emit functions-as-trees can be diff --git a/htdocs/style.mhtml b/htdocs/style.mhtml index 4fc5e8ad..0790a972 100644 --- a/htdocs/style.mhtml +++ b/htdocs/style.mhtml @@ -74,14 +74,13 @@

@gnutools on Twitter@gnutools + height="42" width="42" class="middle" + alt="@gnutools on Twitter">@gnutools
Donate to GNU Toolchain Fund + height="23" width="100" alt="Donate to GNU Toolchain Fund">
----------------------------------------------------------------------- Summary of changes: htdocs/index.html | 2 +- htdocs/news/egcs-vcg.html | 2 +- htdocs/news/gcse.html | 2 +- htdocs/projects/gupc.html | 2 +- htdocs/projects/tree-ssa/index.html | 2 +- htdocs/style.mhtml | 7 +++---- 6 files changed, 8 insertions(+), 9 deletions(-) hooks/post-receive -- gcc-wwwdocs