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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 1c6029b2 0: good: llvm-linux: 17262
new 8dd75ab0 0: good: llvm-linux: 17262
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 (1c6029b2)
\
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 | 72 +-
2-build_llvm/console.log | 10482 ++++++++++++++++++-------------------
3-build_linux/console.log | 404 +-
5-check_regression/console.log | 2 +-
6-update_baseline/console.log | 4 +-
console.log | 10964 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 10973 insertions(+), 10965 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-aarch64-mainline-allyesconfig
in repository toolchain/ci/llvm-project.
from 60c055135da Merging r355489: ------------------------------------------ [...]
adds 25292d1cd55 Merging r355743: ------------------------------------------ [...]
adds a73e76ab38f ReleaseNotes: SystemZ, by Ulrich Weigand.
adds 0712a5fe390 ReleaseNotes: fix sorting, spotted by Eugene Zelenko
adds 2ffb1b0413e ReleaseNotes: Changes to the JIT APIs; by Lang Hames
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/docs/ReleaseNotes.rst | 12 ++++----
clang/lib/AST/ExprConstant.cpp | 3 ++
clang/test/SemaCXX/constant-expression-cxx1y.cpp | 24 ++++++++++++++++
clang/test/SemaCXX/enable_if.cpp | 8 ++++++
llvm/docs/ReleaseNotes.rst | 36 ++++++++++++++++++++++++
5 files changed, 77 insertions(+), 6 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-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 3869a7f6 0: good: llvm-60c055135da0c00c07875c7e9b6b8627088860c5: 16685
new e59c5e22 0: good: llvm-2ffb1b0413efa9a24eb3c49e710e36f92e2cb50b: 16685
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 (3869a7f6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 16 +-
2-build_llvm/console.log | 9394 +++++++++++++++++++--------------------
3-build_linux/console.log | 297 +-
console.log | 9705 +++++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
5 files changed, 9728 insertions(+), 9694 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 d5ba5901b90 [llvm-objcopy]Don't implicitly strip sections in segments
new c69e0f0517d [SystemZ] Regenerate tests to make complete codegen more obvious
new b85628fbc5c [SystemZ] Remove icmp undef
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:
test/CodeGen/SystemZ/buildvector-00.ll | 19 +++++++++++++----
test/CodeGen/SystemZ/dag-combine-03.ll | 38 +++++++++++++++++++++++++---------
test/CodeGen/SystemZ/knownbits.ll | 6 +++---
3 files changed, 46 insertions(+), 17 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 gdb-8.3-branch
in repository binutils-gdb.
from fe22e9649f Automatic date update in version.in
new 3768f5bdec Make TUI react to "set style enabled"
new cf2a527628 Add the "set style source" command
new 655aeea047 Avoid a crash in source_cache::extract_lines
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 | 32 +++++++++++++++++++++++++++++
gdb/NEWS | 6 ++++++
gdb/cli/cli-style.c | 31 ++++++++++++++++++++++++++++
gdb/cli/cli-style.h | 3 +++
gdb/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 10 +++++++++
gdb/observable.c | 1 +
gdb/observable.h | 4 ++++
gdb/source-cache.c | 23 +++++++++++++--------
gdb/source-cache.h | 7 ++++---
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.base/style.exp | 6 ++++++
gdb/tui/tui-hooks.c | 14 +++++++++++++
gdb/tui/tui-winsource.c | 44 +++++++++++++++++++++++-----------------
gdb/tui/tui-winsource.h | 1 +
15 files changed, 160 insertions(+), 31 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 b425d6d63ac Fix for buildbots
new d5ba5901b90 [llvm-objcopy]Don't implicitly strip sections in segments
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:
.../ELF/remove-section-in-segment.test | 47 ++++++++++++++++++++++
test/tools/llvm-objcopy/ELF/strip-all-gnu.test | 19 ++++++++-
test/tools/llvm-objcopy/ELF/strip-all.test | 12 +++++-
test/tools/llvm-objcopy/ELF/strip-non-alloc.test | 12 +++++-
test/tools/llvm-objcopy/ELF/strip-sections.test | 11 +++--
tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 6 ++-
tools/llvm-objcopy/ObjcopyOpts.td | 19 ++++-----
tools/llvm-objcopy/StripOpts.td | 7 ++--
8 files changed, 112 insertions(+), 21 deletions(-)
create mode 100644 test/tools/llvm-objcopy/ELF/remove-section-in-segment.test
--
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 a0148d8416 Automatic date update in version.in
new 6f11e6824e Make TUI react to "set style enabled"
new d085f98901 Add the "set style source" command
new 3b336828de Avoid a crash in source_cache::extract_lines
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 | 32 +++++++++++++++++++++++++++++
gdb/NEWS | 6 ++++++
gdb/cli/cli-style.c | 31 ++++++++++++++++++++++++++++
gdb/cli/cli-style.h | 3 +++
gdb/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 10 +++++++++
gdb/observable.c | 1 +
gdb/observable.h | 4 ++++
gdb/source-cache.c | 23 +++++++++++++--------
gdb/source-cache.h | 7 ++++---
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.base/style.exp | 6 ++++++
gdb/tui/tui-hooks.c | 14 +++++++++++++
gdb/tui/tui-winsource.c | 44 +++++++++++++++++++++++-----------------
gdb/tui/tui-winsource.h | 1 +
15 files changed, 160 insertions(+), 31 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 2c597b63fe0 Revert r356129 due to greendragon bot failures
new b425d6d63ac Fix for buildbots
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/Transforms/Scalar/LoopStrengthReduce.cpp | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 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.
"Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 54f2d73 tcwg_kernel-bisect.sh: Fix re-triggering bisection with inval [...]
new 7b44d06 tcwg-update-snapshots_ref.sh: Use tcwg-tk1_32-build label ins [...]
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:
tcwg-update-snapshots_ref.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.