This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 940c723 Error out on -fvtable-verify without --enable-vtable-verify new ddc6405 Add support for MIPS SIMD Architecture (MSA). new 882ad7c Add pipeline description for MSA.
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 | 401 ++++++ gcc/config.gcc | 2 +- gcc/config/mips/constraints.md | 55 + gcc/config/mips/i6400.md | 177 ++- gcc/config/mips/mips-ftypes.def | 157 +++ gcc/config/mips/mips-modes.def | 14 +- gcc/config/mips/mips-msa.md | 2736 +++++++++++++++++++++++++++++++++++++++ gcc/config/mips/mips-protos.h | 20 +- gcc/config/mips/mips.c | 2229 ++++++++++++++++++++++++++++++- gcc/config/mips/mips.h | 86 +- gcc/config/mips/mips.md | 45 +- gcc/config/mips/mips.opt | 4 + gcc/config/mips/msa.h | 582 +++++++++ gcc/config/mips/mti-elf.h | 4 +- gcc/config/mips/mti-linux.h | 6 +- gcc/config/mips/p5600.md | 119 +- gcc/config/mips/predicates.md | 129 +- gcc/doc/extend.texi | 789 +++++++++++ gcc/doc/invoke.texi | 1 + gcc/doc/sourcebuild.texi | 3 + 20 files changed, 7486 insertions(+), 73 deletions(-) create mode 100644 gcc/config/mips/mips-msa.md create mode 100644 gcc/config/mips/msa.h