gcc/libgcc/config
Hongtao Liu a9fcfec30f Add TIGERLAKE and COOPERLAKE to GCC.
2019-08-20  Lili Cui  <lili.cui@intel.com>

gcc/
	* common/config/i386/i386-common.c
	(processor_names): Add tigerlake and cooperlake.
	(processor_alias_table): Add tigerlake and cooperlake.
	* config.gcc: Add -march=tigerlake and cooperlake.
	* config/i386/driver-i386.c
	(host_detect_local_cpu): Detect tigerlake and cooperlake.
	Add "has_avx" to classify processor.
	* config/i386/i386-builtins.c (processor_model):
	Add M_INTEL_COREI7_TIGERLAKE and M_INTEL_COREI7_COOPERLAKE.
	(arch_names_table): Add tigerlake and cooperlake.
	(get_builtin_code_for_version) : Handle PROCESSOR_TIGERLAKE and
	PROCESSOR_COOPERLAKE.
	* config/i386/i386-c.c
	(ix86_target_macros_internal): Handle tigerlake and cooperlake.
	* config/i386/i386-options.c
	(m_TIGERLAKE)  : Define.
	(m_COOPERLAKE) : Ditto.
	(m_CORE_AVX512): Ditto.
	(processor_cost_table): Add cascadelake.
	(ix86_option_override_internal): Hadle PTA_MOVDIRI, PTA_MOVDIR64B.
	* config/i386/i386.h
	(ix86_size_cost) : Define TARGET_TIGERLAKE and TARGET_COOPERLAKE.
	(processor_type) : Add PROCESSOR_TIGERLAKE and PROCESSOR_COOPERLAKE.
	(PTA_MOVDIRI): Ditto.
	(PTA_MOVDIR64B): Ditto.
	(PTA_COOPERLAKE) : Ditto.
	(PTA_TIGERLAKE)  : Ditto.
	(processor_type) : Add PROCESSOR_TIGERLAKE and PROCESSOR_COOPERLAKE.
	* doc/extend.texi: Add tigerlake and cooperlake.
	* doc/invoke.texi: Add tigerlake and cooperlake.

gcc/testsuite/
	* gcc.target/i386/funcspec-56.inc: Handle new march.
	* g++.target/i386/mv16.C: Handle new march

libgcc/
	* config/i386/cpuinfo.h: Add INTEL_COREI7_TIGERLAKE and
	INTEL_COREI7_COOPERLAKE.

From-SVN: r274693
2019-08-20 07:06:03 +00:00
..
aarch64 [PATCH 3/3][GCC][AARCH64] Add support for pointer authentication B key 2019-05-29 09:22:17 +00:00
alpha linux-unwind.h (alpha_fallback_frame_state): Cast 'mcontext_t *' &rt_->uc.uc_mcontext to 'struct sigcontext *'. 2019-02-20 22:37:21 +01:00
arc Update copyright years. 2019-01-01 13:31:55 +01:00
arm [Arm][CMSE]Add warn_unused_return attribute to cmse functions 2019-07-31 08:56:35 +00:00
avr Update copyright years. 2019-01-01 13:31:55 +01:00
bfin Update copyright years. 2019-01-01 13:31:55 +01:00
c6x PR other/16615 [1/5] 2019-01-09 16:37:45 -05:00
cr16 Update copyright years. 2019-01-01 13:31:55 +01:00
cris Update copyright years. 2019-01-01 13:31:55 +01:00
csky Update copyright years. 2019-01-01 13:31:55 +01:00
epiphany Update copyright years. 2019-01-01 13:31:55 +01:00
fr30 Update copyright years. 2019-01-01 13:31:55 +01:00
frv Update copyright years. 2019-01-01 13:31:55 +01:00
ft32 Update copyright years. 2019-01-01 13:31:55 +01:00
gcn Stub implementation of unwinding for AMD GCN. 2019-06-25 11:41:33 +00:00
h8300 Update copyright years. 2019-01-01 13:31:55 +01:00
i386 Add TIGERLAKE and COOPERLAKE to GCC. 2019-08-20 07:06:03 +00:00
ia64 crtbegin.S (__dso_handle): Put in .sdata/.sbss rather than .data/.bss so it can be accessed via... 2019-06-05 16:27:37 -06:00
iq2000 Update copyright years. 2019-01-01 13:31:55 +01:00
libbid Update copyright years. 2019-01-01 13:31:55 +01:00
lm32 Update copyright years. 2019-01-01 13:31:55 +01:00
m32c Update copyright years. 2019-01-01 13:31:55 +01:00
m32r Update copyright years. 2019-01-01 13:31:55 +01:00
m68k Update copyright years. 2019-01-01 13:31:55 +01:00
mcore Update copyright years. 2019-01-01 13:31:55 +01:00
microblaze Update copyright years. 2019-01-01 13:31:55 +01:00
mips Update copyright years. 2019-01-01 13:31:55 +01:00
mmix Update copyright years. 2019-01-01 13:31:55 +01:00
moxie Update copyright years. 2019-01-01 13:31:55 +01:00
msp430 MSP430: Implement 64-bit shifts in assembly code 2019-06-16 21:24:56 +00:00
nds32 [NDS32] Refine force unwind. Linux kernel only uses RT_SIGRETURN. 2019-04-15 08:19:23 +00:00
nios2 Update copyright years. 2019-01-01 13:31:55 +01:00
nvptx [nvptx] Fix __main missing prototype warning in crt0.c 2019-06-18 09:19:28 +00:00
or1k or1k: Fix issues with msoft-div 2019-07-21 20:59:50 +00:00
pa config.gcc (hppa*-*-netbsd*): New target. 2019-07-31 14:11:16 +00:00
pdp11 t-pdp11 (LIB2ADD): Add divmod.c. 2018-11-01 14:36:52 -04:00
pru Initial TI PRU libgcc port 2019-06-12 19:28:51 +00:00
riscv Update copyright years. 2019-01-01 13:31:55 +01:00
rl78 Update copyright years. 2019-01-01 13:31:55 +01:00
rs6000 [Darwin] Some TLC for older Darwin versions. 2019-07-03 18:36:28 +00:00
rx config.host (rx-*-linux*): Add t-fdpbit to tmake_file Add appropriate tm_file clause as well. 2019-06-05 17:20:27 -06:00
s390 Update copyright years. 2019-01-01 13:31:55 +01:00
score Update copyright years. 2019-01-01 13:31:55 +01:00
sh Update copyright years. 2019-01-01 13:31:55 +01:00
sol2 Update copyright years. 2019-01-01 13:31:55 +01:00
sparc Remove pre-Solaris 11/SPARC unwinding support 2019-05-28 17:27:51 +00:00
spu Update copyright years. 2019-01-01 13:31:55 +01:00
stormy16 Update copyright years. 2019-01-01 13:31:55 +01:00
tilegx
tilepro PR other/16615 [1/5] 2019-01-09 16:37:45 -05:00
v850 Update copyright years. 2019-01-01 13:31:55 +01:00
vax Update copyright years. 2019-01-01 13:31:55 +01:00
visium lib2funcs.c (__set_trampoline_parity): Replace TRAMPOLINE_SIZE with __LIBGCC_TRAMPOLINE_SIZE__. 2019-02-15 10:40:34 +00:00
vms Update copyright years. 2019-01-01 13:31:55 +01:00
xtensa Update copyright years. 2019-01-01 13:31:55 +01:00
darwin-64.c Update copyright years. 2019-01-01 13:31:55 +01:00
darwin-crt-tm.c Update copyright years. 2019-01-01 13:31:55 +01:00
darwin-crt3.c Update copyright years. 2019-01-01 13:31:55 +01:00
darwin10-unwind-find-enc-func.c
gthr-lynx.h Update copyright years. 2019-01-01 13:31:55 +01:00
gthr-rtems.h Update copyright years. 2019-01-01 13:31:55 +01:00
gthr-vxworks.h Update copyright years. 2019-01-01 13:31:55 +01:00
hardfp.c Update copyright years. 2019-01-01 13:31:55 +01:00
libgcc-glibc.ver Update copyright years. 2019-01-01 13:31:55 +01:00
libgcc-libsystem.ver
no-sfp-machine.h
no-unwind.h
t-crtfm
t-crtstuff-pic
t-darwin [Darwin] Some TLC for older Darwin versions. 2019-07-03 18:36:28 +00:00
t-dfprules
t-eh-dw2-dip
t-fdpbit
t-fixedpoint-gnu-prefix
t-fpbit
t-freebsd-thread
t-gnu-prefix
t-hardfp Update copyright years. 2019-01-01 13:31:55 +01:00
t-hardfp-sfdf Update copyright years. 2019-01-01 13:31:55 +01:00
t-libgcc-pic
t-libunwind
t-libunwind-elf Update copyright years. 2019-01-01 13:31:55 +01:00
t-linux
t-openbsd-thread
t-rtems
t-slibgcc Update copyright years. 2019-01-01 13:31:55 +01:00
t-slibgcc-darwin
t-slibgcc-elf-ver
t-slibgcc-fuchsia Update copyright years. 2019-01-01 13:31:55 +01:00
t-slibgcc-gld
t-slibgcc-gld-nover
t-slibgcc-hpux
t-slibgcc-libgcc Update copyright years. 2019-01-01 13:31:55 +01:00
t-slibgcc-nolc-override
t-slibgcc-sld
t-slibgcc-vms
t-softfp Update copyright years. 2019-01-01 13:31:55 +01:00
t-softfp-compat
t-softfp-excl
t-softfp-sfdf
t-softfp-sfdftf
t-softfp-tf
t-stack
t-tls
t-vxworks
t-vxworks7
unwind-dw2-fde-darwin.c Update copyright years. 2019-01-01 13:31:55 +01:00
vxcache.c Update copyright years. 2019-01-01 13:31:55 +01:00
vxlib-tls.c PR other/16615 [1/5] 2019-01-09 16:37:45 -05:00
vxlib.c Update copyright years. 2019-01-01 13:31:55 +01:00