This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1e832b4db7f MAINTAINERS: fix alphabetic sorting new 1f0bfbb26e5 [xstormy16] Add support for byte and word swapping instructions.
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/config/stormy16/stormy16.md | 36 ++++++++++++++++++++++ .../builtin-bswap-4.c => xstormy16/bswap16.c} | 5 +-- .../builtin-bswap-2.c => xstormy16/bswap32.c} | 4 +-- gcc/testsuite/gcc.target/xstormy16/swpb.c | 9 ++++++ gcc/testsuite/gcc.target/xstormy16/swpw-1.c | 8 +++++ gcc/testsuite/gcc.target/xstormy16/swpw-2.c | 14 +++++++++ 6 files changed, 72 insertions(+), 4 deletions(-) copy gcc/testsuite/gcc.target/{i386/builtin-bswap-4.c => xstormy16/bswap16.c} (50%) copy gcc/testsuite/gcc.target/{ia64/builtin-bswap-2.c => xstormy16/bswap32.c} (52%) create mode 100644 gcc/testsuite/gcc.target/xstormy16/swpb.c create mode 100644 gcc/testsuite/gcc.target/xstormy16/swpw-1.c create mode 100644 gcc/testsuite/gcc.target/xstormy16/swpw-2.c