From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRqS4-0007hg-Om for qemu-devel@nongnu.org; Fri, 05 Feb 2016 19:10:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRqRz-0006q4-Ot for qemu-devel@nongnu.org; Fri, 05 Feb 2016 19:10:12 -0500 Received: from mail-qg0-x232.google.com ([2607:f8b0:400d:c04::232]:36483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRqRz-0006p4-KW for qemu-devel@nongnu.org; Fri, 05 Feb 2016 19:10:07 -0500 Received: by mail-qg0-x232.google.com with SMTP id y9so76762400qgd.3 for ; Fri, 05 Feb 2016 16:10:07 -0800 (PST) Sender: Richard Henderson From: Richard Henderson Date: Sat, 6 Feb 2016 11:09:18 +1100 Message-Id: <1454717370-17516-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 00/12] TCG patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org This contains two patches from December, and the portion that has been reviewed of my tcg-indirect-register series for sparc. The latter is mostly cleanup to tcg.c and so is nice to have regardless of the rest of the patch set. r~ The following changes since commit ee8e8f92a730afc17ab8be6e86df6b9a23b8ebc6: Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-2' into staging (2016-02-05 14:20:46 +0000) are available in the git repository at: git://github.com/rth7680/qemu.git tags/pull-tcg-20160206 for you to fetch changes up to 78c9f7ee92717671d281882d33ef3f80ca711c95: tcg: Introduce temp_load (2016-02-06 10:44:31 +1100) ---------------------------------------------------------------- Queued TCG patches. ---------------------------------------------------------------- Richard Henderson (12): tcg: Respect highwater in tcg_out_tb_finalize tcg: Remove lingering references to gen_opc_buf tcg: Change tcg_global_mem_new_* to take a TCGv_ptr tcg: Change ts->mem_reg to ts->mem_base tcg: Tidy temporary allocation tcg: More use of TCGReg where appropriate tcg: Remove tcg_get_arg_str_i32/64 tcg: Change reg_to_temp to TCGTemp pointer tcg: Change temp_dead argument to TCGTemp tcg: Change temp_sync argument to TCGTemp tcg: Change temp_save argument to TCGTemp tcg: Introduce temp_load target-alpha/translate.c | 8 +- target-arm/translate-a64.c | 6 +- target-arm/translate.c | 21 +- target-cris/translate.c | 24 +- target-cris/translate_v10.c | 82 +++---- target-i386/translate.c | 13 +- target-lm32/translate.c | 24 +- target-m68k/translate.c | 30 ++- target-microblaze/translate.c | 18 +- target-mips/translate.c | 25 +- target-moxie/translate.c | 8 +- target-openrisc/translate.c | 26 +- target-ppc/translate.c | 44 ++-- target-s390x/translate.c | 18 +- target-sh4/translate.c | 48 ++-- target-sparc/translate.c | 60 ++--- target-tilegx/translate.c | 4 +- target-tricore/translate.c | 22 +- target-unicore32/translate.c | 5 +- target-xtensa/translate.c | 10 +- tcg/ia64/tcg-target.c | 11 +- tcg/tcg-be-ldst.h | 11 +- tcg/tcg-be-null.h | 3 +- tcg/tcg.c | 550 +++++++++++++++++++----------------------- tcg/tcg.h | 49 ++-- 25 files changed, 558 insertions(+), 562 deletions(-)