On 09/12/13 11:43, Kyrill Tkachov wrote: > Hi all, > > This patch adds initial support for the Cortex-A12 core. It is > architecturally > identical to the Cortex-A7 and Cortex-A15 cores. This adds the > -mcpu=cortex-a12 > option and an rtx costs table and wires it up in the .md files etc. The > option > is added to the documentation. > > Tested arm-none-eabi on qemu. > > Ok for trunk? > > Thanks, > Kyrill > > 2013-12-09 Kyrylo Tkachov <kyrylo.tkac...@arm.com> > > * config/arm/arm.md (generic_sched): Add cortexa12. > (generic_vfp): Likewise. > * config/arm/arm.c (cortexa12_extra_costs): New cost table. > (arm_cortex_a12_tune): New tuning struct. > * config/arm/arm-cores.def: Add cortex-a12. > * config/arm/arm-tables.opt: Regenerate. > * config/arm/arm-tune.md: Likewise. > * config/arm/bpabi.h: Add cortex-a12. > * doc/invoke.texi: Document -mcpu=cortex-a12. > >
OK. R.