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-defconfig
in repository toolchain/ci/llvm-project.
from c12386ae247c [MC][AArch64] Enable '+v8a' when nothing specified for MCS [...]
adds ec42d3c069c7 [AVR] Add more devices
adds aa586b6f5f55 [clang][AVR] Implement standard calling convention for AVR [...]
adds f28c006a5895 Bump version to 14.0.6
No new revisions were added by this update.
Summary of changes:
clang/lib/Basic/Targets/AVR.cpp | 543 +++++++++++----------
clang/lib/Driver/ToolChains/AVR.cpp | 17 +
clang/test/Misc/target-invalid-cpu-note.c | 2 +-
libcxx/CMakeLists.txt | 2 +-
libcxxabi/CMakeLists.txt | 2 +-
libunwind/CMakeLists.txt | 2 +-
llvm/CMakeLists.txt | 2 +-
llvm/lib/Target/AVR/AVRDevices.td | 16 +
llvm/utils/gn/secondary/llvm/version.gni | 2 +-
llvm/utils/lit/lit/__init__.py | 2 +-
llvm/utils/release/build_llvm_package.bat | 4 +-
.../llvm/include/llvm/Config/llvm-config.h | 2 +-
12 files changed, 322 insertions(+), 274 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-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from 5cc2bdc75b Automatic date update in version.in
adds f0b5a0b568 Automatic date update in version.in
adds 6b2a26c63b Automatic date update in version.in
adds 8e001ed8f2 Automatic date update in version.in
adds eed56ee299 Automatic date update in version.in
adds 97dd8079fe PowerPC64: fix assertion in ppc_build_one_stub with -Os code
No new revisions were added by this update.
Summary of changes:
bfd/elf64-ppc.c | 3 ++-
bfd/version.h | 2 +-
2 files changed, 3 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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards b763e2fd 0: update: binutils-llvm-linux-qemu: boot
new a35907e4 0: update: binutils-llvm-linux-qemu: 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 (b763e2fd)
\
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.xz | Bin 1560 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 30004 -> 30044 bytes
04-build_kernel_llvm/console.log.xz | Bin 60024 -> 61148 bytes
05-build_abe-qemu/console.log.xz | Bin 32288 -> 32492 bytes
06-build_linux/console.log.xz | Bin 3592 -> 3780 bytes
07-boot_linux/console.log.xz | Bin 5952 -> 5940 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 18 insertions(+), 18 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 8a15cd3396a c++: properly initialize UBSAN built-ins
adds 6e4d5300c1f c++: -Waddress and value-dependent expr [PR105885]
adds 124a9e08b7a c++: -Waddress and if constexpr [PR94554]
adds 7c1c7e120cc libstdc++: Properly remove temporary directories in filesys [...]
adds 0b14f590e3e diagnostics: add ability to associate diagnostics with rule [...]
new 038a7150ec0 compiler: unalias types for hash/equality functions
new 5ee8e1d1b0c compiler: in Sort_bindings return false if comparing value [...]
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/common.opt | 4 ++
gcc/cp/pt.cc | 44 +++++++++++++++-----
gcc/cp/semantics.cc | 10 +++--
gcc/diagnostic-format-json.cc | 1 +
gcc/diagnostic-format-sarif.cc | 1 +
gcc/diagnostic-metadata.h | 47 ++++++++++++++++++++-
gcc/diagnostic.cc | 48 ++++++++++++++++++++++
gcc/diagnostic.h | 3 ++
gcc/doc/invoke.texi | 10 +++++
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/export.cc | 3 ++
gcc/go/gofrontend/gogo.cc | 2 +-
gcc/go/gofrontend/types.cc | 17 +++++---
gcc/opts.cc | 4 ++
gcc/testsuite/g++.dg/cpp1z/constexpr-if37.C | 21 ++++++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-if38.C | 16 ++++++++
.../gcc.dg/plugin/diagnostic-test-metadata.c | 2 +-
.../plugin/diagnostic_plugin_test_metadata.c | 9 +++-
gcc/toplev.cc | 2 +
.../27_io/filesystem/iterators/error_reporting.cc | 9 +++-
.../filesystem/iterators/error_reporting.cc | 9 +++-
21 files changed, 235 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if37.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if38.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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from 570e911f4e PowerPC64: fix assertion in ppc_build_one_stub with -Os code
adds c86acd3f18 Use PyBool_FromLong
No new revisions were added by this update.
Summary of changes:
gdb/python/py-cmd.c | 3 +--
gdb/python/py-symbol.c | 3 +--
gdb/python/py-type.c | 6 ++----
3 files changed, 4 insertions(+), 8 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 255233cf 0: update: binutils-gcc: 2
new c5f18317 0: update: binutils-gcc: 2
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 (255233cf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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.xz | Bin 1496 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 38020 -> 37920 bytes
05-build_abe-bootstrap/console.log.xz | Bin 268744 -> 268952 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
jenkins/manifest.sh | 12 ++++++------
6 files changed, 6 insertions(+), 6 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 01aff2ba18a c++: context completion in lookup_template_class [PR105982]
new b00b95198e6 c++: constexpr folding in unevaluated context [PR105931]
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/cp/expr.cc | 5 +++++
gcc/testsuite/g++.dg/cpp0x/{decltype82.C => decltype82a.C} | 5 +++--
2 files changed, 8 insertions(+), 2 deletions(-)
copy gcc/testsuite/g++.dg/cpp0x/{decltype82.C => decltype82a.C} (63%)
--
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 c86acd3f180 Use PyBool_FromLong
new d75bdf170e6 Don't declare cli_set_logging
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/cli/cli-interp.h | 5 -----
1 file changed, 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.