This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1f2370855df * doc/invoke.texi (-fdebug-types-section): Fix grammar. new 80788f55e31 [ARC] Update movhi and movdi patterns. new e1b8971bfdb [ARC] Cleanup sdata handling. new be1ae722695 [ARC] Clear the instruction cache using syscalls.
The 3 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 | 49 +++++ gcc/config/arc/arc-protos.h | 4 - gcc/config/arc/arc.c | 312 ++++++++------------------- gcc/config/arc/arc.md | 47 ++-- gcc/config/arc/constraints.md | 6 +- gcc/config/arc/linux.h | 14 ++ gcc/testsuite/ChangeLog | 12 ++ gcc/testsuite/gcc.target/arc/add_n-combine.c | 2 +- gcc/testsuite/gcc.target/arc/interrupt-8.c | 5 +- gcc/testsuite/gcc.target/arc/loop-4.c | 2 +- gcc/testsuite/gcc.target/arc/loop-hazard-1.c | 2 +- gcc/testsuite/gcc.target/arc/sdata-3.c | 8 +- gcc/testsuite/gcc.target/arc/store-merge-1.c | 17 ++ 13 files changed, 218 insertions(+), 262 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/store-merge-1.c