This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/glibc.
from d7fca835e0 x86-64: Add vector tan/tanf to libmvec microbenchmark
adds b62ace2740 x86: Improve vec generation in memset-vec-unaligned-erms.S
adds 69e6992d79 Benchtests: Add length zero benchmark for memset in bench-memset.c
No new revisions were added by this update.
Summary of changes:
benchtests/bench-memset.c | 2 +-
sysdeps/x86_64/memset.S | 21 ++-
.../x86_64/multiarch/memset-avx2-unaligned-erms.S | 18 ++-
.../multiarch/memset-avx512-unaligned-erms.S | 18 ++-
.../x86_64/multiarch/memset-evex-unaligned-erms.S | 18 ++-
.../x86_64/multiarch/memset-vec-unaligned-erms.S | 164 +++++++++++++--------
6 files changed, 153 insertions(+), 88 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_cross_check_gcc/master-arm
in repository toolchain/ci/gcc.
from 353f8fcc2e6 Daily bump.
adds 8103623923a rs6000: Disable MMA if no VSX support [PR103627]
adds e66ba0f55c0 rs6000: Move the hunk affecting VSX/ALTIVEC ahead [PR103627]
No new revisions were added by this update.
Summary of changes:
gcc/config/rs6000/rs6000.cc | 31 ++++++++++++++++-----------
gcc/testsuite/gcc.target/powerpc/pr103627-1.c | 16 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr103627-2.c | 16 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr103627-3.c | 20 +++++++++++++++++
4 files changed, 71 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103627-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103627-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103627-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards ef144dd38 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 8d7e25715 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ef144dd38)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1540 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 29624 -> 30240 bytes
04-build_abe-stage1/console.log.xz | Bin 89844 -> 90236 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 8568 -> 8852 bytes
07-build_abe-glibc/console.log.xz | Bin 231224 -> 231360 bytes
08-build_abe-stage2/console.log.xz | Bin 222472 -> 221296 bytes
09-build_abe-gdb/console.log.xz | Bin 36848 -> 37196 bytes
10-build_abe-qemu/console.log.xz | Bin 30768 -> 31140 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3844 -> 3876 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2448 -> 2880 bytes
13-check_regression/console.log.xz | Bin 2356 -> 2516 bytes
13-check_regression/results.compare | 22 +-
13-check_regression/results.compare2 | 33 +-
14-update_baseline/console.log | 230 +--
14-update_baseline/results.compare | 22 +-
14-update_baseline/results.compare2 | 33 +-
jenkins/manifest.sh | 22 +-
sumfiles/g++.log.xz | Bin 2632968 -> 2643616 bytes
sumfiles/g++.sum | 102 +-
sumfiles/gcc.log.xz | Bin 2146936 -> 2148960 bytes
sumfiles/gcc.sum | 2574 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 872604 -> 870028 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2256 -> 2260 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 184440 -> 184384 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2664 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 422228 -> 416720 bytes
sumfiles/libstdc++.sum | 18 +-
33 files changed, 1584 insertions(+), 1538 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 353f8fcc2e6 Daily bump.
adds 8103623923a rs6000: Disable MMA if no VSX support [PR103627]
adds e66ba0f55c0 rs6000: Move the hunk affecting VSX/ALTIVEC ahead [PR103627]
No new revisions were added by this update.
Summary of changes:
gcc/config/rs6000/rs6000.cc | 31 ++++++++++++++++-----------
gcc/testsuite/gcc.target/powerpc/pr103627-1.c | 16 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr103627-2.c | 16 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr103627-3.c | 20 +++++++++++++++++
4 files changed, 71 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103627-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103627-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103627-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from 2b1026f391 Automatic date update in version.in
adds 5197c88e2a Revert "ld: Rewrite lang_size_relro_segment_1"
adds 6a9d08661b Revert "elf: Remove the 1-page gap before the RELRO segment"
new f36c891801 gdb/cli: convert cli_suppress_notification from int to bool
new 2b826f7592 gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'
new 61fb73769a gdb: add the 'set/show suppress-cli-notifications' command
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:
gdb/NEWS | 8 ++
gdb/cli/cli-cmds.c | 39 ++++++++
gdb/cli/cli-decode.c | 10 +-
gdb/cli/cli-decode.h | 2 +-
gdb/cli/cli-interp.c | 9 +-
gdb/command.h | 11 ++-
gdb/doc/gdb.texinfo | 69 ++++++++++++++
...m-bp-shl-main.c => cli-suppress-notification.c} | 5 +-
...{template.exp => cli-suppress-notification.exp} | 22 +++--
gdb/tui/tui-interp.c | 4 +
ld/ldlang.c | 106 +++++----------------
ld/testsuite/ld-i386/pr20830.d | 4 +-
ld/testsuite/ld-s390/gotreloc_64-relro-1.dd | 6 +-
ld/testsuite/ld-x86-64/pr14207.d | 6 +-
ld/testsuite/ld-x86-64/pr18176.d | 2 +-
ld/testsuite/ld-x86-64/pr20830a-now.d | 8 +-
ld/testsuite/ld-x86-64/pr20830a.d | 4 +-
ld/testsuite/ld-x86-64/pr20830b-now.d | 10 +-
ld/testsuite/ld-x86-64/pr20830b.d | 6 +-
ld/testsuite/ld-x86-64/pr21038a-now.d | 8 +-
ld/testsuite/ld-x86-64/pr21038a.d | 4 +-
ld/testsuite/ld-x86-64/pr21038b-now.d | 6 +-
ld/testsuite/ld-x86-64/pr21038c-now.d | 10 +-
ld/testsuite/ld-x86-64/pr21038c.d | 4 +-
ld/testsuite/ld-x86-64/pr28743-1.d | 50 ----------
ld/testsuite/ld-x86-64/pr28743-1.s | 16 ----
ld/testsuite/ld-x86-64/x86-64.exp | 1 -
27 files changed, 218 insertions(+), 212 deletions(-)
copy gdb/testsuite/gdb.base/{msym-bp-shl-main.c => cli-suppress-notification.c} (94%)
copy gdb/testsuite/gdb.base/{template.exp => cli-suppress-notification.exp} (50%)
delete mode 100644 ld/testsuite/ld-x86-64/pr28743-1.d
delete mode 100644 ld/testsuite/ld-x86-64/pr28743-1.s
--
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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 223755d8b 0: update: binutils-gcc: 2
new fe13c8bd3 0: update: binutils-gcc: 2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (223755d8b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1536 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 37904 -> 38808 bytes
05-build_abe-bootstrap/console.log.xz | Bin 266376 -> 265652 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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_gcc_check_bootstrap/master-aarch64-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards 150c72812 0: update: binutils-gcc: 1
new d27841930 0: update: binutils-gcc: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (150c72812)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1544 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 37644 -> 37696 bytes
04-build_abe-bootstrap/console.log.xz | Bin 264744 -> 263372 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3824 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2332 -> 2860 bytes
07-check_regression/console.log.xz | Bin 3208 -> 3364 bytes
07-check_regression/fails.sum | 7 +-
07-check_regression/results.compare | 23 +-
07-check_regression/results.compare2 | 100 +-
07-check_regression/results.regressions | 23 +-
08-update_baseline/console.log | 733 ++---
08-update_baseline/fails.sum | 7 +-
08-update_baseline/results.compare | 23 +-
08-update_baseline/results.compare2 | 100 +-
08-update_baseline/results.regressions | 23 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3541924 -> 3532436 bytes
sumfiles/g++.sum | 61 +-
sumfiles/gcc.log.xz | Bin 3099108 -> 3127148 bytes
sumfiles/gcc.sum | 4134 +++++++++++++--------------
sumfiles/gfortran.log.xz | Bin 1073628 -> 1069076 bytes
sumfiles/gfortran.sum | 56 +-
sumfiles/libatomic.log.xz | Bin 2352 -> 2352 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 196384 -> 195668 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2736 -> 2724 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 449044 -> 448056 bytes
sumfiles/libstdc++.sum | 2 +-
31 files changed, 2727 insertions(+), 2583 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.