From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67788 invoked by alias); 9 Jan 2020 10:03:04 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 67713 invoked by uid 9574); 9 Jan 2020 10:03:03 -0000 Date: Thu, 09 Jan 2020 10:03:00 -0000 Message-ID: <20200109100303.67709.qmail@sourceware.org> From: jb@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 53f7b84d1c098cdda49e545b32ae050a04ca86c9 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1b74c08c492127aea739725fb288092ff33331a8 X-Git-Newrev: 53f7b84d1c098cdda49e545b32ae050a04ca86c9 X-SW-Source: 2020/txt/msg00001.txt 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 53f7b84d1c098cdda49e545b32ae050a04ca86c9 (commit) from 1b74c08c492127aea739725fb288092ff33331a8 (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 53f7b84d1c098cdda49e545b32ae050a04ca86c9 Author: Janne Blomqvist Date: Thu Jan 9 12:02:41 2020 +0200 Change a few gcc.gnu.org links from ftp:// to https:// diff --git a/htdocs/news/sms.html b/htdocs/news/sms.html index e0ecf51..d658464 100644 --- a/htdocs/news/sms.html +++ b/htdocs/news/sms.html @@ -31,7 +31,7 @@ on the articles:

traditional scheduler (in GCC) that does not give a special handling for loops. For more information on the theory behind SMS take a look at the +"https://gcc.gnu.org/pub/gcc/summit/2004/Swing%20Modulo%20Scheduling.pdf"> 2004 GCC summit proceedings (page 55). This optimization helps in loops where there is a place to run consecutive iterations concurrently but the traditional diff --git a/htdocs/projects/cfo.html b/htdocs/projects/cfo.html index 7bf2b4f..4ec8c82 100644 --- a/htdocs/projects/cfo.html +++ b/htdocs/projects/cfo.html @@ -145,7 +145,7 @@ C code example:
This project holds both types for future investigations.

For more information about code factoring see the article in the - + GCC Summit Proceedings (2004).

Features

diff --git a/htdocs/projects/tree-ssa/index.html b/htdocs/projects/tree-ssa/index.html index 884b57c..0b2e01d 100644 --- a/htdocs/projects/tree-ssa/index.html +++ b/htdocs/projects/tree-ssa/index.html @@ -67,7 +67,7 @@ href="#cytron.ea-91">1]. The implementation currently lives in the

Documentation

A high-level overview of GENERIC/GIMPLE and the SSA implementation may -be found in the Proceedings +be found in the Proceedings of the 2003 GCC Developers Summit (pages 171-193).

Internal design documentation is also available in the texinfo diff --git a/htdocs/projects/tree-ssa/vectorization.html b/htdocs/projects/tree-ssa/vectorization.html index f7f551a..22d136c 100644 --- a/htdocs/projects/tree-ssa/vectorization.html +++ b/htdocs/projects/tree-ssa/vectorization.html @@ -1562,7 +1562,7 @@ while (*p != NULL) {

  • "Loop-Aware SLP in GCC", Ira Rosen, Dorit Nuzman and Ayal Zaks, GCC summit, July 2007. - GCC Summit 2007 Proceedings
  • + GCC Summit 2007 Proceedings
  • "Autovectorization in GCC - two years later", Dorit Nuzman and Ayal Zaks, GCC summit, June 2006. @@ -1580,8 +1580,8 @@ while (*p != NULL) { Manhattan, New York.
  • "Autovectorization in GCC", Dorit Naishlos, GCC summit, June 2004. - - ftp://gcc.gnu.org/pub/gcc/summit/2004/Autovectorization.pdf
  • + + https://gcc.gnu.org/pub/gcc/summit/2004/Autovectorization.pdf
  • "The Software Vectorization Handbook. Applying Multimedia Extensions for Maximum Performance.", Aart Bik, Intel Press, ----------------------------------------------------------------------- Summary of changes: htdocs/news/sms.html | 2 +- htdocs/projects/cfo.html | 2 +- htdocs/projects/tree-ssa/index.html | 2 +- htdocs/projects/tree-ssa/vectorization.html | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- gcc-wwwdocs