]> gcc.gnu.org Git - gcc.git/commit
e5500.md: New file.
authorEdmar Wienskoski <edmar@freescale.com>
Tue, 5 Jun 2012 16:05:16 +0000 (16:05 +0000)
committerEdmar Wienskoski <edmarwjr@gcc.gnu.org>
Tue, 5 Jun 2012 16:05:16 +0000 (16:05 +0000)
commit683ed19e9f9da7bec339e7cf939f928576d78f0b
treeec23bd2b2db42e1e1f8d5f1bd9b93ef51a03eaa7
parentd4d5e1468fd34b1cfc1fd5704529810fcbf66e6c
e5500.md: New file.

2012-06-01  Edmar Wienskoski  <edmar@freescale.com>

* config/rs6000/e5500.md: New file.
* config/rs6000/e6500.md: New file.
* config/rs6000/rs6000.c (processor_costs): Add new costs for
e5500 and e6500.
(rs6000_option_override_internal): Altivec and Spe options not
allowed with e5500. Spe options not allowed with e6500. Increase
move inline limit for e5500 and e6500. Disable string instructions
for e5500 and e6500. Enable branch targets alignment for e5500 and
e6500. Initialize rs6000_cost for e5500 and e6500.
(rs6000_adjust_cost): Add extra scheduling cycles between compare
and brnach for e5500 and e6500.
(rs6000_issue_rate): Set issue rate for e5500 and e6500.
* config/rs6000/rs6000-cpus.def: Add cpu definitions for e5500 and
e6500.
* config/rs6000/rs6000.h (ASM_CPU_SPEC): Add e5500 and e6500.
* config/rs6000/rs6000.md (define_attr "cpu"): Add ppce5500 and
ppce6500.
Include e5500.md and e6500.md.
* config/rs6000/rs6000-opt.h (processor_type): Add
PROCESSOR_PPCE5500 and PROCESSOR_PPCE6500.
* config.gcc (cpu_is_64bit): Add new cores e5500, e6500.
(powerpc*-*-*): Add new cores e5500, e6500.
* doc/invoke.texi: (item -mcpu): Add e5500 and e6500 to list of cpus.

gcc/testsuite
2012-06-01  Edmar Wienskoski  <edmar@freescale.com>

* gcc.dg/tree-ssa/vector-3.c: Adjust regular expression.

From-SVN: r188244
12 files changed:
gcc/ChangeLog
gcc/config.gcc
gcc/config/rs6000/e5500.md [new file with mode: 0644]
gcc/config/rs6000/e6500.md [new file with mode: 0644]
gcc/config/rs6000/rs6000-cpus.def
gcc/config/rs6000/rs6000-opts.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md
gcc/doc/invoke.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/vector-3.c
This page took 0.065481 seconds and 5 git commands to generate.