This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 938094abec2 AVR: Fix a nit in avr-passes.cc::absint_t.dump(). new 873cffc7920 AVR: target/117726 - Better optimizations of ASHIFT:SI insns.
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/avr/avr-common.cc | 1 + gcc/config/avr/avr-passes.cc | 214 +++++++++++++++++++++++++++++++----- gcc/config/avr/avr-passes.def | 7 ++ gcc/config/avr/avr-protos.h | 8 ++ gcc/config/avr/avr.cc | 56 +++++++++- gcc/config/avr/avr.h | 6 + gcc/config/avr/avr.md | 204 +++++++++++++++++++++------------- gcc/config/avr/avr.opt | 4 + gcc/config/avr/constraints.md | 16 +++ gcc/pass_manager.h | 2 +- 10 files changed, 407 insertions(+), 111 deletions(-)