]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/arm/arm-protos.h
gcc/
authorJulian Brown <julian@codesourcery.com>
Fri, 3 Jun 2011 10:22:52 +0000 (10:22 +0000)
committerJulian Brown <jules@gcc.gnu.org>
Fri, 3 Jun 2011 10:22:52 +0000 (10:22 +0000)
commit16868d849b17f2d34d9499b21b4fb6d5f2bddad9
tree0369d5232369602829a1e2886513ae69f1256091
parent1cec128519018ff21ab031b4c70228175dfc830e
gcc/
* config/arm/arm-cores.def (strongarm, strongarm110, strongarm1100)
(strongarm1110): Use strongarm tuning.
* config/arm/arm-protos.h (tune_params): Add max_insns_skipped
field.
* config/arm/arm.c (arm_strongarm_tune): New.
(arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
(arm_v6t2_tune, arm_cortex_tune, arm_cortex_a5_tune)
(arm_cortex_a9_tune, arm_fa726te_tune): Add max_insns_skipped field
setting, using previous defaults or 1 for Cortex-A5.
(arm_option_override): Set max_insns_skipped from current tuning.

From-SVN: r174599
gcc/ChangeLog
gcc/config/arm/arm-cores.def
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c