This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0b0061f4d83 vect: Add a “very cheap” cost model new 5ace1776b88 pru: Add builtins for HALT and LMBD
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/pru/alu-zext.md | 51 ++++++++++++++++++++++++++++++ gcc/config/pru/pru.c | 62 +++++++++++++++++++++++++++++++++---- gcc/config/pru/pru.h | 3 ++ gcc/config/pru/pru.md | 40 ++++++++++++++++++++++++ gcc/doc/extend.texi | 28 +++++++++++++++++ gcc/testsuite/gcc.target/pru/halt.c | 9 ++++++ gcc/testsuite/gcc.target/pru/lmbd.c | 14 +++++++++ 7 files changed, 201 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.target/pru/halt.c create mode 100644 gcc/testsuite/gcc.target/pru/lmbd.c