]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/ChangeLog
Support new Intel processor model numbers
authorH.J. Lu <hongjiu.lu@intel.com>
Sun, 25 Jan 2015 04:42:50 +0000 (04:42 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Sun, 25 Jan 2015 04:42:50 +0000 (20:42 -0800)
commitc8f2dff2c64edbcfedfe95c1b5929ecee23c20e3
tree1529237742ca10e96dab2018da3f0b158c79a26d
parente78954f87d2f573ec179aaa95b0b2ff28c46c047
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.

From-SVN: r220090
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