qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/12] tcg-s390 updates
@ 2013-03-27 18:52 Richard Henderson
  2013-03-27 18:52 ` [Qemu-devel] [PATCH 01/12] tcg-s390: Fix movi Richard Henderson
                   ` (11 more replies)
  0 siblings, 12 replies; 19+ messages in thread
From: Richard Henderson @ 2013-03-27 18:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: agraf

The first patch here has been seen previously, fixing a bug in
how constants are constructed.

The second patch fixes how parameters beyond the first 5 are
passed to functions.  I'm not sure how this got missed during
the initial creation of the port.  :-P

The remaining patches are improvements, either for new opcodes
or for additional ISA support.


r~


Richard Henderson (12):
  tcg-s390: Fix movi
  tcg-s390: Properly allocate a stack frame.
  tcg-s390: Remove useless preprocessor conditions
  tcg-s390: Implement add2/sub2 opcodes
  tcg-s390: Implement mulu2_i64 opcode
  tcg-s390: Implement movcond opcodes
  tcg-s390: Implement deposit opcodes
  tcg-s390: Remove constraint letters for and
  tcg-s390: Use risbgz for andi
  tcg-s390: Cleanup argument shuffling fixme in softmmu code
  tcg-s390: Use load-address for addition
  tcg-s390: Use all 20 bits of the offset in tcg_out_mem

 tcg/s390/tcg-target.c | 541 ++++++++++++++++++++++++++++----------------------
 tcg/s390/tcg-target.h |  26 +--
 2 files changed, 314 insertions(+), 253 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2013-03-28 15:08 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-27 18:52 [Qemu-devel] [PATCH 00/12] tcg-s390 updates Richard Henderson
2013-03-27 18:52 ` [Qemu-devel] [PATCH 01/12] tcg-s390: Fix movi Richard Henderson
2013-03-27 18:52 ` [Qemu-devel] [PATCH 02/12] tcg-s390: Properly allocate a stack frame Richard Henderson
2013-03-27 18:52 ` [Qemu-devel] [PATCH 03/12] tcg-s390: Remove useless preprocessor conditions Richard Henderson
2013-03-28  0:14   ` Aurelien Jarno
2013-03-28  0:54     ` Richard Henderson
2013-03-27 18:52 ` [Qemu-devel] [PATCH 04/12] tcg-s390: Implement add2/sub2 opcodes Richard Henderson
2013-03-27 18:52 ` [Qemu-devel] [PATCH 05/12] tcg-s390: Implement mulu2_i64 opcode Richard Henderson
2013-03-27 18:52 ` [Qemu-devel] [PATCH 06/12] tcg-s390: Implement movcond opcodes Richard Henderson
2013-03-27 18:52 ` [Qemu-devel] [PATCH 07/12] tcg-s390: Implement deposit opcodes Richard Henderson
2013-03-27 18:52 ` [Qemu-devel] [PATCH 08/12] tcg-s390: Remove constraint letters for and Richard Henderson
2013-03-28 15:03   ` Aurelien Jarno
2013-03-28 15:08     ` Richard Henderson
2013-03-27 18:52 ` [Qemu-devel] [PATCH 09/12] tcg-s390: Use risbgz for andi Richard Henderson
2013-03-27 19:03   ` Paolo Bonzini
2013-03-27 19:27     ` Richard Henderson
2013-03-27 18:52 ` [Qemu-devel] [PATCH 10/12] tcg-s390: Cleanup argument shuffling fixme in softmmu code Richard Henderson
2013-03-27 18:52 ` [Qemu-devel] [PATCH 11/12] tcg-s390: Use load-address for addition Richard Henderson
2013-03-27 18:52 ` [Qemu-devel] [PATCH 12/12] tcg-s390: Use all 20 bits of the offset in tcg_out_mem Richard Henderson

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).