From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1990) id DDB773858D28; Sun, 8 May 2022 01:32:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DDB773858D28 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 7dc6962f7d3ab17d02619ca25b261bf37d5ef31c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8e5b3570e9eb9bd88e810d0d9670199078b685d4 X-Git-Newrev: 7dc6962f7d3ab17d02619ca25b261bf37d5ef31c Message-Id: <20220508013205.DDB773858D28@sourceware.org> Date: Sun, 8 May 2022 01:32:05 +0000 (GMT) From: Chenghua Xu X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2022 01:32:06 -0000 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 7dc6962f7d3ab17d02619ca25b261bf37d5ef31c (commit) from 8e5b3570e9eb9bd88e810d0d9670199078b685d4 (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 7dc6962f7d3ab17d02619ca25b261bf37d5ef31c Author: Chenghua Xu Date: Sat May 7 16:53:17 2022 +0800 Added LoongArch support to the gcc12 changes. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index c64827bd..f77ea5ad 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -695,6 +695,18 @@ function Multiply (S1, S2 : Sign) return Sign is +

LoongArch

+
    +
  • Support for the LoongArch architecture instruction set has been added.
  • +
  • The Loongson CPU codename LA464 and LoongArch generic CPU codename loongarch64 + are supported through the -march= and -march= options + (GCC identifiers in parentheses).
  • +
      +
    • Loongson LA464 core (la464).
    • +
    • LoongArch generic core (loongarch64).
    • +
    +
+

MIPS

  • The ABI passing arguments ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) hooks/post-receive -- gcc-wwwdocs