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

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index a02ba17a..b94802f5 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -842,6 +842,26 @@ 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. For more 
details
+      on available attributes and pragmas, including their proper usage, please
+      refer to the provided
+      <a 
href="https://gcc.gnu.org/onlinedocs/gcc/LoongArch-Function-Attributes.html#LoongArch-Function-Attributes-1";>
+      documentation</a>.
+  </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.
+  </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