From d1bcc29f799a1d2d04fae6adf3b732b51a9259a6 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Tue, 21 Oct 2014 18:30:35 +0000 Subject: invoke.texi (AARCH64/mtune): Document thunderx as an available option also. 2014-10-21 Andrew Pinski * doc/invoke.texi (AARCH64/mtune): Document thunderx as an available option also. * config/aarch64/aarch64-cost-tables.h: New file. * config/aarch64/aarch64-cores.def (thunderx): New core. * config/aarch64/aarch64-tune.md: Regenerate. * config/aarch64/aarch64.c: Include aarch64-cost-tables.h instead of config/arm/aarch-cost-tables.h. (thunderx_regmove_cost): New variable. (thunderx_tunings): New variable. From-SVN: r216524 --- gcc/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 931ec2e..4e9f64d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2014-10-21 Andrew Pinski + + * doc/invoke.texi (AARCH64/mtune): Document thunderx as an + available option also. + * config/aarch64/aarch64-cost-tables.h: New file. + * config/aarch64/aarch64-cores.def (thunderx): New core. + * config/aarch64/aarch64-tune.md: Regenerate. + * config/aarch64/aarch64.c: Include aarch64-cost-tables.h instead + of config/arm/aarch-cost-tables.h. + (thunderx_regmove_cost): New variable. + (thunderx_tunings): New variable. + 2014-10-21 Dehao Chen * auto-profile.c: New file. -- cgit v1.1