arm-cores.def: Add cortex-r5.
authorPaul Brook <paul@codesourcery.com>
Wed, 1 Jun 2011 14:18:29 +0000 (14:18 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Wed, 1 Jun 2011 14:18:29 +0000 (14:18 +0000)
commit572070efe35a919dc526dd7972dc7d3b3015a4f5
tree2370f9479fb803e77953dba9d08324027e0a4828
parent6f59ea252b0e75a34e4e3c4ecd92d306addf2da2
arm-cores.def: Add cortex-r5.

2011-06-01  Paul Brook  <paul@cpodesourcery.com>

gcc/
* config/arm/arm-cores.def: Add cortex-r5.  Add DIV flags to
Cortex-A15.
* config/arm/arm-tune.md: Regenerate.
* config/arm/arm-tables.opt: Regenerate.
* config/arm/arm.c (FL_DIV): Rename...
(FL_THUMB_DIV): ... to this.
(FL_ARM_DIV): Define.
(FL_FOR_ARCH7R, FL_FOR_ARCH7M): Use FL_THUMB_DIV.
(arm_arch_hwdiv): Remove.
(arm_arch_thumb_hwdiv, arm_arch_arm_hwdiv): New variables.
(arm_issue_rate): Add cortexr5.
* config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Set
__ARM_ARCH_EXT_IDIV__.
(TARGET_IDIV): Define.
(arm_arch_hwdiv): Remove.
(arm_arch_arm_hwdiv, arm_arch_thumb_hwdiv): New prototypes.
* config/arm/arm.md (tune_cortexr4): Add cortexr5.
(divsi3, udivsi3): New patterns.
* config/arm/thumb2.md (divsi3, udivsi3): Remove.
* doc/invoke.texi: Document ARM -mcpu=cortex-r5

From-SVN: r174526
gcc/ChangeLog
gcc/config/arm/arm-cores.def
gcc/config/arm/arm-tables.opt
gcc/config/arm/arm-tune.md
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/arm/arm.md
gcc/config/arm/thumb2.md
gcc/doc/invoke.texi