This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7d510b21194 bootstrap: Include memmodel.h in btfout.c and ctfout.c befo [...] new 7a973fc03a5 amdgcn: Use unsigned types for udivsi3/umodsi3 libgcc helpe [...] new 5c127c4cac3 amdgcn: Mark s_mulk_i32 as clobbering SCC new 53b1d169185 amdgcn: Add [us]mulsi3_highpart SGPR alternatives new 8f332122589 amdgcn: Add [us]mulsid3/muldi3 patterns new 0c06e46a81d amdgcn: Add clrsbsi2/clrsbdi2 implementation new a8a730cd991 amdgcn: Enable support for TImode for AMD GCN new c0f8c22a3e9 Fortran: Re-enable 128-bit integers for AMD GCN
The 7 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/gcn/gcn.c | 30 +++ gcc/config/gcn/gcn.h | 11 +- gcc/config/gcn/gcn.md | 201 ++++++++++++++++++++- .../{nios2/lib2-mul.c => gcn/lib2-bswapti2.c} | 43 +++-- .../config/{i386/crtn.S => gcn/lib2-divmod-di.c} | 24 +-- 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 - 10 files changed, 284 insertions(+), 73 deletions(-) copy libgcc/config/{nios2/lib2-mul.c => gcn/lib2-bswapti2.c} (52%) copy libgcc/config/{i386/crtn.S => gcn/lib2-divmod-di.c} (71%)