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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 8cc8465a 0: update: binutils-gcc-linux: all
new 2887d0fd 0: update: binutils-gcc-linux: 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 (8cc8465a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 14 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 10816 ++++++-------
04-build_abe-stage1/console.log | 17555 +++++++++++-----------
05-build_linux/console.log | 798 +-
06-boot_linux/console.log | 2 +-
console.log | 29247 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 29426 insertions(+), 29444 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 c6a8d322250 [Tests] Autogen the last lftr test
new 66f0cce0527 [Tests] Start consolidating lftr tests into a single file
new 4497208d414 [Test] Remove a bunch of cruft from a test
new b0d16dea258 [Tests] More consolidation of lftr tests
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:
.../IndVarSimplify/2012-07-17-lftr-undef.ll | 36 ----
test/Transforms/IndVarSimplify/lftr-other-uses.ll | 52 ------
.../IndVarSimplify/lftr-udiv-tripcount.ll | 46 -----
test/Transforms/IndVarSimplify/lftr-zext.ll | 41 -----
test/Transforms/IndVarSimplify/lftr.ll | 186 +++++++++++++++++++++
test/Transforms/IndVarSimplify/lftr_simple.ll | 39 -----
6 files changed, 186 insertions(+), 214 deletions(-)
delete mode 100644 test/Transforms/IndVarSimplify/2012-07-17-lftr-undef.ll
delete mode 100644 test/Transforms/IndVarSimplify/lftr-other-uses.ll
delete mode 100644 test/Transforms/IndVarSimplify/lftr-udiv-tripcount.ll
delete mode 100644 test/Transforms/IndVarSimplify/lftr-zext.ll
create mode 100644 test/Transforms/IndVarSimplify/lftr.ll
delete mode 100644 test/Transforms/IndVarSimplify/lftr_simple.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 61c9c4212d Fix darwin-nat.c build
new af2d9beee9 Bool-ify stap-probe.c and stap-related code on i386-tdep.c
new 3ca58cdea1 Update some comments on stap-probe.c
new f1bb75ab2a Slightly improve logic of some operations on stap-probe.c
new f3da911665 Fix complaint string formatting on stap-probe.c
new 677052f2a5 Make stap-probe.c:stap_parse_register_operand's "regname" an [...]
The 5 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 | 48 +++++++++++++++
gdb/i386-tdep.c | 62 +++++++++----------
gdb/stap-probe.c | 182 +++++++++++++++++++++++++------------------------------
3 files changed, 162 insertions(+), 130 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 b3cab549c17 2019-05-16 Richard Biener <rguenther(a)suse.de>
new facad3f4e8a Changes to std::variant to reduce code size
new a8a0d164967 Implement sane variant converting constructor (P0608R3)
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:
libstdc++-v3/ChangeLog | 20 ++++
libstdc++-v3/include/std/variant | 110 +++++++++++++---------
libstdc++-v3/testsuite/20_util/variant/compile.cc | 5 +
libstdc++-v3/testsuite/20_util/variant/run.cc | 47 +++++++++
4 files changed, 135 insertions(+), 47 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 390a063d12d [Tests] Autogen a few more lftr tests for readability
new c6a8d322250 [Tests] Autogen the last lftr test
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:
.../IndVarSimplify/2011-11-01-lftrptr.ll | 236 +++++++++++++++++++--
1 file changed, 222 insertions(+), 14 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 ef6ec86b0c5 [NFC][InstSimplify] Update fast-math.ll tests I botched in [...]
new abb5c3714d5 [Tests] Autogen a few lftr test in preparation for merging
new 390a063d12d [Tests] Autogen a few more lftr tests for readability
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:
.../IndVarSimplify/2011-10-27-lftrnull.ll | 45 ++++++-
.../IndVarSimplify/2012-07-17-lftr-undef.ll | 22 +++-
.../IndVarSimplify/lftr-address-space-pointers.ll | 60 ++++++---
test/Transforms/IndVarSimplify/lftr-other-uses.ll | 34 +++--
.../IndVarSimplify/lftr-wide-trip-count.ll | 138 +++++++++++++++++----
5 files changed, 246 insertions(+), 53 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 109c11f1a Make sure GetObjectDescription falls back to the Objective-C [...]
new e1817a8f1 Factor out switch statement into a helper function (NFC)
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/Target/Language.h | 3 +++
source/Core/ValueObject.cpp | 14 ++++----------
source/Target/Language.cpp | 18 ++++++++++++++++++
3 files changed, 25 insertions(+), 10 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 glibc.
from ec255a97a2 nss_nis, nss_nisplus: Remove RES_USE_INET6 handling
new 5f161b2398 Update kernel-features.h files for Linux 5.1.
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:
ChangeLog | 10 ++++++++++
sysdeps/unix/sysv/linux/alpha/kernel-features.h | 8 +++++---
sysdeps/unix/sysv/linux/ia64/kernel-features.h | 6 ++++--
sysdeps/unix/sysv/linux/sh/kernel-features.h | 6 ++++--
4 files changed, 23 insertions(+), 7 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-lts-defconfig
in repository toolchain/ci/gcc.
from 4d84bfc6e39 Correct ChangeLog formatting.
adds aa46f480f7e PR libstdc++/90454.cc path construction from void*
adds 42d11f7b04c Fix filesystem::path tests
adds 2ebbb8729a4 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 19 +++++++++++++++++++
libstdc++-v3/include/bits/fs_path.h | 2 +-
libstdc++-v3/include/experimental/bits/fs_path.h | 9 +++++----
.../27_io/filesystem/path/construct/80762.cc | 10 ++++++++++
.../27_io/filesystem/path/decompose/root_path.cc | 5 -----
.../experimental/filesystem/path/construct/80762.cc | 10 ++++++++++
7 files changed, 46 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.