This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 75f80cd66 [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommu [...]
new 2e9dd1f5d [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommu [...]
new 086111388 [JSON] Remove Utility/JSON.{h|cpp}
The 2 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/JSON.h | 283 -----------
.../GDBRemoteCommunicationServerCommon.cpp | 37 +-
source/Utility/CMakeLists.txt | 1 -
source/Utility/JSON.cpp | 550 ---------------------
unittests/Utility/CMakeLists.txt | 1 -
unittests/Utility/JSONTest.cpp | 26 -
6 files changed, 17 insertions(+), 881 deletions(-)
delete mode 100644 include/lldb/Utility/JSON.h
delete mode 100644 source/Utility/JSON.cpp
delete mode 100644 unittests/Utility/JSONTest.cpp
--
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 37f6a7f456 Add $_ada_exception convenience variable
new 9ef62df072 gdb/testsuite: Fix py-format-string.exp on big-endian platforms
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/testsuite/ChangeLog | 9 +++++++++
gdb/testsuite/gdb.python/py-format-string.c | 6 +++++-
gdb/testsuite/gdb.python/py-format-string.exp | 8 ++++----
3 files changed, 18 insertions(+), 5 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_gnu/gnu-release-aarch64-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards a7610ac1 0: update: gcc-b19320eb0dbce823f796efe3bc2f453ab1367818: 1
new d93dd53f 0: update: gcc-24aa2ff77cd0eac047eae8273af6a7ae5c36b895: 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 (a7610ac1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 120 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-check_bootstrap/console.log | 66203 +++++-----
04-build_abe-check_bootstrap-check/console.log | 82339 ++++++------
05-check_regression/console.log | 69 +-
06-update_baseline/console.log | 55 +-
console.log | 149220 +++++++++++-----------
jenkins/manifest.sh | 12 +-
sumfiles/g++.sum | 11 +-
sumfiles/gcc.sum | 9 +-
sumfiles/gfortran.sum | 19 +-
sumfiles/go.sum | 4 +-
sumfiles/gotools.sum | 4 +-
sumfiles/libatomic.sum | 2 +-
sumfiles/libffi.sum | 2 +-
sumfiles/libgo.sum | 9 +-
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.sum | 2 +-
sumfiles/objc.sum | 4 +-
20 files changed, 148921 insertions(+), 149601 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-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b51027a7 2: update: binutils-gcc-linux: 18928
new 8dcf111f 2: update: binutils-gcc-linux: 18937
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 (b51027a7)
\
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:
01-reset_artifacts/console.log | 166 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 11847 +++++++-------
04-build_abe-stage1/console.log | 15848 +++++++++----------
05-build_linux/console.log | 1964 ++-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 72 +-
console.log | 30335 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
10 files changed, 30645 insertions(+), 30043 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 ef0abdccd [lldb] Fix evaluation of nested classes with parent from other CU
new 4904bface [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommu [...]
new f501edc36 [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommu [...]
new 75f80cd66 [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommu [...]
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-remote/GDBRemoteCommunicationClient.cpp | 20 ++---
.../GDBRemoteCommunicationServerLLGS.cpp | 99 +++++++++++-----------
.../GDBRemoteCommunicationServerPlatform.cpp | 21 +++--
3 files changed, 71 insertions(+), 69 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 71048f045e6 Fix: Actually erase remove the elements from AssumeHandles
new ce5532153cd [X86] Rewrite to the vXi1 subvector insertion code to not r [...]
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/X86/X86ISelLowering.cpp | 40 +-
test/CodeGen/X86/avx512-calling-conv.ll | 2995 ++++++++++++++++++-----------
test/CodeGen/X86/avx512-ext.ll | 1514 ++++++++-------
test/CodeGen/X86/avx512-insert-extract.ll | 90 +-
test/CodeGen/X86/avx512-mask-op.ll | 1693 +++++++++-------
test/CodeGen/X86/masked_store.ll | 100 +-
test/CodeGen/X86/vec_smulo.ll | 155 +-
test/CodeGen/X86/vec_umulo.ll | 123 +-
8 files changed, 4003 insertions(+), 2707 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.