From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1816) id 55CCB385B835; Thu, 9 Apr 2020 11:59:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 55CCB385B835 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 12624a2d994e342ee38be548beb02c1937241041 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 56419f3583cf6ded0366840ba348e3d4401d57e3 X-Git-Newrev: 12624a2d994e342ee38be548beb02c1937241041 Message-Id: <20200409115928.55CCB385B835@sourceware.org> Date: Thu, 9 Apr 2020 11:59:28 +0000 (GMT) From: Kyrylo Tkachov 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: Thu, 09 Apr 2020 11:59:28 -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 12624a2d994e342ee38be548beb02c1937241041 (commit) from 56419f3583cf6ded0366840ba348e3d4401d57e3 (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 12624a2d994e342ee38be548beb02c1937241041 Author: Kyrylo Tkachov Date: Thu Apr 9 12:58:18 2020 +0100 [wwwdocs] Move arm section under aarch64 We logically grouped the aarch64 and arm entries as they share some content but then the alphabetic order came in and put amdgcn and arc between the two. I'm taking the liberty of moving arm under aarch64 and adding a small clarification that the recently added CDE intrinsics implement a beta version of the ACLE specification. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 389561d1..c24d1f84 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -567,26 +567,6 @@ a work-in-progress.

-

AMD Radeon (GCN)

-
    -
  • The code generation and in particular the vectorization support has been - much improved.
  • -
- -

ARC

-
    -
  • The interrupt service routine functions save all used - registers, including extension registers and auxiliary registers - used by Zero Overhead Loops.
  • -
  • Improve code size by using multiple short instructions instead of - a single long mov or ior instruction when its - long immediate constant is known.
  • -
  • Fix usage of the accumulator register for ARC600.
  • -
  • Fix issues with uncached attribute.
  • -
  • Remove -mq-class option.
  • -
  • Improve 64-bit integer addition and subtraction operations.
  • -
-

arm

  • Support for the FDPIC ABI has been added. It uses 64-bit @@ -606,8 +586,8 @@ a work-in-progress.

    (GCC identifiers in parentheses):
    • Arm Cortex-A77 (cortex-a77).
    • -
    • Arm Cortex-A76AE (cortex-a76ae).
    • -
    • Arm Cortex-M35P (cortex-m35p).
    • +
    • Arm Cortex-A76AE (cortex-a76ae).
    • +
    • Arm Cortex-M35P (cortex-m35p).
    The GCC identifiers can be used as arguments to the -mcpu or -mtune options, @@ -624,11 +604,32 @@ a work-in-progress.

    added: this M-profile feature is no longer restricted to targets with MOVT. For example, -mcpu=cortex-m0 now supports this option.
  • -
  • Support for the Custom Datapath Extension ACLE +
  • Support for the Custom Datapath Extension beta ACLE intrinsics has been added.
+ +

AMD Radeon (GCN)

+
    +
  • The code generation and in particular the vectorization support has been + much improved.
  • +
+ +

ARC

+
    +
  • The interrupt service routine functions save all used + registers, including extension registers and auxiliary registers + used by Zero Overhead Loops.
  • +
  • Improve code size by using multiple short instructions instead of + a single long mov or ior instruction when its + long immediate constant is known.
  • +
  • Fix usage of the accumulator register for ARC600.
  • +
  • Fix issues with uncached attribute.
  • +
  • Remove -mq-class option.
  • +
  • Improve 64-bit integer addition and subtraction operations.
  • +
+

AVR

  • Support for the XMEGA-like devices ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 47 +++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) hooks/post-receive -- gcc-wwwdocs