Re: V2 [PATCH] x86: Share _isa_names_table and use cpuinfo.h

2020-06-24 Thread Uros Bizjak via Gcc-patches
On Wed, Jun 24, 2020 at 4:38 PM H.J. Lu wrote: > > On Wed, Jun 24, 2020 at 03:46:25PM +0200, Uros Bizjak wrote: > > On Wed, Jun 24, 2020 at 3:37 PM Uros Bizjak wrote: > > > > > > On Wed, Jun 24, 2020 at 3:06 PM H.J. Lu wrote: > > > > > > > > On Wed, Jun 24, 2020 at 02:43:43PM +0200, Uros Bizjak

V2 [PATCH] x86: Share _isa_names_table and use cpuinfo.h

2020-06-24 Thread H.J. Lu via Gcc-patches
On Wed, Jun 24, 2020 at 03:46:25PM +0200, Uros Bizjak wrote: > On Wed, Jun 24, 2020 at 3:37 PM Uros Bizjak wrote: > > > > On Wed, Jun 24, 2020 at 3:06 PM H.J. Lu wrote: > > > > > > On Wed, Jun 24, 2020 at 02:43:43PM +0200, Uros Bizjak wrote: > > > > > > > > > > Here is the updated patch for x86 b

Re: [PATCH] x86: Share _isa_names_table and use cpuinfo.h

2020-06-24 Thread Uros Bizjak via Gcc-patches
On Wed, Jun 24, 2020 at 3:37 PM Uros Bizjak wrote: > > On Wed, Jun 24, 2020 at 3:06 PM H.J. Lu wrote: > > > > On Wed, Jun 24, 2020 at 02:43:43PM +0200, Uros Bizjak wrote: > > > > > > > > Here is the updated patch for x86 backend and libgcc. driver-i386.c > > > > is unchanged. > > > > > > Thanks.

Re: [PATCH] x86: Share _isa_names_table and use cpuinfo.h

2020-06-24 Thread Uros Bizjak via Gcc-patches
On Wed, Jun 24, 2020 at 3:06 PM H.J. Lu wrote: > > On Wed, Jun 24, 2020 at 02:43:43PM +0200, Uros Bizjak wrote: > > > > > > Here is the updated patch for x86 backend and libgcc. driver-i386.c > > > is unchanged. > > > > Thanks. We should change driver-i386.c very carefully and in an > > independe

[PATCH] x86: Share _isa_names_table and use cpuinfo.h

2020-06-24 Thread H.J. Lu via Gcc-patches
On Wed, Jun 24, 2020 at 02:43:43PM +0200, Uros Bizjak wrote: > > > > Here is the updated patch for x86 backend and libgcc. driver-i386.c > > is unchanged. > > Thanks. We should change driver-i386.c very carefully and in an > independent way from this patch. It is a complex and interwoven web of >