Add qdf24xx base tuning support.
commitee446d9fbb8226a98a939f070186e4ac3e5e333f
authorJim Wilson <jim.wilson@linaro.org>
Wed, 29 Jun 2016 18:01:55 +0000 (29 18:01 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 29 Jun 2016 18:01:55 +0000 (29 11:01 -0700)
tree5f5dd9d6b2c2022924bbe9ffe905b8a70352feb0
parent27f67461842af37e9b63426b6d6ab38a016a0f70
Add qdf24xx base tuning support.

gcc/
* config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
* config/aarch64/aarch64.c (qdf24xx_addrcost_table,
qdf24xx_regmove_cost, qdf24xx_tunings): New.
* config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
* config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
* config/arm/arm.c (arm_qdf24xx_tune): New.

gcc/testsuite/
* gcc.dg/asr_div1.c: Add aarch64 specific dg-options.

From-SVN: r237857
gcc/ChangeLog
gcc/config/aarch64/aarch64-cores.def
gcc/config/aarch64/aarch64.c
gcc/config/arm/aarch-cost-tables.h
gcc/config/arm/arm-cores.def
gcc/config/arm/arm.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/asr_div1.c