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-norov-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 41c0c3fd 0: update: binutils-llvm-linux-qemu: all
new 366c91cd 0: update: binutils-llvm-linux-qemu: 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 (41c0c3fd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 1636 -> 1636 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30916 -> 30532 bytes
04-build_kernel_llvm/console.log.xz | Bin 62948 -> 65376 bytes
05-build_abe-qemu/console.log.xz | Bin 32668 -> 31388 bytes
06-build_linux/console.log.xz | Bin 4072 -> 4008 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 16 insertions(+), 16 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 9a52d6871a2 Revert "forwprop: Use lhs type instead of arg0 in folding V [...]
new 24eae97625e docs: remove trailing dots for 2 Fortran fns
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/fortran/intrinsic.texi | 6 +++---
1 file changed, 3 insertions(+), 3 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-arm
in repository toolchain/ci/gdb.
from 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
new d65edaa0bc [arm] Rename arm_cache_is_sp_register to arm_is_alternative_ [...]
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:
gas/testsuite/gas/i386/avx512f.s | 32 ++++++++++++++++----------------
gas/testsuite/gas/i386/x86-64-avx512f.s | 32 ++++++++++++++++----------------
gdb/arm-tdep.c | 15 ++++++---------
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 ++++++------
8 files changed, 75 insertions(+), 67 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-arm
in repository toolchain/ci/gcc.
from 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-dse.cc | 55 ++++-
gcc/tree-ssa-forwprop.cc | 2 +-
gcc/tree-ssa-sccvn.cc | 255 ++++++++++++++++++-----
7 files changed, 296 insertions(+), 63 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-arm
in repository toolchain/ci/binutils-gdb.
from 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
adds d65edaa0bc [arm] Rename arm_cache_is_sp_register to arm_is_alternative_ [...]
No new revisions were added by this update.
Summary of changes:
gas/testsuite/gas/i386/avx512f.s | 32 ++++++++++++++++----------------
gas/testsuite/gas/i386/x86-64-avx512f.s | 32 ++++++++++++++++----------------
gdb/arm-tdep.c | 15 ++++++---------
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 ++++++------
8 files changed, 75 insertions(+), 67 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-arm
in repository toolchain/ci/base-artifacts.
discards d5ec2aaa 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 6ed9e6d4 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 (d5ec2aaa)
\
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 1628 -> 1644 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 30560 -> 30444 bytes
05-build_abe-stage1/console.log.xz | Bin 91508 -> 91312 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 9092 -> 9156 bytes
08-build_abe-glibc/console.log.xz | Bin 234096 -> 233568 bytes
09-build_abe-stage2/console.log.xz | Bin 223436 -> 222804 bytes
10-build_abe-gdb/console.log.xz | Bin 37660 -> 37540 bytes
11-build_abe-qemu/console.log.xz | Bin 31028 -> 31380 bytes
12-check_regression/console.log.xz | Bin 416 -> 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.