Re: [Patch PPC/Darwin] some tidy-ups for save_world (and a prelude to splitting it out of the rs6000 code).

2011-12-15 Thread Iain Sandoe
Hi David, Mike, On 10 Dec 2011, at 23:57, David Edelsohn wrote: On Sun, Dec 4, 2011 at 3:23 PM, Iain Sandoe develo...@sandoe-acoustics.co.uk wrote: gcc: * config/rs6000/rs6000.c (first_altivec_reg_to_save): Amend comment. (compute_vrsave_mask): Likewise.

Re: [Patch PPC/Darwin] some tidy-ups for save_world (and a prelude to splitting it out of the rs6000 code).

2011-12-10 Thread David Edelsohn
On Sun, Dec 4, 2011 at 3:23 PM, Iain Sandoe develo...@sandoe-acoustics.co.uk wrote: gcc: * config/rs6000/rs6000.c (first_altivec_reg_to_save): Amend comment. (compute_vrsave_mask): Likewise. (rs6000_emit_prologue): Move update of VRSave mask to save_world() when that

Re: [Patch PPC/Darwin] some tidy-ups for save_world (and a prelude to splitting it out of the rs6000 code).

2011-12-04 Thread Iain Sandoe
On 4 Dec 2011, at 06:35, Mike Stump wrote: On Nov 30, 2011, at 6:28 AM, Iain Sandoe wrote: While trying to track down the vector unwind problems on ppc- darwin, I made some tidy-ups for save_world(). In the end, that was not where the main problem, lay - but I did find a few things wrong

[Patch PPC/Darwin] some tidy-ups for save_world (and a prelude to splitting it out of the rs6000 code).

2011-11-30 Thread Iain Sandoe
While trying to track down the vector unwind problems on ppc-darwin, I made some tidy-ups for save_world(). In the end, that was not where the main problem, lay - but I did find a few things wrong there on the way - they should be fixed, even if there's no specific bug filed at present.