This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 023a93b1509 gcc/riscv: Add a mechanism to remove some calls to _riscv_save_0 new 8f66603070f * config/mips/mips-msa.md (msa_insert_<msaftm_f>): [...] new 9af97fd78f1 * config/mips/mips.c (DIRECT_BUILTIN_PURE): New mac [...] new efeea568193 * cp-demangle.c (d_print_mod): Add a space before printing [...] new 509b6e806bc PR target/82981 * config/mips/mips.md (<u>mulditi3 [...]
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 19 + gcc/config/mips/mips-msa.md | 11 +- gcc/config/mips/mips.c | 1306 ++++++++++---------- gcc/config/mips/mips.md | 15 +- gcc/testsuite/ChangeLog | 9 + gcc/testsuite/gcc.target/mips/mips-builtins-pure.c | 20 + gcc/testsuite/gcc.target/mips/mips64r6-ti-mult.c | 16 + gcc/testsuite/gcc.target/mips/msa-insert-split.c | 16 + libiberty/ChangeLog | 6 + libiberty/cp-demangle.c | 4 +- libiberty/testsuite/demangle-expected | 2 +- 11 files changed, 773 insertions(+), 651 deletions(-) create mode 100644 gcc/testsuite/gcc.target/mips/mips-builtins-pure.c create mode 100644 gcc/testsuite/gcc.target/mips/mips64r6-ti-mult.c create mode 100644 gcc/testsuite/gcc.target/mips/msa-insert-split.c