This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1a9652efb27 Remove wrong assert about single value profiler. new b1a4ffbd1cd [arm] Implement usadv16qi and ssadv16qi standard names
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 | 7 +++++++ gcc/config/arm/iterators.md | 3 +++ gcc/config/arm/neon.md | 26 ++++++++++++++++++++++++++ gcc/config/arm/unspecs.md | 2 ++ gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.target/arm/ssadv16qi.c | 29 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/arm/usadv16qi.c | 29 +++++++++++++++++++++++++++++ 7 files changed, 101 insertions(+) create mode 100644 gcc/testsuite/gcc.target/arm/ssadv16qi.c create mode 100644 gcc/testsuite/gcc.target/arm/usadv16qi.c