s390.c (z10_cost): New cost function for z10.
authorAndreas Krebbel <krebbel1@de.ibm.com>
Wed, 28 May 2008 14:09:51 +0000 (14:09 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Wed, 28 May 2008 14:09:51 +0000 (14:09 +0000)
commit93538e8eda151ed00a7919836b302c0e3763dac3
tree75b8922825d4a95411c84fb5daa752333989ea41
parent540f6bda9926d60d7691fc4a21fe78338b450952
s390.c (z10_cost): New cost function for z10.

2008-05-28  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.c (z10_cost): New cost function for z10.
(s390_handle_arch_option, override_options): Support
-march=z10 switch.
(s390_issue_rate): Adjust issue rate for z10.
* config/s390/s390.h (processor_type): Add PROCESSOR_2097_Z10.
(processor_flags): Add PF_Z10.
(TARGET_CPU_Z10, TARGET_Z10): New macro definitions.
* config/s390/s390.md (cpu, cpu_facility attributes): Add z10.
* gcc/config.gcc: Add z10.

From-SVN: r136097
gcc/ChangeLog
gcc/config.gcc
gcc/config/s390/s390.c
gcc/config/s390/s390.h
gcc/config/s390/s390.md