Re: [PATCH][AARCH64]Replace gen_rtx_PLUS with plus_constant

2013-10-02 Thread Kyrill Tkachov
On 01/10/13 12:32, Marcus Shawcroft wrote: On 30 September 2013 14:20, Renlin Li wrote: gcc/ChangeLog: 2013-09-30 Renlin Li * config/aarch64/aarch64.c (aarch64_expand_prologue): Use plus_constant. (aarch64_expand_epilogue): Likewise. OK /Marcus I've committed the patch as r203

Re: [PATCH][AARCH64]Replace gen_rtx_PLUS with plus_constant

2013-10-01 Thread Marcus Shawcroft
On 30 September 2013 14:20, Renlin Li wrote: > gcc/ChangeLog: > > 2013-09-30 Renlin Li > > * config/aarch64/aarch64.c (aarch64_expand_prologue): Use plus_constant. > (aarch64_expand_epilogue): Likewise. OK /Marcus

Re: [PATCH][AARCH64]Replace gen_rtx_PLUS with plus_constant

2013-10-01 Thread Kyrill Tkachov
On 30/09/13 14:20, Renlin Li wrote: Hello all, Sorry for my last patch that cause some test regressions. I have correct it, and it has been tested for aarch64-none-elf on the model. This patch will replace all explicit calls to gen_rtx_PLUS and GEN_INT with plus_constant. OK for trunk? Kind r

[PATCH][AARCH64]Replace gen_rtx_PLUS with plus_constant

2013-09-30 Thread Renlin Li
Hello all, Sorry for my last patch that cause some test regressions. I have correct it, and it has been tested for aarch64-none-elf on the model. This patch will replace all explicit calls to gen_rtx_PLUS and GEN_INT with plus_constant. OK for trunk? Kind regards, Renlin Li gcc/ChangeLog:

Re: [PATCH][AARCH64]Replace gen_rtx_PLUS with plus_constant

2013-09-23 Thread James Greenhalgh
On Sat, Sep 21, 2013 at 09:34:34AM +0100, James Greenhalgh wrote: > On Fri, Sep 20, 2013 at 03:40:59PM +0100, Renlin Li wrote: > > Thank you, can you please commit it for me? > > > > Kind regards, > > Renlin Li > > > > On 09/20/13 15:26, Marcus Shawcroft wrote: > > > On 20 September 2013 15:18, R

Re: [PATCH][AARCH64]Replace gen_rtx_PLUS with plus_constant

2013-09-21 Thread James Greenhalgh
On Fri, Sep 20, 2013 at 03:40:59PM +0100, Renlin Li wrote: > Thank you, can you please commit it for me? > > Kind regards, > Renlin Li > > On 09/20/13 15:26, Marcus Shawcroft wrote: > > On 20 September 2013 15:18, Renlin Li wrote: > > > >> 2013-09-20 Renlin Li > >> > >> * config/aarch64/

Re: [PATCH][AARCH64]Replace gen_rtx_PLUS with plus_constant

2013-09-20 Thread Marcus Shawcroft
On 20 September 2013 15:18, Renlin Li wrote: > 2013-09-20 Renlin Li > > * config/aarch64/aarch64.c (aarch64_expand_prologue): Use plus_constant. > (aarch64_expand_epilogue): Likewise. > (aarch64_legitimize_reload_address): Likewise. OK /Marcus

Re: [PATCH][AARCH64]Replace gen_rtx_PLUS with plus_constant

2013-09-20 Thread Renlin Li
Thank you, can you please commit it for me? Kind regards, Renlin Li On 09/20/13 15:26, Marcus Shawcroft wrote: On 20 September 2013 15:18, Renlin Li wrote: 2013-09-20 Renlin Li * config/aarch64/aarch64.c (aarch64_expand_prologue): Use plus_constant. (aarch64_expand_epilogue): L

[PATCH][AARCH64]Replace gen_rtx_PLUS with plus_constant

2013-09-20 Thread Renlin Li
Hello all, This patch will replace all explicit calls to gen_rtx_PLUS and GEN_INT with plus_constant. This has been tested for aarch64-none-elf on the model. OK for trunk? Kind regards, Renlin Li gcc/ChangeLog: 2013-09-20 Renlin Li * config/aarch64/aarch64.c (aarch64_expand_prologue