]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 21 Feb 2023 00:19:52 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 21 Feb 2023 00:19:52 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgcc/ChangeLog

index 898a4ea9b733fbc7826a06993d5f8d0ddf754723..2cccdb98975e6cb791025f8e259c3d5789e33fe2 100644 (file)
@@ -1,3 +1,12 @@
+2023-02-20  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2023-02-06  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/104921
+       * config/aarch64/aarch64-simd.md (aarch64_bfmlal<bt>_lane<q>v4sf):
+       Use correct constraint for operand 3.
+
 2023-02-13  Kewen Lin  <linkw@linux.ibm.com>
 
        Backported from master:
index 09ddb49ab8a30c816cd6ea8764ae955aa822e136..6d7db2787dbbecadf4167e2789df149c81519d07 100644 (file)
@@ -1 +1 @@
-20230220
+20230221
index c67e188255187565c7648fb51e5fd61a6002e054..199b360fef5e805833f94cf8c96297475aa60089 100644 (file)
@@ -1,3 +1,13 @@
+2023-02-20  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2023-02-06  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/104921
+       * gcc.target/aarch64/pr104921-1.c: New test.
+       * gcc.target/aarch64/pr104921-2.c: New test.
+       * gcc.target/aarch64/pr104921.x: Include file for new tests.
+
 2023-02-13  Kewen Lin  <linkw@linux.ibm.com>
 
        Backported from master:
index a49027e43b66a3a4a24c7b8f1a8eb06db42f624d..fa16074a85e3cc0cbfc2c2bcf9f88049d34f1ad2 100644 (file)
@@ -1,3 +1,22 @@
+2023-02-20  Nelson Chu  <nelson.chu@sifive.com>
+
+       Backported from master:
+       2021-12-06  Nelson Chu  <nelson.chu@sifive.com>
+
+       PR target/108339
+       * config/riscv/div.S: Add the hidden alias symbol for __udivdi3, and
+       then use HIDDEN_JUMPTARGET to target it since it is non-preemptible.
+       * config/riscv/riscv-asm.h: Added new macros HIDDEN_JUMPTARGET and
+       HIDDEN_DEF.
+
+2023-02-20  Jim Wilson  <jimw@sifive.com>
+
+       Backported from master:
+       2020-06-02  Jim Wilson  <jimw@sifive.com>
+
+       * config/riscv/div.S (__divdi3): For negative arguments, change bgez
+       to bgtz.
+
 2022-06-28  Release Manager
 
        * GCC 10.4.0 released.