This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b219cbeda72 ifcvt: Handle multiple rewired regs and refactor noce_conve [...]
new 12028d7b97a borrowck: Avoid overloading issues on 32bit architectures
new edc47d3ac95 borrowck: Fix debug prints on 32-bits architectures
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/rust/checks/errors/borrowck/rust-bir-builder.h | 3 ++-
gcc/rust/checks/errors/borrowck/rust-bir-fact-collector.h | 10 ++++++----
2 files changed, 8 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 24df2ab33c5 16-bit testsuite fixes - excessive code size
new 68da681e614 AVR: target/85624 - Fix non-matching alignment in clrmem* insns.
new 28b3812c9d8 ifcvt: handle sequences that clobber flags in noce_convert_ [...]
new 72c9b5f438f ifcvt: Allow more operations in multiple set if conversion
new b219cbeda72 ifcvt: Handle multiple rewired regs and refactor noce_conve [...]
The 4 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/avr/avr.md | 2 +
gcc/ifcvt.cc | 404 ++++++++++-----------
gcc/ifcvt.h | 16 +
.../aarch64/ifcvt_multiple_sets_arithm.c | 79 ++++
.../aarch64/ifcvt_multiple_sets_rewire.c | 20 +
gcc/testsuite/gcc.target/avr/torture/pr85624.c | 7 +
6 files changed, 321 insertions(+), 207 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/ifcvt_multiple_sets_arithm.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/ifcvt_multiple_sets_rewire.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr85624.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 gcc.
from 46bd63d872f This fixes problems with tests that exceed a data type or t [...]
new 24df2ab33c5 16-bit testsuite fixes - excessive code size
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/testsuite/g++.dg/lookup/pr21802.C | 1 +
gcc/testsuite/gcc.c-torture/execute/20021120-1.c | 2 ++
gcc/testsuite/gcc.dg/fixed-point/convert-float-4.c | 1 +
gcc/testsuite/gcc.dg/torture/pr112282.c | 1 +
4 files changed, 5 insertions(+)
--
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 9ab8681db6c Use splay-tree-utils.h in tree-ssa-sccvn [PR30920]
new 40b9a7beb79 Avoid cfg corruption when using sjlj exceptions where loops [...]
new 46bd63d872f This fixes problems with tests that exceed a data type or t [...]
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/except.cc | 4 ++++
gcc/testsuite/c-c++-common/analyzer/coreutils-sum-pr108666.c | 2 +-
gcc/testsuite/c-c++-common/torture/builtin-clear-padding-2.c | 1 +
gcc/testsuite/gcc.dg/pr107523.c | 10 ++++++----
gcc/testsuite/gcc.dg/pr115646.c | 1 +
gcc/testsuite/gcc.dg/pr47893.c | 3 +++
gcc/testsuite/gcc.dg/torture/inline-mem-cmp-1.c | 1 +
gcc/testsuite/gcc.dg/torture/inline-mem-cpy-1.c | 1 +
8 files changed, 18 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 fcc766c82cf aarch64: Emit ADD X, Y, Y instead of SHL X, Y, #1 for Advan [...]
new 9ab8681db6c Use splay-tree-utils.h in tree-ssa-sccvn [PR30920]
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/rtl-ssa/accesses.cc | 8 ++--
gcc/splay-tree-utils.h | 29 +++++++++++++
gcc/splay-tree-utils.tcc | 69 +++++++++++++++++++++++++++---
gcc/tree-ssa-sccvn.cc | 106 ++++++++++++++++-------------------------------
4 files changed, 131 insertions(+), 81 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 8d8db21eb72 Fortran: Fix coarray in associate not linking [PR85510]
new fcc766c82cf aarch64: Emit ADD X, Y, Y instead of SHL X, Y, #1 for Advan [...]
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/aarch64/aarch64-simd.md | 12 ++--
gcc/config/aarch64/constraints.md | 6 ++
gcc/testsuite/gcc.target/aarch64/advsimd_shl_add.c | 64 ++++++++++++++++++++++
3 files changed, 77 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd_shl_add.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 gcc.
from 4bcb480d103 Initial support for AVX10.2
new 8d8db21eb72 Fortran: Fix coarray in associate not linking [PR85510]
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/resolve.cc | 10 ++++++----
gcc/fortran/trans-decl.cc | 2 +-
gcc/testsuite/gfortran.dg/coarray/pr85510.f90 | 19 +++++++++++++++++++
3 files changed, 26 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray/pr85510.f90
--
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 7a970bd03f1 PR target/116275: Handle STV of *extenddi2_doubleword_highp [...]
new 4bcb480d103 Initial support for AVX10.2
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/common/config/i386/cpuinfo.h | 6 +++++
gcc/common/config/i386/i386-common.cc | 43 ++++++++++++++++++++++++++++++++--
gcc/common/config/i386/i386-cpuinfo.h | 2 ++
gcc/common/config/i386/i386-isas.h | 3 +++
gcc/config/i386/i386-c.cc | 4 ++++
gcc/config/i386/i386-isa.def | 2 ++
gcc/config/i386/i386-options.cc | 7 +++++-
gcc/config/i386/i386.opt | 15 ++++++++++++
gcc/config/i386/i386.opt.urls | 9 +++++++
gcc/doc/extend.texi | 15 ++++++++++++
gcc/doc/invoke.texi | 17 +++++++++++---
gcc/doc/sourcebuild.texi | 9 +++++++
gcc/testsuite/g++.dg/other/i386-2.C | 9 ++++---
gcc/testsuite/g++.dg/other/i386-3.C | 9 ++++---
gcc/testsuite/gcc.target/i386/sse-12.c | 2 +-
gcc/testsuite/gcc.target/i386/sse-13.c | 2 +-
gcc/testsuite/gcc.target/i386/sse-14.c | 2 +-
gcc/testsuite/gcc.target/i386/sse-22.c | 4 ++--
gcc/testsuite/gcc.target/i386/sse-23.c | 2 +-
19 files changed, 140 insertions(+), 22 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 master
in repository toolchain/ci/interesting-commits.
from eef40c97a Add entry 6ae8a30d44f016cafb46a75843b5109316eb1996 from https [...]
new ccc3534c3 Add entry 6ae8a30d44f016cafb46a75843b5109316eb1996 from https [...]
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:
.../sha1/6ae8a30d44f016cafb46a75843b5109316eb1996/jira/description | 4 ++++
binutils/sha1/6ae8a30d44f016cafb46a75843b5109316eb1996/jira/yaml | 4 ++++
binutils/sha1/6ae8a30d44f016cafb46a75843b5109316eb1996/status.txt | 4 ++++
.../details.txt | 4 ++--
.../reproduction_instructions.txt | 4 ++--
.../gnu-master-aarch64-stable-allnoconfig}/status-summary.txt | 0
.../status.txt | 4 ++--
.../6ae8a30d44f016cafb46a75843b5109316eb1996/tcwg_kernel/status.txt | 4 ++++
8 files changed, 22 insertions(+), 6 deletions(-)
copy binutils/sha1/6ae8a30d44f016cafb46a75843b5109316eb1996/tcwg_kernel/{gnu-maste [...]
copy binutils/sha1/6ae8a30d44f016cafb46a75843b5109316eb1996/tcwg_kernel/{gnu-maste [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => binutils/ [...]
copy binutils/sha1/6ae8a30d44f016cafb46a75843b5109316eb1996/tcwg_kernel/{gnu-maste [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 609e699db Add entry 6ae8a30d44f016cafb46a75843b5109316eb1996 from https [...]
new eef40c97a Add entry 6ae8a30d44f016cafb46a75843b5109316eb1996 from https [...]
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:
.../tcwg_kernel/gnu-master-aarch64-stable-allnoconfig}/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {gcc/sha1/20214aaab6fe8d77523ef86b47248f35992f49d4/tcwg_kernel/gnu-master-aar [...]
copy binutils/sha1/6ae8a30d44f016cafb46a75843b5109316eb1996/tcwg_kernel/{gnu-maste [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.