Re: [PATCH][ARM] Initial support for Cortex-A12

2013-12-09 Thread James Greenhalgh
On Mon, Dec 09, 2013 at 11:43:24AM +, Kyrill Tkachov wrote: > 2013-12-09 Kyrylo Tkachov > > * 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 st

Re: [PATCH][ARM] Initial support for Cortex-A12

2013-12-09 Thread Richard Earnshaw
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

[PATCH][ARM] Initial support for Cortex-A12

2013-12-09 Thread Kyrill Tkachov
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