public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. e7e729ae2b8cc9861ce0351a8fd7e3095c20ff71
@ 2020-04-14 15:49 Martin Jambor
  0 siblings, 0 replies; only message in thread
From: Martin Jambor @ 2020-04-14 15:49 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-14 15:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 15:49 gcc-wwwdocs branch master updated. e7e729ae2b8cc9861ce0351a8fd7e3095c20ff71 Martin Jambor

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).