]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386.h (TARGET_GENERIC32, [...]): Remove.
authorJan Hubicka <jh@suse.cz>
Thu, 19 Sep 2013 12:43:57 +0000 (14:43 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 19 Sep 2013 12:43:57 +0000 (12:43 +0000)
commit9d5321624b105f7f265254568ecab29e330e1ec7
treeeb18a578c739212a182b40864add04db72862e99
parent188c7d00e6feb3946e5610acd68cc19e46a5a8a3
i386.h (TARGET_GENERIC32, [...]): Remove.

* i386.h (TARGET_GENERIC32, TARGET_GENERIC64): Remove.
(TARGET_GENERIC): Use PROCESOR_GENERIC
(enum processor_type): Unify generic32 and 64.
* i386.md (cpu): Likewise.
* x86-tune.def (use_leave): Enable for generic32.
(avoid_vector_decode, slow_imul_imm32_mem, slow_imul_imm8): Likewise.
* athlon.md: Change generic64 to generic in all occurences.
* i386-c.c (ix86_target_macros_internal): Unify generic64 and 32.
(ix86_target_macros_internal): Likewise.
* driver-i386.c (host_detect_local_cpu): Likewise.
* i386.c (generic64_memcpy, generic64_memset, generic64_cost): Rename to ..
(generic_memcpy, generic_memset, generic_cost): This one.
(generic32_memcpy, generic32_memset, generic32_cost): Remove.
(m_GENERIC32, m_GENERIC64): Remove.
(m_GENERIC): Turn into one flag.
(processor_target): Unify generic tunnings.
(ix86_option_override_internal): Replace generic32/64 by generic.
(ix86_issue_rate): Likewise.
(ix86_adjust_cost): Likewise.

From-SVN: r202741
gcc/ChangeLog
gcc/config/i386/athlon.md
gcc/config/i386/driver-i386.c
gcc/config/i386/i386-c.c
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md
gcc/config/i386/x86-tune.def