This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 26bb67fc4d4 RISC-V: Bugfix for RVV widenning reduction in ZVE32/64
new 5fad7785719 RISC-V: Fix VWEXTF iterator requirement
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/vector-iterators.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 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_glibc_build/master-aarch64
in repository toolchain/ci/base-artifacts.
from e2e3e66ef5 onsuccess: #470: 1: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new d9ab421651 onsuccess: #475: 1: [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 2132 -> 2128 bytes
02-prepare_abe/console.log.xz | Bin 2632 -> 2644 bytes
03-init_abe_sysroot/console.log.xz | Bin 420 -> 420 bytes
04-build_abe-glibc/console.log.xz | Bin 201784 -> 201564 bytes
04-build_abe-glibc/make-glibc.log.xz | Bin 191064 -> 190860 bytes
05-check_regression/console.log.xz | Bin 468 -> 472 bytes
git/glibc_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/pw-report.log | 8 ++++----
manifest.sh | 10 +++++-----
10 files changed, 11 insertions(+), 11 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_kernel/llvm-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
from 41ed01da24 onsuccess: #35: all: [TCWG CI] https://ci.linaro.org/job/tcw [...]
new 4dfc2d55df onsuccess: #36: all: [TCWG CI] https://ci.linaro.org/job/tcw [...]
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 2312 -> 2316 bytes
02-prepare_abe/console.log.xz | Bin 2664 -> 2684 bytes
03-build_abe-binutils/console.log.xz | Bin 27288 -> 27388 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17744 -> 17884 bytes
04-build_kernel_llvm/console.log.xz | Bin 66128 -> 66012 bytes
05-build_abe-qemu/console.log.xz | Bin 35236 -> 34856 bytes
05-build_abe-qemu/make-qemu.log.xz | Bin 26840 -> 27492 bytes
06-build_linux/console.log.xz | Bin 3416 -> 3408 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 448 -> 448 bytes
git/binutils_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 24 ++++++++++++------------
15 files changed, 16 insertions(+), 16 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 d9d6774527b amdgcn: implement vector div and mod libfuncs
new 2ba7347aba5 RISC-V: Bugfix for RVV float reduction in ZVE32/64
new 26bb67fc4d4 RISC-V: Bugfix for RVV widenning reduction in ZVE32/64
The 2 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-bases.cc | 19 +-
gcc/config/riscv/vector-iterators.md | 231 ++------
gcc/config/riscv/vector.md | 606 +++++++++++++--------
.../gcc.target/riscv/rvv/base/pr110277-1.c | 9 +
.../gcc.target/riscv/rvv/base/pr110277-1.h | 33 ++
.../gcc.target/riscv/rvv/base/pr110277-2.c | 11 +
.../gcc.target/riscv/rvv/base/pr110277-2.h | 33 ++
.../gcc.target/riscv/rvv/base/pr110299-1.c | 7 +
.../gcc.target/riscv/rvv/base/pr110299-1.h | 9 +
.../gcc.target/riscv/rvv/base/pr110299-2.c | 8 +
.../gcc.target/riscv/rvv/base/pr110299-2.h | 17 +
.../gcc.target/riscv/rvv/base/pr110299-3.c | 7 +
.../gcc.target/riscv/rvv/base/pr110299-3.h | 17 +
.../gcc.target/riscv/rvv/base/pr110299-4.c | 8 +
.../gcc.target/riscv/rvv/base/pr110299-4.h | 17 +
15 files changed, 618 insertions(+), 414 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr110277-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr110277-1.h
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr110277-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr110277-2.h
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr110299-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr110299-1.h
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr110299-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr110299-2.h
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr110299-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr110299-3.h
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr110299-4.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr110299-4.h
--
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_bootstrap_build/master-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
from 02002d7701 onsuccess: #62: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new ef04334bfc onsuccess: #63: 1: [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 2136 -> 2160 bytes
02-prepare_abe/console.log.xz | Bin 2636 -> 2628 bytes
04-build_abe-bootstrap_O3/console.log.xz | Bin 474072 -> 472412 bytes
04-build_abe-bootstrap_O3/make-gcc-stage2.log.xz | Bin 433172 -> 431148 bytes
05-check_regression/console.log.xz | Bin 468 -> 468 bytes
git/gcc_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 10 +++++-----
8 files changed, 7 insertions(+), 7 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_bootstrap_build/master-arm-bootstrap_profiled_lto
in repository toolchain/ci/base-artifacts.
from 3a8aa50a98 onsuccess: #64: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 56b09c0329 onsuccess: #65: 1: [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 2188 -> 2164 bytes
02-prepare_abe/console.log.xz | Bin 2632 -> 2708 bytes
04-build_abe-bootstrap_profiled_lto/console.log.xz | Bin 639872 -> 613912 bytes
.../make-gcc-stage2.log.xz | Bin 0 -> 551700 bytes
05-check_regression/console.log.xz | Bin 464 -> 464 bytes
git/gcc_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 10 +++++-----
results | 2 +-
9 files changed, 8 insertions(+), 8 deletions(-)
create mode 100644 04-build_abe-bootstrap_profiled_lto/make-gcc-stage2.log.xz
--
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_glibc_check/master-arm
in repository toolchain/ci/base-artifacts.
from ac57e34200 onsuccess: #387: 0: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new 8871ee33c8 onsuccess: #391: 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 2144 -> 1904 bytes
02-prepare_abe/console.log.xz | Bin 2668 -> 2696 bytes
03-init_abe_sysroot/console.log.xz | Bin 424 -> 424 bytes
04-build_abe-glibc/console.log.xz | Bin 194928 -> 192864 bytes
04-build_abe-glibc/make-glibc.log.xz | Bin 182576 -> 182484 bytes
05-build_abe-dejagnu/console.log.xz | Bin 4336 -> 4300 bytes
05-build_abe-dejagnu/make-dejagnu.log.xz | Bin 588 -> 588 bytes
.../check-glibc.log.xz | Bin 392544 -> 394364 bytes
.../console.log.xz | Bin 162196 -> 161780 bytes
.../make-glibc.log.xz | Bin 153584 -> 153556 bytes
07-check_regression/console.log.xz | Bin 1240 -> 1168 bytes
07-check_regression/results.compare2 | 41 ++++++++-------------
git/glibc_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/pw-report.log | 8 ++--
manifest.sh | 10 ++---
sumfiles/tests.sum | 4 +-
sumfiles/xfails.xfail | 9 +++--
18 files changed, 35 insertions(+), 41 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 binutils-gdb.
from f1a614dc8f0 gdb/dap - Getting thread names
new 28ab59607ef gdb/Python: Added ThreadExitedEvent
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:
gdb/NEWS | 2 +
gdb/doc/python.texi | 10 +++++
gdb/python/py-all-events.def | 1 +
gdb/python/py-event-types.def | 5 +++
gdb/python/py-event.h | 3 ++
gdb/python/py-inferior.c | 3 ++
gdb/python/py-threadevent.c | 21 ++++++++++
.../{py-bp-locations.c => py-thread-exited.c} | 21 ++++++----
.../{py-evsignal.exp => py-thread-exited.exp} | 42 +++++++++-----------
.../{py-mi-events-gdb.py => py-thread-exited.py} | 46 +++++++++-------------
10 files changed, 96 insertions(+), 58 deletions(-)
copy gdb/testsuite/gdb.python/{py-bp-locations.c => py-thread-exited.c} (68%)
copy gdb/testsuite/gdb.python/{py-evsignal.exp => py-thread-exited.exp} (53%)
copy gdb/testsuite/gdb.python/{py-mi-events-gdb.py => py-thread-exited.py} (50%)
--
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 74d39f70cd9 Fix illegal memory access implementing relocs in a fuzzed x [...]
new f1a614dc8f0 gdb/dap - Getting thread names
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:
gdb/python/lib/gdb/dap/threads.py | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.