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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 7ad8fb2c 0: update: binutils-82d7a6f4e3ccb3d714b5beb03eeb24f7356d4380: all
new 3ec42b67 0: update: gcc-1db1e5ccca0d962558987bd1d87537e99f60e859: 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 (7ad8fb2c)
\
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 | 129 +-
02-prepare_abe/console.log | 348 +-
03-build_abe-binutils/console.log | 10843 +-
04-build_abe-stage1/console.log | 15206 +-
05-build_linux/console.log | 403934 ++++++++++++++++----------------
06-boot_linux/console.log | 2 +-
08-update_baseline/console.log | 8 +-
console.log | 430302 +++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
10 files changed, 430387 insertions(+), 430395 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-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards b4fc6f78 0: update: llvm-linux: boot
new 2dae9d11 0: update: 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 (b4fc6f78)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 162 +-
02-build_llvm/console.log | 11748 ++++++++++++++++----------------
03-build_linux/console.log | 1678 ++---
04-boot_linux/console.log | 418 +-
console.log | 14006 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
6 files changed, 14022 insertions(+), 14002 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-aarch64-lts-allmodconfig
in repository toolchain/ci/gcc.
from b2dcbf9a594 c-family/ Backport from mainline 2018-05-10 Eric Botcazo [...]
adds 5f77d5d6759 Backported from mainline 2019-05-21 Uroš Bizjak <ubizja [...]
adds 69dfc98dfed Daily bump.
adds fc0ffd78b0e * gnat.dg/opt78.ad[sb]: New test.
new cdd8dfeb431 Fix missing or incorrect feature test macros
new 86bec8b7e7d PR libstdc++/90220 Fix any_cast for non-object types
new 80026986d66 Make any_cast compare typeinfo as well as function pointers
new b8198c616bb Regenerate libstdc++ docs
The 4 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 | 15 +++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/cpuid.h | 17 ++++++
gcc/config/i386/i386.md | 8 +++
gcc/testsuite/ChangeLog | 12 ++++
gcc/testsuite/gcc.target/i386/pr90547.c | 21 +++++++
gcc/testsuite/gnat.dg/opt78.adb | 16 ++++++
gcc/testsuite/gnat.dg/opt78.ads | 13 +++++
libstdc++-v3/ChangeLog | 64 ++++++++++++++++++++++
libstdc++-v3/doc/html/faq.html | 26 ++++++---
libstdc++-v3/doc/html/index.html | 2 +-
libstdc++-v3/doc/html/manual/api.html | 9 +--
libstdc++-v3/doc/html/manual/bugs.html | 10 ++++
libstdc++-v3/doc/html/manual/debug.html | 64 +++++++++++++---------
libstdc++-v3/doc/html/manual/index.html | 2 +-
libstdc++-v3/doc/html/manual/intro.html | 2 +-
libstdc++-v3/doc/html/manual/status.html | 16 +++++-
libstdc++-v3/doc/html/manual/using.html | 2 +-
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 27 ++++++++-
libstdc++-v3/include/bits/stl_uninitialized.h | 6 +-
libstdc++-v3/include/experimental/any | 55 +++++++++++++++----
libstdc++-v3/include/std/any | 40 ++++++++++----
libstdc++-v3/include/std/optional | 2 +-
libstdc++-v3/include/std/variant | 2 +-
libstdc++-v3/libsupc++/exception | 4 +-
.../testsuite/20_util/any/misc/any_cast.cc | 51 +++++++++++++++++
.../testsuite/experimental/any/misc/any_cast.cc | 56 ++++++++++++++++++-
.../experimental/any/misc/any_cast_neg.cc | 2 +-
28 files changed, 468 insertions(+), 78 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr90547.c
create mode 100644 gcc/testsuite/gnat.dg/opt78.adb
create mode 100644 gcc/testsuite/gnat.dg/opt78.ads
--
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-aarch64-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from cc1d3efc1c Automatic date update in version.in
adds d9143b9c02 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a6ac6067 0: update: binutils-gcc-linux: all
new 00c98d12 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 (a6ac6067)
\
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:
01-reset_artifacts/console.log | 100 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 11148 +++++++--------
04-build_abe-stage1/console.log | 13882 +++++++++----------
05-build_linux/console.log | 802 +-
06-boot_linux/console.log | 2 +-
console.log | 26368 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 26372 insertions(+), 26376 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 clang.
from dd43cfced8 Ensure builtins use the target default Calling Convention
new ec22f9ea9a [CodeComplete] Only show lambda completions if patterns are [...]
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/Sema/SemaCodeComplete.cpp | 2 ++
test/CodeCompletion/lambdas.cpp | 9 +++++++++
2 files changed, 11 insertions(+)
--
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 e48c7bddaea [Object] object::ELFObjectFile::symbol_begin(): skip symbol [...]
new c76c82bdda6 [AsmPrinter] Treat a narrowing PtrToInt like Trunc
new 98569af3056 [MCA] Add the ability to compute critical register dependen [...]
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/llvm/MCA/Instruction.h | 43 ++++++++++++++++++++++++-----------
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 5 +++-
lib/MCA/Instruction.cpp | 34 ++++++++++++++++++++++++++-
test/CodeGen/X86/ptrtoint-narrow.ll | 6 +++++
4 files changed, 73 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/X86/ptrtoint-narrow.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 82d7a6f4e3 Re: Have the linker report an error if the same script is us [...]
new 2376c3702e config.guess,config.sub: synchronize with config project mas [...]
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 | 7 +
config.guess | 198 +++-
config.sub | 29 +-
readline/support/config.guess | 1281 +++++++++++----------
readline/support/config.sub | 2445 ++++++++++++++++++++++-------------------
5 files changed, 2193 insertions(+), 1767 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.