Support new Intel processor model numbers
commit1b738d4d1f0ba57a27a026cab78ace6f486e0433
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Jan 2015 04:42:50 +0000 (25 04:42 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Jan 2015 04:42:50 +0000 (25 04:42 +0000)
tree1529237742ca10e96dab2018da3f0b158c79a26d
parent22d47c7b4d63b530a3f73ffd62df3a21e99f4a40
Support new Intel processor model numbers

gcc/

* config/i386/driver-i386.c (host_detect_local_cpu): Check new
Silvermont, Haswell, Broadwell and Knights Landing model numbers.
* config/i386/i386.c (processor_model): Add
M_INTEL_COREI7_BROADWELL.
(arch_names_table): Add "broadwell".

gcc/testsuite/

* gcc.target/i386/builtin_target.c (check_intel_cpu_model): Add
Silvermont, Ivy Bridge, Haswell and Broadwell tests.  Update Sandy
Bridge test.

2015-01-24  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/cpuinfo.c (processor_subtypes): Add
INTEL_COREI7_BROADWELL.
(get_intel_cpu): Support new Silvermont, Haswell and Broadwell
model numbers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220090 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/driver-i386.c
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/builtin_target.c
libgcc/ChangeLog
libgcc/config/i386/cpuinfo.c