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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 982ebff5e linux-333478a7eb21245880c89aad166ad08478cc577d: all
new 31707e76d gcc-936f703220810379cade807234565f74a551da87: 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 (982ebff5e)
\
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:
1-reset_artifacts/console.log | 20 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3529 ++++++++--------
4-build_abe-stage1/console.log | 4571 +++++++++++----------
5-count_linux_objs/console.log | 205 +-
console.log | 8307 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 8330 insertions(+), 8328 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-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ebf9260a4 linux-5b22549b8c0011b8cc81b6f4fcd082e5545c3225: all
new 10cb2eaa0 binutils-311dc83a411c83d61cd6cb931289761574ea3ecc: 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 (ebf9260a4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 18 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3468 ++++-----
4-build_abe-stage1/console.log | 4053 ++++++-----
5-count_linux_objs/console.log | 6518 ++++++++---------
console.log | 14107 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 14138 insertions(+), 14052 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 zorg.
from fa97620a [jenkins] Add a clang-7.0.1 branch LLDB bot
new a4ba2b18 [jenkins] do not abort stages if only lit failed
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:
zorg/jenkins/lldb-cmake-matrix-dwarf5.sh | 4 +++-
zorg/jenkins/lldb-cmake-matrix-stage2.sh | 4 +++-
2 files changed, 6 insertions(+), 2 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 ae73e2e243 Remove a warning from symtab.c
new cf08fb29f8 Rename ESC -> ESC_PARENS
new 54b65c9b51 Introduce scope_exit
new 5b9b3e53a6 Introduce forward_scope_exit
new 77f0e74cbe Use forward_scope_exit for scoped_finish_thread_state
new e587ef421e Use SCOPE_EXIT in gdbarch-selftest.c
new 5419bdae55 Replace delete_longjmp_breakpoint_cleanup with a forward_sco [...]
new 89f8fb50fa Remove remaining cleanup from gdb/breakpoint.c
new 4c41382ac1 Remove delete_just_stopped_threads_infrun_breakpoints_cleanup
new 694c6bf542 Remove make_bpstat_clear_actions_cleanup
new 2cc83d1e0e Remove cleanup_delete_std_terminate_breakpoint
new 1db93f14fa Remove cleanup from linux-nat.c
new 286526c1e5 Remove clear_symtab_users_cleanup
new 9885e6bb5b Remove cleanup from stop_all_threads
new d238133d02 Remove remaining cleanup from fetch_inferior_event
new 979a0d1304 Update an obsolete cleanup comment
new 296bd123f7 Update cleanup comment in ui-out.h
new 311dc83a41 Use scope_exit in regcache.c
The 17 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 | 111 +++++++++++++++++++
gdb/breakpoint.c | 27 ++---
gdb/common/forward-scope-exit.h | 123 +++++++++++++++++++++
gdb/common/preprocessor.h | 2 +-
gdb/common/scope-exit.h | 186 ++++++++++++++++++++++++++++++++
gdb/common/valid-expr.h | 18 ++--
gdb/gdbarch-selftests.c | 8 +-
gdb/gdbthread.h | 28 +----
gdb/infcall.c | 13 +--
gdb/infcmd.c | 12 +--
gdb/inferior.h | 4 +-
gdb/infrun.c | 230 ++++++++++++++++++----------------------
gdb/linux-nat.c | 18 +---
gdb/regcache.c | 34 +-----
gdb/symfile.c | 24 ++---
gdb/top.c | 8 +-
gdb/ui-out.h | 8 +-
gdb/utils.c | 17 ---
gdb/utils.h | 1 -
19 files changed, 576 insertions(+), 296 deletions(-)
create mode 100644 gdb/common/forward-scope-exit.h
create mode 100644 gdb/common/scope-exit.h
--
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 dffbcba8a91 PR c++/88757 - qualified name treated wrongly as type. * [...]
new 58bc31f2331 PR target/88998 * config/i386/sse.md (sse2_cvtpi2pd): Add [...]
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 | 8 ++++++
gcc/config/i386/sse.md | 46 +++++++++++++++++++++------------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/g++.target/i386/pr88998.C | 31 ++++++++++++++++++++++
4 files changed, 73 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr88998.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.
unknown user pushed a change to branch master
in repository llvm.
from 7877655b571 Revert "[DEBUGINFO, NVPTX] Enable support for the debug inf [...]
new 48aefa88777 [DEBUGINFO, NVPTX] Enable support for the debug info on NVP [...]
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:
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp | 9 +-
.../NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp | 13 +-
.../NVPTX/MCTargetDesc/NVPTXTargetStreamer.h | 3 +
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 7 +-
test/DebugInfo/NVPTX/cu-range-hole.ll | 280 +-
test/DebugInfo/NVPTX/dbg-declare-alloca.ll | 328 +-
test/DebugInfo/NVPTX/debug-empty.ll | 18 +
test/DebugInfo/NVPTX/debug-file-loc.ll | 94 +-
test/DebugInfo/NVPTX/debug-info.ll | 9386 ++++++++++----------
test/DebugInfo/NVPTX/debug-loc-offset.ll | 410 +-
10 files changed, 5286 insertions(+), 5262 deletions(-)
create mode 100644 test/DebugInfo/NVPTX/debug-empty.ll
--
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-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards d6f189ed8 gcc-50c4a518122023d58df32ad4514e430517ab3c40: all
new fcd676c99 binutils-ae73e2e2435cb706b18ba05734aee4137a271b3c: 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 (d6f189ed8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 38 +-
2-prepare_abe/console.log | 10 +-
3-build_abe-binutils/console.log | 3542 +++---
4-build_abe-stage1/console.log | 3760 ++++---
5-count_linux_objs/console.log | 14657 ++++++++++++-------------
console.log | 21953 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 21898 insertions(+), 22084 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.