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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 48c430c5 8: update: llvm-linux: 16049
new 5e1cc201 8: update: llvm-linux: 16049
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 (48c430c5)
\
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:
01-reset_artifacts/console.log | 76 +-
02-build_llvm/console.log | 11972 ++++++++++++-------------
03-build_linux/console.log | 5767 ++++++------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 96 +-
console.log | 17917 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 17922 insertions(+), 17920 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-lts-allnoconfig
in repository toolchain/ci/llvm-project.
from aa0ed8dac77 test-release.sh: Update to fetch source from GitHub
adds 293a245241d Merging r372178:
adds 62a16ca77d6 Merging r373655:
No new revisions were added by this update.
Summary of changes:
clang/lib/Sema/SemaDecl.cpp | 7 +++++-
clang/test/SemaCXX/ms-exception-spec.cpp | 29 +++++++++++++++++++++-
.../AArch64/MCTargetDesc/AArch64InstPrinter.cpp | 3 ++-
llvm/test/MC/AArch64/armv8.2a-bfc.s | 11 ++++++++
llvm/test/MC/AArch64/basic-a64-instructions.s | 12 ++++-----
.../AArch64/basic-a64-instructions.txt | 7 ++++--
6 files changed, 58 insertions(+), 11 deletions(-)
create mode 100644 llvm/test/MC/AArch64/armv8.2a-bfc.s
--
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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e0882de1 0: update: llvm-linux: boot
new 7d0c0380 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 (e0882de1)
\
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:
01-reset_artifacts/console.log | 128 +-
02-build_llvm/console.log | 12070 ++++++++++++++++++------------------
03-build_linux/console.log | 793 ++-
04-boot_linux/console.log | 4 +-
06-update_baseline/console.log | 25 -
console.log | 13020 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13000 insertions(+), 13048 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 d0c0f2f6d2b config/gcn/mkoffload.c – remove unused static vars
new cfacff29794 PR libstdc++/91786 fix compilation error with Clang
new 225ba07f2f7 libstdc++: Add move_sentinel, common_iterator and counted_iterator
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 | 18 +
libstdc++-v3/include/bits/fs_path.h | 72 ++-
libstdc++-v3/include/bits/iterator_concepts.h | 5 +-
libstdc++-v3/include/bits/stl_iterator.h | 695 ++++++++++++++++++++-
.../testsuite/24_iterators/common_iterator/1.cc | 160 +++++
.../testsuite/24_iterators/counted_iterator/1.cc | 101 +++
.../iter_swap.cc => move_iterator/cust.cc} | 45 +-
.../24_iterators/move_iterator/sentinel.cc | 91 +++
8 files changed, 1117 insertions(+), 70 deletions(-)
create mode 100644 libstdc++-v3/testsuite/24_iterators/common_iterator/1.cc
create mode 100644 libstdc++-v3/testsuite/24_iterators/counted_iterator/1.cc
copy libstdc++-v3/testsuite/24_iterators/{customization_points/iter_swap.cc => mov [...]
create mode 100644 libstdc++-v3/testsuite/24_iterators/move_iterator/sentinel.cc
--
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-arm-next-defconfig
in repository toolchain/ci/llvm-project.
from aa0ed8dac77 test-release.sh: Update to fetch source from GitHub
adds 293a245241d Merging r372178:
new 62a16ca77d6 Merging r373655:
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/lib/Sema/SemaDecl.cpp | 7 +++++-
clang/test/SemaCXX/ms-exception-spec.cpp | 29 +++++++++++++++++++++-
.../AArch64/MCTargetDesc/AArch64InstPrinter.cpp | 3 ++-
llvm/test/MC/AArch64/armv8.2a-bfc.s | 11 ++++++++
llvm/test/MC/AArch64/basic-a64-instructions.s | 12 ++++-----
.../AArch64/basic-a64-instructions.txt | 7 ++++--
6 files changed, 58 insertions(+), 11 deletions(-)
create mode 100644 llvm/test/MC/AArch64/armv8.2a-bfc.s
--
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-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 2225c645 0: update: llvm-linux: boot
new f4f1c0c1 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 (2225c645)
\
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:
01-reset_artifacts/console.log | 184 +-
02-build_llvm/console.log | 11968 +++++++++++++++++-----------------
03-build_linux/console.log | 568 +-
04-boot_linux/console.log | 480 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 13233 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
9 files changed, 13221 insertions(+), 13242 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-arm-next-allnoconfig
in repository toolchain/ci/llvm-project.
from aa0ed8dac77 test-release.sh: Update to fetch source from GitHub
adds 293a245241d Merging r372178:
No new revisions were added by this update.
Summary of changes:
clang/lib/Sema/SemaDecl.cpp | 7 ++++++-
clang/test/SemaCXX/ms-exception-spec.cpp | 29 ++++++++++++++++++++++++++++-
2 files changed, 34 insertions(+), 2 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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f89cb043 0: update: llvm-linux: all
new 1c442669 0: update: llvm-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 (f89cb043)
\
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:
01-reset_artifacts/console.log | 166 +-
02-build_llvm/console.log | 11994 ++++++++++++++++++------------------
03-build_linux/console.log | 688 +--
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 25 +
console.log | 12850 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 12883 insertions(+), 12854 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.