+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
+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: