From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7877) id 7FE67385841E; Wed, 19 Apr 2023 06:13:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7FE67385841E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1681884820; bh=WnTQf9md+wCAp9eH3ZmUrbcdCA7Oyo+ojKomjprRvvw=; h=To:Subject:Date:From:From; b=IAmE1zUnC4zN3UwwBO8iQ1hk/I1IPnr4klJNjZ52gOWP+QQSbHewNm62DVsBOxZki 8uqN6CJdoRxxNp5ob6bFStX62D9nb9PlLbbKWNysaehK80vAWl1wdCnja9K81bE3vk bQIFbyIrSZzByC7e0UFDyaqNPfYknpqOFaIXAZ6Y= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 907f21ff6915dda0b466c2236e8202602f72db18 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2d328ee7742306c8928e9bafc1c93493aa1bedb0 X-Git-Newrev: 907f21ff6915dda0b466c2236e8202602f72db18 Message-Id: <20230419061340.7FE67385841E@sourceware.org> Date: Wed, 19 Apr 2023 06:13:40 +0000 (GMT) From: LuluCheng List-Id: 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 907f21ff6915dda0b466c2236e8202602f72db18 (commit) from 2d328ee7742306c8928e9bafc1c93493aa1bedb0 (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 907f21ff6915dda0b466c2236e8202602f72db18 Author: Lulu Cheng Date: Tue Apr 18 11:41:32 2023 +0800 gcc-13: Add changelog for LoongArch. diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index f3b9afed..f6941534 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -563,6 +563,48 @@ a work-in-progress.

+

LoongArch

+
    +
  • New features +
      +
    • The new command-line option -mexplicit-relocs decides whether + to use the assembler relocation operator when dealing with symbolic addresses. + It is enabled by default if a compatible assembler (binutils 2.40 or later) + is present at GCC build time. +
    • +
    • The new command-line option -mdirect-extern-access can be used + to prevent accessing external symbols through GOT. +
    • +
    • The new variable attribute model + has been added. +
    • +
    +
  • +
  • Built-in functions +
      +
    • The rint and copysign mathematical builtins + (and their float variants) are now implemented as inline LoongArch intrinsics. +
    • +
    • The lrint, logb, scalbln, + scalbn and ldexp mathematical builtins (and their + float variants) are now implemented as inline LoongArch intrinsics when using + -fno-math-errno. +
    • +
    • The lceil and lfloor mathematical builtins + (and their float variants) are now implemented as inline LoongArch intrinsics + when using -ffp-int-builtin-inexact. +
    • +
    +
  • +
  • Subprojects Support +
      +
    • libvtv now supports LoongArch.
    • +
    • libitm now supports LoongArch.
    • +
    • Address sanitizers other than HWASan and TSan are now supported on LoongArch.
    • +
    +
  • +
+ ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) hooks/post-receive -- gcc-wwwdocs