[PATCH, i386] Add native detection for VIA C7 and Eden CPUs

2016-06-23 Thread J. Mayer
The following patch adds native detection for C7, Eden "Esther" and Eden "Nehemiah" VIA CPUs. Please CC me to any comment / review / change request. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 14b8030..55afd8b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2016-06-21  

[PATCH, i386][Updated] Add native support for VIA C7, Eden and Nano CPUs

2016-06-16 Thread J. Mayer
The following patch adds support and native detection for C7, Eden "Samuel2", Eden "Nehemiah", Eden "Esther", Eden x2, Eden x4, Nano 1xxx, Nano 2xxx, Nano 3xxx, Nano x2 and Nano x4 VIA CPUs. This patch has been updated against current repository. It contains documentation and Changelog updates.

[PATCH, i386][resend] Add native support for VIA C7, Eden and Nano CPUs

2016-06-14 Thread J. Mayer
The following patch adds support and native detection for C7, Eden "Samuel2", Eden "Nehemiah", Eden "Esther", Eden x2, Eden x4, Nano 1xxx, Nano 2xxx, Nano 3xxx, Nano x2 and Nano x4 VIA CPUs. Sorry for the bogus character encoding of my previous mail. Please CC me to any comment / review / change

[PATCH, i386][updated] Add native support for VIA C7, Eden and Nano CPUs

2016-06-14 Thread J. Mayer
The following patch adds support and native detection for C7, Eden "Samuel2", Eden "Nehemiah", Eden "Esther", Eden x2, Eden x4, Nano 1xxx, Nano 2xxx, Nano 3xxx, Nano x2 and Nano x4 VIA CPUs. Please CC me to any comment / review / change request. --- diff --git a/gcc/config/i386/driver-i386.c

Re: [PATCH, i386] Add native support for VIA C7, Eden and Nano CPUs

2016-06-06 Thread J. Mayer
On Mon, 2016-06-06 at 17:27 +, Joseph Myers wrote: > This patch is missing the invoke.texi changes to document all the new > CPU  > names. Hi, correct, please consider adding the following patch to fix this. Regards. --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index

[PATCH, i386] Add native support for VIA C7, Eden and Nano CPUs

2016-06-01 Thread J. Mayer
The following patch adds support and native detection for C7, Eden "Samuel2", Eden "Nehemiah", Eden "Esther", Eden x2, Eden x4, Nano 1xxx, Nano 2xxx, Nano 3xxx, Nano x2 and Nano x4 VIA CPUs. Please CC me to any comment / review / change request. --- diff --git a/gcc/config/i386/driver-i386.c

Re: [PATCH][i386] Add -march=native support for VIA nano CPUs

2016-05-31 Thread J. Mayer
On Tue, 2016-05-31 at 13:38 +0200, Uros Bizjak wrote: > On Mon, May 30, 2016 at 12:09 AM, J. Mayer <l_ind...@magic.fr> wrote: > > > > Hello, > > > > On Sun, 2016-05-29 at 21:12 +0200, Uros Bizjak wrote: > > > > > > Hello! > > > &

Re: [PATCH][i386] Add -march=native support for VIA nano CPUs

2016-05-29 Thread J. Mayer
Hello, On Sun, 2016-05-29 at 21:12 +0200, Uros Bizjak wrote: > Hello! > > > > > When trying to compile using -march=native on a VIA nano CPU, gcc > > selects "-march=core2" "-mtune=i386" then is unable to compile, as > > this > > creates a conflicts between 32 bits and 64 bits compilation

[PATCH][i386] Add -march=native support for VIA nano CPUs

2016-05-29 Thread J. Mayer
When trying to compile using -march=native on a VIA nano CPU, gcc selects "-march=core2" "-mtune=i386" then is unable to compile, as this creates a conflicts between 32 bits and 64 bits compilation modes, as show by the following test: # echo 'int main(){return 0;}' > test.c && gcc -march=native