This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3e901615ff1 rtl-ssa: Avoid creating duplicated phis
new 452c4f32373 match: Fix the `popcnt(a&b) + popcnt(a|b)` pattern for type [...]
new 0fc13e8c0e3 Improve factor_out_conditional_operation for conversions an [...]
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/match.pd | 2 +-
.../gcc.c-torture/compile/fold-popcount-1.c | 13 +++++++++
gcc/testsuite/gcc.dg/fold-popcount-8a.c | 33 ++++++++++++++++++++++
.../gcc.dg/tree-ssa/{phi-opt-23.c => phi-opt-39.c} | 13 ++++-----
gcc/tree-ssa-phiopt.cc | 16 +++++++++--
5 files changed, 66 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/fold-popcount-1.c
create mode 100644 gcc/testsuite/gcc.dg/fold-popcount-8a.c
copy gcc/testsuite/gcc.dg/tree-ssa/{phi-opt-23.c => phi-opt-39.c} (86%)
--
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 f87cf663af7 as: fixed internal error when immediate value of relocation [...]
new 07a9e709114 [readelf] Handle unknown name of main in .gdb_index section
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:
binutils/ChangeLog | 4 ++++
binutils/dwarf.c | 19 ++++++++++++-------
2 files changed, 16 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 gcc.
from 58de8e933d1 i386: Avoid paradoxical subreg dests in vector zero_extend
new 50313dcdf33 rtl-ssa: Fix null deref in first_any_insn_use
new c97b167e357 rtl-ssa: Fix handling of deleted insns
new d0eb4aceaa9 rtl-ssa: Don't insert after insns that can throw
new 3e901615ff1 rtl-ssa: Avoid creating duplicated phis
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/rtl-ssa.h | 1 +
gcc/rtl-ssa/blocks.cc | 5 +++++
gcc/rtl-ssa/changes.cc | 5 ++++-
gcc/rtl-ssa/member-fns.inl | 2 +-
gcc/rtl-ssa/movement.h | 3 ++-
5 files changed, 13 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.