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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 24902f37 4: update: binutils-gcc-linux-qemu: 33
new b99f7143 4: update: binutils-gcc-linux-qemu: 33
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 (24902f37)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 1760 -> 1640 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 29888 -> 30336 bytes
04-build_abe-stage1/console.log.xz | Bin 90988 -> 91128 bytes
05-build_abe-qemu/console.log.xz | Bin 30880 -> 31200 bytes
06-build_linux/console.log.xz | Bin 5356 -> 5112 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 56 +++++++++++++++++------------------
jenkins/manifest.sh | 18 +++++------
9 files changed, 37 insertions(+), 37 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 e82295b23d PR29337, readelf CU/TU mixup in .gdb_index
adds e4e340a3ff PR29390, DW_CFA_AARCH64_negate_ra_state vs. DW_CFA_GNU_window_save
adds 987e8a90fa x86/Intel: correct AVX512F scatter insn element sizes
adds ea09fe9259 x86: replace wrong attributes on VCVTDQ2PH{X,Y}
adds 2fe9a3c41f [gdb/symtab] Fix bad compile unit index complaint
adds 9b89bf16c3 [gdbsupport] Fix type of parallel_for_each_debug
adds c57ac51086 [gdb/python] Fix python selftest with python 3.11
new 5c3392f981 [gdb/python] Fix typo in test_python
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:
binutils/dwarf.c | 13 ++++++++--
gas/testsuite/gas/aarch64/pac_ab_key.d | 4 ++--
gas/testsuite/gas/aarch64/pac_negate_ra_state.d | 2 +-
gas/testsuite/gas/i386/avx512f.s | 32 ++++++++++++-------------
gas/testsuite/gas/i386/x86-64-avx512f.s | 32 ++++++++++++-------------
gdb/dwarf2/read.c | 26 +++++++++++++-------
gdb/python/python.c | 11 +++++----
gdbsupport/parallel-for.h | 2 +-
opcodes/i386-opc.tbl | 12 +++++-----
opcodes/i386-tbl.h | 12 +++++-----
10 files changed, 83 insertions(+), 63 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 742377ed0f0 analyzer: bulletproof taint warnings against NULL m_arg
adds 6877993c4da Add alias disambiguation for vectorizer load/store IFNs
adds f4ed610d02a MAINTAINERS: Add myself as Ada front end co-maintainer
adds bd9837bc3ca Teach VN about masked/len stores
adds dc477ffb4ab tree-optimization/106378 - DSE of LEN_STORE and MASK_STORE
adds 375668e0508 tree-optimization/106379 - add missing ~(a ^ b) folding for _Bool
adds 9a52d6871a2 Revert "forwprop: Use lhs type instead of arg0 in folding V [...]
No new revisions were added by this update.
Summary of changes:
MAINTAINERS | 2 +-
gcc/match.pd | 6 +
gcc/testsuite/gcc.dg/pr106379-1.c | 9 +
gcc/testsuite/gcc.target/i386/vec-maskstore-vn.c | 30 +++
gcc/tree-ssa-alias.cc | 49 ++++-
gcc/tree-ssa-dse.cc | 55 ++++-
gcc/tree-ssa-forwprop.cc | 2 +-
gcc/tree-ssa-sccvn.cc | 255 ++++++++++++++++++-----
8 files changed, 343 insertions(+), 65 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr106379-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/vec-maskstore-vn.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_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from e82295b23d PR29337, readelf CU/TU mixup in .gdb_index
adds e4e340a3ff PR29390, DW_CFA_AARCH64_negate_ra_state vs. DW_CFA_GNU_window_save
adds 987e8a90fa x86/Intel: correct AVX512F scatter insn element sizes
adds ea09fe9259 x86: replace wrong attributes on VCVTDQ2PH{X,Y}
adds 2fe9a3c41f [gdb/symtab] Fix bad compile unit index complaint
adds 9b89bf16c3 [gdbsupport] Fix type of parallel_for_each_debug
adds c57ac51086 [gdb/python] Fix python selftest with python 3.11
adds 5c3392f981 [gdb/python] Fix typo in test_python
No new revisions were added by this update.
Summary of changes:
binutils/dwarf.c | 13 ++++++++--
gas/testsuite/gas/aarch64/pac_ab_key.d | 4 ++--
gas/testsuite/gas/aarch64/pac_negate_ra_state.d | 2 +-
gas/testsuite/gas/i386/avx512f.s | 32 ++++++++++++-------------
gas/testsuite/gas/i386/x86-64-avx512f.s | 32 ++++++++++++-------------
gdb/dwarf2/read.c | 26 +++++++++++++-------
gdb/python/python.c | 11 +++++----
gdbsupport/parallel-for.h | 2 +-
opcodes/i386-opc.tbl | 12 +++++-----
opcodes/i386-tbl.h | 12 +++++-----
10 files changed, 83 insertions(+), 63 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 90620761 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new cdc03b6e 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 (90620761)
\
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 1632 -> 1628 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 30932 -> 30496 bytes
05-build_abe-stage1/console.log.xz | Bin 73556 -> 73168 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 9640 -> 9112 bytes
08-build_abe-glibc/console.log.xz | Bin 239484 -> 239376 bytes
09-build_abe-stage2/console.log.xz | Bin 203520 -> 202472 bytes
10-build_abe-gdb/console.log.xz | Bin 38524 -> 37672 bytes
11-build_abe-qemu/console.log.xz | Bin 31760 -> 31732 bytes
12-check_regression/console.log.xz | Bin 420 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 24 ++++++++++++------------
13 files changed, 20 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.