This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r218145 - in /trunk/gcc: ChangeLog config/arm/a...
- From: ktkachov at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 28 Nov 2014 11:59:34 -0000
- Subject: r218145 - in /trunk/gcc: ChangeLog config/arm/a...
Author: ktkachov
Date: Fri Nov 28 11:59:34 2014
New Revision: 218145
URL: https://gcc.gnu.org/viewcvs?rev=218145&root=gcc&view=rev
Log:
[ARM] Add Cortex-A17 support
* config/arm/arm.md (generic_sched): Specify cortexa17 in 'no' list.
Include cortex-a17.md.
* config/arm/arm.c (arm_issue_rate): Specify 2 for cortexa17.
* config/arm/arm-cores.def (cortex-a17): New entry.
* config/arm/arm-tables.opt: Regenerate.
* config/arm/arm-tune.md: Regenerate.
* config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=cortex-a17.
* config/arm/cortex-a17.md: New file.
* config/arm/cortex-a17-neon.md: New file.
* config/arm/driver-arm.c (arm_cpu_table): Add entry for cortex-a17.
* config/arm/t-aprofile: Add cortex-a17 entries to MULTILIB_MATCHES.
Added:
trunk/gcc/config/arm/cortex-a17-neon.md
trunk/gcc/config/arm/cortex-a17.md
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/arm/arm-cores.def
trunk/gcc/config/arm/arm-tables.opt
trunk/gcc/config/arm/arm-tune.md
trunk/gcc/config/arm/arm.c
trunk/gcc/config/arm/arm.md
trunk/gcc/config/arm/bpabi.h
trunk/gcc/config/arm/driver-arm.c
trunk/gcc/config/arm/t-aprofile