]> gcc.gnu.org Git - gcc.git/commit
Overhaul in isa_flags and handling it.
authorMartin Liska <mliska@suse.cz>
Mon, 8 Mar 2021 13:54:18 +0000 (14:54 +0100)
committerMartin Liska <mliska@suse.cz>
Wed, 21 Apr 2021 11:43:33 +0000 (13:43 +0200)
commitc64af8b4e2720337fa9f82861a1a3129734adc69
tree66c05e467a1d8246a8b08cea25f757883f723126
parent7a871df897f1588eeed7fd75a020af0d6da109f8
Overhaul in isa_flags and handling it.

gcc/ChangeLog:

* config/i386/i386-options.c (TARGET_EXPLICIT_NO_SAHF_P):
Define.
(SET_TARGET_NO_SAHF): Likewise.
(TARGET_EXPLICIT_PREFETCH_SSE_P): Likewise.
(SET_TARGET_PREFETCH_SSE): Likewise.
(TARGET_EXPLICIT_NO_TUNE_P): Likewise.
(SET_TARGET_NO_TUNE): Likewise.
(TARGET_EXPLICIT_NO_80387_P): Likewise.
(SET_TARGET_NO_80387): Likewise.
(DEF_PTA): New.
* config/i386/i386.h (TARGET_*): Remove.
* opth-gen.awk: Generate new used macros.
gcc/config/i386/i386-options.c
gcc/config/i386/i386.h
gcc/opth-gen.awk
This page took 0.20346 seconds and 6 git commands to generate.