This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from f5305638bc Create ChangeLog.old/ChangeLog.27
new 36f2487f13 NEWS: Fix typos
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:
NEWS | 5 +++--
1 file changed, 3 insertions(+), 2 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 c6523ae786e Re: [PATCH] gcc-ar: Handle response files properly [PR77576]
new b9237226fdc tree-optimization: [PR100864] `(a&!b) | b` is not opimized [...]
new 0258b73680e MATCH: PR 106164 : Optimize `(X CMP1 Y) AND/IOR (X CMP2 Y)`
new ac0e0966ebf MATCH: Add `a == b | a cmp b` and `a != b & a cmp b` simpli [...]
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/generic-match-head.cc | 42 ++++++++++++++
gcc/gimple-match-head.cc | 71 +++++++++++++++++++++++
gcc/match.pd | 99 ++++++++++++++++++++++++++------
gcc/testsuite/gcc.dg/tree-ssa/bitops-3.c | 67 +++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/cmpbit-1.c | 38 ++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/cmpbit-2.c | 39 +++++++++++++
6 files changed, 340 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bitops-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmpbit-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmpbit-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.