public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: Martin Jambor <jamborm@sourceware.org>
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. e7e729ae2b8cc9861ce0351a8fd7e3095c20ff71
Date: Tue, 14 Apr 2020 15:49:23 +0000 (GMT)	[thread overview]
Message-ID: <20200414154924.00AA5385DC0D@sourceware.org> (raw)

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  e7e729ae2b8cc9861ce0351a8fd7e3095c20ff71 (commit)
       via  5ccd5ea2a73f1a7816ddc55676d18ef7bf922854 (commit)
      from  5264b357a424a38ccdcd3af01d67902109218aa8 (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 e7e729ae2b8cc9861ce0351a8fd7e3095c20ff71
Author: Martin Jambor <mjambor@suse.cz>
Date:   Tue Apr 14 17:48:54 2020 +0200

    wwwdocs: Slightly improve IPA-SRA description in gcc-10/changes.html
    
    I think that the fact that IPA-SRA can now remove unused return
    values deserves a special mention - and I also fixed the proposition
    in the name of the pass.

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 17679812..65e2fb3d 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -103,8 +103,9 @@ a work-in-progress.</p>
   <li>
     Inter-procedural optimization improvements:
     <ul>
-      <li>The inter-procedural scalar replacement for aggregates (IPA-SRA) pass
-	  was re-implemented to work at link-time.
+      <li>The inter-procedural scalar replacement of aggregates (IPA-SRA) pass
+	  was re-implemented to work at link-time and can now also remove
+	  computing and returning unused return values.
       </li>
       <li><a href="https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Optimize-Options.html#index-finline-functions"><code>-finline-functions</code></a>
 	  is now enabled at <code>-O2</code> and was retuned for better code

commit 5ccd5ea2a73f1a7816ddc55676d18ef7bf922854
Author: Martin Jambor <mjambor@suse.cz>
Date:   Tue Apr 14 17:48:54 2020 +0200

    wwwdocs: Deprecate offloading to HSAIL
    
    for reasons described in my earlier email, I'd like to commit the
    following to gcc-10/changes.html to mark offloading to HSAIL as
    deprecated.

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index ca49e626..17679812 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -57,6 +57,11 @@ a work-in-progress.</p>
     of the default via <code>--param allow-store-data-races</code> will
     now be diagnosed and build systems have to be adjusted accordingly.
   </li>
+  <li>
+    Offloading to Heterogeneous System Architecture Intermediate
+    Language (HSAIL) has been deprecated and will likely be removed in
+    a future release.
+  </li>
 </ul>
 
 

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-10/changes.html | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


                 reply	other threads:[~2020-04-14 15:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200414154924.00AA5385DC0D@sourceware.org \
    --to=jamborm@sourceware.org \
    --cc=gcc-cvs-wwwdocs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).