From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRlNw-00037i-2R for qemu-devel@nongnu.org; Tue, 18 Aug 2015 14:13:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRlNs-0000Rn-PJ for qemu-devel@nongnu.org; Tue, 18 Aug 2015 14:13:20 -0400 Received: from mail-qk0-x22b.google.com ([2607:f8b0:400d:c09::22b]:35662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRlNs-0000Rh-IH for qemu-devel@nongnu.org; Tue, 18 Aug 2015 14:13:16 -0400 Received: by qkbm65 with SMTP id m65so61245196qkb.2 for ; Tue, 18 Aug 2015 11:13:16 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Tue, 18 Aug 2015 11:12:41 -0700 Message-Id: <1439921564-25597-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 0/3] target-alpha PALcode improvments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org Posted and reviewed back in June, queued for 2.5 development. r~ The following changes since commit 074a9925e1cfd659d5376dcaccd1436d3840e611: Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2015-08-14 16:52:34 +0100) are available in the git repository at: git://github.com/rth7680/qemu.git tags/pull-axp-201508018 for you to fetch changes up to 6c05d3ded7b51154e67c35e270c48784b7046883: target-alpha: Inline hw_ret (2015-08-18 11:08:59 -0700) ---------------------------------------------------------------- Alpha shadow register optimization ---------------------------------------------------------------- Richard Henderson (3): target-alpha: Use separate TCGv temporaries for the shadow registers target-alpha: Inline call_pal target-alpha: Inline hw_ret target-alpha/cpu.h | 3 +- target-alpha/gdbstub.c | 4 +- target-alpha/helper.c | 63 ++++++--------- target-alpha/helper.h | 3 - target-alpha/machine.c | 4 +- target-alpha/sys_helper.c | 22 ----- target-alpha/translate.c | 201 ++++++++++++++++++++++++++++++---------------- 7 files changed, 166 insertions(+), 134 deletions(-)