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-next-defconfig
in repository toolchain/ci/binutils-gdb.
from 582c08278c Automatic date update in version.in
adds 471a3e5663 Automatic date update in version.in
adds 5af30d001a Automatic date update in version.in
adds 70cfd17bbd Automatic date update in version.in
adds a035f1f8e7 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/llvm-release-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards e44986f02 0: update: binutils-llvm-linux-qemu: boot
new da0acd42f 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 (e44986f02)
\
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 1564 -> 1580 bytes
02-prepare_abe/console.log.xz | Bin 2792 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 41928 -> 42232 bytes
04-build_llvm/console.log.xz | Bin 57876 -> 58020 bytes
05-build_abe-qemu/console.log.xz | Bin 30876 -> 29616 bytes
06-build_linux/console.log.xz | Bin 4272 -> 3436 bytes
07-boot_linux/console.log.xz | Bin 5808 -> 5768 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
results | 2 +-
11 files changed, 17 insertions(+), 17 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/gdb.
from 2b677209fe opcodes: Fix RPATH not being set for dynamic libbfd dependency
adds 437e2ff1ad RISC-V: Tidy riscv assembler and disassembler.
adds 5612b5d21e gdb: fix value.c build on 32-bits
adds 35da8c6140 [gdb/testsuite] Fix port detection in gdb.debuginfod/fetch_s [...]
No new revisions were added by this update.
Summary of changes:
gas/config/tc-riscv.c | 592 +++++++++++----------
.../gdb.debuginfod/fetch_src_and_symbols.exp | 7 +-
gdb/value.c | 9 +-
opcodes/riscv-dis.c | 18 +-
4 files changed, 325 insertions(+), 301 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/glibc.
from 11c88336e3 NEWS: Add item for __memcmpeq
new 3592ccd472 String: Add __memcmpeq as build target
new cf3acd774f Benchtests: Add benchtests for __memcmpeq
new cf4fd28ea4 x86_64: Add support for __memcmpeq using sse2, avx2, and evex
new fa7f63d8d6 x86_64: Add sse2 optimized __memcmpeq in memcmp-sse2.S
new b4ed69ba16 x86_64: Add avx2 optimized __memcmpeq in memcmpeq-avx2.S
new 9b7cfab180 x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.S
The 6 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:
benchtests/Makefile | 2 +-
benchtests/bench-memcmp.c | 14 +-
benchtests/{bench-wmemcmp.c => bench-memcmpeq.c} | 4 +-
string/Makefile | 2 +-
debug/memset_chk.c => string/memcmpeq.c | 16 +-
sysdeps/generic/ifunc-init.h | 5 +-
sysdeps/x86_64/memcmp.S | 64 +++-
sysdeps/x86_64/multiarch/Makefile | 4 +
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 18 ++
.../multiarch/{ifunc-avx2.h => ifunc-memcmpeq.h} | 20 +-
sysdeps/x86_64/multiarch/memcmp-sse2.S | 4 +-
sysdeps/x86_64/multiarch/memcmp.c | 3 -
.../{memchr-avx2-rtm.S => memcmpeq-avx2-rtm.S} | 6 +-
sysdeps/x86_64/multiarch/memcmpeq-avx2.S | 324 +++++++++++++++++++++
sysdeps/x86_64/multiarch/memcmpeq-evex.S | 323 ++++++++++++++++++++
.../multiarch/memcmpeq-sse2.S} | 8 +-
sysdeps/x86_64/multiarch/{memset.c => memcmpeq.c} | 16 +-
17 files changed, 776 insertions(+), 57 deletions(-)
copy benchtests/{bench-wmemcmp.c => bench-memcmpeq.c} (93%)
copy debug/memset_chk.c => string/memcmpeq.c (71%)
copy sysdeps/x86_64/multiarch/{ifunc-avx2.h => ifunc-memcmpeq.h} (74%)
copy sysdeps/x86_64/multiarch/{memchr-avx2-rtm.S => memcmpeq-avx2-rtm.S} (68%)
create mode 100644 sysdeps/x86_64/multiarch/memcmpeq-avx2.S
create mode 100644 sysdeps/x86_64/multiarch/memcmpeq-evex.S
copy sysdeps/{i386/i686/multiarch/memcpy_chk-nonshared.S => x86_64/multiarch/memcm [...]
copy sysdeps/x86_64/multiarch/{memset.c => memcmpeq.c} (72%)
--
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_gnu_cross_build/master-aarch64
in repository toolchain/ci/linux.
from d25f27432f80 Merge tag 'arm-soc-fixes-5.15-3' of git://git.kernel.org/p [...]
adds e93c7d8e8c4c RDMA/irdma: Process extended CQ entries correctly
adds 1ab52ac1e9bc RDMA/mlx5: Set user priority for DCT
adds d39bf40e55e6 IB/qib: Protect from buffer overflow in struct qib_user_sd [...]
adds 13bac861952a IB/hfi1: Fix abba locking issue with sc_disable()
adds 663991f32857 RDMA/rdmavt: Fix error code in rvt_create_qp()
adds 60fab1076636 rdma/qedr: Fix crash due to redundant release of device's [...]
adds 5508546631a0 RDMA/mlx5: Initialize the ODP xarray when creating an ODP MR
adds cc07b73ef11d RDMA/irdma: Set VLAN in UD work completion correctly
adds 2dace185caa5 RDMA/irdma: Do not hold qos mutex twice on QP resume
adds 64733956ebba RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a string
adds ab2aa486f48c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
adds 4a089e95b4d6 nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST
adds 646b0de5fe32 Merge tag 'nios2_fixes_for_v5.15_part3' of git://git.kerne [...]
adds 4e84dc47bb48 ftrace/nds32: Update the proto for ftrace_trace_function t [...]
adds 1fc596a56b33 Merge tag 'trace-v5.15-rc6' of git://git.kernel.org/pub/sc [...]
No new revisions were added by this update.
Summary of changes:
arch/nds32/kernel/ftrace.c | 2 +-
arch/nios2/platform/Kconfig.platform | 1 +
drivers/infiniband/core/sa_query.c | 5 +++--
drivers/infiniband/hw/hfi1/pio.c | 9 ++++++---
drivers/infiniband/hw/irdma/uk.c | 4 ++--
drivers/infiniband/hw/irdma/verbs.c | 8 ++++++--
drivers/infiniband/hw/irdma/ws.c | 13 ++++++------
drivers/infiniband/hw/mlx5/mr.c | 2 +-
drivers/infiniband/hw/mlx5/qp.c | 2 ++
drivers/infiniband/hw/qedr/qedr.h | 1 +
drivers/infiniband/hw/qedr/qedr_iw_cm.c | 2 +-
drivers/infiniband/hw/qedr/verbs.c | 5 ++++-
drivers/infiniband/hw/qib/qib_user_sdma.c | 33 +++++++++++++++++++++----------
drivers/infiniband/sw/rdmavt/qp.c | 2 +-
14 files changed, 59 insertions(+), 30 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/gcc.
from b528e226d19 Refactor try_vectorize_loop_1
adds d1e2e4f9ce4 ipa-cp: Fix updating of profile counts and self-gen value e [...]
adds ab1008255e3 ipa-cp: Select saner profile count to base heuristics on
adds ab810952eb7 ipa-cp: Use profile counters (or not) based on local availability
adds 99b1021d21e Fix a typo.
adds a1957c97554 Fix warnings building linux-atomic.c and fptr.c on hppa64-linux
new 9f4edfc1fb8 Kill second order relations in the path solver.
new 2f0b6a971a0 Reorder relation calculating code in the path solver.
new aeb10f8d2a6 Kill known equivalences before a new assignment in the path [...]
new 11b96757748 Darwin, config: Amend for Darwin 21 / macOS 12.
new 1f98c4e0c54 libffi: Update LOCAL_PATCHES
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:
gcc/config.gcc | 6 +-
gcc/config/darwin-c.c | 2 +-
gcc/config/darwin-driver.c | 10 +-
gcc/doc/invoke.texi | 5 +
gcc/gimple-range-fold.cc | 2 +
gcc/gimple-range-path.cc | 117 ++++---
gcc/gimple-range-path.h | 3 +-
gcc/ipa-cp.c | 604 +++++++++++++++++++++++++++-----
gcc/params.opt | 4 +
gcc/testsuite/gcc.dg/Warray-bounds-90.c | 2 +-
gcc/value-relation.cc | 21 +-
libffi/LOCAL_PATCHES | 1 +
libgcc/config.host | 2 +-
libgcc/config/pa/linux-atomic.c | 106 +++---
libgcc/config/pa/t-linux64 | 8 +-
15 files changed, 684 insertions(+), 209 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 2b677209fe opcodes: Fix RPATH not being set for dynamic libbfd dependency
adds 437e2ff1ad RISC-V: Tidy riscv assembler and disassembler.
adds 5612b5d21e gdb: fix value.c build on 32-bits
adds 35da8c6140 [gdb/testsuite] Fix port detection in gdb.debuginfod/fetch_s [...]
No new revisions were added by this update.
Summary of changes:
gas/config/tc-riscv.c | 592 +++++++++++----------
.../gdb.debuginfod/fetch_src_and_symbols.exp | 7 +-
gdb/value.c | 9 +-
opcodes/riscv-dis.c | 18 +-
4 files changed, 325 insertions(+), 301 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 889933eaf 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 14e29409d 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (889933eaf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1576 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2780 bytes
04-build_abe-binutils/console.log.xz | Bin 46224 -> 45484 bytes
05-build_abe-stage1/console.log.xz | Bin 71516 -> 71540 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 9436 -> 9112 bytes
08-build_abe-glibc/console.log.xz | Bin 235948 -> 236400 bytes
09-build_abe-stage2/console.log.xz | Bin 200820 -> 201748 bytes
10-build_abe-gdb/console.log.xz | Bin 45712 -> 44980 bytes
11-build_abe-qemu/console.log.xz | Bin 30168 -> 30144 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 30 +++++++++++++++---------------
13 files changed, 23 insertions(+), 23 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_gnu_native_check_gdb/master-arm
in repository toolchain/ci/gdb.
from a4b0231e17 [gdb/doc] Fix print inferior-events default
adds f85dcfc3af gold: Place .note.gnu.property section before other note sections
adds 28c26ce5fd Automatic date update in version.in
adds 2b677209fe opcodes: Fix RPATH not being set for dynamic libbfd dependency
adds 437e2ff1ad RISC-V: Tidy riscv assembler and disassembler.
adds 5612b5d21e gdb: fix value.c build on 32-bits
adds 35da8c6140 [gdb/testsuite] Fix port detection in gdb.debuginfod/fetch_s [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/config/tc-riscv.c | 592 +++++++++++----------
.../gdb.debuginfod/fetch_src_and_symbols.exp | 7 +-
gdb/value.c | 9 +-
gold/layout.cc | 3 +-
gold/layout.h | 9 +-
opcodes/ChangeLog | 8 +
opcodes/Makefile.am | 6 -
opcodes/Makefile.in | 6 -
opcodes/configure | 13 +-
opcodes/configure.ac | 13 +-
opcodes/riscv-dis.c | 18 +-
12 files changed, 345 insertions(+), 341 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.