On Wed, Oct 10, 2012 at 4:02 PM, Richard Henderson <[email protected]> wrote: > Changes v2->v2 > * Rebase vs master, which now includes all dependencies. > * Patch 7 has had braces fixed. > > Tree available at > > git://github.com/rth7680/qemu.git tcg-sparc > > > r~ > > > Richard Henderson (13): > target-sparc: Fix optimized %icc comparisons
Thanks, applied all except above which was also in the other set. I'm having hardware problems with my Sparc64 setup, so I was not able to test the result but the patches looked OK. > tcg-sparc: Fix brcond2 > tcg-sparc: Implement movcond. > tcg-sparc: Fix setcond2 > tcg-sparc: Fix qemu_st for 32-bit > tcg-sparc: Fix setcond > tcg-sparc: Fix add2/sub2 > tcg-sparc: Use Z constraint for %g0 > tcg-sparc: Optimize setcond2 equality compare with 0. > tcg-sparc: Drop use of Bicc in favor of BPcc > tcg-sparc: Dump illegal opode contents > tcg-sparc: Emit BPr insns for brcond_i64 > tcg-sparc: Emit MOVR insns for setcond_i64 and movcond_64 > > sparc-dis.c | 2 +- > target-sparc/translate.c | 1 + > tcg/sparc/tcg-target.c | 643 > +++++++++++++++++++++++++++-------------------- > tcg/sparc/tcg-target.h | 9 +- > 4 files changed, 382 insertions(+), 273 deletions(-) > > -- > 1.7.11.4 >
