Re: [RFA/ARM][Patch 01/05]: Create tune for Cortex-A15.

2011-10-21 Thread Ramana Radhakrishnan
2011-10-11  Sameera Deshpande sameera.deshpa...@arm.com        * config/arm/arm-cores.def (cortex_a15): Update.        * config/arm/arm-protos.h (struct tune_params): Add new field...          (arm_gen_ldrd_strd): ... this.        * config/arm/arm.c (arm_slowmul_tune): Add          

[RFA/ARM][Patch 01/05]: Create tune for Cortex-A15.

2011-10-11 Thread Sameera Deshpande
Hi! This patch adds new field in tune_params to indicate if LDRD/STRD are preferred over PUSH/POP in prologue/epilogue of specific core. It also creates new tune for cortex-A15 and updates tunes for other cores to set new field to default value. Changelog entry for Patch to create tune for