From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39539 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJyH3-0001Ux-KW for qemu-devel@nongnu.org; Wed, 02 Jun 2010 20:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJyGy-0007k6-78 for qemu-devel@nongnu.org; Wed, 02 Jun 2010 20:27:05 -0400 Received: from are.twiddle.net ([75.149.56.221]:37129) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJyGx-0007jx-VU for qemu-devel@nongnu.org; Wed, 02 Jun 2010 20:27:00 -0400 From: Richard Henderson Date: Wed, 2 Jun 2010 17:26:54 -0700 Message-Id: <1275524816-4187-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 0/2] tcg cleanups, part 4 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net The tcg_out_mov patch you've seen before, but now contains a TCG_TYPE_REG that should address the concerns you had with the changes to the sparc port. It's also been updated to HEAD to reflect the changes in tcg/i386. The second patch is new. r~ Richard Henderson (2): tcg: Add TYPE parameter to tcg_out_mov. tcg: Make some tcg-target.c routines static. tcg/arm/tcg-target.c | 6 ++-- tcg/hppa/tcg-target.c | 42 +++++++++++++++++++------------------- tcg/i386/tcg-target.c | 40 ++++++++++++++++++------------------ tcg/ia64/tcg-target.c | 7 +++-- tcg/mips/tcg-target.c | 32 ++++++++++++++-------------- tcg/ppc/tcg-target.c | 52 +++++++++++++++++++++++----------------------- tcg/ppc64/tcg-target.c | 14 ++++++------ tcg/s390/tcg-target.c | 6 ++-- tcg/sparc/tcg-target.c | 14 ++++++------ tcg/tcg.c | 14 +++++++----- tcg/tcg.h | 14 ++++++++---- tcg/x86_64/tcg-target.c | 49 ++++++++++++++++++-------------------------- 12 files changed, 144 insertions(+), 146 deletions(-)