This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fe02ea4329a [debug] Fix pre_dec handling in vartrack new f158ddd48e2 [ARC] Add support for HS4x cpus. new 90760b6c94d [ARC] Update ARCHS scheduling rules.
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/ChangeLog | 24 +++++ gcc/config/arc/arc-arch.h | 5 +- gcc/config/arc/arc-cpus.def | 2 + gcc/config/arc/arc-tables.opt | 6 ++ gcc/config/arc/arc.c | 19 ++++ gcc/config/arc/arc.md | 24 ++++- gcc/config/arc/arcHS.md | 27 ++++-- gcc/config/arc/arcHS4x.md | 221 ++++++++++++++++++++++++++++++++++++++++++ gcc/config/arc/fpu.md | 16 +-- 9 files changed, 325 insertions(+), 19 deletions(-) create mode 100644 gcc/config/arc/arcHS4x.md