---
 htdocs/gcc-15/changes.html | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index a02ba17a..011fc5ca 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -842,6 +842,30 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;"
   </li>
 </ul>
 
+<h3 id="loongarch">LoongArch</h3>
+<ul>
+  <li> Support has been added for target attributes and pragmas. See
+    <a 
href="https://gcc.gnu.org/onlinedocs/gcc/LoongArch-Function-Attributes.html#LoongArch-Function-Attributes-1";>
+    documentation</a> for detail of available attributes and pragmas as well as
+    usage instructions.
+  </li>
+  <li> Support has been added for the new option
+    <a 
href="https://gcc.gnu.org/onlinedocs/gcc/LoongArch-Options.html#index-mannotate-tablejump";>
+      <code>-mannotate-tablejump</code></a>. Which can create an annotation
+      section <code>.discard.tablejump_annotate</code> to correlate the
+      <code>jirl</code> instruction and the jump table when a jump table is
+      used to optimize the switch statement.
+  </li>
+  <li> Support has been added for the new option
+    <a 
href="https://gcc.gnu.org/onlinedocs/gcc/LoongArch-Options.html#index-maddr-reg-reg-cost";>
+    <code>-maddr-reg-reg-cost=n</code></a>.
+  </li>
+  <li>Add CRC expander to generate faster CRC.
+  </li>
+  <li>Add ABI names for FPR.
+  </li>
+</ul>
+
 <!-- <h3 id="mips">MIPS</h3> -->
 
 <!-- <h3 id="mep">MeP</h3> -->
-- 
2.20.1

Reply via email to