This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8e8b576639c More cleanups. Merging patterns with iterators, split [...] new f5fb834c96e Move all patterns and expanders out of h8300.md and into ot [...]
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/ChangeLog | 16 + gcc/config/h8300/addsub.md | 159 ++ gcc/config/h8300/bitfield.md | 440 ++++++ gcc/config/h8300/combiner.md | 775 ++++++++++ gcc/config/h8300/divmod.md | 99 ++ gcc/config/h8300/extensions.md | 152 ++ gcc/config/h8300/h8300.md | 3157 +-------------------------------------- gcc/config/h8300/jumpcall.md | 306 ++++ gcc/config/h8300/logical.md | 204 +++ gcc/config/h8300/movepush.md | 233 +++ gcc/config/h8300/multiply.md | 194 +++ gcc/config/h8300/other.md | 17 + gcc/config/h8300/proepi.md | 127 ++ gcc/config/h8300/shiftrotate.md | 223 +++ gcc/config/h8300/testcompare.md | 201 +++ 15 files changed, 3159 insertions(+), 3144 deletions(-) create mode 100644 gcc/config/h8300/addsub.md create mode 100644 gcc/config/h8300/bitfield.md create mode 100644 gcc/config/h8300/combiner.md create mode 100644 gcc/config/h8300/divmod.md create mode 100644 gcc/config/h8300/extensions.md create mode 100644 gcc/config/h8300/jumpcall.md create mode 100644 gcc/config/h8300/logical.md create mode 100644 gcc/config/h8300/movepush.md create mode 100644 gcc/config/h8300/multiply.md create mode 100644 gcc/config/h8300/other.md create mode 100644 gcc/config/h8300/proepi.md create mode 100644 gcc/config/h8300/shiftrotate.md create mode 100644 gcc/config/h8300/testcompare.md