Changes in X86.td:
- I set features of Intel processors in incremental form: IVB = SNB + X HSW = IVB + X ..
- I added Skylake client processor and defined it's features
- FeatureADX was missing on KNL
- Added some new features to appropriate processors SMAP, IFMA, PREFETCHWT1, VMFUNC and others
Seems like it would be nice to move this (821,822) down to after line 835 so that all the ones dependent on ECX could be together.