]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 27 Oct 2023 00:19:34 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 27 Oct 2023 00:19:34 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 6eb34b289caab848c8a894fa6cdf19f024bd206a..113a775b86e7a3c901b7f776b8658f211883219e 100644 (file)
@@ -1,3 +1,31 @@
+2023-10-26  Lulu Cheng  <chenglulu@loongson.cn>
+
+       Backported from master:
+       2023-10-23  Lulu Cheng  <chenglulu@loongson.cn>
+
+       * config/loongarch/loongarch.h (CLEAR_INSN_CACHE): New definition.
+
+2023-10-26  chenxiaolong  <chenxiaolong@loongson.cn>
+
+       Backported from master:
+       2023-10-25  chenxiaolong  <chenxiaolong@loongson.cn>
+
+       * config/loongarch/loongarch.md (get_thread_pointer<mode>):Adds the
+       instruction template corresponding to the __builtin_thread_pointer
+       function.
+       * doc/extend.texi:Add the __builtin_thread_pointer function support
+       description to the documentation.
+
+2023-10-26  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2023-07-06  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/110170
+       * config/i386/i386.md (movdf_internal): Disparage slightly for
+       2 alternatives (r,v) and (v,r) by adding constraint modifier
+       '?'.
+
 2023-10-23  Oleg Endo  <olegendo@gcc.gnu.org>
 
        PR target/111001
index 8cc3c140cdf8f0d888d397207cb2c92a08f73250..fa62fe1cbea6a915255c571d0e36db10409c0fb4 100644 (file)
@@ -1 +1 @@
-20231026
+20231027
index 6b68db957d628650b02b383cbeda9e4c7998a9a8..4feb440770bd58449412db2f1f59ba2fffdba523 100644 (file)
@@ -1,3 +1,17 @@
+2023-10-26  chenxiaolong  <chenxiaolong@loongson.cn>
+
+       Backported from master:
+       2023-10-25  chenxiaolong  <chenxiaolong@loongson.cn>
+
+       * gcc.target/loongarch/builtin_thread_pointer.c: New test.
+
+2023-10-26  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2023-07-06  liuhongt  <hongtao.liu@intel.com>
+
+       * gcc.target/i386/pr110170-3.c: New test.
+
 2023-10-23  Kewen Lin  <linkw@linux.ibm.com>
 
        Backported from master: