This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch in repository toolchain/gcc.
from 8e9fa4a gcc/ Backport from trunk r237857. 2016-06-29 Jim Wilson [...] new d108caf gcc/ Backport from trunk r238079. 2016-07-07 Thomas Preud [...]
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/arm/arm-arches.def | 6 + gcc/config/arm/arm-protos.h | 51 ++++---- gcc/config/arm/arm-tables.opt | 13 +- gcc/config/arm/arm.c | 48 +++++-- gcc/config/arm/arm.h | 21 +++- gcc/config/arm/arm.md | 70 +++++++---- gcc/config/arm/bpabi.h | 6 + gcc/config/arm/constraints.md | 2 +- gcc/config/arm/elf.h | 5 +- gcc/config/arm/sync.md | 8 +- gcc/config/arm/thumb1.md | 140 +++++++++++++++++---- gcc/doc/invoke.texi | 11 +- gcc/doc/sourcebuild.texi | 8 ++ ...uire.c => atomic-comp-swap-release-acquire-1.c} | 0 ...uire.c => atomic-comp-swap-release-acquire-2.c} | 4 +- .../{atomic-op-acq_rel.c => atomic-op-acq_rel-1.c} | 0 .../{atomic-op-acq_rel.c => atomic-op-acq_rel-2.c} | 4 +- .../{atomic-op-acquire.c => atomic-op-acquire-1.c} | 0 .../{atomic-op-acquire.c => atomic-op-acquire-2.c} | 4 +- .../arm/{atomic-op-char.c => atomic-op-char-1.c} | 0 .../arm/{atomic-op-char.c => atomic-op-char-2.c} | 4 +- .../{atomic-op-consume.c => atomic-op-consume-1.c} | 0 .../{atomic-op-consume.c => atomic-op-consume-2.c} | 4 +- .../arm/{atomic-op-int.c => atomic-op-int-1.c} | 0 .../arm/{atomic-op-int.c => atomic-op-int-2.c} | 4 +- .../{atomic-op-relaxed.c => atomic-op-relaxed-1.c} | 0 .../{atomic-op-relaxed.c => atomic-op-relaxed-2.c} | 4 +- .../{atomic-op-release.c => atomic-op-release-1.c} | 0 .../{atomic-op-release.c => atomic-op-release-2.c} | 4 +- .../{atomic-op-seq_cst.c => atomic-op-seq_cst-1.c} | 0 .../{atomic-op-seq_cst.c => atomic-op-seq_cst-2.c} | 4 +- .../arm/{atomic-op-short.c => atomic-op-short-1.c} | 0 .../arm/{atomic-op-short.c => atomic-op-short-2.c} | 4 +- gcc/testsuite/gcc.target/arm/cbz.c | 12 ++ gcc/testsuite/gcc.target/arm/movdi_movw.c | 12 ++ gcc/testsuite/gcc.target/arm/movhi_movw.c | 10 ++ gcc/testsuite/gcc.target/arm/movsi_movw.c | 10 ++ gcc/testsuite/gcc.target/arm/pr42574.c | 2 +- gcc/testsuite/lib/target-supports.exp | 44 ++++++- libgcc/config/arm/bpabi-v6m.S | 3 +- libgcc/config/arm/lib1funcs.S | 43 ++++--- libgcc/config/arm/libunwind.S | 6 +- libgcc/config/arm/t-softfp | 2 +- 43 files changed, 420 insertions(+), 153 deletions(-) copy gcc/testsuite/gcc.target/arm/{atomic-comp-swap-release-acquire.c => atomic-co [...] rename gcc/testsuite/gcc.target/arm/{atomic-comp-swap-release-acquire.c => atomic- [...] copy gcc/testsuite/gcc.target/arm/{atomic-op-acq_rel.c => atomic-op-acq_rel-1.c} (100%) rename gcc/testsuite/gcc.target/arm/{atomic-op-acq_rel.c => atomic-op-acq_rel-2.c} (75%) copy gcc/testsuite/gcc.target/arm/{atomic-op-acquire.c => atomic-op-acquire-1.c} (100%) rename gcc/testsuite/gcc.target/arm/{atomic-op-acquire.c => atomic-op-acquire-2.c} (75%) copy gcc/testsuite/gcc.target/arm/{atomic-op-char.c => atomic-op-char-1.c} (100%) rename gcc/testsuite/gcc.target/arm/{atomic-op-char.c => atomic-op-char-2.c} (75%) copy gcc/testsuite/gcc.target/arm/{atomic-op-consume.c => atomic-op-consume-1.c} (100%) rename gcc/testsuite/gcc.target/arm/{atomic-op-consume.c => atomic-op-consume-2.c} (78%) copy gcc/testsuite/gcc.target/arm/{atomic-op-int.c => atomic-op-int-1.c} (100%) rename gcc/testsuite/gcc.target/arm/{atomic-op-int.c => atomic-op-int-2.c} (75%) copy gcc/testsuite/gcc.target/arm/{atomic-op-relaxed.c => atomic-op-relaxed-1.c} (100%) rename gcc/testsuite/gcc.target/arm/{atomic-op-relaxed.c => atomic-op-relaxed-2.c} (75%) copy gcc/testsuite/gcc.target/arm/{atomic-op-release.c => atomic-op-release-1.c} (100%) rename gcc/testsuite/gcc.target/arm/{atomic-op-release.c => atomic-op-release-2.c} (75%) copy gcc/testsuite/gcc.target/arm/{atomic-op-seq_cst.c => atomic-op-seq_cst-1.c} (100%) rename gcc/testsuite/gcc.target/arm/{atomic-op-seq_cst.c => atomic-op-seq_cst-2.c} (75%) copy gcc/testsuite/gcc.target/arm/{atomic-op-short.c => atomic-op-short-1.c} (100%) rename gcc/testsuite/gcc.target/arm/{atomic-op-short.c => atomic-op-short-2.c} (75%) create mode 100644 gcc/testsuite/gcc.target/arm/cbz.c create mode 100644 gcc/testsuite/gcc.target/arm/movdi_movw.c create mode 100644 gcc/testsuite/gcc.target/arm/movhi_movw.c create mode 100644 gcc/testsuite/gcc.target/arm/movsi_movw.c