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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 0ace10baf gcc-6cc0a02189017b15a0b419561421f9349e774939: all
new b0d19c68c gcc-1999e6ffd1a6ce6dacddb5904d085dc3d76b5ead: 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 (0ace10baf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 | 105 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6191 +++++++------
4-build_abe-stage1/console.log | 11982 ++++++++++++------------
5-count_linux_objs/console.log | 150 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18464 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 4 +-
12 files changed, 18554 insertions(+), 18386 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-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards cfbcbe0e7 linux-b823d65f3380e9d7dd19c8e015dd7f22a0a09957: 10495
discards c84193ab8 linux-fc2fd5f0f1aa85925be2322275ee2dc5ac3acdf4: 10574
new 94da5478c llvm-2f1402b6cb9827593b9096ee1f4368baff9d6774: 18986
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 (cfbcbe0e7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 150 +-
2-build_llvm/console.log | 9651 +-
3-count_linux_objs/console.log | 270520 +-----------------------------------
4-check_regression/console.log | 17 +-
5-update_baseline/console.log | 30 +-
console.log | 283028 +-------------------------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
results | 2 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 12487 insertions(+), 550931 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 aarch64/sve-acle-branch
in repository gcc.
from c3b30cdbcfd [SVE ACLE] Implements svand, sveor and svorr
new b75cd8ba8f9 [SVE ACLE] Implements svdot
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/aarch64/aarch64-sve-builtins.c | 148 +++++++++++++++++++++
gcc/config/aarch64/aarch64-sve-builtins.def | 1 +
gcc/config/aarch64/aarch64-sve.md | 14 ++
gcc/config/aarch64/iterators.md | 6 +-
.../aarch64/sve-acle/general-c++/dot_1.C | 9 ++
.../aarch64/sve-acle/general-c++/dot_2.C | 17 +++
.../gcc.target/aarch64/sve-acle/asm/dot_s32.c | 111 ++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/dot_s64.c | 111 ++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/dot_u32.c | 111 ++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/dot_u64.c | 111 ++++++++++++++++
.../aarch64/sve-acle/asm/test_sve_acle.h | 48 +++++++
.../gcc.target/aarch64/sve-acle/general-c/dot_1.c | 13 ++
.../gcc.target/aarch64/sve-acle/general-c/dot_2.c | 15 +++
13 files changed, 714 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/sve-acle/general-c++/dot_1.C
create mode 100644 gcc/testsuite/g++.target/aarch64/sve-acle/general-c++/dot_2.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/dot_s32.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/dot_s64.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/dot_u32.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/dot_u64.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/general-c/dot_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/general-c/dot_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_kernel/gnu-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 971fdca52 linux-9c5931b65a7b58ddeaf1530f1c4b515ba8640f8d: all
new 93ea1d9e6 binutils-7932255de56fb99836b2e712e7dbcfdd5e1f1309: 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 (971fdca52)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 134 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6344 ++---
4-build_abe-stage1/console.log | 13411 +++++-----
5-count_linux_objs/console.log | 31522 +++++++++++------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 50169 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 50974 insertions(+), 50656 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 25cce7be8 gcc-2b339ba431c540ad758f38ffdc234c1441244a8c: all
new d27a08ca6 linux-a37d50ca3b837c19a297f349365d11a20c1087d0: 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 (25cce7be8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 | 106 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6257 +++++++------
4-build_abe-stage1/console.log | 12065 ++++++++++++------------
5-count_linux_objs/console.log | 165 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18653 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 18687 insertions(+), 18609 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 lldb.
from 462425a29 [CMake] Only test debugserver if platform can use debugserver
new 4122d1e6c [Reproducers] Refactor reproducer info
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/lldb/Utility/Reproducer.h | 46 ++++++++--------------
.../Process/gdb-remote/ProcessGDBRemote.cpp | 27 +++++++------
source/Utility/Reproducer.cpp | 26 ++++++------
3 files changed, 43 insertions(+), 56 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 20ab60cd112 2018-01-17 Steve Ellcey <sellcey(a)cavium.com>
new a6872a2f043 libphobos: Add platform bindings for hppa-linux-gnu.
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:
libphobos/libdruntime/core/stdc/errno.d | 107 +++++++++++++++++++++
libphobos/libdruntime/core/stdc/fenv.d | 34 +++++++
libphobos/libdruntime/core/stdc/math.d | 8 ++
libphobos/libdruntime/core/sys/linux/dlfcn.d | 25 +++++
libphobos/libdruntime/core/sys/linux/epoll.d | 9 ++
libphobos/libdruntime/core/sys/linux/link.d | 7 ++
libphobos/libdruntime/core/sys/linux/sys/eventfd.d | 7 ++
libphobos/libdruntime/core/sys/linux/sys/inotify.d | 6 ++
libphobos/libdruntime/core/sys/posix/dlfcn.d | 8 ++
libphobos/libdruntime/core/sys/posix/fcntl.d | 14 +++
libphobos/libdruntime/core/sys/posix/setjmp.d | 14 +++
libphobos/libdruntime/core/sys/posix/signal.d | 35 +++++++
libphobos/libdruntime/core/sys/posix/sys/socket.d | 35 +++++++
libphobos/libdruntime/core/sys/posix/sys/stat.d | 95 ++++++++++++++++++
libphobos/libdruntime/core/sys/posix/sys/types.d | 12 +++
libphobos/libdruntime/core/sys/posix/ucontext.d | 42 ++++++++
libphobos/libdruntime/rt/sections_elf_shared.d | 2 +
17 files changed, 460 insertions(+)
--
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-stable-defconfig
in repository toolchain/ci/binutils-gdb.
from afef1fb8f3 Automatic date update in version.in
adds 0275cea0c3 Automatic date update in version.in
adds 5ab46147f5 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.