From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id E04D73856DE2; Sat, 2 Sep 2023 12:00:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E04D73856DE2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693656049; bh=YYzwc7ALj1TMcv+XOOuyEhpM50tShpW7j+ajszUS4+o=; h=To:Subject:Date:From:From; b=Wix9eFI7K1Zv3+3J+VFibhIS6dzGEr5yO2sH3RqzKtNirkrRAIZz0y1aBYHfXgzKA xxyKeFCgKnteqjb6FKBPzrluHFKuT1dAZKqzAEF8fUAhrz3XyKsnXCmchSR8EJIUQV YoEGh+kFGF4aQ9G/ZjTcKHb9+OPsuP9JSNBa7dn0= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 9addc5f0c6cea39ff578874cae44b0ffb2b16733 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 529bae4dba3d8980a2523f1f992e601dddf3f264 X-Git-Newrev: 9addc5f0c6cea39ff578874cae44b0ffb2b16733 Message-Id: <20230902120049.E04D73856DE2@sourceware.org> Date: Sat, 2 Sep 2023 12:00:49 +0000 (GMT) From: Gerald Pfeifer 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 9addc5f0c6cea39ff578874cae44b0ffb2b16733 (commit) from 529bae4dba3d8980a2523f1f992e601dddf3f264 (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 9addc5f0c6cea39ff578874cae44b0ffb2b16733 Author: Gerald Pfeifer Date: Sat Sep 2 14:00:02 2023 +0200 *: Use "back end" instead of "backend" diff --git a/htdocs/egcs-1.0/index.html b/htdocs/egcs-1.0/index.html index 4e674440..34e44931 100644 --- a/htdocs/egcs-1.0/index.html +++ b/htdocs/egcs-1.0/index.html @@ -148,7 +148,7 @@ serious problems in EGCS 1.0.1.

  • Add missing entries to g77 lang-options.
  • Fix problem with -fpedantic in the g77 compiler.
  • Fix "backspace" problem with g77 on alphas.
  • -
  • Fix x86 backend problem with Fortran literals and -fpic.
  • +
  • Fix x86 back end problem with Fortran literals and -fpic.
  • Fix some of the problems with negative subscripts for g77 on alphas.
  • Fixes for Fortran builds on cygwin32/mingw32.
  • diff --git a/htdocs/egcs-1.1/features.html b/htdocs/egcs-1.1/features.html index b72445a7..259abd5b 100644 --- a/htdocs/egcs-1.1/features.html +++ b/htdocs/egcs-1.1/features.html @@ -63,7 +63,7 @@
  • x86: Alignment of static store data and jump targets is per Intel recommendations now. Various improvements throughout the x86 port to improve performance on Pentium processors (including - improved epilogue sequences for Pentium chips and backend + improved epilogue sequences for Pentium chips and back end improvements which should help register allocation on all x86 variants. Conditional move support has been fixed and enabled for PPro processors. diff --git a/htdocs/egcs-1.1/index.html b/htdocs/egcs-1.1/index.html index adeffd37..5db4e342 100644 --- a/htdocs/egcs-1.1/index.html +++ b/htdocs/egcs-1.1/index.html @@ -92,7 +92,7 @@ EGCS 1.1:

  • Fix a few arm code generation bugs.
  • Fixincludes will fix additional broken SCO OpenServer header files.
  • -
  • Fix a m68k backend bug which caused invalid offsets in reg+d +
  • Fix a m68k back end bug which caused invalid offsets in reg+d addresses.
  • Fix problems with 64bit AIX 4.3 support.
  • Fix handling of long longs for varargs/stdarg functions on the diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 44389172..a00637c6 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -777,7 +777,7 @@ You may also want to check out our
    • A number of new CPUs are supported through arguments to the -mcpu and -mtune options in both - the arm and aarch64 backends (GCC identifiers in parentheses): + the arm and aarch64 back ends (GCC identifiers in parentheses):
      • Arm Cortex-A78 (cortex-a78).
      • Arm Cortex-A78AE (cortex-a78ae).
      • diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index b10f2aa4..b4e29d72 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -755,7 +755,7 @@ function Multiply (S1, S2 : Sign) return Sign is

        BPF

        • Support for CO-RE (compile-once, run-everywhere) has been added - to the BPF backend. CO-RE allows to compile portable BPF + to the BPF back end. CO-RE allows to compile portable BPF programs that are able to run among different versions of the Linux kernel.
        • diff --git a/htdocs/gcc-2.95/features.html b/htdocs/gcc-2.95/features.html index 0e4f6c47..98ca0dd4 100644 --- a/htdocs/gcc-2.95/features.html +++ b/htdocs/gcc-2.95/features.html @@ -49,7 +49,7 @@
      • New Targets and Target Specific Improvements
          -
        • SPARC backend rewrite.
        • +
        • SPARC back end rewrite.
        • -mschedule=8000 will optimize code for PA8000 class processors; -mpa-risc-2-0 will generate code for PA2.0 processors
        • Various micro-optimizations for the ia32 port. K6 optimizations
        • @@ -200,7 +200,7 @@ enabled by default in future releases. Use the option
          • Work around bug in Sun V5.0 compilers which caused bootstrap comparison failures on SPARC targets.
          • -
          • Fix SPARC backend bug which caused aborts in final.c.
          • +
          • Fix SPARC back end bug which caused aborts in final.c.
          • Fix sparc-hal-solaris2* configuration fragments.
          • Fix bug in sparc block profiling.
          • Fix obscure code generation bug for the PARISC targets.
          • diff --git a/htdocs/gcc-4.9/changes.html b/htdocs/gcc-4.9/changes.html index 9090c0ea..26d4843a 100644 --- a/htdocs/gcc-4.9/changes.html +++ b/htdocs/gcc-4.9/changes.html @@ -498,10 +498,10 @@ auto incr(T x) { return x++; } been added. The Advanced SIMD intrinsics have also been improved.
          • The new local register allocator (LRA) is now on by default - for the AArch64 backend. + for the AArch64 back end.
          • The REE (Redundant extension elimination) pass has now been enabled - by default for the AArch64 backend. + by default for the AArch64 back end.
          • Tuning for the Cortex-A53 and Cortex-A57 has been improved.
          • @@ -510,7 +510,7 @@ auto incr(T x) { return x++; } option.
          • A number of structural changes have been made to both the ARM - and AArch64 backends to facilitate improved code-generation. + and AArch64 back ends to facilitate improved code-generation.
          • As of GCC 4.9.2 a workaround for the ARM Cortex-A53 erratum 835769 has been added and can be enabled by giving the @@ -562,7 +562,7 @@ auto incr(T x) { return x++; } been added. This is on by default for all targets except VxWorks RTP.
          • A number of infrastructural changes have been made to both the ARM - and AArch64 backends to facilitate improved code-generation. + and AArch64 back ends to facilitate improved code-generation.
          • GCC now supports Cortex-A12 and the Cortex-R7 through the -mcpu=cortex-a12 and -mcpu=cortex-r7 options. @@ -648,7 +648,8 @@ auto incr(T x) { return x++; }

          MSP430

            -
          • A new command-line option -mcpu= has been added to the MSP430 backend. +
          • A new command-line option -mcpu= has been added to + the MSP430 back end. This option is used to specify the ISA to be used. Accepted values are msp430 (the default), msp430x and msp430xv2. The ISA is no longer deduced from the -mmcu= option as there are far too many different MCU names. The diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html index 6952f866..ab3da60b 100644 --- a/htdocs/gcc-5/changes.html +++ b/htdocs/gcc-5/changes.html @@ -675,7 +675,7 @@ here.

            that has support for the Cortex-A72.
          • The transitional options -mlra and -mno-lra - have been removed. The AArch64 backend now uses the local register + have been removed. The AArch64 back end now uses the local register allocator (LRA) only.
          @@ -721,7 +721,7 @@ here.

          which are only applicable to the old ABI have been deprecated.
        • The transitional options -mlra and -mno-lra - have been removed. The ARM backend now uses the local register allocator + have been removed. The ARM back end now uses the local register allocator (LRA) only.
        diff --git a/htdocs/news.html b/htdocs/news.html index 2a8b7feb..fb34e64a 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -1675,7 +1675,7 @@ changes from the old GCC 2 sources.
        September 2, 1999
        -Richard Henderson has finished merging the ia32 backend rewrite into the +Richard Henderson has finished merging the ia32 back end rewrite into the mainline GCC sources. The rewrite is designed to improve optimization opportunities for the Pentium II target, but also provides a cleaner way to optimize for the Pentium III, AMD-K7 and other high end ia32 ----------------------------------------------------------------------- Summary of changes: htdocs/egcs-1.0/index.html | 2 +- htdocs/egcs-1.1/features.html | 2 +- htdocs/egcs-1.1/index.html | 2 +- htdocs/gcc-11/changes.html | 2 +- htdocs/gcc-12/changes.html | 2 +- htdocs/gcc-2.95/features.html | 4 ++-- htdocs/gcc-4.9/changes.html | 11 ++++++----- htdocs/gcc-5/changes.html | 4 ++-- htdocs/news.html | 2 +- 9 files changed, 16 insertions(+), 15 deletions(-) hooks/post-receive -- gcc-wwwdocs