This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a15f063bc9c [ARC] Add JLI support. new c73f40d64a8 [ARC] Add SJLI support. new eddd4dd0e94 [ARC] Add support for reduced register file set new 0ff0f9a6063 [ARC] Rework delegitimate_address hook new 860d07f01fd [ARC] Add ARCv2 core3 tune option. new d7638922ba1 PR c/83989 * gimple-ssa-warn-restrict.c (builtin_memref:: [...] new ed658d288c6 PR rtl-optimization/83985 * dce.c (deletable_insn_p): Ret [...]
The 6 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 | 67 +++++ gcc/config/arc/arc-arch.h | 3 +- gcc/config/arc/arc-arches.def | 8 +- gcc/config/arc/arc-c.def | 1 + gcc/config/arc/arc-cpus.def | 1 + gcc/config/arc/arc-options.def | 2 +- gcc/config/arc/arc-protos.h | 1 + gcc/config/arc/arc-tables.opt | 3 + gcc/config/arc/arc.c | 298 +++++++++++++++------- gcc/config/arc/arc.h | 4 +- gcc/config/arc/arc.md | 42 +-- gcc/config/arc/arc.opt | 44 ++-- gcc/config/arc/constraints.md | 7 + gcc/config/arc/elf.h | 4 + gcc/config/arc/genmultilib.awk | 2 + gcc/config/arc/linux.h | 9 + gcc/config/arc/t-multilib | 4 +- gcc/dce.c | 15 +- gcc/doc/extend.texi | 6 + gcc/doc/invoke.texi | 12 +- gcc/gimple-ssa-warn-restrict.c | 3 - gcc/testsuite/ChangeLog | 12 + gcc/testsuite/c-c++-common/Wrestrict-3.c | 48 ++++ gcc/testsuite/gcc.dg/pr83985.c | 25 ++ gcc/testsuite/gcc.target/arc/tdelegitimize_addr.c | 23 ++ libgcc/ChangeLog | 7 + libgcc/config/arc/lib1funcs.S | 22 +- 27 files changed, 504 insertions(+), 169 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wrestrict-3.c create mode 100644 gcc/testsuite/gcc.dg/pr83985.c create mode 100755 gcc/testsuite/gcc.target/arc/tdelegitimize_addr.c