This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r237681 - in /trunk/gcc: ChangeLog config/arm/a...


Author: ktkachov
Date: Wed Jun 22 09:25:54 2016
New Revision: 237681

URL: https://gcc.gnu.org/viewcvs?rev=237681&root=gcc&view=rev
Log:
[ARM] Add initial support for Cortex-A73

        * config/arm/arm.c (arm_cortex_a73_tune): New struct.
        * config/arm/arm-cores.def (cortex-a73): New entry.
        (cortex-a73.cortex-a35): Likewise.
        (cortex-a73.cortex-a53): Likewise.
        * config/arm/arm-tables.opt: Regenerate.
        * config/arm/arm-tune.md: Likewise.
        * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
        mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
        * config/arm/t-aprofile: Handle mcpu=cortex-a73,
        mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
        * doc/invoke.texi (ARM Options): Document cortex-a73,
        cortex-a73.cortex-a35 and cortex-a73.cortex-a53.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm-cores.def
    trunk/gcc/config/arm/arm-tables.opt
    trunk/gcc/config/arm/arm-tune.md
    trunk/gcc/config/arm/arm.c
    trunk/gcc/config/arm/bpabi.h
    trunk/gcc/config/arm/t-aprofile
    trunk/gcc/doc/invoke.texi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]