aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorAndrew Pinski <apinski@cavium.com>2014-10-21 18:30:35 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2014-10-21 11:30:35 -0700
commitd1bcc29f799a1d2d04fae6adf3b732b51a9259a6 (patch)
treed21f70f233ace3b30f0f7130533fa9f15172624b /gcc/ChangeLog
parentbe3c16c474629e69c6c4cd6465ffa4b572cc6460 (diff)
downloadgcc-d1bcc29f799a1d2d04fae6adf3b732b51a9259a6.zip
gcc-d1bcc29f799a1d2d04fae6adf3b732b51a9259a6.tar.gz
gcc-d1bcc29f799a1d2d04fae6adf3b732b51a9259a6.tar.bz2
invoke.texi (AARCH64/mtune): Document thunderx as an available option also.
2014-10-21 Andrew Pinski <apinski@cavium.com> * 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
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
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 <apinski@cavium.com>
+
+ * 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 <dehao@google.com>
* auto-profile.c: New file.