This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f7631b23401 Update test-suite expected output after rewording in libsanitizer. new 89301960df9 [ARC] Remove non standard funcions calls. new 563528ff826 Update LOCAL_PATCHES after libsanitizer merge. new 551bcefa4be [ARC] Cleanup TLS implementation and add a number of tests. new c2450ffb69c [ARC] Add BI/BIH instruction support. new 44257478a8d [ARC] Handle store cacheline hazard.
The 5 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 | 59 ++++ gcc/config/arc/arc-arch.h | 1 + gcc/config/arc/arc.c | 257 +++++++++------ gcc/config/arc/arc.h | 110 ++++--- gcc/config/arc/arc.md | 391 ++++------------------- gcc/config/arc/arc.opt | 9 +- gcc/config/arc/arc700.md | 18 +- gcc/doc/invoke.texi | 9 +- gcc/testsuite/ChangeLog | 16 + gcc/testsuite/gcc.target/arc/jumptable.c | 34 ++ gcc/testsuite/gcc.target/arc/mulsi3_highpart-2.c | 5 +- gcc/testsuite/gcc.target/arc/tls-1.c | 19 +- gcc/testsuite/gcc.target/arc/tls-gd.c | 17 + gcc/testsuite/gcc.target/arc/tls-ie.c | 17 + gcc/testsuite/gcc.target/arc/tls-ld.c | 18 ++ gcc/testsuite/gcc.target/arc/tls-le.c | 16 + libgcc/ChangeLog | 5 + libgcc/config/arc/lib1funcs.S | 54 ++++ libgcc/config/arc/t-arc | 2 +- libsanitizer/ChangeLog | 4 + libsanitizer/LOCAL_PATCHES | 7 +- 21 files changed, 571 insertions(+), 497 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/jumptable.c create mode 100644 gcc/testsuite/gcc.target/arc/tls-gd.c create mode 100644 gcc/testsuite/gcc.target/arc/tls-ie.c create mode 100644 gcc/testsuite/gcc.target/arc/tls-ld.c create mode 100644 gcc/testsuite/gcc.target/arc/tls-le.c