This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f83dfae2249 Corrected date in changelog new a15f063bc9c [ARC] Add JLI support.
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 | 64 ++++++++++ gcc/config/arc/arc-protos.h | 2 + gcc/config/arc/arc.c | 220 ++++++++++++++++++++++++++++++++++- gcc/config/arc/arc.md | 128 ++++++++++---------- gcc/config/arc/arc.opt | 4 + gcc/config/arc/constraints.md | 6 + gcc/config/arc/elf.h | 3 + gcc/config/arc/fpx.md | 18 +-- gcc/config/arc/linux.h | 1 + gcc/config/arc/simdext.md | 2 +- gcc/doc/extend.texi | 13 +++ gcc/doc/invoke.texi | 7 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.target/arc/jli-1.c | 19 +++ gcc/testsuite/gcc.target/arc/jli-2.c | 19 +++ 15 files changed, 430 insertions(+), 81 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/jli-1.c create mode 100644 gcc/testsuite/gcc.target/arc/jli-2.c