From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLgTh-0006ao-5R for qemu-devel@nongnu.org; Tue, 09 Oct 2012 16:32:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLgTg-0007EG-AL for qemu-devel@nongnu.org; Tue, 09 Oct 2012 16:32:33 -0400 Received: from hall.aurel32.net ([88.191.126.93]:42156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLgTg-0007Dz-4O for qemu-devel@nongnu.org; Tue, 09 Oct 2012 16:32:32 -0400 From: Aurelien Jarno Date: Tue, 9 Oct 2012 22:32:24 +0200 Message-Id: <1349814748-22552-1-git-send-email-aurelien@aurel32.net> Subject: [Qemu-devel] [PATCH 0/4] tcg/ia64: misc improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Aurelien Jarno This patch series improve the IA64 backend by adding the movcond instruction and optimizing the qemu_ld/st ops. It also includes a patch from Blue Swirl posted more than a year ago to use stack for TCG temps. Aurelien Jarno (3): tcg/ia64: implement movcond_i32/64 tcg/ia64: remove suboptimal register shifting in qemu_ld/st ops tcg/ia64: slightly optimize TLB access code Blue Swirl (1): tcg/ia64: use stack for TCG temps tcg/ia64/tcg-target.c | 141 +++++++++++++++++++++++++++++++++---------------- tcg/ia64/tcg-target.h | 4 +- 2 files changed, 97 insertions(+), 48 deletions(-) -- 1.7.10.4