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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ea159a8a 0: update: llvm-linux: all
new 6b9962d5 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 (ea159a8a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 132 +-
02-build_llvm/console.log | 12396 ++++++++++++++++++------------------
03-build_linux/console.log | 744 +--
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 8 +-
console.log | 13282 +++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
7 files changed, 13288 insertions(+), 13288 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 9d80e128e15 libstdc++: Define C++20 range utilities and range factories
new e0c554e4da7 libstdc++: add range constructor for std::string_view (P1391R4)
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/include/std/string_view | 15 ++++++++++++++
.../basic_string_view/cons/char/range.cc} | 23 ++++++++++------------
3 files changed, 29 insertions(+), 13 deletions(-)
copy libstdc++-v3/testsuite/{20_util/variant/visit_neg.cc => 21_strings/basic_stri [...]
--
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_gnu/gnu-master-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 472929ca 0: update: gcc-210c94353f29eca892f3f11392b1a5c0862feb44: 1
new 51b728bc 0: update: gcc-ec2a40a32b7b415aeb4b79ada1887b0e05ce4027: 1
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 (472929ca)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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-prepare_abe/console.log | 430 +-
03-build_abe-bootstrap_O1/console.log | 67828 ++++++++++++++++---------------
console.log | 68420 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
5 files changed, 68368 insertions(+), 68480 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 6a7be22df2b Daily bump.
new 9d80e128e15 libstdc++: Define C++20 range utilities and range factories
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:
libstdc++-v3/ChangeLog | 19 +
libstdc++-v3/include/bits/regex.h | 11 +-
libstdc++-v3/include/bits/stl_multiset.h | 10 +
libstdc++-v3/include/bits/stl_set.h | 9 +
libstdc++-v3/include/bits/unordered_set.h | 15 +
libstdc++-v3/include/debug/multiset.h | 13 +
libstdc++-v3/include/debug/set.h | 12 +
libstdc++-v3/include/debug/unordered_set | 16 +
libstdc++-v3/include/std/ranges | 879 +++++++++++++++++++++
.../ranges/{access/end_neg.cc => empty_view.cc} | 27 +-
.../iter_move.cc => std/ranges/iota_view.cc} | 66 +-
.../std/ranges/{access/cdata.cc => single_view.cc} | 53 +-
libstdc++-v3/testsuite/std/ranges/view.cc | 55 ++
13 files changed, 1105 insertions(+), 80 deletions(-)
copy libstdc++-v3/testsuite/std/ranges/{access/end_neg.cc => empty_view.cc} (69%)
copy libstdc++-v3/testsuite/{24_iterators/customization_points/iter_move.cc => std [...]
copy libstdc++-v3/testsuite/std/ranges/{access/cdata.cc => single_view.cc} (54%)
create mode 100644 libstdc++-v3/testsuite/std/ranges/view.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-aarch64-next-allyesconfig
in repository toolchain/ci/llvm-project.
from 0ec4a87c38d Fix build since b288f7d
adds 8af4ee9ff00 Merging r375403:
No new revisions were added by this update.
Summary of changes:
llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp | 8 ++++--
.../Transforms/MemCpyOpt/aggregate-type-crash.ll | 30 ++++++++++++++++++++++
2 files changed, 36 insertions(+), 2 deletions(-)
create mode 100644 llvm/test/Transforms/MemCpyOpt/aggregate-type-crash.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 7888df17 0: update: llvm-linux: all
new f22e26d0 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 (7888df17)
\
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 | 166 +-
02-build_llvm/console.log | 12042 ++++++++++++++++++------------------
03-build_linux/console.log | 674 +-
04-boot_linux/console.log | 6 +-
06-update_baseline/console.log | 25 +
console.log | 12913 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12940 insertions(+), 12894 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-stable-defconfig
in repository toolchain/ci/llvm-project.
from 0ec4a87c38d Fix build since b288f7d
adds 8af4ee9ff00 Merging r375403:
No new revisions were added by this update.
Summary of changes:
llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp | 8 ++++--
.../Transforms/MemCpyOpt/aggregate-type-crash.ll | 30 ++++++++++++++++++++++
2 files changed, 36 insertions(+), 2 deletions(-)
create mode 100644 llvm/test/Transforms/MemCpyOpt/aggregate-type-crash.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 745e46a3 0: update: llvm-linux: boot
new 9fcbd6cc 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 (745e46a3)
\
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 | 20 +-
02-build_llvm/console.log | 12032 +++++++++++++++++------------------
03-build_linux/console.log | 806 +--
04-boot_linux/console.log | 436 +-
06-update_baseline/console.log | 25 +
console.log | 13319 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13348 insertions(+), 13298 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.