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-stable-allnoconfig
in repository toolchain/ci/gcc.
from ccc5703fb33 PR libstdc++/90634 reduce allocations in filesystem::path c [...]
adds 1a21d448211 Fix check for root-directory path and add tests
adds a06551c15e4 * config/pa/pa.c (hppa_profile_hook): Remove offset adjustment.
adds 2a89192a555 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 4 ++
gcc/DATESTAMP | 2 +-
gcc/config/pa/pa.c | 19 ++----
libstdc++-v3/ChangeLog | 5 ++
libstdc++-v3/src/filesystem/path.cc | 2 +-
.../27_io/filesystem/path/construct/90634.cc | 70 ++++++++++++++++++++++
.../filesystem/path/construct/90634.cc | 67 +++++++++++++++++++++
7 files changed, 153 insertions(+), 16 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/90634.cc
create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/90634.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-arm-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 02c6905952 Automatic date update in version.in
adds ad231e28d1 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-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 062f7e094 0: update: binutils-gcc-linux: all
new d2c357f75 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 (062f7e094)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 175 +-
02-prepare_abe/console.log | 416 +-
03-build_abe-binutils/console.log | 11008 +++++++-------
04-build_abe-stage1/console.log | 17220 +++++++++++----------
05-build_linux/console.log | 794 +-
06-boot_linux/console.log | 2 +-
console.log | 29615 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 29618 insertions(+), 29624 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 46237e2b3b1 [ARM] Split predicates out into their own .td file
new bd42c8e6b8e gn build: Merge r361953
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:
utils/gn/secondary/llvm/unittests/IR/BUILD.gn | 1 +
1 file changed, 1 insertion(+)
--
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 e643926ac10 PR bootstrap/90543 * optc-save-gen.awk: In cl_optimizatio [...]
new d7233baccd9 PR fortran/90329 * lang.opt (fbroken-callers): Remove. ( [...]
new 662e190cd77 This patch implements the [u]avgM3_floor and [u]avgM3_ceil [...]
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:
gcc/ChangeLog | 10 ++++
gcc/config/aarch64/aarch64-c.c | 1 +
gcc/config/aarch64/aarch64-sve2.md | 65 ++++++++++++++++++++++
gcc/config/aarch64/aarch64.h | 4 ++
gcc/config/aarch64/aarch64.md | 3 +
gcc/fortran/ChangeLog | 14 +++++
gcc/fortran/gfortran.h | 3 +
gcc/fortran/interface.c | 1 +
gcc/fortran/invoke.texi | 20 ++++---
gcc/fortran/lang.opt | 11 ++--
gcc/fortran/trans-decl.c | 7 ++-
gcc/testsuite/ChangeLog | 11 ++++
.../aarch64/{aarch64.exp => sve2/aarch64-sve2.exp} | 11 +++-
gcc/testsuite/gcc.target/aarch64/sve2/average_1.c | 46 +++++++++++++++
gcc/testsuite/lib/target-supports.exp | 36 +++++++++++-
15 files changed, 227 insertions(+), 16 deletions(-)
create mode 100644 gcc/config/aarch64/aarch64-sve2.md
copy gcc/testsuite/gcc.target/aarch64/{aarch64.exp => sve2/aarch64-sve2.exp} (83%)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/average_1.c
--
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-allmodconfig
in repository toolchain/ci/llvm-project.
from 11c3a5c0f98 Merging r360825:
adds c743d72d7f5 Merging r354184:
No new revisions were added by this update.
Summary of changes:
lld/ELF/SyntheticSections.cpp | 5 +++++
lld/test/ELF/ppc64-local-entry.s | 47 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
create mode 100644 lld/test/ELF/ppc64-local-entry.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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 43c5f6888 1: update: llvm-linux: 18110
new 35f17f631 1: update: llvm-linux: 18110
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 (43c5f6888)
\
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 | 130 +-
02-build_llvm/console.log | 11652 +++++++++++++++---------------
03-build_linux/console.log | 3450 +++++----
console.log | 15232 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
5 files changed, 15236 insertions(+), 15236 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-tools-extra.
from f61ca922 [clangd] Remove the whitelist std symbols in CanonicalIncludes.
new 5dfa7dfa [clangd] Fix buildbot error.
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:
clangd/index/CanonicalIncludes.cpp | 4 ++++
1 file changed, 4 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 43f517709 0: update: llvm-linux: all
new c7a54256d 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 (43f517709)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 166 +-
02-build_llvm/console.log | 11876 ++++++++++++++++++------------------
03-build_linux/console.log | 822 +--
04-boot_linux/console.log | 2 +-
console.log | 12866 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 12970 insertions(+), 12770 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.