qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: aliguori@amazon.com
Subject: [Qemu-devel] [PULL for-1.7 00/13] tcg-ia64 improvements
Date: Tue, 19 Nov 2013 07:49:42 +1000	[thread overview]
Message-ID: <1384811395-7097-1-git-send-email-rth@twiddle.net> (raw)

These are extracted from a larger patch set, including only the
subset that has been reviewed by Aurelien.

Patch 5 fixes a serious bug in the ia64 backend, so I'd like to
ensure this gets fixed for 1.7.


r~


The following changes since commit 5c5432e7d630592ddcc1876ac8a1505f8f14ef15:

  Merge remote-tracking branch 'luiz/queue/qmp' into staging (2013-11-13 11:49:27 -0800)

are available in the git repository at:


  git://github.com/rth7680/qemu.git tcg-ia64-17

for you to fetch changes up to 463230d85e1e0898b1a94092af65026e615e6ec6:

  tcg-ia64: Introduce tcg_opc_bswap64_i (2013-11-18 15:57:59 +1000)

----------------------------------------------------------------
Richard Henderson (13):
      tcg-ia64: Use TCGMemOp within qemu_ldst routines
      tcg-ia64: Use shortcuts for nop insns
      tcg-ia64: Handle constant calls
      tcg-ia64: Simplify brcond
      tcg-ia64: Move AREG0 to R32
      tcg-ia64: Avoid unnecessary stop bit in tcg_out_alu
      tcg-ia64: Use ADDS for small addition
      tcg-ia64: Use SUB_A3 and ADDS_A4 for subtraction
      tcg-ia64: Use A3 form of logical operations
      tcg-ia64: Introduce tcg_opc_mov_a
      tcg-ia64: Introduce tcg_opc_movi_a
      tcg-ia64: Introduce tcg_opc_ext_i
      tcg-ia64: Introduce tcg_opc_bswap64_i

 tcg/ia64/tcg-target.c | 755 ++++++++++++++++++++++++++------------------------
 tcg/ia64/tcg-target.h |   4 +-
 2 files changed, 397 insertions(+), 362 deletions(-)

             reply	other threads:[~2013-11-18 21:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-18 21:49 Richard Henderson [this message]
2013-11-18 21:49 ` [Qemu-devel] [PULL for-1.7 01/13] tcg-ia64: Use TCGMemOp within qemu_ldst routines Richard Henderson
2013-11-18 21:49 ` [Qemu-devel] [PULL for-1.7 02/13] tcg-ia64: Use shortcuts for nop insns Richard Henderson
2013-11-18 21:49 ` [Qemu-devel] [PULL for-1.7 03/13] tcg-ia64: Handle constant calls Richard Henderson
2013-11-18 21:49 ` [Qemu-devel] [PULL for-1.7 04/13] tcg-ia64: Simplify brcond Richard Henderson
2013-11-18 21:49 ` [Qemu-devel] [PULL for-1.7 05/13] tcg-ia64: Move AREG0 to R32 Richard Henderson
2013-11-18 21:49 ` [Qemu-devel] [PULL for-1.7 06/13] tcg-ia64: Avoid unnecessary stop bit in tcg_out_alu Richard Henderson
2013-11-18 21:49 ` [Qemu-devel] [PULL for-1.7 07/13] tcg-ia64: Use ADDS for small addition Richard Henderson
2013-11-18 21:49 ` [Qemu-devel] [PULL for-1.7 08/13] tcg-ia64: Use SUB_A3 and ADDS_A4 for subtraction Richard Henderson
2013-11-18 21:49 ` [Qemu-devel] [PULL for-1.7 09/13] tcg-ia64: Use A3 form of logical operations Richard Henderson
2013-11-18 21:49 ` [Qemu-devel] [PULL for-1.7 10/13] tcg-ia64: Introduce tcg_opc_mov_a Richard Henderson
2013-11-18 21:49 ` [Qemu-devel] [PULL for-1.7 11/13] tcg-ia64: Introduce tcg_opc_movi_a Richard Henderson
2013-11-18 21:49 ` [Qemu-devel] [PULL for-1.7 12/13] tcg-ia64: Introduce tcg_opc_ext_i Richard Henderson
2013-11-18 21:49 ` [Qemu-devel] [PULL for-1.7 13/13] tcg-ia64: Introduce tcg_opc_bswap64_i Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1384811395-7097-1-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=aliguori@amazon.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).