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/llvm-project.
from e82d1342bdf ReleaseNotes: Mention improved DWARF5 support in lldb
adds be9f8fdfd9a Add -debug-info-kind=constructor to clang release notes
adds c6f940b745c Add llvm-cov to LLVM_TOOLCHAIN_TOOLS
adds 882720b7ce3 Don't generate libcalls for wide shift on Windows ARM (PR42711)
adds 3a11c86849c Add Control Flow Guard in Clang release notes.
adds bbfdf4b81d6 build_llvm_package.bat: Produce zip files in addition to th [...]
adds 2905a48c879 Fix DfaEmitter::visitDfaState() crash in MSVC x86 debug bui [...]
adds 1f6c9becd57 [docs] clangd release notes
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/docs/ReleaseNotes.rst | 45 ++++++++++++++++++++++++++++++-
clang/docs/ReleaseNotes.rst | 10 +++++++
llvm/cmake/modules/AddLLVM.cmake | 1 +
llvm/lib/Target/ARM/ARMISelLowering.cpp | 2 +-
llvm/test/CodeGen/ARM/shift_minsize.ll | 8 +++++-
llvm/utils/TableGen/DFAEmitter.cpp | 11 +++++---
llvm/utils/TableGen/DFAEmitter.h | 2 +-
llvm/utils/release/build_llvm_package.bat | 13 ++++++++-
8 files changed, 83 insertions(+), 9 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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 792d834a 0: update: llvm-linux: all
new 446d8ada 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 (792d834a)
\
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 | 176 +-
02-build_llvm/console.log | 12630 +++++++++++++++++------------------
03-build_linux/console.log | 826 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 15 +-
06-update_baseline/console.log | 15 +-
console.log | 13664 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
regressions.txt | 2 +
9 files changed, 13683 insertions(+), 13661 deletions(-)
create mode 100644 regressions.txt
--
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-aarch64-next-allmodconfig
in repository toolchain/ci/binutils-gdb.
from e56d7f1e19 gdb/doc: Fix header alignment of 'info threads' example output
adds 7693576838 Simplify setting of reading_partial_symbols
adds 197400e800 Convert IS_TYPE_UNIT_GROUP to method
adds 4ac9383206 Fix a memory leak and remove an unused member
adds a60419c8c9 Automatic date update in version.in
adds c325c44ef6 gdb/copyright.py: Add generated files in gnulib/ to exclude list
adds 8cb5117ccf Move dwarf2_get_die_type declaration to dwarf2/read.h
adds 70d497007d [gdb/testsuite] Remove gcc/93866 xfail in methods.exp
adds 265b467340 [ARC][committed] Update int_vector_base aux register.
adds ecda90163e Don't call lto-wrapper for ar and ranlib
adds 2078dbb210 gdb/testsuite: Remove source file path from test name
adds 09624f1fec [AArch64] Fix typo in comment
new 9e80cfa14e gdb/fortran: Support negative array stride in one limited case
new 99e4741014 Merge upstream GCC changes for include/ and libiberty/ directories
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:
bfd/ChangeLog | 10 +++++
bfd/plugin.c | 22 +++++++----
bfd/plugin.h | 2 +-
bfd/version.h | 2 +-
binutils/ChangeLog | 6 +++
binutils/ar.c | 2 +-
binutils/nm.c | 2 +-
gdb/ChangeLog | 43 +++++++++++++++++++++
gdb/aarch64-tdep.c | 2 +-
gdb/copyright.py | 4 +-
gdb/dwarf2/loc.h | 3 --
gdb/dwarf2/read.c | 31 ++++++---------
gdb/dwarf2/read.h | 13 +++++++
gdb/gdbtypes.c | 17 ++++++--
gdb/testsuite/ChangeLog | 16 ++++++++
gdb/testsuite/gdb.base/cached-source-file.exp | 2 +-
.../gdb.fortran/derived-type-striding.exp | 2 +
.../gdb.fortran/derived-type-striding.f90 | 2 +
gdb/testsuite/gdb.go/methods.exp | 17 ++++----
gdb/valarith.c | 4 +-
include/ChangeLog | 8 ++++
include/hashtab.h | 4 +-
libiberty/ChangeLog | 20 ++++++++++
libiberty/argv.c | 8 ++++
libiberty/cp-demangle.c | 1 +
libiberty/hashtab.c | 4 +-
libiberty/rust-demangle.h | 45 ----------------------
libiberty/testsuite/demangle-expected | 3 ++
opcodes/ChangeLog | 5 +++
opcodes/arc-regs.h | 3 +-
30 files changed, 200 insertions(+), 103 deletions(-)
delete mode 100644 libiberty/rust-demangle.h
--
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-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 8936b154 0: update: binutils-gcc-linux: boot
new 703fc2ba 0: update: binutils-gcc-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 (8936b154)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 216 +-
02-prepare_abe/console.log | 433 +-
03-build_abe-binutils/console.log | 11949 ++++++------
04-build_abe-stage1/console.log | 15642 ++++++++--------
05-build_linux/console.log | 7643 ++++----
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 21 +-
08-update_baseline/console.log | 15 +-
console.log | 35927 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
regressions.txt | 4 +
results | 2 +-
12 files changed, 35974 insertions(+), 35900 deletions(-)
create mode 100644 regressions.txt
--
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_bmk_tx1/llvm-release-aarch64-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards cb08c1eb 5: update: binutils-gcc-glibc-llvm: 0
new 177e19f4 5: update: binutils-gcc-glibc-llvm: 0
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 (cb08c1eb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-release-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 | 225 +-
02-prepare_abe/console.log | 318 +-
03-build_abe-binutils/console.log | 11449 ++--
04-build_abe-stage1/console.log | 13387 ++--
05-build_abe-linux/console.log | 306 +-
06-build_abe-glibc/console.log | 39148 ++++++-----
07-build_abe-stage2/console.log | 36193 +++++-----
08-build_llvm-true/console.log | 12566 ++--
10-benchmark--O2/benchmark-start.log | 2 +-
10-benchmark--O2/benchmark.log | 15 +-
10-benchmark--O2/console.log | 268 +-
11-check_regression/console.log | 17 +-
12-update_baseline/console.log | 119 +-
console.log | 115140 ++++++++++++++++----------------
jenkins/manifest.sh | 16 +-
regressions.txt | 9 +
16 files changed, 114714 insertions(+), 114464 deletions(-)
create mode 100644 regressions.txt
--
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 eb7ba6c36b8 arm: ACLE intrinsics for bfloat16 dot product
new 7f0f108309a libstdc++: LWG 3292 iota_view is under-constrained
new 510bd1c178f libstdc++: LWG 3301 transform_view::iterator has incorrect [...]
new 55c4b3f4862 libstdc++: LWG 3313 join_view::iterator::operator-- is inco [...]
new ec15da7c330 libstdc++: LWG 3325 Constrain return type of transformation [...]
new 76a8c0f65e2 libstdc++: LWG 3397 basic_istream_view::iterator should not [...]
The 5 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 | 30 ++++++++++++++++++++++
libstdc++-v3/include/std/ranges | 23 ++++++++++++-----
.../ranges/adaptors/lwg3313_neg.cc} | 28 +++++++++-----------
.../ranges/adaptors/lwg3325_neg.cc} | 22 +++++++---------
.../testsuite/std/ranges/adaptors/transform.cc | 24 +++++++++++++++++
.../pr93884.cc => std/ranges/iota/lwg3292_neg.cc} | 28 +++++++++-----------
libstdc++-v3/testsuite/std/ranges/istream_view.cc | 16 ++++++++++++
7 files changed, 120 insertions(+), 51 deletions(-)
copy libstdc++-v3/testsuite/{24_iterators/back_insert_iterator/pr93884.cc => std/r [...]
copy libstdc++-v3/testsuite/{25_algorithms/move/93872.cc => std/ranges/adaptors/lw [...]
copy libstdc++-v3/testsuite/{24_iterators/back_insert_iterator/pr93884.cc => std/r [...]
--
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-defconfig
in repository toolchain/ci/llvm-project.
from e82d1342bdf ReleaseNotes: Mention improved DWARF5 support in lldb
adds be9f8fdfd9a Add -debug-info-kind=constructor to clang release notes
adds c6f940b745c Add llvm-cov to LLVM_TOOLCHAIN_TOOLS
adds 882720b7ce3 Don't generate libcalls for wide shift on Windows ARM (PR42711)
adds 3a11c86849c Add Control Flow Guard in Clang release notes.
adds bbfdf4b81d6 build_llvm_package.bat: Produce zip files in addition to th [...]
adds 2905a48c879 Fix DfaEmitter::visitDfaState() crash in MSVC x86 debug bui [...]
adds 1f6c9becd57 [docs] clangd release notes
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/docs/ReleaseNotes.rst | 45 ++++++++++++++++++++++++++++++-
clang/docs/ReleaseNotes.rst | 10 +++++++
llvm/cmake/modules/AddLLVM.cmake | 1 +
llvm/lib/Target/ARM/ARMISelLowering.cpp | 2 +-
llvm/test/CodeGen/ARM/shift_minsize.ll | 8 +++++-
llvm/utils/TableGen/DFAEmitter.cpp | 11 +++++---
llvm/utils/TableGen/DFAEmitter.h | 2 +-
llvm/utils/release/build_llvm_package.bat | 13 ++++++++-
8 files changed, 83 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.