This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_bootstrap in repository toolchain/ci/gcc.
from af9987e817f gcc.c: Silence warning in check_offload_target_name adds 7d510b21194 bootstrap: Include memmodel.h in btfout.c and ctfout.c befo [...] adds 7a973fc03a5 amdgcn: Use unsigned types for udivsi3/umodsi3 libgcc helpe [...] adds 5c127c4cac3 amdgcn: Mark s_mulk_i32 as clobbering SCC adds 53b1d169185 amdgcn: Add [us]mulsi3_highpart SGPR alternatives adds 8f332122589 amdgcn: Add [us]mulsid3/muldi3 patterns adds 0c06e46a81d amdgcn: Add clrsbsi2/clrsbdi2 implementation adds a8a730cd991 amdgcn: Enable support for TImode for AMD GCN adds c0f8c22a3e9 Fortran: Re-enable 128-bit integers for AMD GCN adds c60d9160b4d i386: Add V2SFmode vec_addsub pattern [PR95046]
No new revisions were added by this update.
Summary of changes: gcc/btfout.c | 1 + gcc/config/gcn/gcn.c | 30 +++++ gcc/config/gcn/gcn.h | 11 +- gcc/config/gcn/gcn.md | 201 ++++++++++++++++++++++++++++-- gcc/config/i386/mmx.md | 18 +++ gcc/ctfout.c | 1 + gcc/testsuite/gcc.target/i386/pr95046-9.c | 14 +++ libgcc/config/gcn/lib2-bswapti2.c | 47 +++++++ libgcc/config/gcn/lib2-divmod-di.c | 35 ++++++ libgcc/config/gcn/lib2-divmod.c | 8 +- libgcc/config/gcn/lib2-gcn.h | 12 +- libgcc/config/gcn/t-amdgcn | 2 + libgfortran/configure | 22 +--- libgfortran/configure.ac | 4 - 14 files changed, 364 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr95046-9.c create mode 100644 libgcc/config/gcn/lib2-bswapti2.c create mode 100644 libgcc/config/gcn/lib2-divmod-di.c