2012-06-01 Edmar Wienskoski <edmar@freescale.com>
authoredmarwjr <edmarwjr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Jun 2012 16:05:16 +0000 (16:05 +0000)
committeredmarwjr <edmarwjr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Jun 2012 16:05:16 +0000 (16:05 +0000)
commitb770074cee13445eba1bf4e99649c5ceac9a4b5a
treeec23bd2b2db42e1e1f8d5f1bd9b93ef51a03eaa7
parent156b8feb89e2d663bc3d9a243dba92a402dc8737
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188244 138bc75d-0d04-0410-961f-82ee72b054a4
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