[PATCH][07/10] -fuse-caller-save - Use collected register usage information

2013-03-29 Thread Tom de Vries
Paolo, This patch series adds analysis of register usage of functions for usage by IRA. The original post is here ( http://gcc.gnu.org/ml/gcc-patches/2013-01/msg01234.html ). This patch uses the information of which registers are clobbered by a call in IRA and df-scan. Bootstrapped and

[PATCH][07/10] -fuse-caller-save - Use collected register usage information

2013-03-30 Thread Tom de Vries
Paolo, This patch series adds analysis of register usage of functions for usage by IRA. The original post is here ( http://gcc.gnu.org/ml/gcc-patches/2013-01/msg01234.html ). This patch uses the information of which registers are clobbered by a call in IRA and df-scan. Bootstrapped and reg-teste

Re: [PATCH][07/10] -fuse-caller-save - Use collected register usage information

2013-12-05 Thread Tom de Vries
On 30-03-13 18:11, Tom de Vries wrote: Paolo, This patch series adds analysis of register usage of functions for usage by IRA. The original post is here ( http://gcc.gnu.org/ml/gcc-patches/2013-01/msg01234.html ). This patch uses the information of which registers are clobbered by a call in IRA

Re: [PATCH][07/10] -fuse-caller-save - Use collected register usage information

2013-12-06 Thread Paolo Bonzini
Il 06/12/2013 01:56, Tom de Vries ha scritto: >> >> >> This patch series adds analysis of register usage of functions for >> usage by IRA. >> The original post is here >> ( http://gcc.gnu.org/ml/gcc-patches/2013-01/msg01234.html ). >> >> This patch uses the information of which registers are clobbe