This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] PowerPC e500mc64 core support


The regression tests completed without any problem.
Can you please commit the patches for me ?

Thanks,
Edmar


David Edelsohn wrote:
On Tue, Dec 1, 2009 at 12:25 PM, Edmar Wienskoski-RA8797
<edmar@freescale.com> wrote:
David,

Thanks for your time reviewing the patch.
I did the change you requested, regression tests against
current trunk (revision 154873) is underway.

Regards,
Edmar


2009-11-03 Edmar Wienskoski edmar@freescale.com


       * gcc.target/powerpc/ppc-eq0-1.c: Adjust testcase for isel
       targets.


2009-11-03 Edmar Wienskoski edmar@freescale.com


* config.gcc (cpu_is_64bit): Add new core e500mc64.
(powerpc*-*-*): Add new core e500mc64.
* config/rs6000/e500mc64.md: New file.
* config/rs6000/rs6000.c (processor_costs): Add new costs for
e500mc64.
(rs6000_override_options): Add e500mc64 case to
processor_target_table. Altivec and Spe options not allowed with
e500mc64. Disable string instructions for e500mc64. Enable branch
targets alignment for both e500mc and e500mc64. Initialize
rs6000_cost for e500mc64.
(rs6000_emit_sISEL): New function.
(rs6000_emit_sCOND): Call rs6000_emit_sISEL for isel targets.
(rs6000_emit_int_cmove): Fix mode of 64 bit isel pattern
generation.
(rs6000_issue_rate): Set issue rate for e500mc64.
(rs6000_rtx_costs): Set more accurate cost for mfcr instruction
on architectures with isel.
* config/rs6000/rs6000-protos.h: Declare new function.
* config/rs6000/rs6000.h (processor_type): Add
PROCESSOR_PPCE500MC64.
(ASM_CPU_SPEC): Add e500mc64.
* config/rs6000/rs6000.md (define_attr "cpu"): Add ppce500mc64.
Include e500mc64.md.
(abssi2_isel): Expand pattern to handle DImode.
(nabs<mode>2_isel): New pattern.
(absdi2): Change pattern to handle 64 bit isel targets.
(absdi2_internal): Exclude isel targets.
(nabsdi2): Exclude isel targets.
* doc/invoke.texi: Add e500mc64 to list of cpus.

Okay.


Thanks, David




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]