qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Taylor Simpson <tsimpson@quicinc.com>
To: qemu-devel@nongnu.org
Cc: ale@rev.ng, bcain@quicinc.com, tsimpson@quicinc.com,
	richard.henderson@linaro.org, f4bug@amsat.org
Subject: [PATCH 0/2] Hexagon (target/hexagon) cleanup and bug fix
Date: Tue, 12 Oct 2021 04:31:18 -0500	[thread overview]
Message-ID: <1634031081-25450-1-git-send-email-tsimpson@quicinc.com> (raw)

Followup to replace more tcg_const_* with tcg_constant_tl*
Fix bug to delay writes to USR until packet commit

Taylor Simpson (2):
  Hexagon (target/hexagon) more tcg_constant_*
  Hexagon (target/hexagon) put writes to USR into temp until commit

 target/hexagon/gen_tcg.h          |   9 ++--
 target/hexagon/macros.h           |   9 ++--
 target/hexagon/attribs_def.h.inc  |   1 +
 target/hexagon/translate.c        |  12 +++--
 tests/tcg/hexagon/overflow.c      | 107 ++++++++++++++++++++++++++++++++++++++
 target/hexagon/gen_tcg_funcs.py   |  11 +---
 target/hexagon/hex_common.py      |   2 +
 tests/tcg/hexagon/Makefile.target |   1 +
 8 files changed, 129 insertions(+), 23 deletions(-)
 create mode 100644 tests/tcg/hexagon/overflow.c

-- 
2.7.4


             reply	other threads:[~2021-10-12  9:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-12  9:31 Taylor Simpson [this message]
2021-10-12  9:31 ` [PATCH 1/2] Hexagon (target/hexagon) more tcg_constant_* Taylor Simpson
2021-10-18 21:02   ` Richard Henderson
2021-10-19  3:44   ` Philippe Mathieu-Daudé
2021-10-12  9:31 ` [PATCH] Hexagon (target/hexagon) put writes to USR into temp until commit Taylor Simpson
2021-10-19  3:47   ` Philippe Mathieu-Daudé
2021-10-12  9:31 ` [PATCH 2/2] " Taylor Simpson
2021-10-18 21:04   ` 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=1634031081-25450-1-git-send-email-tsimpson@quicinc.com \
    --to=tsimpson@quicinc.com \
    --cc=ale@rev.ng \
    --cc=bcain@quicinc.com \
    --cc=f4bug@amsat.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.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).