This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3154f40272f 2018-11-07 Richard Biener rguenther@suse.de new c1af8d58768 Add support for Loongson MMI 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/ChangeLog | 31 + gcc/config.gcc | 2 +- gcc/config/mips/{loongson.md => loongson-mmi.md} | 155 +++-- .../mips/{loongson.h => loongson-mmiintrin.h} | 15 +- gcc/config/mips/loongson.h | 669 +-------------------- gcc/config/mips/mips.c | 27 +- gcc/config/mips/mips.h | 36 +- gcc/config/mips/mips.md | 16 +- gcc/config/mips/mips.opt | 4 + gcc/doc/invoke.texi | 7 + gcc/testsuite/ChangeLog | 29 + .../mips/loongson-shift-count-truncated-1.c | 6 +- gcc/testsuite/gcc.target/mips/loongson-simd.c | 4 +- gcc/testsuite/gcc.target/mips/mips.exp | 10 + gcc/testsuite/lib/target-supports.exp | 47 +- 15 files changed, 254 insertions(+), 804 deletions(-) rename gcc/config/mips/{loongson.md => loongson-mmi.md} (88%) copy gcc/config/mips/{loongson.h => loongson-mmiintrin.h} (98%)