qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 00/22] tcg-i386 cleanup and improvement, v2
Date: Mon, 17 May 2010 11:26:37 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Thunderbird/3.0.4

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.
>   tcg-i386: Tidy initialization of tcg_target_call_clobber_regs.
>   tcg-i386: Tidy ext8u and ext16u operations.
>   tcg-i386: Tidy ext8s and ext16s operations.
>   tcg-i386: Tidy bswap operations.
>   tcg-i386: Tidy shift operations.
>   tcg-i386: Tidy move operations.
>   tcg-i386: Eliminate extra move from qemu_ld64.
>   tcg-i386: Tidy jumps.
>   tcg-i386: Tidy immediate arithmetic operations.
>   tcg-i386: Tidy non-immediate arithmetic operations.
>   tcg-i386: Tidy movi.
>   tcg-i386: Tidy push/pop.
>   tcg-i386: Tidy calls.
>   tcg-i386: Tidy ret.
>   tcg-i386: Tidy setcc.
>   tcg-i386: Tidy unary arithmetic.
>   tcg-i386: Tidy multiply.
>   tcg-i386: Tidy xchg.
>   tcg-i386: Tidy lea.
>   tcg-i386: Use lea for three-operand add.
>   tcg-i386: Tidy data16 prefixes.
> 
>  tcg/i386/tcg-target.c |  718 
> +++++++++++++++++++++++++++++--------------------
>  1 files changed, 433 insertions(+), 285 deletions(-)
> 
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]