This is the mail archive of the gcc-patches@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]

Re: [PATCH][AArch64] Generalize code alignment


On 12 December 2014 at 14:48, Wilco Dijkstra <wdijkstr@arm.com> wrote:
> This patch generalizes the code alignment and lets each CPU set function, jump and loop alignment
> independently. The defaults for A53/A57 are based the original patch by James Greenhalgh.
>
> OK for trunk?
>
> ChangeLog:
> 2014-12-13 Wilco Dijkstra wdijkstr@arm.com
>
>     * gcc/config/aarch64/aarch64-protos.h (tune-params):
>     Add code alignment tuning parameters.
>     * gcc/config/aarch64/aarch64.c (generic_tunings)
>     Add code alignment tuning parameters.
>     (cortexa53_tunings): Likewise.
>     (cortexa57_tunings): Likewise.
>     (thunderx_tunings): Likewise.
>     (aarch64_override_options): Use new alignment tunings.

OK /Marcus


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