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

index 389ecc24befcfba727fe56a7b0bf1cf3e4610246..b4583d4edd83228ffc05da53588bc4f10673584f 100644 (file)
@@ -1,3 +1,22 @@
+2024-02-05  Xi Ruoyao  <xry111@xry111.site>
+
+       Backported from master:
+       2024-02-05  Xi Ruoyao  <xry111@xry111.site>
+
+       * config/mips/mips-msa.md (neg<mode:MSA>2): Add missing mode for
+       neg.
+
+2024-02-05  Xi Ruoyao  <xry111@xry111.site>
+
+       Backported from master:
+       2024-02-05  Xi Ruoyao  <xry111@xry111.site>
+
+       * config/mips/mips-msa.md (elmsgnbit): New define_mode_attr.
+       (neg<mode>2): Change the mode iterator from MSA to IMSA because
+       in FP arithmetic we cannot use (0 - x) for -x.
+       (neg<mode>2): New define_insn to implement FP vector negation,
+       using a bnegi instruction to negate the sign bit.
+
 2024-02-01  John David Anglin  <danglin@gcc.gnu.org>
 
        * config/pa/pa.md (atomic_storedi_1): Fix bug in
index a53d85f6c3550e5bf068fd11954ed7d4023df7d3..14a359f38317b24d72daf3e77a0a7cda9d895bb8 100644 (file)
@@ -1 +1 @@
-20240205
+20240206