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-arm-stable-allnoconfig
in repository toolchain/ci/gcc.
from 301962590a0 2019-04-14 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds 4bdf14241c6 Daily bump.
adds c33279ba94a Backport r268060
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 20 ++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cgraph.h | 7 ++++++-
gcc/cgraphclones.c | 20 +++++++++++++++++++-
gcc/multiple_target.c | 36 ++++++++++++++----------------------
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/tree-inline.c | 4 ++++
7 files changed, 73 insertions(+), 25 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-arm-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 545bcf3b6c Automatic date update in version.in
adds ad91770308 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards db4c07aa 0: good: binutils-gcc-linux: all
new 46edbc6e 0: good: binutils-gcc-linux: all
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 (db4c07aa)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-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 | 128 +-
02-prepare_abe/console.log | 260 +-
03-build_abe-binutils/console.log | 10283 +++++++------
04-build_abe-stage1/console.log | 16725 ++++++++++-----------
05-build_linux/console.log | 480 +-
06-boot_linux/console.log | 2 +-
console.log | 28189 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 28046 insertions(+), 28033 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 clang.
from 9f00a64d0e clang-format vs plugin: Visual Studio 2019 support
new 560277939a [clang] Aligned allocation is actually supported in macosx 10.13
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:
include/clang/Basic/AlignedAllocation.h | 4 ++--
test/Driver/unavailable_aligned_allocation.cpp | 8 ++++----
test/SemaCXX/unavailable_aligned_allocation.cpp | 12 ++++++------
3 files changed, 12 insertions(+), 12 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 32c36c3ce9 [binutils, ARM, 16/16] Add support to VLDR and VSTR of syste [...]
new ccb8d7e819 AArch64: Tidy up aarch64_gdbarch_init
new 4da037ef9d AArch64 SVE: Check for vector length change when getting gdbarch
new 48574d91bf AArch64 SVE: Support changing vector lengths for ptrace
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/ChangeLog | 21 +++++++++
gdb/aarch64-linux-nat.c | 36 +++++++++++++++
gdb/aarch64-tdep.c | 92 +++++++++++++++++++-------------------
gdb/nat/aarch64-sve-linux-ptrace.c | 92 ++++++++++++++++++++------------------
gdb/nat/aarch64-sve-linux-ptrace.h | 12 ++++-
5 files changed, 161 insertions(+), 92 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-mainline-allyesconfig
in repository toolchain/ci/linux.
from 4443f8e6ac77 Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-block
adds f958d7b528b1 mm: make page ref count overflow check tighter and more explicit
adds 88b1a17dfc3e mm: add 'try_get_page()' helper function
adds 8fde12ca79af mm: prevent get_user_pages() from overflowing page refcount
adds 15fab63e1e57 fs: prevent page refcount overflow in pipe_buf_get
adds 6b3a70773630 Merge branch 'page-refs' (page ref overflow)
adds dc4060a5dc25 Linux 5.1-rc5
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
fs/fuse/dev.c | 12 ++++++------
fs/pipe.c | 4 ++--
fs/splice.c | 12 ++++++++++--
include/linux/mm.h | 15 ++++++++++++++-
include/linux/pipe_fs_i.h | 10 ++++++----
kernel/trace/trace.c | 6 +++++-
mm/gup.c | 48 +++++++++++++++++++++++++++++++++++------------
mm/hugetlb.c | 13 +++++++++++++
9 files changed, 93 insertions(+), 29 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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f22cd83d 4: good: llvm-linux: 17518
new 18aa998c 4: good: llvm-linux: 17518
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 (f22cd83d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 220 +-
02-build_llvm/console.log | 11360 ++++++++++++++---------------
03-build_linux/console.log | 3196 ++++----
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 42 +-
console.log | 14820 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 14832 insertions(+), 14820 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 llvm.
from 24e71e6865d [llvm-objdump] Align instructions to a tab stop in disassem [...]
new 39cd9cb990b [EarlyCSE] regenerate test checks; NFC
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:
test/Transforms/EarlyCSE/commute.ll | 115 ++++++++++++++++++------------------
1 file changed, 58 insertions(+), 57 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 libcxx.
from 31e72ae25 [libc++] Run back-deployment CI against previously-released l [...]
new 0f44da2d3 [libc++] Make sure that the symbol differ takes into account [...]
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:
utils/libcxx/sym_check/diff.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.