From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLGI7-00053m-3s for qemu-devel@nongnu.org; Wed, 05 Mar 2014 13:11:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLGHy-0007R5-0U for qemu-devel@nongnu.org; Wed, 05 Mar 2014 13:11:39 -0500 Received: from mail-qa0-x22e.google.com ([2607:f8b0:400d:c00::22e]:54849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLGHx-0007Qi-Sj for qemu-devel@nongnu.org; Wed, 05 Mar 2014 13:11:29 -0500 Received: by mail-qa0-f46.google.com with SMTP id i13so1343330qae.19 for ; Wed, 05 Mar 2014 10:11:28 -0800 (PST) Sender: Richard Henderson From: Richard Henderson Date: Wed, 5 Mar 2014 10:11:10 -0800 Message-Id: <1394043081-4668-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 00/11] tcg-sparc updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com Rescued from a branch from September. I can't recall if I ever actually posted these back then, so I'll wait a week before asking for a pull. Re-tested on v8plus. The machine doesn't have 64-bit libraries installed, so I'm a bit stuck with that. r~ Richard Henderson (11): tcg-sparc: Fix ld64 for 32-bit mode tcg-sparc: Fix tlb read tcg-sparc: Tidy call+jump patterns tcg-sparc: Use intptr_t as appropriate tcg-sparc: Don't handle remainder tcg-sparc: Dont handle constant arguments to ext32 ops tcg-sparc: Improve tcg_out_movi tcg-sparc: Use TCGMemOp within qemu_ldst routines tcg-sparc: Tidy tcg_out_tlb_load interface tcg-sparc: Convert to new ldst helpers tcg-sparc: Convert to new ldst opcodes tcg/sparc/tcg-target.c | 599 +++++++++++++++++++++++++------------------------ tcg/sparc/tcg-target.h | 6 +- 2 files changed, 304 insertions(+), 301 deletions(-) -- 1.8.5.3