]> git.ipfire.org Git - thirdparty/gcc.git/commit
[AArch64] Generalize code alignment
authorjiwang <jiwang@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Dec 2014 13:46:22 +0000 (13:46 +0000)
committerjiwang <jiwang@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Dec 2014 13:46:22 +0000 (13:46 +0000)
commita6f68480774e8f27611ce4ba680103258064df5f
treea460ef8e877d3132ded140b5a67017ec1cdafcb5
parent4ada17e5ea23421b2a8e58850a34602b4ea485c1
[AArch64] Generalize code alignment

2014-12-18  Wilco Dijkstra  <wilco.dijkstra@arm.com>

* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218865 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/aarch64/aarch64-protos.h
gcc/config/aarch64/aarch64.c