arm.c (arm_issue_rate): Cortex-A15 can triple issue.
authorMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Wed, 30 Nov 2011 13:51:35 +0000 (13:51 +0000)
committerMatthew Gretton-Dann <mgretton@gcc.gnu.org>
Wed, 30 Nov 2011 13:51:35 +0000 (13:51 +0000)
commitef5784915f07bf18222c76fb035e7ef4b2f90462
tree231db9739cf93bbd5f25110e6cc37709bb003cd0
parentc819d921c9b0ccb6d29fb3a6c5cb6cd12b77d2f6
arm.c (arm_issue_rate): Cortex-A15 can triple issue.

* 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.

From-SVN: r181843
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