]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 16 Aug 2025 00:27:22 +0000 (00:27 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 16 Aug 2025 00:27:22 +0000 (00:27 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 2e8c31883fc1ec175ac0b9bcc01646a35572940b..66d5708a20fa2b03c17c16128f58301b33474136 100644 (file)
@@ -1,3 +1,44 @@
+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
index b2db30bb791009ffc8994f14a9535340ccc93f22..78a1889f2cdbcfa97b57d3d8e9d3457de8765acf 100644 (file)
@@ -1 +1 @@
-20250815
+20250816
index 7bbb84cd05ceeb554291553375881e54918a543d..b5077a550122c437739adea3085edc4768f8fac3 100644 (file)
@@ -1,3 +1,32 @@
+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