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 2d0c49de7 binutils-1c912acd5c873f351a20dac00ca82a39b4642e83: all
new f8e61c371 gcc-3bbc0b3b5d5ab8a464829ad0c7b3c2e79d99fe6e: 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 (2d0c49de7)
\
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:
1-reset_artifacts/console.log | 60 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3417 ++++++++--------
4-build_abe-stage1/console.log | 4653 ++++++++++-----------
5-count_linux_objs/console.log | 113 +-
console.log | 8261 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 8155 insertions(+), 8373 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-allyesconfig
in repository toolchain/ci/base-artifacts.
from 485ac06d1 linux-17bf423a1f2d134187191f0ceb4b395173cc98a7: 16273
new 461fc7b8c linux-ee3e46b7efd2954479f87030d31fda3c22bbc763: 12970
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:
1-reset_artifacts/console.log | 271 +-
2-build_llvm/console.log | 8954 ++++----
3-count_linux_objs/console.log | 34690 ++++++++++++++++--------------
4-check_regression/console.log | 17 +-
5-update_baseline/console.log | 14 +-
console.log | 44182 +++++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
results | 2 +-
trigger-bisect-on-failure | 4 +-
11 files changed, 47301 insertions(+), 40849 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-defconfig
in repository toolchain/ci/gcc.
from 7a0b9b3f488 * config/sparc/sparc.md (*tablejump_sp32): Merge into... [...]
adds 0796fe4c562 Daily bump.
adds 20a03342ecf Remove bare 'throw' expression that breaks -fno-exceptions build
adds 2fbb00d4fbf Clean up temporary files created by std::filesystem testsuite
adds a6e3928817d Include name of test in filesystem-test.XXXXXX filenames
adds b06782c4ab5 PR tree-optimization/85574
adds c6865c64416 Fix handling of an empty filename at end of a path
adds 1eb501278dd PR libstdc++/80762 avoid ambiguous __constructible_from<voi [...]
adds c13f25eceb8 Fix bugs in filesystem::path::lexically_normal()
adds 6b921307faf Backported from mainline
new ed73f17e6bb The testcase for PR62178 has been failing for a while due t [...]
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:
gcc/ChangeLog | 24 ++++++++
gcc/DATESTAMP | 2 +-
gcc/ipa-icf.c | 27 ++++++++-
gcc/ipa-icf.h | 3 +
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/aarch64/pr62178.c | 5 +-
gcc/tree-ssa-uncprop.c | 23 ++++----
libstdc++-v3/ChangeLog | 69 ++++++++++++++++++++++
libstdc++-v3/include/bits/fs_path.h | 7 ++-
libstdc++-v3/include/experimental/bits/fs_path.h | 4 +-
libstdc++-v3/src/filesystem/std-path.cc | 38 ++++++------
.../filesystem/iterators/directory_iterator.cc | 3 +
.../iterators/recursive_directory_iterator.cc | 3 +
.../27_io/filesystem/operations/canonical.cc | 1 +
.../27_io/filesystem/operations/symlink_status.cc | 1 +
.../27_io/filesystem/path/construct/80762.cc | 29 +++++++++
.../27_io/filesystem/path/generation/normal.cc | 4 +-
.../27_io/filesystem/path/generation/normal2.cc | 53 +++++++++++++++++
.../27_io/filesystem/path/itr/components.cc | 51 ++++++++++++++++
.../27_io/filesystem/path/itr/traversal.cc | 2 +-
.../filesystem/iterators/directory_iterator.cc | 3 +
.../iterators/recursive_directory_iterator.cc | 3 +
.../filesystem/path/construct/80762.cc | 28 +++++++++
libstdc++-v3/testsuite/util/testsuite_fs.h | 26 ++++++--
24 files changed, 370 insertions(+), 43 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/generation/normal2.cc
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/itr/components.cc
create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.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/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 8d74a6fc4 binutils-1c912acd5c873f351a20dac00ca82a39b4642e83: all
new 14b045b07 gcc-ed73f17e6bbe295f148d2d496b1d8991e4292920: 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 (8d74a6fc4)
\
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:
1-reset_artifacts/console.log | 32 +-
3-build_abe-binutils/console.log | 3776 +++++++++---------
4-build_abe-stage1/console.log | 4207 ++++++++++----------
5-count_linux_objs/console.log | 118 +-
console.log | 8143 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 8059 insertions(+), 8237 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 6653df367 llvm-968f404e463d099b1330f00eea35bab00107e88a: 19126
new b355f0e0e linux-1bdbe227492075d058e37cb3d400e6468d0095b5: 19126
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 (6653df367)
\
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:
1-reset_artifacts/console.log | 100 +-
2-build_llvm/console.log | 5237 ++++++++++++++++++------------------
3-count_linux_objs/console.log | 465 ++--
4-check_regression/console.log | 8 +-
5-update_baseline/console.log | 10 +-
console.log | 5820 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 5847 insertions(+), 5811 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-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards edee57110 gcc-76fb04650b2bacd33eaff257f08fabcc237ec885: all
new 465a20eca binutils-67aa1f3c2881e607081d9e1b57be3e7544c2c45c: 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 (edee57110)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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:
1-reset_artifacts/console.log | 91 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3771 +++++-----
4-build_abe-stage1/console.log | 5237 +++++++------
5-count_linux_objs/console.log | 5710 +++++++-------
console.log | 14833 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 14993 insertions(+), 14671 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 982b31b19dd [llvm-objcopy] [COFF] Fix a test matching pathnames for Win [...]
new 09b08520409 [WebAssembly] Add unimplemented-simd128 subtarget feature
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/Target/WebAssembly/WebAssembly.td | 9 +++-
lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 4 +-
lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | 2 -
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 42 ++++++++++------
lib/Target/WebAssembly/WebAssemblyISelLowering.h | 1 +
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 4 +-
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 8 ++--
lib/Target/WebAssembly/WebAssemblySubtarget.cpp | 7 ++-
lib/Target/WebAssembly/WebAssemblySubtarget.h | 20 +++++---
test/CodeGen/WebAssembly/simd-arith.ll | 56 ++++++++--------------
test/CodeGen/WebAssembly/simd-bitcasts.ll | 6 +--
test/CodeGen/WebAssembly/simd-comparisons.ll | 6 +--
test/CodeGen/WebAssembly/simd-conversions.ll | 6 +--
.../WebAssembly/simd-ext-load-trunc-store.ll | 2 +-
test/CodeGen/WebAssembly/simd-intrinsics.ll | 4 +-
.../WebAssembly/simd-load-store-alignment.ll | 2 +-
test/CodeGen/WebAssembly/simd-offset.ll | 6 +--
test/CodeGen/WebAssembly/simd-select.ll | 2 +-
test/CodeGen/WebAssembly/simd-sext-inreg.ll | 6 +--
test/CodeGen/WebAssembly/simd.ll | 4 +-
test/MC/WebAssembly/basic-assembly.s | 4 +-
test/MC/WebAssembly/simd-encodings.s | 2 +-
test/MC/WebAssembly/types.ll | 2 +-
23 files changed, 108 insertions(+), 97 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.