public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 8edbd72f42afcfc7c92099b9feaf42e5f0ccf11b
@ 2023-02-23 12:00 Kyrylo Tkachov
  0 siblings, 0 replies; only message in thread
From: Kyrylo Tkachov @ 2023-02-23 12:00 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  8edbd72f42afcfc7c92099b9feaf42e5f0ccf11b (commit)
      from  12b59ae29d88f7dcdd7e10fa66f2673283f599ba (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 8edbd72f42afcfc7c92099b9feaf42e5f0ccf11b
Author: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Date:   Wed Jan 25 11:49:56 2023 +0000

    [arm/aarch64] Add GCC 13 release notes

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 5dbcc229..6034a8f9 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -52,7 +52,13 @@ a work-in-progress.</p>
       <code>-fstrict-flex-arrays</code>. </li>
     <li><a href="https://gcc.gnu.org/onlinedocs/gcc/Static-Analyzer-Options.html"><code>-fanalyzer</code></a>
       is still only suitable for analyzing C code.
-      In particular, using it on C++ is unlikely to give meaningful output.
+      In particular, using it on C++ is unlikely to give meaningful output.</li>
+    <li>In the arm port, support for the iWMMXt extensions, enabled through
+      <code>-mcpu=iwmmxt</code>, has been deprecated and will be removed in a
+      future release.  This includes support for the
+      <a href="https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gcc/ARM-iWMMXt-Built-in-Functions.html">
+      iWMMXt built-in functions</a>.
+    </li>
 </ul>
 
 
@@ -334,6 +340,8 @@ a work-in-progress.</p>
 
 <h3 id="aarch64">AArch64</h3>
 <ul>
+  <li>The AArch64 target now supports Decimal Floating-point in the BID format
+      through the <code>libbid</code> library.</li>
   <li>A number of new CPUs are supported through the <code>-mcpu</code> and
   <code>-mtune</code> options (GCC identifiers in parentheses).
     <ul>
@@ -343,6 +351,22 @@ a work-in-progress.</p>
       <li>Arm Cortex-X3 (<code>cortex-x3</code>).</li>
       <li>Arm Neoverse V2 (<code>neoverse-v2</code>).</li>
     </ul>
+  <li>Support has been added for the <code>armv9.1-a, armv9.2-a</code> and
+      <code>armv9.3-a</code> arguments to the <code>-march=</code> option.</li>
+  <li>The <code>FEAT_LRCPC</code> feature is now supported by generating the
+      <code>LDAPR</code> instructions for C and C++ atomic loads with an
+      acquire memory model.  This is enabled when compiling with the
+      <code>+rcpc</code> extension to <code>-march</code> or a CPU target that
+      supports this feature.</li>
+  <li>The <code>FEAT_CSSC</code> feature from the 2022 Arm Architecture
+      extensions is supported through the <code>+cssc</code> extension option.
+      When enabled, scalar operations like integer minimum, maximum, absolute
+      value, count trailing zeroes (<code>__builtin_ctz</code>), population
+      count (<code>__builtin_popcount</code>) can be implemented in a
+      single instruction.</li>
+  <li>The <code>FEAT_LSE2</code> feature is now supported through
+      <code>libatomic</code> and provides lockless 16-byte atomics on systems
+      that implement it.</li>
 </ul>
 
 <h3 id="amdgcn">AMD Radeon (GCN)</h3>
@@ -356,8 +380,18 @@ a work-in-progress.</p>
 
 <h3 id="arm">arm</h3>
 <ul>
-  <li>The STAR-MC1 CPU is now supported through the <code>star-mc1</code>
-  argument to the <code>-mcpu</code> and <code>-mtune</code> options.
+  <li>A number of new CPUs are supported through the <code>-mcpu</code> and
+  <code>-mtune</code> options (GCC identifiers in parentheses).
+    <ul>
+      <li>STAR-MC1 (<code>star-mc1</code>).</li>
+      <li>Arm Cortex-X1C (<code>cortex-x1c</code>).</li>
+      <li>Arm Cortex-M85 (<code>cortex-m85</code>).</li>
+    </ul>
+  </li>
+  <li>Support has been added for the M-profile PACBTI extension that can help
+      harden the generated code against return-oriented and
+      jump-oriented attacks.  It can be enabled through the
+      <code>-mbranch-protection=</code> option.
   </li>
 </ul>
 

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

Summary of changes:
 htdocs/gcc-13/changes.html | 40 +++++++++++++++++++++++++++++++++++++---
 1 file changed, 37 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

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

only message in thread, other threads:[~2023-02-23 12:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 12:00 gcc-wwwdocs branch master updated. 8edbd72f42afcfc7c92099b9feaf42e5f0ccf11b Kyrylo Tkachov

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