This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fe11882ae34 aarch64: Avoid duplicating bti j insns for jump tables [PR99988] new 14431e66b35 Generate PTA features from a def file. new 1751bec027f Overhaul in isa_flags and handling it. new f23881fcf08 Remove TARGET_foo (ix86_tune == PROCESSOR_foo) macros. new 8f48ec0946a Fix clang warnings. new 0a18305ee11 Use std::thread::hardware_concurrency in lto-wrapper.c.
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/i386/i386-expand.c | 2 +- gcc/config/i386/i386-isa.def | 110 +++++++++++ gcc/config/i386/i386-options.c | 303 +++-------------------------- gcc/config/i386/i386.c | 23 +-- gcc/config/i386/i386.h | 349 +++------------------------------- gcc/config/i386/i386.md | 8 +- gcc/config/i386/x86-tune-sched-atom.c | 7 +- gcc/config/i386/x86-tune-sched-bd.c | 5 +- gcc/config/i386/x86-tune-sched.c | 2 +- gcc/dwarf2out.c | 4 + gcc/lto-wrapper.c | 113 +---------- gcc/opth-gen.awk | 11 +- gcc/tree.c | 18 +- 13 files changed, 221 insertions(+), 734 deletions(-) create mode 100644 gcc/config/i386/i386-isa.def