summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorGreta Yorsh <greta.yorsh@arm.com>2012-12-21 09:49:58 +0000
committerGreta Yorsh <gretay@gcc.gnu.org>2012-12-21 09:49:58 +0000
commitffeffdcb913ff6273c6bb95dd4872cd9a4e492c7 (patch)
treec00a2c28032b1f4e0dfcec843d572510b968e776 /gcc/ChangeLog
parent2e612eb2e2fca6e3db59b098e975559c72704141 (diff)
downloadgcc-ffeffdcb913ff6273c6bb95dd4872cd9a4e492c7.tar.gz
cortex-a7.md: New file.
gcc/ 2012-12-21 Greta Yorsh <Greta.Yorsh@arm.com> * config/arm/cortex-a7.md: New file. * config/arm/t-arm (MD_INCLUDES): Add cortex-a7.md. * config/arm/arm.md: Include cortex-a7.md. (generic_sched): Don't use generic scheduler for Cortex-A7. (generic_vfp): Likewise. * config/arm/arm.c: (TARGET_SCHED_REORDER): Use arm_sched_reorder. (arm_sched_reorder,cortexa7_sched_reorder): New function. (cortexa7_older_only,cortexa7_younger): Likewise. (arm_issue_rate): Add Cortex-A7. From-SVN: r194656
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 29cab0369db..90ecae0e034 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,15 @@
+2012-12-21 Greta Yorsh <Greta.Yorsh@arm.com>
+
+ * config/arm/cortex-a7.md: New file.
+ * config/arm/t-arm (MD_INCLUDES): Add cortex-a7.md.
+ * config/arm/arm.md: Include cortex-a7.md.
+ (generic_sched): Don't use generic scheduler for Cortex-A7.
+ (generic_vfp): Likewise.
+ * config/arm/arm.c: (TARGET_SCHED_REORDER): Use arm_sched_reorder.
+ (arm_sched_reorder,cortexa7_sched_reorder): New function.
+ (cortexa7_older_only,cortexa7_younger): Likewise.
+ (arm_issue_rate): Add Cortex-A7.
+
2012-12-20 Ian Bolton <ian.bolton@arm.com>
* gcc/config/aarch64/aarch64.md