From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVHLt-0000Km-O4 for qemu-devel@nongnu.org; Mon, 15 Feb 2016 06:30:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVHLs-0004Uf-Mh for qemu-devel@nongnu.org; Mon, 15 Feb 2016 06:30:01 -0500 Received: from mail-qk0-x22b.google.com ([2607:f8b0:400d:c09::22b]:32826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVHLs-0004UZ-J4 for qemu-devel@nongnu.org; Mon, 15 Feb 2016 06:30:00 -0500 Received: by mail-qk0-x22b.google.com with SMTP id s5so54179729qkd.0 for ; Mon, 15 Feb 2016 03:30:00 -0800 (PST) Sender: Richard Henderson From: Richard Henderson Date: Mon, 15 Feb 2016 22:29:22 +1100 Message-Id: <1455535767-28194-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 0/5] tcg queued patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org One clang fix and the improvments for sparc register windows. r~ The following changes since commit a5af12871fd4601c44f08d9e49131e9ca13ef102: Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2016-02-12' into staging (2016-02-12 17:36:12 +0000) are available in the git repository at: git://github.com/rth7680/qemu.git tags/pull-tcg-20160215 for you to fetch changes up to dcf640230d5c4779c8b31a97ab130ac183b965a0: target-sparc: Use global registers for the register window (2016-02-15 22:27:08 +1100) ---------------------------------------------------------------- Clang fix and Sparc improvements ---------------------------------------------------------------- Richard Henderson (5): tcg: Work around clang bug wrt enum ranges, part 2 tcg: Implement indirect memory registers tcg: Allocate indirect_base temporaries in a different order target-sparc: Tidy global register initialization target-sparc: Use global registers for the register window target-sparc/translate.c | 196 ++++++++++++++++++++++------------------------- tcg/tcg.c | 138 +++++++++++++++++++++++---------- tcg/tcg.h | 2 + 3 files changed, 192 insertions(+), 144 deletions(-)