This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/gcc.
from 419c6c68e60 Daily bump.
adds a56c251898e Support logic shift left/right for avx512 mask type.
new a6291d88d5b Remove pass_cpb which is related to enable avx512 embedded [...]
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/config/i386/constraints.md | 10 ++
gcc/config/i386/i386-expand.c | 36 ++++-
gcc/config/i386/i386-features.c | 157 +-------------------
gcc/config/i386/i386-passes.def | 1 -
gcc/config/i386/i386-protos.h | 1 -
gcc/config/i386/i386.md | 162 ++++++++++++++++++---
gcc/config/i386/sse.md | 14 ++
.../gcc.target/i386/fuse-caller-save-xmm.c | 2 +-
gcc/testsuite/gcc.target/i386/mask-shift.c | 83 +++++++++++
9 files changed, 279 insertions(+), 187 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/mask-shift.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/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/binutils-gdb.
from fec458f0fc Automatic date update in version.in
new d0579d4d1c x86: drop OP_Mask()
new be2f8fcd9d x86: correct VCVT{,U}SI2SD rounding mode handling
new 3fa77affb0 x86-64: generalize OP_G()'s EVEX.R' handling
new bac11f2cfe x86-64: properly bounds-check %bnd<N> in OP_G()
new 5f6b8397a4 x86: fold duplicate register printing code
new 4454883ff0 x86: fold duplicate code in MOVSXD_Fixup()
new 54ca11a48e x86: correct EVEX.V' handling outside of 64-bit mode
new 605228fcaf x86: drop vex_mode and vex_scalar_mode
new b0556968af x86: fold duplicate vector register printing code
new c1d66d5f24 x86: drop xmm_m{b,w,d,q}_mode
new eb34d29be8 x86: drop vex_scalar_w_dq_mode
new 5fbe0f28ae x86: drop dq{b,d}_mode
new f878836265 [gdb/testsuite] Fix FAILs due to PR gcc/101575
The 13 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/evex.d | 7 +-
gas/testsuite/gas/i386/evex.s | 5 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/noextreg.d | 4 +-
gas/testsuite/gas/i386/x86-64-avx-wig.d | 12 +-
.../gas/i386/x86-64-avx512bw-wig1-intel.d | 56 +-
gas/testsuite/gas/i386/x86-64-avx512bw-wig1.d | 56 +-
gas/testsuite/gas/i386/x86-64-evex-wig1-intel.d | 22 +-
gas/testsuite/gas/i386/x86-64-evex-wig1.d | 22 +-
gas/testsuite/gas/i386/x86-64-evex.d | 22 +
gas/testsuite/gas/i386/x86-64-mpx.d | 2 +
gas/testsuite/gas/i386/x86-64-mpx.s | 14 +
gdb/testsuite/gdb.ada/formatted_ref.exp | 25 +-
gdb/testsuite/gdb.ada/iwide.exp | 25 +-
gdb/testsuite/gdb.ada/pkd_arr_elem.exp | 26 +-
opcodes/i386-dis-evex-mod.h | 12 +-
opcodes/i386-dis-evex-prefix.h | 34 +-
opcodes/i386-dis-evex-w.h | 72 ++-
opcodes/i386-dis-evex.h | 62 +--
opcodes/i386-dis.c | 573 ++++++---------------
20 files changed, 456 insertions(+), 596 deletions(-)
create mode 100644 gas/testsuite/gas/i386/x86-64-evex.d
--
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/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards d7722a33 0: update: binutils-gcc: 1
new 877f1cb7 0: update: binutils-gcc: 1
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 (d7722a33)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 245 +-
02-prepare_abe/console.log | 186 +-
04-build_abe-bootstrap_O3/console.log | 59478 +++++++++++++++----------------
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 16 +-
console.log | 59965 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 60025 insertions(+), 59893 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 aca7a0253d6 libstdc++: Use std::addressof in ranges::uninitialized_xxx [...]
new c9ca3521862 libstdc++: Use __builtin_operator_new when available [PR94295]
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:
libstdc++-v3/include/ext/new_allocator.h | 38 +++++++++++++++++++++-----------
1 file changed, 25 insertions(+), 13 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 d3fa77472b7 Allow non-symmetrical equivalences.
new 254e5d19a17 libstdc++: Restore __gnu_debug::array [PR100682]
new c22bcfd2f7d libstdc++: Initialize all subobjects of std::function
new aca7a0253d6 libstdc++: Use std::addressof in ranges::uninitialized_xxx [...]
The 3 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:
.../doc/html/manual/debug_mode_semantics.html | 4 +--
libstdc++-v3/doc/html/manual/debug_mode_using.html | 15 +++++++++--
libstdc++-v3/doc/xml/manual/debug_mode.xml | 25 +++++++++++++------
libstdc++-v3/include/bits/ranges_uninitialized.h | 26 +++++++++----------
libstdc++-v3/include/bits/std_function.h | 18 +++++++-------
libstdc++-v3/include/debug/{set => array} | 29 +++++++++++-----------
libstdc++-v3/testsuite/util/testsuite_iterators.h | 8 ++++++
7 files changed, 77 insertions(+), 48 deletions(-)
copy libstdc++-v3/include/debug/{set => array} (67%)
--
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 5fbe0f28ae6 x86: drop dq{b,d}_mode
new f8788362657 [gdb/testsuite] Fix FAILs due to PR gcc/101575
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/testsuite/gdb.ada/formatted_ref.exp | 25 ++++++++++++++++++++++++-
gdb/testsuite/gdb.ada/iwide.exp | 25 +++++++++++++++++++++++--
gdb/testsuite/gdb.ada/pkd_arr_elem.exp | 26 ++++++++++++++++++++++++--
3 files changed, 71 insertions(+), 5 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 a6291d88d5b Remove pass_cpb which is related to enable avx512 embedded [...]
new e58093276a6 Only call vrp_visit_cond_stmt if range_of_stmt doesn't reso [...]
new ea789238b2c Check for undefined on COND_EXPR before querying type.
new d3fa77472b7 Allow non-symmetrical equivalences.
The 3 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/gimple-range-fold.cc | 3 ++-
gcc/testsuite/g++.dg/pr101511.C | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr101496.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr101497.c | 13 +++++++++++++
gcc/value-relation.cc | 8 ++++++--
gcc/vr-values.c | 30 +++++++++++++++++-------------
6 files changed, 82 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr101511.C
create mode 100644 gcc/testsuite/gcc.dg/pr101496.c
create mode 100644 gcc/testsuite/gcc.dg/pr101497.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from fec458f0fc4 Automatic date update in version.in
new d0579d4d1c7 x86: drop OP_Mask()
new be2f8fcd9df x86: correct VCVT{,U}SI2SD rounding mode handling
new 3fa77affb00 x86-64: generalize OP_G()'s EVEX.R' handling
new bac11f2cfe7 x86-64: properly bounds-check %bnd<N> in OP_G()
new 5f6b8397a40 x86: fold duplicate register printing code
new 4454883ff0e x86: fold duplicate code in MOVSXD_Fixup()
new 54ca11a48eb x86: correct EVEX.V' handling outside of 64-bit mode
new 605228fcaf9 x86: drop vex_mode and vex_scalar_mode
new b0556968af0 x86: fold duplicate vector register printing code
new c1d66d5f24e x86: drop xmm_m{b,w,d,q}_mode
new eb34d29be87 x86: drop vex_scalar_w_dq_mode
new 5fbe0f28ae6 x86: drop dq{b,d}_mode
The 12 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/evex.d | 7 +-
gas/testsuite/gas/i386/evex.s | 5 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/noextreg.d | 4 +-
gas/testsuite/gas/i386/x86-64-avx-wig.d | 12 +-
.../gas/i386/x86-64-avx512bw-wig1-intel.d | 56 +-
gas/testsuite/gas/i386/x86-64-avx512bw-wig1.d | 56 +-
gas/testsuite/gas/i386/x86-64-evex-wig1-intel.d | 22 +-
gas/testsuite/gas/i386/x86-64-evex-wig1.d | 22 +-
gas/testsuite/gas/i386/x86-64-evex.d | 22 +
gas/testsuite/gas/i386/x86-64-mpx.d | 2 +
gas/testsuite/gas/i386/x86-64-mpx.s | 14 +
opcodes/i386-dis-evex-mod.h | 12 +-
opcodes/i386-dis-evex-prefix.h | 34 +-
opcodes/i386-dis-evex-w.h | 72 ++-
opcodes/i386-dis-evex.h | 62 +--
opcodes/i386-dis.c | 573 ++++++---------------
17 files changed, 385 insertions(+), 591 deletions(-)
create mode 100644 gas/testsuite/gas/i386/x86-64-evex.d
--
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 newlib.
from bf8f2a95d Cygwin: profiler: Fix formatting warnings
new 44a396657 libc/include/sys/config.h: Undef _REENT_SMALL for RTEMS on Mi [...]
new 51a297bcb Ensure nanosleep(2) never returns negative rem
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:
newlib/libc/include/sys/config.h | 2 +-
winsup/cygwin/cygwait.cc | 6 ++++--
winsup/cygwin/release/3.2.1 | 4 ++++
3 files changed, 9 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.