This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eafd78a Fix typo. new 906752b 2015-11-11 Claudiu Zissulescu claziss@synopsys.com new e78372b [ARM] PR67305, tighten neon_vector_mem_operand on eliminable [...]
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 | 66 +++++ gcc/common/config/arc/arc-common.c | 34 ++- gcc/config/arc/arc-opts.h | 4 +- gcc/config/arc/arc-protos.h | 1 + gcc/config/arc/arc.c | 350 ++++++++++++++++++++--- gcc/config/arc/arc.h | 46 +++- gcc/config/arc/arc.md | 552 ++++++++++++++++++++++++++++++------- gcc/config/arc/arc.opt | 33 +++ gcc/config/arc/arcEM.md | 93 +++++++ gcc/config/arc/arcHS.md | 76 +++++ gcc/config/arc/constraints.md | 24 ++ gcc/config/arc/predicates.md | 6 +- gcc/config/arc/t-arc-newlib | 17 +- gcc/config/arm/arm.c | 6 +- gcc/doc/invoke.texi | 73 ++++- 15 files changed, 1234 insertions(+), 147 deletions(-) create mode 100644 gcc/config/arc/arcEM.md create mode 100644 gcc/config/arc/arcHS.md