This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 05f0e9eec9f Add -mcpu=power11 support.
new 14074773350 Fix modref's iteraction with store merging
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/ipa-modref.cc | 3 +++
gcc/testsuite/gcc.c-torture/pr111613.c | 29 +++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/pr111613.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 releases/gcc-14
in repository gcc.
from 9a7d668fc58 Reduce recursive inlining of always_inline functions
new c5397d343ff Compare loop bounds in ipa-icf
new f2e98084792 Fix accounting of offsets in unadjusted_ptr_and_unit_offset
new 27ef3a0779e Fix modref_eaf_analysis::analyze_ssa_name handling of value [...]
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/ipa-icf-gimple.cc | 4 +++
gcc/ipa-modref.cc | 6 +++--
gcc/ipa-prop.cc | 4 +--
gcc/testsuite/gcc.c-torture/compile/pr115277.c | 28 +++++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr114207.c | 23 +++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr115033.c | 35 ++++++++++++++++++++++++++
6 files changed, 96 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr115277.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr114207.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr115033.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 ab7c0aed520 [4/n][PR rtl-optimization/115877] Correct SUBREG handling i [...]
new 05f0e9eec9f Add -mcpu=power11 support.
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.gcc | 4 +-
gcc/config/rs6000/aix71.h | 1 +
gcc/config/rs6000/aix72.h | 1 +
gcc/config/rs6000/aix73.h | 1 +
gcc/config/rs6000/driver-rs6000.cc | 2 +
gcc/config/rs6000/power10.md | 144 +++++++++++++--------------
gcc/config/rs6000/ppc-auxv.h | 3 +-
gcc/config/rs6000/rs6000-builtin.cc | 1 +
gcc/config/rs6000/rs6000-c.cc | 2 +
gcc/config/rs6000/rs6000-cpus.def | 5 +
gcc/config/rs6000/rs6000-opts.h | 1 +
gcc/config/rs6000/rs6000-string.cc | 1 +
gcc/config/rs6000/rs6000-tables.opt | 11 +-
gcc/config/rs6000/rs6000.cc | 32 ++++--
gcc/config/rs6000/rs6000.h | 1 +
gcc/config/rs6000/rs6000.md | 2 +-
gcc/config/rs6000/rs6000.opt | 6 ++
gcc/doc/invoke.texi | 2 +-
gcc/testsuite/gcc.target/powerpc/power11-1.c | 13 +++
gcc/testsuite/gcc.target/powerpc/power11-2.c | 19 ++++
gcc/testsuite/gcc.target/powerpc/power11-3.c | 9 ++
21 files changed, 171 insertions(+), 90 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/power11-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/power11-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/power11-3.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 cf8ffc58aad Fix modref_eaf_analysis::analyze_ssa_name handling of value [...]
new ab7c0aed520 [4/n][PR rtl-optimization/115877] Correct SUBREG handling i [...]
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/ext-dce.cc | 13 ++++++++++---
1 file changed, 10 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.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 323d010fa5d [PR115565] cse: Don't use a valid regno for non-register in [...]
new 9a7d668fc58 Reduce recursive inlining of always_inline functions
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/ipa-inline.cc | 79 +++++++++++++++++++++++++++++++++++++------------------
1 file changed, 53 insertions(+), 26 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 34f33ea8015 rtl-ssa: Avoid using a stale splay tree root [PR116009]
new 0d19fbc7b07 Compare loop bounds in ipa-icf
new 391f46f10b0 Fix accounting of offsets in unadjusted_ptr_and_unit_offset
new cf8ffc58aad Fix modref_eaf_analysis::analyze_ssa_name handling of value [...]
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/ipa-icf-gimple.cc | 4 +++
gcc/ipa-modref.cc | 6 +++--
gcc/ipa-prop.cc | 4 +--
gcc/testsuite/gcc.c-torture/compile/pr115277.c | 28 +++++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr114207.c | 23 +++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr115033.c | 35 ++++++++++++++++++++++++++
6 files changed, 96 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr115277.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr114207.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr115033.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 88d16194d0c [NFC][PR rtl-optimization/115877] Avoid setting irrelevant [...]
new ebde0cc101a aarch64: Tighten aarch64_simd_mem_operand_p [PR115969]
new e62988b7775 rtl-ssa: Add debug routines for def_splay_tree
new 34f33ea8015 rtl-ssa: Avoid using a stale splay tree root [PR116009]
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/config/aarch64/aarch64.cc | 5 +++--
gcc/rtl-ssa/accesses.cc | 18 +++++++++++++++++-
gcc/rtl-ssa/accesses.h | 3 +++
gcc/testsuite/gcc.c-torture/compile/pr116009.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr115969.c | 8 ++++++++
5 files changed, 54 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr116009.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr115969.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 6fc24c7607b gdb/testsuite: fix minor typo in a comment
new 40578beee8a gdb/remote: remove an out of date comment
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/remote.c | 3 ---
1 file changed, 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.
unknown user pushed a change to branch master
in repository gcc.
from a8e61cd71f0 Fix hash of WIDEN_*_EXPR
new 88d16194d0c [NFC][PR rtl-optimization/115877] Avoid setting irrelevant [...]
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/ext-dce.cc | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 57 insertions(+), 7 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 binutils-gdb.
from 5cbed9c77bb Automatic date update in version.in
new 6fc24c7607b gdb/testsuite: fix minor typo in a comment
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.base/inline-frame-cycle-unwind.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.