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-release-aarch64-next-allmodconfig
in repository toolchain/ci/binutils-gdb.
from b7f12798a5 Automatic date update in version.in
adds b8244b33a0 Automatic date update in version.in
adds 61b0daa408 Automatic date update in version.in
adds 786735af68 Automatic date update in version.in
adds cdc39779b6 Automatic date update in version.in
adds 86f474b5ff Automatic date update in version.in
adds 17ca3e2a9a Automatic date update in version.in
adds b1d7b59622 PR28523, ld.bfd created undefined symbols on ppc64
adds b794e0d763 Automatic date update in version.in
adds 96eb21265e PR28540, segmentation fault on NULL byte_get
No new revisions were added by this update.
Summary of changes:
bfd/elf64-ppc.c | 30 ++++++++++++++----------------
bfd/version.h | 2 +-
binutils/objdump.c | 2 +-
3 files changed, 16 insertions(+), 18 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/gnu-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b7f5efd7f 0: update: binutils-gcc-linux-qemu: boot
new 5f391f9cd 0: update: binutils-gcc-qemu: boot
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 (b7f5efd7f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 1604 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 42676 -> 42820 bytes
04-build_abe-stage1/console.log.xz | Bin 67664 -> 67416 bytes
05-build_abe-qemu/console.log.xz | Bin 30240 -> 29516 bytes
06-build_linux/console.log.xz | Bin 3504 -> 5160 bytes
07-boot_linux/console.log.xz | Bin 508 -> 508 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 19 +++++++++----------
10 files changed, 10 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.
unknown user pushed a change to branch master
in repository gcc.
from 7fcc22dae70 i386: Fix wrong result for AMX-TILE intrinsic when parsing [...]
new 3fd0723f0a3 i386: Auto vectorize sdot_prod, usdot_prod with VNNI instruction.
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/i386/sse.md | 64 ++++++++++++++++---
.../gcc.target/i386/vnni-auto-vectorize-1.c | 30 +++++++++
.../gcc.target/i386/vnni-auto-vectorize-2.c | 72 ++++++++++++++++++++++
3 files changed, 158 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/vnni-auto-vectorize-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/vnni-auto-vectorize-2.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_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O3_VECT
in repository toolchain/ci/newlib.
from 26894de91 Unconditionally declare strsignal
adds 386033896 Cygwin: bump DLL minor version
adds 7a3df8bb6 Cygwin: bump DLL major version
adds e36811afb Cygwin: drop Vista WOW64 specific child process handle bug
adds e8bfe3628 Cygwin: drop support for systems not supporting QueryUnbiased [...]
adds 4bc8f1adb Cygwin: drop support for simple invisible console code
adds 687c4bad2 Cygwin: drop support for systems not supporting processor groups
adds b794f2c60 Cygwin: drop support for systems not supporting RFC 4646 locales
adds 080eae709 Cygwin: drop support for systems not supporting the CONSOLE L [...]
adds a4efb2a66 Cygwin: remove support for Vista entirely
adds 045ce2017 Cygwin: remove unused lsaauth authentication function
adds 561767fc5 Cygwin: console: Fix a bug on input when signalled.
adds 2221bebd7 Cygwin: console: Fix yet another bug on input when signalled.
adds eb628ca8e Cygwin: add release note
new d4e42ceb9 Cygwin: console: Prevent the exec'ed bash from exiting by Ctrl-C.
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:
winsup/cygwin/child_info.h | 2 +-
winsup/cygwin/clock.cc | 25 +---
winsup/cygwin/cygheap.h | 2 +-
winsup/cygwin/fhandler.h | 1 -
winsup/cygwin/fhandler_console.cc | 38 +----
winsup/cygwin/fhandler_pipe.cc | 2 +-
winsup/cygwin/fhandler_proc.cc | 38 ++---
winsup/cygwin/fhandler_socket_inet.cc | 2 +-
winsup/cygwin/fhandler_termios.cc | 3 +-
winsup/cygwin/include/cygwin/version.h | 2 +-
winsup/cygwin/lc_era.h | 15 +-
winsup/cygwin/lc_msg.h | 8 +-
winsup/cygwin/miscfuncs.cc | 8 +-
winsup/cygwin/net.cc | 12 +-
winsup/cygwin/nlsfuncs.cc | 16 +--
winsup/cygwin/release/3.4.0 | 5 +
winsup/cygwin/sched.cc | 150 ++++++-------------
winsup/cygwin/sec_auth.cc | 255 +--------------------------------
winsup/cygwin/security.h | 18 ---
winsup/cygwin/sigproc.cc | 36 ++---
winsup/cygwin/syscalls.cc | 4 +-
winsup/cygwin/sysconf.cc | 22 ---
winsup/cygwin/wincap.cc | 90 ------------
winsup/cygwin/wincap.h | 10 --
winsup/utils/locale.cc | 23 ---
winsup/utils/tzmap.h | 6 -
winsup/utils/tzset.c | 39 +----
27 files changed, 129 insertions(+), 703 deletions(-)
create mode 100644 winsup/cygwin/release/3.4.0
--
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_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O3_VECT
in repository toolchain/ci/gcc.
from 3e2ccaab1fb Daily bump.
adds 4719d058452 Update documentation of %X spec
adds 818961c1765 Daily bump.
adds ee13a30bffa Daily bump.
adds cfc3c7544ce Daily bump.
adds d0d8bd6378f Daily bump.
adds 0111975c072 libstdc++: Fix range access for empty std::valarray [PR103022]
adds fdc2700d095 Daily bump.
adds 742d2244e33 Daily bump.
adds d60e310a4b5 ipa/102714 - IPA SRA eliding volatile
adds 41bea618a77 [PR102842] Consider all outputs in generation of matching reloads
adds fb87e2af555 ranger: Fix `-Werror' build error with `ranger_cache::push_ [...]
adds 05fd46b833c Daily bump.
new fbd61aadf5d i386: Fix wrong result for AMX-TILE intrinsic when parsing [...]
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/ChangeLog | 25 +++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/amxtileintrin.h | 6 +-
gcc/doc/invoke.texi | 3 +-
gcc/gimple-range-cache.cc | 2 +-
gcc/ipa-sra.c | 40 +++----
gcc/lra-constraints.c | 17 +--
gcc/testsuite/ChangeLog | 13 +++
gcc/testsuite/g++.target/arm/pr102842.C | 30 ++++++
gcc/testsuite/gcc.dg/ipa/pr102714.c | 117 +++++++++++++++++++++
gcc/testsuite/gcc.target/i386/amxtile-3.c | 28 +++++
libstdc++-v3/ChangeLog | 13 +++
libstdc++-v3/include/std/valarray | 30 ++++--
.../testsuite/26_numerics/valarray/103022.cc | 15 +++
.../testsuite/26_numerics/valarray/range_access.cc | 49 +++++++--
.../26_numerics/valarray/range_access2.cc | 22 +++-
16 files changed, 359 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/g++.target/arm/pr102842.C
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr102714.c
create mode 100644 gcc/testsuite/gcc.target/i386/amxtile-3.c
create mode 100644 libstdc++-v3/testsuite/26_numerics/valarray/103022.cc
--
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_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O3_VECT
in repository toolchain/ci/binutils-gdb.
from b7f12798a5 Automatic date update in version.in
adds b8244b33a0 Automatic date update in version.in
adds 61b0daa408 Automatic date update in version.in
adds 786735af68 Automatic date update in version.in
adds cdc39779b6 Automatic date update in version.in
adds 86f474b5ff Automatic date update in version.in
adds 17ca3e2a9a Automatic date update in version.in
adds b1d7b59622 PR28523, ld.bfd created undefined symbols on ppc64
adds b794e0d763 Automatic date update in version.in
adds 96eb21265e PR28540, segmentation fault on NULL byte_get
No new revisions were added by this update.
Summary of changes:
bfd/elf64-ppc.c | 30 ++++++++++++++----------------
bfd/version.h | 2 +-
binutils/objdump.c | 2 +-
3 files changed, 16 insertions(+), 18 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_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O3_VECT
in repository toolchain/ci/base-artifacts.
discards 4bd64ca9c 0: update: binutils-gcc-newlib: 1
new f9f0f3b5c 0: update: binutils-gcc-newlib: 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 (4bd64ca9c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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 1772 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 41552 -> 41736 bytes
04-build_abe-stage1/console.log.xz | Bin 82788 -> 82680 bytes
06-build_abe-newlib/console.log.xz | Bin 33232 -> 32868 bytes
07-build_abe-stage2/console.log.xz | Bin 157908 -> 157440 bytes
08-benchmark/benchmark-build.log | 44 +++++++++++++++++------------------
08-benchmark/benchmark.log | 42 ++++++++++++++++-----------------
08-benchmark/console.log.xz | Bin 3068 -> 3004 bytes
09-check_regression/console.log.xz | Bin 816 -> 812 bytes
09-check_regression/results.log | 4 ++--
10-update_baseline/console.log | 40 +++++++++++++++----------------
10-update_baseline/results.log | 4 ++--
jenkins/manifest.sh | 18 +++++++-------
results_id | 2 +-
15 files changed, 75 insertions(+), 79 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-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
from 1aacac32e 1: reset: linux-3e6f8d1fa18457d54b20917bd9174d27daf09ab9: 37
new 5a6468051 2: update: linux-56d33754481fe0dc7436dc4ee4fbd44b3039361d: 37
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 1552 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 44640 -> 44324 bytes
04-build_llvm/console.log.xz | Bin 60644 -> 61016 bytes
05-build_abe-qemu/console.log.xz | Bin 31204 -> 31836 bytes
06-build_linux/console.log.xz | Bin 3544 -> 3712 bytes
08-check_regression/console.log.xz | Bin 1336 -> 476 bytes
08-check_regression/jira-body.txt | 2 -
08-check_regression/mail-body.txt | 36 --------------
08-check_regression/mail-subject.txt | 1 -
08-check_regression/results.regressions | 6 ---
08-check_regression/trigger-bisect | 2 -
09-update_baseline/console.log | 80 +++++++++++++++++++++++++-------
jenkins/manifest.sh | 10 ++--
mail/jira-body.txt | 5 --
mail/mail-body.txt | 39 ----------------
mail/mail-subject.txt | 1 -
reset-baseline | 0
results | 6 ---
19 files changed, 69 insertions(+), 119 deletions(-)
delete mode 100644 08-check_regression/jira-body.txt
delete mode 100644 08-check_regression/mail-body.txt
delete mode 100644 08-check_regression/mail-subject.txt
delete mode 100644 08-check_regression/results.regressions
delete mode 100644 08-check_regression/trigger-bisect
delete mode 100644 mail/jira-body.txt
delete mode 100644 mail/mail-body.txt
delete mode 100644 mail/mail-subject.txt
delete mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.