This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b64980b0776 testsuite: Fix optimize_one.c FAIL on i686-linux new f4f72f9b6bc MIPS: Support vector reduc for MSA
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/mips/mips-msa.md | 128 ++++++++++++++++++++++++++++++ gcc/config/mips/mips-protos.h | 1 + gcc/config/mips/mips.cc | 41 ++++++++++ gcc/config/mips/mips.md | 4 + gcc/testsuite/gcc.target/mips/msa-reduc.c | 119 +++++++++++++++++++++++++++ 5 files changed, 293 insertions(+) create mode 100644 gcc/testsuite/gcc.target/mips/msa-reduc.c