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 cce541284e08646576dfcbc44cf9ef343dc38bb9 (commit)
from aed3ebaa7d07a69e7c461fee77ac8bf5fb1dea79 (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 cce541284e08646576dfcbc44cf9ef343dc38bb9
Author: Richard Biener <[email protected]>
Date: Thu Apr 30 11:19:27 2026 +0200
Some GCC 16 optimization/vectorizer improvements
* changes.html: Mention LTO asm heuristics and vectorizer
improvements.
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index 41cf540d..e7789909 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -44,6 +44,14 @@ You may also want to check out our
<!-- .................................................................. -->
<h2 id="general">General Improvements</h2>
+<ul>
+ <li>Link-Time Optimization now supports better handling of toplevel asm
+ statements with <code>-flto-toplevel-asm-heuristics</code>.</li>
+ <li>The vectorizer now supports vectorizing of uncounted loops and a wider
+ class of loops with early exits.</li>
+ <li>The vectorizer is now more flexible in identifying in-loop parallelism
+ of reductions.</li>
+</ul>
<h3 id="documentation">Documentation</h3>
<ul>
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-16/changes.html | 8 ++++++++
1 file changed, 8 insertions(+)
hooks/post-receive
--
gcc-wwwdocs