r202333 - in /trunk/gcc: ChangeLog config/aarch...

jgreenhalgh@gcc.gnu.org jgreenhalgh@gcc.gnu.org
Fri Sep 6 13:58:00 GMT 2013


Author: jgreenhalgh
Date: Fri Sep  6 13:58:09 2013
New Revision: 202333

URL: http://gcc.gnu.org/viewcvs?rev=202333&root=gcc&view=rev
Log:
[AArch64, ARM] Introduce "mrs" type attribute.

gcc/
	* config/arm/types.md (type): Add "mrs" type.
	* config/aarch64/aarch64.md
	(aarch64_load_tp_hard): Make type "mrs".
	* config/arm/arm.md
	(load_tp_hard): Make type "mrs".
	* config/arm/cortex-a15.md: Update with new attributes.
	* config/arm/cortex-a5.md: Update with new attributes.
	* config/arm/cortex-a53.md: Update with new attributes.
	* config/arm/cortex-a7.md: Update with new attributes.
	* config/arm/cortex-a8.md: Update with new attributes.
	* config/arm/cortex-a9.md: Update with new attributes.
	* config/arm/cortex-m4.md: Update with new attributes.
	* config/arm/cortex-r4.md: Update with new attributes.
	* config/arm/fa526.md: Update with new attributes.
	* config/arm/fa606te.md: Update with new attributes.
	* config/arm/fa626te.md: Update with new attributes.
	* config/arm/fa726te.md: Update with new attributes.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/aarch64/aarch64.md
    trunk/gcc/config/arm/arm.md
    trunk/gcc/config/arm/cortex-a15.md
    trunk/gcc/config/arm/cortex-a5.md
    trunk/gcc/config/arm/cortex-a53.md
    trunk/gcc/config/arm/cortex-a7.md
    trunk/gcc/config/arm/cortex-a8.md
    trunk/gcc/config/arm/cortex-a9.md
    trunk/gcc/config/arm/cortex-m4.md
    trunk/gcc/config/arm/cortex-r4.md
    trunk/gcc/config/arm/fa526.md
    trunk/gcc/config/arm/fa606te.md
    trunk/gcc/config/arm/fa626te.md
    trunk/gcc/config/arm/fa726te.md
    trunk/gcc/config/arm/types.md



More information about the Gcc-cvs mailing list