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-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 77b8203 0: good: llvm-linux: boot
new 58dbcf7 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 (77b8203)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 182 +-
02-build_llvm/console.log | 11229 ++++++++++++++++++------------------
03-build_linux/console.log | 352 +-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 2 +-
console.log | 11769 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 11774 insertions(+), 11776 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-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 9e73bdf 2: good: llvm-linux: 442
new 6b5fe93 2: good: llvm-linux: 442
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 (9e73bdf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 220 +-
02-build_llvm/console.log | 11288 ++++++++++++++++++-----------------
03-build_linux/console.log | 639 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 8 +-
console.log | 12157 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12128 insertions(+), 12194 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-allmodconfig
in repository toolchain/ci/base-artifacts.
from cb606a8 0: good: gcc-f3ebb88f874d3690bc94e768b700dca20d2a9c45: all
new 7d7f102 1: first-bad: linux-b517229ca2f7836125be58997808f2803f9ebc86: 19186
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 | 15 +-
02-prepare_abe/console.log | 268 +-
03-build_abe-binutils/console.log | 10386 ++++---
04-build_abe-stage1/console.log | 19074 +++++++------
05-build_linux/console.log | 22690 ++++++++--------
06-boot_linux/console.log | 8 -
07-check_regression/console.log | 13 +-
08-update_baseline/console.log | 8 +-
console.log | 52523 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 4 +-
12 files changed, 52605 insertions(+), 52394 deletions(-)
delete mode 100644 06-boot_linux/console.log
create mode 100644 reset-baseline
--
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 64bce2ddd40 [X86][AVX] Add test case showing failure to fold broadcast [...]
new c47e98d58f8 Add minidump support to obj2yaml
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/llvm/ObjectYAML/MinidumpYAML.h | 12 +++++++++++
lib/ObjectYAML/MinidumpYAML.cpp | 32 ++++++++++++++++++++++++++++++
test/tools/obj2yaml/basic-minidump.yaml | 35 +++++++++++++++++++++++++++++++++
tools/obj2yaml/CMakeLists.txt | 1 +
tools/obj2yaml/minidump2yaml.cpp | 24 ++++++++++++++++++++++
tools/obj2yaml/obj2yaml.cpp | 3 +++
tools/obj2yaml/obj2yaml.h | 3 +++
7 files changed, 110 insertions(+)
create mode 100644 test/tools/obj2yaml/basic-minidump.yaml
create mode 100644 tools/obj2yaml/minidump2yaml.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 clang-tools-extra.
from 61894383 [clangd] Use capacity() instead of size() in RefSlab::bytes()
new e8503ca2 [clang-tidy] make getLangOpts return a const ref
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:
clang-tidy/ClangTidyCheck.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.
unknown user pushed a change to branch master
in repository clang.
from fb2e2123df [PowerPC] Fix issue with inline asm - soft float mode
new 46629456c0 Fix Wimplicit-fallthrough warning introduced in rL357466. NFCI.
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/Basic/Targets/PPC.h | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.