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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards de0f0ed 0: update: llvm-linux-: all
new 7016aa7 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 (de0f0ed)
\
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 | 48 +-
02-build_llvm/console.log | 11926 +++++++++++++++++------------------
03-build_linux/console.log | 790 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 12770 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
results | 2 +-
9 files changed, 12780 insertions(+), 12776 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-allnoconfig
in repository toolchain/ci/llvm-project.
from 64bdd8bc9fb [COFF] Don't error if the only inputs are from /wholearchive:
adds 474037d798d Merging r370113:
adds 98b1752888c Merging r366572:
adds b9297dcdf2a [PowerPC] Do not emit HW loop if the body contains calls to [...]
adds 432bf48c08d [profile] Fix file contention causing dropped counts on Win [...]
No new revisions were added by this update.
Summary of changes:
compiler-rt/lib/profile/InstrProfilingUtil.c | 9 ++-
.../Windows/Inputs/instrprof-multiprocess.c | 89 ++++++++++++++++++++++
.../profile/Windows/instrprof-multiprocess.test | 10 +++
compiler-rt/test/profile/Windows/lit.local.cfg.py | 9 +++
.../include/llvm/Demangle/MicrosoftDemangleNodes.h | 2 +
llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 4 +
llvm/lib/Target/RISCV/RISCVRegisterInfo.h | 6 ++
llvm/test/CodeGen/PowerPC/pr43527.ll | 75 ++++++++++++++++++
8 files changed, 202 insertions(+), 2 deletions(-)
create mode 100644 compiler-rt/test/profile/Windows/Inputs/instrprof-multiprocess.c
create mode 100644 compiler-rt/test/profile/Windows/instrprof-multiprocess.test
create mode 100644 compiler-rt/test/profile/Windows/lit.local.cfg.py
create mode 100644 llvm/test/CodeGen/PowerPC/pr43527.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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 0ba4c7e 0: update: llvm-linux-: boot
new 3c4f8ad 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 (0ba4c7e)
\
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 | 177 +-
02-build_llvm/console.log | 11980 +++++++++++++++++------------------
03-build_linux/console.log | 668 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 27 +
console.log | 12854 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
7 files changed, 12881 insertions(+), 12841 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 6b2f8d9e2bf * tree.c (build_array_type_1): Add SET_CANONICAL parameter [...]
new 55e064d231a libstdc++: Implement ranges::safe_range for C++20 (P1870R1)
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 | 37 +++++
libstdc++-v3/include/bits/range_access.h | 183 +++++++++++----------
libstdc++-v3/include/experimental/string_view | 12 ++
libstdc++-v3/include/std/ranges | 45 +++--
libstdc++-v3/include/std/span | 18 +-
libstdc++-v3/include/std/string_view | 10 ++
libstdc++-v3/testsuite/std/ranges/access/begin.cc | 57 ++++---
libstdc++-v3/testsuite/std/ranges/access/cbegin.cc | 29 +++-
libstdc++-v3/testsuite/std/ranges/access/cdata.cc | 13 +-
libstdc++-v3/testsuite/std/ranges/access/cend.cc | 28 +++-
.../testsuite/std/ranges/access/crbegin.cc | 30 +++-
libstdc++-v3/testsuite/std/ranges/access/crend.cc | 15 +-
libstdc++-v3/testsuite/std/ranges/access/data.cc | 9 +-
libstdc++-v3/testsuite/std/ranges/access/end.cc | 45 +++--
libstdc++-v3/testsuite/std/ranges/access/rbegin.cc | 13 +-
libstdc++-v3/testsuite/std/ranges/access/rend.cc | 12 +-
libstdc++-v3/testsuite/std/ranges/empty_view.cc | 4 +-
.../{headers/ranges/synopsis.cc => safe_range.cc} | 35 ++--
.../testsuite/std/ranges/safe_range_types.cc | 59 +++++++
libstdc++-v3/testsuite/util/testsuite_iterators.h | 5 +
20 files changed, 460 insertions(+), 199 deletions(-)
copy libstdc++-v3/testsuite/std/ranges/{headers/ranges/synopsis.cc => safe_range.c [...]
create mode 100644 libstdc++-v3/testsuite/std/ranges/safe_range_types.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-master-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 9acd1ac 3: update: llvm-92cd68f48ed14c6ee90b3ad830af3c2d7879428a: 19633
new 75524c4 3: update: llvm-linux: 19701
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 (9acd1ac)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 213 +-
02-build_llvm/console.log | 12337 ++++++++++++++---------------
03-build_linux/console.log | 3138 ++------
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 85 +-
console.log | 15791 +++++++++++++++++---------------------
jenkins/manifest.sh | 15 +-
results | 2 +-
8 files changed, 13957 insertions(+), 17642 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 binutils-gdb.
from b43315e206 gdb/fortran: Improve output pattern in gdb.mi/mi-fortran-mod [...]
new 330f1d3825 gdb: rank an lvalue argument incompatible for an rvalue parameter
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:
gdb/ChangeLog | 5 +++++
gdb/gdbtypes.c | 7 ++-----
gdb/testsuite/ChangeLog | 7 +++++++
gdb/testsuite/gdb.cp/rvalue-ref-overload.cc | 12 ++++++++++++
gdb/testsuite/gdb.cp/rvalue-ref-overload.exp | 4 ++++
5 files changed, 30 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.