From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLgS9-0003MI-GG for qemu-devel@nongnu.org; Tue, 09 Oct 2012 16:30:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLgS8-0006E0-Fm for qemu-devel@nongnu.org; Tue, 09 Oct 2012 16:30:57 -0400 Received: from hall.aurel32.net ([88.191.126.93]:42132) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLgS8-0006Cm-9j for qemu-devel@nongnu.org; Tue, 09 Oct 2012 16:30:56 -0400 From: Aurelien Jarno Date: Tue, 9 Oct 2012 22:30:47 +0200 Message-Id: <1349814652-22325-1-git-send-email-aurelien@aurel32.net> Subject: [Qemu-devel] [PATCH 0/5] tcg/arm: fixes and optimizations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Aurelien Jarno This patch series fixes the TCG arm backend for the MIPS target, as well as for big endian targets when not using the ARMv6+ instructions set. The corresponding patches are candidate for a stable release. The last two patches add some optimizations. Aurelien Jarno (5): tcg/arm: fix TLB access in qemu-ld/st ops tcg/arm: fix cross-endian qemu_st16 target-openrisc: remove conflicting definitions from cpu.h tcg/arm: optimize tcg_out_goto_label tcg/arm: improve direct jump exec-all.h | 24 ++--------- exec.c | 4 -- target-openrisc/cpu.h | 18 --------- tcg/arm/tcg-target.c | 107 ++++++++++++++++++++++++++----------------------- 4 files changed, 61 insertions(+), 92 deletions(-) -- 1.7.10.4