[arm] Add support for Neoverse N1
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Fri, 22 Feb 2019 08:59:20 +0000 (08:59 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Fri, 22 Feb 2019 08:59:20 +0000 (08:59 +0000)
commit81a5f36d669aeea5333de16d2a3d6d1ff60ca842
treebded4a2ca9142cd2832b7c4f428f774740b1078f
parent3f23539cff95091db29f174800e50b98df928258
[arm] Add support for Neoverse N1

This patch adds support for the Neoverse N1 [1]. This CPU was previously supported through the Ares codename.
-mcpu=ares is retained as an alias of the new -mcpu=neoverse-n1.

Bootstrapped and tested on arm-none-linux-gnueabihf.

* config/arm/arm-cpus.in (ares): Rename to...
(neoverse-n1): ... This.  Add ares as alias.
* config/arm/arm-tables.opt: Regenerate.
* config/arm/arm-tune.md: Likewise.
* doc/invoke.txt (ARM Options): Document neoverse-n1.

From-SVN: r269101
gcc/ChangeLog
gcc/config/arm/arm-cpus.in
gcc/config/arm/arm-tables.opt
gcc/config/arm/arm-tune.md
gcc/doc/invoke.texi