This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e484755aecd target: Fix asm generation for AVX builtins when using -mas [...]
new 918ccccbb0e Don't use gori dependencies to optimize.
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/gimple-range-fold.cc | 30 +++++++++++++++++-------------
gcc/testsuite/gcc.dg/pr106114.c | 14 ++++++++++++++
2 files changed, 31 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr106114.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/qemu.
from 2a8835cb45 Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/vir [...]
new 79ef0cebb5 block/copy-before-write: refactor option parsing
new f1bb39a8a5 block/copy-before-write: add on-cbw-error open parameter
new dd3e97dfbe iotests: add copy-before-write: on-cbw-error tests
new e1878eb5f0 util: add qemu-co-timeout
new 15df6e6987 block/block-copy: block_copy(): add timeout_ns parameter
new 6db7fd1ca9 block/copy-before-write: implement cbw-timeout option
new 9d05a87b77 iotests: copy-before-write: add cases for cbw-timeout option
new 8bb100c9e2 nbd: trace long NBD operations
new 1b8f777673 block: use 'unsigned' for in_flight field on driver state
new f96d4e0f60 Merge tag 'pull-block-2022-06-14-v2' of https://gitlab.com/v [...]
new 6985d8ede9 vga: avoid crash if no default vga card
new 5bba9bcfbb qom/object: Remove circular include dependency
new 832fef7cc1 util: Return void on iova_tree_remove
new 118d4ed045 Trivial: 3 char repeat typos
new a0984714fb trivial typos: namesapce
new 1a7fc0447e MAINTAINERS: Add softmmu/runstate.c to "Main loop"
new c92331bf04 hw/pci-host/i440fx: Remove unused parameter from i440fx_init()
new 2296b46556 common-user: Only compile the common user code if have_user is set
new 99337bd1e3 hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM)
new 21d87050af hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()
new c379bd7551 hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client [...]
new 621745c4f3 Merge tag 'trivial-branch-for-7.1-pull-request' of https://g [...]
The 22 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:
MAINTAINERS | 1 +
block/block-copy.c | 33 +++-
block/copy-before-write.c | 110 ++++++++---
block/mirror.c | 2 +-
block/nbd.c | 8 +-
block/trace-events | 2 +
common-user/meson.build | 4 +
hw/9pfs/9p-xattr-user.c | 8 +-
hw/acpi/nvdimm.c | 2 +-
hw/i386/pc_piix.c | 3 -
hw/i386/xen/xen-hvm.c | 17 +-
hw/ide/atapi.c | 4 +-
hw/intc/openpic.c | 2 +-
hw/isa/piix3.c | 15 +-
hw/net/imx_fec.c | 2 +-
hw/nvme/ctrl.c | 2 +-
hw/pci-host/i440fx.c | 4 +-
hw/pci/pcie_aer.c | 2 +-
hw/pci/shpc.c | 3 +-
hw/ppc/spapr_caps.c | 2 +-
hw/scsi/spapr_vscsi.c | 2 +-
include/block/block-copy.h | 4 +-
include/hw/pci-host/i440fx.h | 1 -
include/hw/xen/xen.h | 2 +-
include/hw/xen/xen_common.h | 6 -
include/qemu/coroutine.h | 13 ++
include/qemu/iova-tree.h | 4 +-
include/qom/object.h | 1 -
nbd/client-connection.c | 2 +
nbd/trace-events | 3 +
qapi/block-core.json | 31 ++-
qapi/net.json | 2 +-
softmmu/vl.c | 3 +-
stubs/xen-hw-stub.c | 3 +-
tests/qemu-iotests/pylintrc | 5 +
tests/qemu-iotests/tests/copy-before-write | 216 +++++++++++++++++++++
.../{151.out => tests/copy-before-write.out} | 0
tools/virtiofsd/passthrough_ll.c | 2 +-
ui/input.c | 2 +-
util/iova-tree.c | 4 +-
util/meson.build | 1 +
util/qemu-co-timeout.c | 89 +++++++++
42 files changed, 524 insertions(+), 98 deletions(-)
create mode 100755 tests/qemu-iotests/tests/copy-before-write
copy tests/qemu-iotests/{151.out => tests/copy-before-write.out} (100%)
create mode 100644 util/qemu-co-timeout.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/gdb.
from 7e8621cf6d Fix GDBserver regression due to change to avoid reading shel [...]
new 133791286f Automatic date update in version.in
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:
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_gnu_cross_build/master-aarch64
in repository toolchain/ci/glibc.
from ecd0fbebc0 Linux: Forward declaration of struct iovec for process_madvise
adds d55df811e9 nptl: Remove unused members from struct pthread
new 2c4e368a41 linux: Remove unnecessary nice.c and signal.c
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:
nptl/descr.h | 7 -------
sysdeps/unix/sysv/linux/nice.c | 1 -
sysdeps/unix/sysv/linux/signal.c | 3 ---
3 files changed, 11 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/nice.c
delete mode 100644 sysdeps/unix/sysv/linux/signal.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/gcc.
from 49d508065bd jit: avoid calloc() poisoning on musl [PR106102]
adds 329bef49da3 d: Fix error: aggregate value used where floating point was [...]
adds 3183acc8e04 compiler: check repeated const expressions in new scope
adds e3a5c77388a libgccjit: Fix bug where unary_op will return an integer ty [...]
new ce600bc4643 Daily bump.
new e484755aecd target: Fix asm generation for AVX builtins when using -mas [...]
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:
gcc/ChangeLog | 32 ++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/sse.md | 10 +-
gcc/cp/ChangeLog | 9 ++
gcc/d/ChangeLog | 47 +++++++++
gcc/d/d-convert.cc | 44 ++++++++-
gcc/d/expr.cc | 10 +-
gcc/d/toir.cc | 1 +
gcc/fortran/ChangeLog | 8 ++
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 110 ++++-----------------
gcc/go/gofrontend/expressions.h | 105 ++++++++++++++++++++
gcc/go/gofrontend/parse.cc | 89 +++++++++++++++++
gcc/go/gofrontend/parse.h | 1 +
gcc/jit/ChangeLog | 14 +++
gcc/jit/jit-playback.cc | 3 +-
gcc/testsuite/ChangeLog | 49 +++++++++
gcc/testsuite/gcc.target/i386/pr106095.c | 47 +++++++++
gcc/testsuite/gdc.dg/pr106139a.d | 36 +++++++
gcc/testsuite/gdc.dg/pr106139b.d | 36 +++++++
gcc/testsuite/gdc.dg/pr106139c.d | 27 +++++
gcc/testsuite/gdc.dg/pr106139d.d | 27 +++++
gcc/testsuite/jit.dg/test-asm.cc | 1 +
.../jit.dg/test-pr105812-bool-operations.c | 89 +++++++++++++++++
libgfortran/ChangeLog | 24 +++++
libphobos/ChangeLog | 6 ++
26 files changed, 727 insertions(+), 102 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr106095.c
create mode 100644 gcc/testsuite/gdc.dg/pr106139a.d
create mode 100644 gcc/testsuite/gdc.dg/pr106139b.d
create mode 100644 gcc/testsuite/gdc.dg/pr106139c.d
create mode 100644 gcc/testsuite/gdc.dg/pr106139d.d
create mode 100644 gcc/testsuite/jit.dg/test-pr105812-bool-operations.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 7e8621cf6d Fix GDBserver regression due to change to avoid reading shel [...]
adds 133791286f 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 9b81c007 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new da8a0ee3 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 (9b81c007)
\
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 1560 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 31576 -> 30568 bytes
05-build_abe-stage1/console.log.xz | Bin 72692 -> 72552 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 9500 -> 9584 bytes
08-build_abe-glibc/console.log.xz | Bin 239544 -> 239008 bytes
09-build_abe-stage2/console.log.xz | Bin 202008 -> 201984 bytes
10-build_abe-gdb/console.log.xz | Bin 38816 -> 37580 bytes
11-build_abe-qemu/console.log.xz | Bin 32908 -> 33400 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
13 files changed, 21 insertions(+), 21 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_gcc_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from b955c336f9 GDB/testsuite: Tighten `set print elements' error check
adds 7e8621cf6d Fix GDBserver regression due to change to avoid reading shel [...]
adds 133791286f Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdbserver/fork-child.cc | 13 +++++++++++--
2 files changed, 12 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_gcc_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 1cbc6a7d 0: update: binutils-gcc: 1
new 78d04abf 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 (1cbc6a7d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1548 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2712 bytes
03-build_abe-binutils/console.log.xz | Bin 39872 -> 37960 bytes
04-build_abe-gcc/console.log.xz | Bin 214660 -> 213968 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3876 -> 3844 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2576 -> 2604 bytes
07-check_regression/console.log.xz | Bin 356536 -> 2804 bytes
07-check_regression/extra-bisect-params | 1 -
07-check_regression/fails.sum | 7 -
07-check_regression/results.compare | 33589 +----------
07-check_regression/results.compare2 | 55228 +-----------------
07-check_regression/results.regressions | 101 -
08-update_baseline/console.log | 89021 +-----------------------------
08-update_baseline/extra-bisect-params | 1 -
08-update_baseline/fails.sum | 7 -
08-update_baseline/results.compare | 33589 +----------
08-update_baseline/results.compare2 | 55228 +-----------------
08-update_baseline/results.regressions | 101 -
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3530688 -> 3548800 bytes
sumfiles/g++.sum | 114 +-
sumfiles/gcc.log.xz | Bin 3060972 -> 3050940 bytes
sumfiles/gcc.sum | 4828 +-
sumfiles/gfortran.log.xz | Bin 1039832 -> 1032632 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2184 -> 2188 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 204056 -> 204424 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2540 -> 2548 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 442612 -> 440144 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2712 insertions(+), 269191 deletions(-)
delete mode 100644 07-check_regression/extra-bisect-params
delete mode 100644 07-check_regression/fails.sum
delete mode 100644 07-check_regression/results.regressions
delete mode 100644 08-update_baseline/extra-bisect-params
delete mode 100644 08-update_baseline/fails.sum
delete mode 100644 08-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.