Re: [Qemu-devel] [PATCH 00/22] tcg-i386 cleanup and improvement, v2

2010-05-21 Thread Aurelien Jarno
On Wed, Apr 28, 2010 at 11:24:33AM -0700, Richard Henderson wrote: > Changes v1->v2: > * Dropped controversial bswap changes; bswap16 continues to use rolw. > * Tidy data16 as the last of the hard-coded constants. > I have applied 1-2 and 5-9, but I can't apply the other without patches 3 an

Re: [Qemu-devel] [PATCH 00/22] tcg-i386 cleanup and improvement, v2

2010-05-17 Thread Aurelien Jarno
Pong. Sorry -ENOTIME for QEMU On Mon, May 17, 2010 at 11:26:37AM -0700, Richard Henderson wrote: > Ping? > > On 04/28/2010 11:24 AM, Richard Henderson wrote: > > Changes v1->v2: > > * Dropped controversial bswap changes; bswap16 continues to use rolw. > > * Tidy data16 as the last of the har

Re: [Qemu-devel] [PATCH 00/22] tcg-i386 cleanup and improvement, v2

2010-05-17 Thread Richard Henderson
Ping? On 04/28/2010 11:24 AM, Richard Henderson wrote: > Changes v1->v2: > * Dropped controversial bswap changes; bswap16 continues to use rolw. > * Tidy data16 as the last of the hard-coded constants. > > > r~ > > > Richard Henderson (22): > tcg-i386: Allocate call-saved registers first

[Qemu-devel] [PATCH 00/22] tcg-i386 cleanup and improvement, v2

2010-04-28 Thread Richard Henderson
Changes v1->v2: * Dropped controversial bswap changes; bswap16 continues to use rolw. * Tidy data16 as the last of the hard-coded constants. r~ Richard Henderson (22): tcg-i386: Allocate call-saved registers first. tcg-i386: Tidy initialization of tcg_target_call_clobber_regs. tcg-i38