This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e2b20ed3efd Daily bump. new a3a45f0b145 Hazard barrier return support new 19aa3900bca MIPS: Add pattern for clo
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/config/mips/mips.cc | 1 + gcc/config/mips/mips.h | 3 +++ gcc/config/mips/mips.md | 24 ++++++++++++++++++++++ gcc/doc/extend.texi | 6 ++++++ gcc/testsuite/gcc.target/mips/clo.c | 11 ++++++++++ gcc/testsuite/gcc.target/mips/clz.c | 10 +++++++++ .../mips/hazard-barrier-return-attribute.c | 20 ++++++++++++++++++ gcc/testsuite/gcc.target/mips/mips.exp | 3 +++ 8 files changed, 78 insertions(+) create mode 100644 gcc/testsuite/gcc.target/mips/clo.c create mode 100644 gcc/testsuite/gcc.target/mips/clz.c create mode 100644 gcc/testsuite/gcc.target/mips/hazard-barrier-return-attribute.c