This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
from 341eb1c539 onsuccess: #39: 33: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new 70cf0ac9e8 onsuccess: #40: 33: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
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:
01-reset_artifacts/console.log.xz | Bin 2224 -> 2220 bytes
02-prepare_abe/console.log.xz | Bin 2588 -> 2596 bytes
03-build_abe-binutils/console.log.xz | Bin 27512 -> 27220 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17816 -> 17728 bytes
04-build_abe-stage1/console.log.xz | Bin 91876 -> 91936 bytes
04-build_abe-stage1/make-gcc-stage1.log.xz | Bin 70892 -> 71396 bytes
05-build_abe-qemu/console.log.xz | Bin 33796 -> 32520 bytes
05-build_abe-qemu/make-qemu.log.xz | Bin 21984 -> 21488 bytes
06-build_linux/console.log.xz | Bin 3548 -> 3564 bytes
08-check_regression/console.log.xz | Bin 1408 -> 1436 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/rewrite.log | 6 +-
jenkins/run-build.env | 10 +-
manifest.sh | 8 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 49 ++---
notify/mail-subject.txt | 2 +-
notify/notify-full.log | 326 +++++++++++------------------
notify/notify-init.log | 100 ++++-----
22 files changed, 201 insertions(+), 310 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_glibc/master-aarch64
in repository toolchain/ci/base-artifacts.
from 7e1eca3bcf onsuccess: #313: 0: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new ae15d504b7 onsuccess: #314: 0: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
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:
01-reset_artifacts/console.log.xz | Bin 2260 -> 2264 bytes
02-prepare_abe/console.log.xz | Bin 2636 -> 2664 bytes
03-build_abe-binutils/console.log.xz | Bin 35460 -> 36160 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 24516 -> 24564 bytes
04-build_abe-gcc/console.log.xz | Bin 207900 -> 209052 bytes
04-build_abe-gcc/make-gcc-stage2.log.xz | Bin 174988 -> 176604 bytes
06-build_abe-linux/console.log.xz | Bin 8772 -> 8516 bytes
07-build_abe-glibc/console.log.xz | Bin 243900 -> 243428 bytes
07-build_abe-glibc/make-glibc.log.xz | Bin 198376 -> 198380 bytes
08-build_abe-gdb/console.log.xz | Bin 35216 -> 35456 bytes
08-build_abe-gdb/make-gdb.log.xz | Bin 27160 -> 27132 bytes
09-build_abe-dejagnu/console.log.xz | Bin 4280 -> 4352 bytes
10-build_abe-check_glibc/check-glibc.log.xz | Bin 365696 -> 364000 bytes
10-build_abe-check_glibc/console.log.xz | Bin 218272 -> 218612 bytes
10-build_abe-check_glibc/make-glibc.log.xz | Bin 174600 -> 174828 bytes
11-check_regression/console.log.xz | Bin 2356 -> 2420 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/linux_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/rewrite.log | 4 +-
jenkins/run-build.env | 12 +-
manifest.sh | 12 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 38 ++-
notify/mail-subject.txt | 2 +-
notify/notify-full.log | 379 +++++++++++++++++-----------
notify/notify-init.log | 106 ++++----
notify/results.compare | 43 ++--
sumfiles/tests.sum | 16 +-
31 files changed, 377 insertions(+), 247 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 64c72713113 Export value/mask known bits from IPA.
new da93c41c4ea RISC-V: Support non-SLP unordered reduction
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.md | 138 +++++++++++++++++++++
gcc/config/riscv/riscv-protos.h | 2 +
gcc/config/riscv/riscv-v.cc | 84 ++++++++++++-
gcc/config/riscv/riscv-vsetvl.cc | 57 ++++++---
.../gcc.target/riscv/rvv/autovec/reduc/reduc-1.c | 118 ++++++++++++++++++
.../gcc.target/riscv/rvv/autovec/reduc/reduc-2.c | 129 +++++++++++++++++++
.../gcc.target/riscv/rvv/autovec/reduc/reduc-3.c | 65 ++++++++++
.../gcc.target/riscv/rvv/autovec/reduc/reduc-4.c | 59 +++++++++
.../rvv/autovec/reduc/reduc_run-1.c} | 6 +-
.../rvv/autovec/reduc/reduc_run-2.c} | 6 +-
.../rvv/autovec/reduc/reduc_run-3.c} | 8 +-
.../rvv/autovec/reduc/reduc_run-4.c} | 8 +-
gcc/testsuite/gcc.target/riscv/rvv/rvv.exp | 2 +
13 files changed, 651 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/reduc/reduc-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/reduc/reduc-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/reduc/reduc-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/reduc/reduc-4.c
copy gcc/testsuite/gcc.target/{aarch64/sve/reduc_1_run.c => riscv/rvv/autovec/redu [...]
copy gcc/testsuite/gcc.target/{aarch64/sve/reduc_2_run.c => riscv/rvv/autovec/redu [...]
copy gcc/testsuite/gcc.target/{aarch64/sve/reduc_10_run.c => riscv/rvv/autovec/red [...]
copy gcc/testsuite/gcc.target/{aarch64/sve/reduc_12_run.c => riscv/rvv/autovec/red [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.