This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4b729d2ff32 testsuite: Fix up refactored scanltranstree.exp functions [ [...] new bd2ccc24420 AVR: Outsource code for avr-specific passes to new avr-passes.cc.
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 | 2 +- gcc/config/avr/avr-passes.cc | 1931 +++++++++++++++++++++++++ gcc/config/avr/avr-protos.h | 8 +- gcc/config/avr/avr.cc | 3297 ++++++++---------------------------------- gcc/config/avr/ranges.h | 278 ++++ gcc/config/avr/t-avr | 6 + 6 files changed, 2812 insertions(+), 2710 deletions(-) create mode 100644 gcc/config/avr/avr-passes.cc create mode 100644 gcc/config/avr/ranges.h