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 10a6c74444b475d48d7d85960d57cad38a0bb4db (commit) from 9570c7346b341c4521766cf9cacaa913bf6fe4bf (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 10a6c74444b475d48d7d85960d57cad38a0bb4db Author: Lulu Cheng <chengl...@loongson.cn> Date: Fri Apr 18 09:45:10 2025 +0800 gcc-15/changes: Document LoongArch changes. 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> --> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) hooks/post-receive -- gcc-wwwdocs