This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9525daf0fbc PR modula2/109675 implementation of writeAddress is non portable new e88d9e826ee CRIS-LRA: Define TARGET_SPILL_CLASS new 8c361179c01 CRIS: peephole2 an "and" with a contiguous "one-sided" sequ [...]
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/config/cris/cris-protos.h | 6 ++ gcc/config/cris/cris.cc | 90 +++++++++++++++++++++++++ gcc/config/cris/cris.md | 26 +++++++ gcc/testsuite/gcc.target/cris/peep2-andsplit1.c | 25 +++++++ gcc/testsuite/gcc.target/cris/peep2-andu1.c | 4 +- gcc/testsuite/gcc.target/cris/peep2-andu2.c | 6 +- gcc/testsuite/gcc.target/cris/peep2-xsrand.c | 6 +- gcc/testsuite/gcc.target/cris/peep2-xsrand2.c | 6 +- 8 files changed, 158 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.target/cris/peep2-andsplit1.c