Re: [PATCH V2 0/7] Support for the SPARC M8 cpu

2017-07-07 Thread Jose E. Marchesi
> See the individual patch descriptions for more information and > associated ChangeLog entries. > > After this serie gets integrated upstream we will be contributing more > support for M8 capabilities, such as support for using the new > mi

Re: [PATCH V2 0/7] Support for the SPARC M8 cpu

2017-07-07 Thread David Miller
From: jose.march...@oracle.com (Jose E. Marchesi) Date: Fri, 07 Jul 2017 12:53:37 +0200 > I will be committing to svn in both trunk and the gcc 7 branch. Thank you for doing this work.

Re: [PATCH V2 0/7] Support for the SPARC M8 cpu

2017-07-07 Thread Jose E. Marchesi
Hi Eric. > This patch serie adds support for the SPARC M8 processor to GCC. > The SPARC M8 processor implements the Oracle SPARC Architecture 2017. Thanks for the contribution! Thank you for the review :) > The first four patches are preparatory work: > > - bma

Re: [PATCH V2 0/7] Support for the SPARC M8 cpu

2017-07-07 Thread Eric Botcazou
> This patch serie adds support for the SPARC M8 processor to GCC. > The SPARC M8 processor implements the Oracle SPARC Architecture 2017. Thanks for the contribution! > The first four patches are preparatory work: > > - bmask* instructions are put in their own instruction type. It makes > li

[PATCH V2 0/7] Support for the SPARC M8 cpu

2017-07-05 Thread Jose E. Marchesi
[Changes from the previons version: - Fixed two typos on the definition of the built-ins for fpcmple32shl and fpcmpde8shl in 32-bit mode. - Bootstrapped and regtested in sparc-sun-solaris2.12. - Rebased to today's master.] This patch serie adds support for the SPARC M8 processor to GCC. The SPAR