This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 96d32c111e6 riscv: thead: Factor out XThead*-specific peepholes
new 28cdba24a9b x86: make better use of VBROADCASTSS / VPBROADCASTD
new 8a738ac71d6 x86: improve fast bfloat->float conversion
new c1b3b5a056b RISC-V: Support integer mult highpart auto-vectorization
The 3 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/config/i386/i386.md | 22 +++++---
gcc/config/i386/sse.md | 61 +++++++++++++++-------
gcc/config/riscv/autovec.md | 30 +++++++++++
gcc/testsuite/gcc.target/i386/avx2-dupv4sf.c | 18 +++++++
gcc/testsuite/gcc.target/i386/avx2-dupv4si.c | 18 +++++++
gcc/testsuite/gcc.target/i386/avx512f-dupv4sf.c | 13 +++++
gcc/testsuite/gcc.target/i386/avx512f-dupv4si.c | 13 +++++
.../gcc.target/riscv/rvv/autovec/binop/mulh-1.c | 26 +++++++++
.../gcc.target/riscv/rvv/autovec/binop/mulh-2.c | 27 ++++++++++
.../rvv/autovec/binop/mulh_run-1.c} | 8 +--
.../rvv/autovec/binop/mulh_run-2.c} | 6 +--
11 files changed, 208 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx2-dupv4sf.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx2-dupv4si.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-dupv4sf.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-dupv4si.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/mulh-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/mulh-2.c
copy gcc/testsuite/gcc.target/{aarch64/sve/mul_highpart_2_run.c => riscv/rvv/autov [...]
copy gcc/testsuite/gcc.target/{aarch64/sve/mul_highpart_2_run.c => riscv/rvv/autov [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 9dbd067f964 .noinit and .persistent for msp430
new ec1115b344c [gdb/tui] Remove default entries in TUI translation tables
new 0bad8af9cec [gdb/tui] Introduce translate_acs
new 275cef13491 [gdb/tui] Merge tui border-kind corner translation tables
new 664ac93fa86 [gdb/tui] Make translate return entry->value instead of entry
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:
gdb/tui/tui-win.c | 120 ++++++++++++++++++++++--------------------------------
1 file changed, 49 insertions(+), 71 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.