]> git.ipfire.org Git - thirdparty/gcc.git/commit
* config/s390/s390.c (s390_safe_attr_type): New function.
authorhpenner <hpenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Jan 2003 10:38:01 +0000 (10:38 +0000)
committerhpenner <hpenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Jan 2003 10:38:01 +0000 (10:38 +0000)
commit71343e6ba26ee48db565a642cf7eba05f3349a18
treef2de337970ff0f6f21ec8b7d4079166d85e89b3a
parentf2522b332a588146703d213b0540cf60e21565e0
    * config/s390/s390.c (s390_safe_attr_type): New function.
        (s390_use_dfa_pipeline_interface): New function, return true for z900.
        (s390_issue_rate): New function.
        (s390_agen_dep_p): New function.
        (addr_generation_dependency_p): Use 's390_safe_attr_type'.
        (s390_adjust_cost): Return 'cost' if new DFA is used.
        (s390_adjust_priority): Delete function.
        * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
        * config/s390/s390.md (atype attribute): Attribute 'atype' default
        determined by 'op_type'.
        (type attribute): Added more type attributes.
        * config/s390/2064.md: New DFA description for z900 pipeline.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61321 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/s390/2064.md [new file with mode: 0644]
gcc/config/s390/s390-protos.h
gcc/config/s390/s390.c
gcc/config/s390/s390.md