OSDN Git Service

* gcc/config/arm/arm.c (arm_issue_rate): Cortex-A15 can triple issue.
authormgretton <mgretton@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Nov 2011 13:51:35 +0000 (13:51 +0000)
committermgretton <mgretton@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Nov 2011 13:51:35 +0000 (13:51 +0000)
commit65f2f7584a675a5b881bf06fafddd8a5f15629e5
tree231db9739cf93bbd5f25110e6cc37709bb003cd0
parentc66d8aa6c40744fd444de9a8cf4a28ea7b5984b7
* gcc/config/arm/arm.c (arm_issue_rate): Cortex-A15 can triple issue.
* gcc/config/arm/arm.md (mul64): New attribute.
(generic_sched): Cortex-A15 is not scheduled generically.
(cortex-a15.md): Include.
* gcc/config/arm/cortex-a15.md: New machine description.
* gcc/config/arm/t-arm (MD_INCLUDES): Add cortex-a15.md.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181843 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/arm/arm.md
gcc/config/arm/cortex-a15.md [new file with mode: 0644]
gcc/config/arm/t-arm