RE: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2013-01-21 Thread Yi-Hsiu Hsu
-patches@gcc.gnu.org; gcc-patches@gcc.gnu.org Subject: Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores Hi Yi-Hsiu Hsu, On 01/21/13 08:51, Yi-Hsiu Hsu wrote: > Hi Ramana, > > Attached is the patch for marvell-pj4.md to fix the simple_alu_shift category. > Thanks for your kindly he

Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2013-01-21 Thread Ramana Radhakrishnan
pj4_shift): Handle simple_alu_shift. Cheers, Yi-Hsiu, Hsu -Original Message- From: Ramana Radhakrishnan [mailto:ramra...@arm.com] Sent: Friday, January 18, 2013 10:28 PM To: Yi-Hsiu Hsu Cc: gcc-patches@gcc.gnu.org ; Subject: Re: RE: [PATCH, ARM] New CPU support for Marvell PJ4 cores On 06/2

Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2013-01-21 Thread Ramana Radhakrishnan
On 01/20/13 20:36, Matthias Klose wrote: Am 18.01.2013 15:28, schrieb Ramana Radhakrishnan: On 06/20/12 03:53, Yi-Hsiu Hsu wrote: marvell-pj4 is added to BE8_LINK_SPEC. Sorry about the time it's taken to finish this patch up. I seem to have missed this one in the review process. I've now app

RE: RE: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2013-01-21 Thread Yi-Hsiu Hsu
@gcc.gnu.org ; Subject: Re: RE: [PATCH, ARM] New CPU support for Marvell PJ4 cores On 06/20/12 03:53, Yi-Hsiu Hsu wrote: > marvell-pj4 is added to BE8_LINK_SPEC. Sorry about the time it's taken to finish this patch up. I seem to have missed this one in the review process. I've no

Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2013-01-20 Thread Bin.Cheng
On Mon, Jan 21, 2013 at 4:36 AM, Matthias Klose wrote: > Am 18.01.2013 15:28, schrieb Ramana Radhakrishnan: >> On 06/20/12 03:53, Yi-Hsiu Hsu wrote: >>> marvell-pj4 is added to BE8_LINK_SPEC. >> >> Sorry about the time it's taken to finish this patch up. I seem to have >> missed >> this one in th

Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2013-01-20 Thread Matthias Klose
Am 18.01.2013 15:28, schrieb Ramana Radhakrishnan: > On 06/20/12 03:53, Yi-Hsiu Hsu wrote: >> marvell-pj4 is added to BE8_LINK_SPEC. > > Sorry about the time it's taken to finish this patch up. I seem to have missed > this one in the review process. > > I've now applied the attached patch after t

Re: RE: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2013-01-18 Thread Ramana Radhakrishnan
.org] Sent: Thursday, June 14, 2012 2:19 AM To: Yi-Hsiu Hsu Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores On 29 May 2012 10:07, Yi-Hsiu Hsu wrote: Hi, This patch maintains Marvell PJ4 cores pipeline description. Run arm testsuite on arm-linux-

PING: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2012-11-29 Thread Yi-Hsiu Hsu
This patch is pending for a long time. Any progress? Cheers, Yi-Hsiu, Hsu -Original Message- From: Yi-Hsiu Hsu Sent: Tuesday, June 26, 2012 1:51 PM To: 'Chung-Lin Tang' Cc: Ramana Radhakrishnan; gcc-patches@gcc.gnu.org Subject: RE: [PATCH, ARM] New CPU support for Marvell PJ4

PING: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2012-09-06 Thread Yi-Hsiu Hsu
Ping!! Cheers, Yi-Hsiu, Hsu -Original Message- From: Yi-Hsiu Hsu Sent: Tuesday, June 26, 2012 1:51 PM To: 'Chung-Lin Tang' Cc: Ramana Radhakrishnan; gcc-patches@gcc.gnu.org Subject: RE: [PATCH, ARM] New CPU support for Marvell PJ4 cores Hi Chung-Lin, I think tune_marvell

RE: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2012-06-25 Thread Yi-Hsiu Hsu
-patches@gcc.gnu.org Subject: Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores On 2012/6/26 09:37 AM, Yi-Hsiu Hsu wrote: > Updated changelog. > > * config/arm/marvell-pj4.md: New marvell-pj4 pipeline description. > * config/arm/arm.c (arm_issue_rate): Add marvell_pj4. > * co

Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2012-06-25 Thread Chung-Lin Tang
On 2012/6/26 09:37 AM, Yi-Hsiu Hsu wrote: > Updated changelog. > > * config/arm/marvell-pj4.md: New marvell-pj4 pipeline description. > * config/arm/arm.c (arm_issue_rate): Add marvell_pj4. > * config/arm/arm.md (tune_marvell): Add marvell_pj4. > * config/arm/arm-cores.def: Add core marvell-pj4. >

RE: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2012-06-25 Thread Yi-Hsiu Hsu
Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores On 20 June 2012 03:53, Yi-Hsiu Hsu wrote: > marvell-pj4 is added to BE8_LINK_SPEC. > > Modified patch is attached. Missing a modified changelog entry. Ramana > > Thanks! > >

Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2012-06-25 Thread Ramana Radhakrishnan
o:ramana.radhakrish...@linaro.org] > Sent: Thursday, June 14, 2012 2:19 AM > To: Yi-Hsiu Hsu > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores > > On 29 May 2012 10:07, Yi-Hsiu Hsu wrote: >> Hi, >> >> This patch main

RE: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2012-06-19 Thread Yi-Hsiu Hsu
, ARM] New CPU support for Marvell PJ4 cores On 29 May 2012 10:07, Yi-Hsiu Hsu wrote: > Hi, > > This patch maintains Marvell PJ4 cores pipeline description. > Run arm testsuite on arm-linux-gnueabi and no extra regressions are found. > >        * config/arm/marvell-pj4.md: New ma

Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2012-06-13 Thread Chung-Lin Tang
On 2012/6/14 02:18 AM, Ramana Radhakrishnan wrote: > On 29 May 2012 10:07, Yi-Hsiu Hsu wrote: >> Hi, >> >> This patch maintains Marvell PJ4 cores pipeline description. >> Run arm testsuite on arm-linux-gnueabi and no extra regressions are found. >> >>* config/arm/marvell-pj4.md: New marvel

Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores

2012-06-13 Thread Ramana Radhakrishnan
On 29 May 2012 10:07, Yi-Hsiu Hsu wrote: > Hi, > > This patch maintains Marvell PJ4 cores pipeline description. > Run arm testsuite on arm-linux-gnueabi and no extra regressions are found. > >        * config/arm/marvell-pj4.md: New marvell-pj4 pipeline description. >        * config/arm/arm.c (ar

[PATCH, ARM] New CPU support for Marvell PJ4 cores

2012-05-29 Thread Yi-Hsiu Hsu
Hi, This patch maintains Marvell PJ4 cores pipeline description. Run arm testsuite on arm-linux-gnueabi and no extra regressions are found. * config/arm/marvell-pj4.md: New marvell-pj4 pipeline description. * config/arm/arm.c (arm_issue_rate): Add marvell_pj4. * config/arm