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 12e70a6d0c3 RISC-V: Fixed the wrong expansion for pseudo vmsge[u].vx in [...]
new be3bed0696a Fix ld Makefile variable naming: ELF_CLFAGS -> ELF_CFLAGS
The 1 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:
ld/Makefile.am | 4 ++--
ld/Makefile.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--
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 gcc.
from 3d86e7f4a8a MATCH [PR19832]: Optimize some `(a != b) ? a OP b : c`
new ed60ffd814c RISC-V: Support FP ADD/SUB/MUL/DIV autovec for VLS mode
The 1 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/riscv/autovec-vls.md | 24 +++++++
gcc/config/riscv/vector-iterators.md | 80 ++++++++++++++++++++++
gcc/config/riscv/vector.md | 12 ++--
.../gcc.target/riscv/rvv/autovec/vls/def.h | 8 +++
.../riscv/rvv/autovec/vls/floating-point-add-1.c | 43 ++++++++++++
.../riscv/rvv/autovec/vls/floating-point-add-2.c | 43 ++++++++++++
.../riscv/rvv/autovec/vls/floating-point-add-3.c | 43 ++++++++++++
.../riscv/rvv/autovec/vls/floating-point-div-1.c | 43 ++++++++++++
.../riscv/rvv/autovec/vls/floating-point-div-2.c | 43 ++++++++++++
.../riscv/rvv/autovec/vls/floating-point-div-3.c | 43 ++++++++++++
.../riscv/rvv/autovec/vls/floating-point-mul-1.c | 43 ++++++++++++
.../riscv/rvv/autovec/vls/floating-point-mul-2.c | 43 ++++++++++++
.../riscv/rvv/autovec/vls/floating-point-mul-3.c | 43 ++++++++++++
.../riscv/rvv/autovec/vls/floating-point-sub-1.c | 43 ++++++++++++
.../riscv/rvv/autovec/vls/floating-point-sub-2.c | 43 ++++++++++++
.../riscv/rvv/autovec/vls/floating-point-sub-3.c | 43 ++++++++++++
16 files changed, 634 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-add-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-add-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-add-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-div-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-div-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-div-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-mul-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-mul-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-mul-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-sub-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-sub-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-sub-3.c
--
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 8ba212f8933 gdb: remove uses of alloca in gdbtypes.c
new 12e70a6d0c3 RISC-V: Fixed the wrong expansion for pseudo vmsge[u].vx in [...]
The 1 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:
gas/config/tc-riscv.c | 8 ++++----
gas/testsuite/gas/riscv/vector-insns-vmsgtvx.d | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.