+2025-08-15 Alex Coplan <alex.coplan@arm.com>
+
+ Backported from master:
+ 2025-08-08 Alex Coplan <alex.coplan@arm.com>
+
+ PR target/120986
+ * config/aarch64/aarch64-sve-builtins.cc
+ (function_expander::expand): Relax fpm_t assert to allow
+ modeless const_ints.
+
+2025-08-15 Alex Coplan <alex.coplan@arm.com>
+
+ Backported from master:
+ 2025-08-08 Alex Coplan <alex.coplan@arm.com>
+
+ PR target/120986
+ * config/aarch64/aarch64-sve2.md (@aarch64_sve_dot<mode>):
+ Switch mode iterator from SVE_FULL_HSF to new iterator;
+ remove insn predicate as this is now taken care of by conditions
+ in the mode iterator.
+ (@aarch64_sve_dot_lane<mode>): Likewise.
+ * config/aarch64/iterators.md (SVE_FULL_HSF_FP8_FDOT): New.
+
+2025-08-15 Pengfei Li <Pengfei.Li2@arm.com>
+
+ PR target/121449
+ * config/aarch64/aarch64-sve.md
+ (mask_gather_load<mode><v_int_container>): Use vg<Vesize>
+ constraints for alternatives with immediate offset.
+ (mask_scatter_store<mode><v_int_container>): Likewise.
+
+2025-08-15 Lulu Cheng <chenglulu@loongson.cn>
+
+ Backported from master:
+ 2025-08-15 Lulu Cheng <chenglulu@loongson.cn>
+
+ PR target/121542
+ * config/loongarch/loongarch.cc
+ (loongarch_vector_costs::add_stmt_cost): When using vectype,
+ first determine whether it is NULL.
+
2025-08-14 Richard Sandiford <richard.sandiford@arm.com>
PR target/121414
+2025-08-15 Alex Coplan <alex.coplan@arm.com>
+
+ Backported from master:
+ 2025-08-08 Alex Coplan <alex.coplan@arm.com>
+
+ PR target/120986
+ * gcc.target/aarch64/torture/pr120986-2.c: New test.
+
+2025-08-15 Alex Coplan <alex.coplan@arm.com>
+
+ Backported from master:
+ 2025-08-08 Alex Coplan <alex.coplan@arm.com>
+
+ PR target/120986
+ * gcc.target/aarch64/pr120986-1.c: New test.
+
+2025-08-15 Pengfei Li <Pengfei.Li2@arm.com>
+
+ PR target/121449
+ * g++.target/aarch64/sve/pr121449.C: New test.
+
+2025-08-15 Lulu Cheng <chenglulu@loongson.cn>
+
+ Backported from master:
+ 2025-08-15 Lulu Cheng <chenglulu@loongson.cn>
+
+ PR target/121542
+ * gcc.target/loongarch/pr121542.c: New test.
+
2025-08-14 Richard Sandiford <richard.sandiford@arm.com>
PR target/121414