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-release-aarch64-mainline-defconfig
in repository toolchain/ci/llvm-project.
from a73e76ab38f ReleaseNotes: SystemZ, by Ulrich Weigand.
adds 0712a5fe390 ReleaseNotes: fix sorting, spotted by Eugene Zelenko
adds 2ffb1b0413e ReleaseNotes: Changes to the JIT APIs; by Lang Hames
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/docs/ReleaseNotes.rst | 12 ++++++------
llvm/docs/ReleaseNotes.rst | 16 ++++++++++++++++
2 files changed, 22 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_kernel/llvm-release-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 21455b77 0: good: llvm-linux: boot
new be15ce5a 0: good: llvm-linux: 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 (21455b77)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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:
1-reset_artifacts/console.log | 16 +-
2-build_llvm/console.log | 9587 +++++++++++++++++++-------------------
3-build_linux/console.log | 82 +-
4-boot_linux/console.log | 342 +-
console.log | 10027 ++++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
7 files changed, 10023 insertions(+), 10045 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 1dbade7441 [BFD, LD, AArch64, 3/3] Add --pac-plt to enable PLTs protect [...]
new 8e5e5494f8 Factor out mi_ui_out instantiation logic
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/ChangeLog | 8 ++++++++
gdb/mi/mi-interp.c | 18 ++----------------
gdb/mi/mi-main.c | 12 ++----------
gdb/mi/mi-out.c | 21 +++++++++++++++++----
gdb/mi/mi-out.h | 7 ++++++-
5 files changed, 35 insertions(+), 31 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 a55953fbae5 2019-03-13 Paolo Carlini <paolo.carlini(a)oracle.com>
new 6e6bf22d6c0 PR tree-optimization/89662 - -Warray-bounds ICE on void* ar [...]
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/Warray-bounds-41.c | 33 +++++++++++++++++++++++++++++++++
gcc/tree-vrp.c | 11 +++++++----
4 files changed, 51 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-41.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-master-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/glibc.
from 38b52865d4 elf: Add DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON to <elf.h>
new 7c6513082b Fix output of LD_SHOW_AUXV=1.
new 711a322a23 Use a proper C tokenizer to implement the obsolete typedefs test.
new 29218b265f Move inttypes.h and stdint.h to stdlib.
new 043440e761 hurd: Add no-op version of __res_enable_icmp [BZ #24047]
The 4 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:
ChangeLog | 42 ++
Rules | 17 +-
elf/dl-sysdep.c | 11 +-
include/inttypes.h | 2 +-
include/stdint.h | 1 +
posix/bits/types.h | 10 +-
posix/sys/types.h | 33 +-
scripts/check-installed-headers.sh | 37 +-
scripts/check-obsolete-constructs.py | 466 +++++++++++++++++++++
{sysdeps/generic => stdlib}/inttypes.h | 0
{sysdeps/generic => stdlib}/stdint.h | 0
.../mach/hurd/res_enable_icmp.c | 13 +-
sysdeps/powerpc/dl-procinfo.h | 2 +-
sysdeps/sparc/dl-procinfo.h | 4 +-
sysdeps/unix/sysv/linux/arm/dl-procinfo.h | 2 +-
sysdeps/unix/sysv/linux/i386/dl-procinfo.h | 4 +-
sysdeps/unix/sysv/linux/s390/dl-procinfo.h | 4 +-
17 files changed, 561 insertions(+), 87 deletions(-)
create mode 100644 include/stdint.h
create mode 100755 scripts/check-obsolete-constructs.py
rename {sysdeps/generic => stdlib}/inttypes.h (100%)
rename {sysdeps/generic => stdlib}/stdint.h (100%)
copy elf/tst-audit13.c => sysdeps/mach/hurd/res_enable_icmp.c (81%)
--
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-master-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards f823be42 0: good: binutils-gcc-glibc: -5
new 0f4caebd 0: good: binutils-gcc-glibc: -5
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 (f823be42)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-aarch64-s [...]
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 | 58 +-
02-prepare_abe/console.log | 38 +-
03-build_abe-binutils/console.log | 6086 ++--
04-build_abe-stage1/console.log | 9129 +++---
05-build_abe-linux/console.log | 66 +-
06-build_abe-glibc/console.log | 22459 ++++++-------
07-build_abe-stage2/console.log | 23131 +++++++-------
08-benchmark/benchmark.log | 14 +-
08-benchmark/console.log | 36 +-
10-update_baseline/console.log | 2 +-
console.log | 60977 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
12 files changed, 60987 insertions(+), 61025 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.