2015-02-10 Michael Collison <michael.collison@linaro.org>
authorcollison <collison@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Feb 2015 08:27:57 +0000 (08:27 +0000)
committercollison <collison@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Feb 2015 08:27:57 +0000 (08:27 +0000)
commit28e5452567fd6edfe26d134971c10b6776e54ef6
treeba408eb79fb1fa1ceb80fba02ee94cfeed7ab21d
parentfce43e3447526305734fac1330836e42e6c5993b
2015-02-10  Michael Collison  <michael.collison@linaro.org>

Backport from trunk r217175, r217185, r217186.
2014-11-06  Hale Wang  <hale.wang@arm.com>

* config/arm/arm-cores.def: Add support for
-mcpu=cortex-m0.small-multiply,cortex-m0plus.small-multiply,
cortex-m1.small-multiply.
* config/arm/arm-tables.opt: Regenerate.
* config/arm/arm-tune.md: Regenerate.
* config/arm/arm.c: Update the rtx-costs for MUL.
* config/arm/bpabi.h: Handle
-mcpu=cortex-m0.small-multiply,cortex-m0plus.small-multiply,
cortex-m1.small-multiply.
* doc/invoke.texi: Document
-mcpu=cortex-m0.small-multiply,cortex-m0plus.small-multiply,
cortex-m1.small-multiply.

2015-02-10  Michael Collison  <michael.collison@linaro.org>

Backport from trunk r217185, r217186.
2014-11-06  Hale Wang  <hale.wang@arm.com>

* gcc.target/arm/small-multiply-m0-1.c: New test for
* gcc.target/arm/small-multiply-m0-2.c: Likewise.
* gcc.target/arm/small-multiply-m0-3.c: Likewise.
* gcc.target/arm/small-multiply-m0plus-1.c: New test for
* gcc.target/arm/small-multiply-m0plus-2.c: Likewise.
* gcc.target/arm/small-multiply-m0plus-3.c: Likewise.
* gcc.target/arm/small-multiply-m1-1.c: New test for
* gcc.target/arm/small-multiply-m1-2.c: Likewise.
* gcc.target/arm/small-multiply-m1-3.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/linaro/gcc-4_9-branch@220575 138bc75d-0d04-0410-961f-82ee72b054a4
17 files changed:
gcc/ChangeLog.linaro
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/bpabi.h
gcc/doc/invoke.texi
gcc/testsuite/ChangeLog.linaro
gcc/testsuite/gcc.target/arm/small-multiply-m0-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/small-multiply-m0-2.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/small-multiply-m0-3.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/small-multiply-m0plus-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/small-multiply-m0plus-2.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/small-multiply-m0plus-3.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/small-multiply-m1-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/small-multiply-m1-2.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/small-multiply-m1-3.c [new file with mode: 0644]