This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/v0.0_to_v0.1-822/tcwg_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
at 2f0cf5a45a3 onsuccess: #822: 0: [TCWG CI] https://ci.linaro.org/job/tcw [...]
No new revisions were added by this update.
--
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 92a891e869d RISC-V: Enable basic VLS auto-vectorization
new 9f63862184b RISC-V: Bugfix for RVV floating-point rm suffix sequence
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/riscv-vector-builtins-shapes.cc | 10 +++++-----
.../gcc.target/riscv/rvv/base/float-point-frm-insert-1.c | 14 +++++++-------
.../gcc.target/riscv/rvv/base/float-point-frm.c | 16 ++++++++--------
3 files changed, 20 insertions(+), 20 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 bf36656a14a MAINTAINERS: Add myself to write after approval
new 92a891e869d RISC-V: Enable basic VLS auto-vectorization
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 | 19 +++
gcc/config/riscv/riscv-v.cc | 21 ++-
gcc/testsuite/gcc.target/riscv/rvv/autovec/v-1.c | 2 +-
.../gcc.target/riscv/rvv/autovec/vls/dup-1.c | 168 +++++++++++++++++++++
.../gcc.target/riscv/rvv/autovec/vls/dup-2.c | 153 +++++++++++++++++++
.../gcc.target/riscv/rvv/autovec/vls/dup-3.c | 153 +++++++++++++++++++
.../gcc.target/riscv/rvv/autovec/vls/dup-4.c | 137 +++++++++++++++++
.../gcc.target/riscv/rvv/autovec/vls/dup-5.c | 137 +++++++++++++++++
.../gcc.target/riscv/rvv/autovec/vls/dup-6.c | 122 +++++++++++++++
.../gcc.target/riscv/rvv/autovec/vls/dup-7.c | 122 +++++++++++++++
.../riscv/rvv/autovec/zve32f_zvl128b-1.c | 2 +-
.../riscv/rvv/autovec/zve64d_zvl128b-1.c | 2 +-
.../riscv/rvv/autovec/zve64f_zvl128b-1.c | 2 +-
13 files changed, 1034 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/dup-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/dup-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/dup-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/dup-4.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/dup-5.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/dup-6.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/dup-7.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.