Re: [WIP][RFC] split of i386.c

2019-04-23 Thread Martin Liška
On 4/18/19 1:56 PM, Jan Hubička wrote: > Hello, > the patch looks good to me. I think in the copyright comment you want to > copy all the years of copyright of original i386.c since the code is not > from 2019. also there are missing licence comments in the .h files. Thanks for review. Yes, I'll

Re: [WIP][RFC] split of i386.c

2019-04-18 Thread Jan Hubička
Hello, the patch looks good to me. I think in the copyright comment you want to copy all the years of copyright of original i386.c since the code is not from 2019. also there are missing licence comments in the .h files. I would probably put the bigger machine specific optimization passes into sepa

[WIP][RFC] split of i386.c

2019-03-18 Thread Martin Liška
Hi. I'm sending first version of the split, which has following statistics: gcc/config.gcc | 5 +- gcc/config/i386/i386-builtins.c | 2563 ++ gcc/config/i386/i386-builtins.h | 314 ++ gcc/config/i386/i386-expand.c | 19868 +++