https://gcc.gnu.org/g:afcc1a8dccf79f86a522d1e0ac3563a66e4cafdd
commit r15-10499-gafcc1a8dccf79f86a522d1e0ac3563a66e4cafdd Author: GCC Administrator <[email protected]> Date: Wed Nov 12 00:28:01 2025 +0000 Daily bump. Diff: --- gcc/ChangeLog | 46 ++++++++++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 8 ++++++++ 3 files changed, 55 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec9c881720a3..e2eed49a6fb7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,49 @@ +2025-11-11 Jakub Jelinek <[email protected]> + + Backported from master: + 2025-11-11 Jakub Jelinek <[email protected]> + + PR lto/122620 + * gimplify-me.cc (gimple_regimplify_operands): Don't try to regimplify + TREE_CLOBBER on rhs of gimple_clobber_p if it has gimple_reg_type. + +2025-11-11 Lulu Cheng <[email protected]> + + Backported from master: + 2025-11-08 Lulu Cheng <[email protected]> + + PR target/122097 + * config/loongarch/loongarch.cc + (loongarch_const_vector_same_bytes_p): Add processing for + floating-point vector data. + +2025-11-11 Lulu Cheng <[email protected]> + + Backported from master: + 2025-10-29 Lulu Cheng <[email protected]> + + PR target/122097 + * config/loongarch/loongarch.cc + (loongarch_const_vector_bitimm_set_p): Add support for vector float. + (loongarch_const_vector_bitimm_clr_p): Likewise. + (loongarch_print_operand): Likewise. + * config/loongarch/simd.md (and<mode>3): Likewise. + +2025-11-11 Lulu Cheng <[email protected]> + + Backported from master: + 2025-10-29 Lulu Cheng <[email protected]> + + * config/loongarch/lasx.md (xor<mode>3): Delete. + (ior<mode>3): Delete. + (and<mode>3): Delete. + * config/loongarch/lsx.md (xor<mode>3): Delete. + (ior<mode>3): Delete. + (and<mode>3): Delete. + * config/loongarch/simd.md (xor<mode>3): Define. + (ior<mode>3): Likewise. + (and<mode>3): Likewise. + 2025-11-10 Richard Earnshaw <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 3b87aac7e743..51fb8be9fa5c 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20251111 +20251112 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fea1e7fb2a67..53964b29fbd0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2025-11-11 Lulu Cheng <[email protected]> + + Backported from master: + 2025-10-29 Lulu Cheng <[email protected]> + + PR target/122097 + * gcc.target/loongarch/pr122097.c: New test. + 2025-11-10 Richard Earnshaw <[email protected]> Backported from master:
