* config/arm/arm-cores.def (cortex-m1, cortex-m0)
authorBin Cheng <bin.cheng@arm.com>
Wed, 21 Nov 2012 03:44:21 +0000 (03:44 +0000)
committerBin Cheng <amker@gcc.gnu.org>
Wed, 21 Nov 2012 03:44:21 +0000 (03:44 +0000)
commita51fb17f48428e7cfc96a72a9f9f87901363bb6b
treef6de57936990343840067b0d61aad1152fe7dde1
parentd757eae968da4dee24c728784a65fee9a3bb7d58
* config/arm/arm-cores.def (cortex-m1, cortex-m0)
(cortex-m0plus): Use v6m.
* config/arm/arm-protos.h (tune_params): Add
logical_op_non_short_circuit.
* config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune)
(arm_strongarm_tune, arm_xscale_tune, arm_9e_tune, arm_v6t2_tune)
(arm_cortex_tune, arm_cortex_a15_tune, arm_cortex_a5_tune)
(arm_cortex_a9_tune, arm_fa726te_tune): Set
logical_op_non_short_circuit field.
(arm_v6m_tune): New tune_params struct.
* config/arm/arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Define.

* gcc.dg/tree-ssa/ssa-dom-thread-4.c: Skip on ARM Cortex-M0.
* gcc.dg/tree-ssa/vrp47.c: Ditto.

From-SVN: r193687
gcc/ChangeLog
gcc/config/arm/arm-cores.def
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c
gcc/testsuite/gcc.dg/tree-ssa/vrp47.c