qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/12] Hexagon (target/hexagon) queue
@ 2022-03-08 21:54 Taylor Simpson
  2022-03-08 21:54 ` [PULL 01/12] Hexagon (target/hexagon) fix bug in circular addressing Taylor Simpson
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Taylor Simpson @ 2022-03-08 21:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, tsimpson, richard.henderson, f4bug, zongyuan.li

The following changes since commit 33d102e92e41a65c817d85ff8bfd5ffa2c16b1d3:

  Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20220307-pull-request' into staging (2022-03-08 12:40:58 +0000)

are available in the Git repository at:

  https://github.com/quic/qemu tags/pull-hex-20220308

for you to fetch changes up to ebbf0ee1335548fe9b42fcd1ff031aea2d27cc1a:

  target/hexagon: remove unused variable (2022-03-08 13:27:00 -0800)

----------------------------------------------------------------
Hexagon bug fixes and additional tests

Also includes a patch from Zongyuan Li <zongyuan.li@smartx.com>
to remove an unused variable

----------------------------------------------------------------
Michael Lambert (1):
      Hexagon (target/hexagon) fix bug in circular addressing

Taylor Simpson (10):
      Hexagon HVX (target/hexagon) fix bug in HVX saturate instructions
      Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo
      Hexagon (target/hexagon) properly handle denorm in arch_sf_recip_common
      Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmax
      Hexagon (tests/tcg/hexagon) test instructions that might set bits in USR
      Hexagon (tests/tcg/hexagon) add floating point instructions to usr.c
      Hexagon (tests/tcg/hexagon) update overflow test
      Hexagon (tests/tcg/hexagon) fix inline asm in preg_alias.c
      Hexagon (target/hexagon) fix bug in conv_df2uw_chop
      Hexagon (target/hexagon) assignment to c4 should wait until packet commit

Zongyuan Li (1):
      target/hexagon: remove unused variable

 target/hexagon/fma_emu.h          |    6 +-
 target/hexagon/macros.h           |    4 +-
 target/hexagon/mmvec/macros.h     |    6 +-
 target/hexagon/arch.c             |    6 +-
 target/hexagon/genptr.c           |   14 +-
 target/hexagon/op_helper.c        |   28 +-
 tests/tcg/hexagon/circ.c          |    5 +-
 tests/tcg/hexagon/fpstuff.c       |  123 +++-
 tests/tcg/hexagon/hvx_misc.c      |   71 ++-
 tests/tcg/hexagon/overflow.c      |   61 +-
 tests/tcg/hexagon/preg_alias.c    |   84 ++-
 tests/tcg/hexagon/usr.c           | 1141 +++++++++++++++++++++++++++++++++++++
 tests/tcg/hexagon/Makefile.target |    8 +-
 13 files changed, 1474 insertions(+), 83 deletions(-)
 create mode 100644 tests/tcg/hexagon/usr.c

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PULL 00/12] Hexagon (target/hexagon) queue
@ 2022-02-11 11:17 Taylor Simpson
  2022-02-11 11:17 ` [PULL 01/12] Hexagon (target/hexagon) fix bug in circular addressing Taylor Simpson
  0 siblings, 1 reply; 17+ messages in thread
From: Taylor Simpson @ 2022-02-11 11:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, tsimpson, richard.henderson, f4bug, zongyuan.li

The following changes since commit 0a301624c2f4ced3331ffd5bce85b4274fe132af:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220208' into staging (2022-02-08 11:40:08 +0000)

are available in the Git repository at:

  https://github.com/quic/qemu tags/pull-hex-20220211

for you to fetch changes up to effdede7a4b04cacea14618010ccc7775bb19196:

  target/hexagon: remove unused variable (2022-02-11 02:17:54 -0800)

----------------------------------------------------------------
Hexagon bug fixes and additional tests

Also includes a patch from Zongyuan Li <zongyuan.li@smartx.com>
to remove an unused variable

----------------------------------------------------------------
Michael Lambert (1):
      Hexagon (target/hexagon) fix bug in circular addressing

Taylor Simpson (10):
      Hexagon HVX (target/hexagon) fix bug in HVX saturate instructions
      Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo
      Hexagon (target/hexagon) properly handle denorm in arch_sf_recip_common
      Hexagon (tests/tcg/hexagon) test instructions that might set bits in USR
      Hexagon (tests/tcg/hexagon) add floating point instructions to usr.c
      Hexagon (tests/tcg/hexagon) update overflow test
      Hexagon (tests/tcg/hexagon) fix inline asm in preg_alias.c
      Hexagon (target/hexagon) fix bug in conv_df2uw_chop
      Hexagon (target/hexagon) assignment to c4 should wait until packet commit
      Hexagon (target/hexagon) convert to OBJECT_DECLARE_TYPE

Zongyuan Li (1):
      target/hexagon: remove unused variable

 target/hexagon/cpu.h              |    9 +-
 target/hexagon/fma_emu.h          |    6 +-
 target/hexagon/macros.h           |    4 +-
 target/hexagon/mmvec/macros.h     |    4 -
 target/hexagon/arch.c             |    6 +-
 target/hexagon/genptr.c           |   14 +-
 target/hexagon/op_helper.c        |   14 +-
 tests/tcg/hexagon/circ.c          |    5 +-
 tests/tcg/hexagon/fpstuff.c       |   44 +-
 tests/tcg/hexagon/hvx_misc.c      |   71 ++-
 tests/tcg/hexagon/overflow.c      |   61 +-
 tests/tcg/hexagon/preg_alias.c    |   84 ++-
 tests/tcg/hexagon/usr.c           | 1141 +++++++++++++++++++++++++++++++++++++
 tests/tcg/hexagon/Makefile.target |    8 +-
 14 files changed, 1409 insertions(+), 62 deletions(-)
 create mode 100644 tests/tcg/hexagon/usr.c

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

end of thread, other threads:[~2022-03-10 20:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 21:54 [PULL 00/12] Hexagon (target/hexagon) queue Taylor Simpson
2022-03-08 21:54 ` [PULL 01/12] Hexagon (target/hexagon) fix bug in circular addressing Taylor Simpson
2022-03-08 21:54 ` [PULL 02/12] Hexagon HVX (target/hexagon) fix bug in HVX saturate instructions Taylor Simpson
2022-03-08 21:54 ` [PULL 03/12] Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo Taylor Simpson
2022-03-08 21:54 ` [PULL 04/12] Hexagon (target/hexagon) properly handle denorm in arch_sf_recip_common Taylor Simpson
2022-03-08 21:54 ` [PULL 05/12] Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmax Taylor Simpson
2022-03-08 21:54 ` [PULL 06/12] Hexagon (tests/tcg/hexagon) test instructions that might set bits in USR Taylor Simpson
2022-03-08 21:54 ` [PULL 07/12] Hexagon (tests/tcg/hexagon) add floating point instructions to usr.c Taylor Simpson
2022-03-08 21:54 ` [PULL 08/12] Hexagon (tests/tcg/hexagon) update overflow test Taylor Simpson
2022-03-08 21:54 ` [PULL 09/12] Hexagon (tests/tcg/hexagon) fix inline asm in preg_alias.c Taylor Simpson
2022-03-08 21:54 ` [PULL 10/12] Hexagon (target/hexagon) fix bug in conv_df2uw_chop Taylor Simpson
2022-03-08 21:54 ` [PULL 11/12] Hexagon (target/hexagon) assignment to c4 should wait until packet commit Taylor Simpson
2022-03-08 21:54 ` [PULL 12/12] target/hexagon: remove unused variable Taylor Simpson
2022-03-10 13:16 ` [PULL 00/12] Hexagon (target/hexagon) queue Peter Maydell
2022-03-10 15:42   ` Taylor Simpson
2022-03-10 20:26     ` Alex Bennée
  -- strict thread matches above, loose matches on Subject: below --
2022-02-11 11:17 Taylor Simpson
2022-02-11 11:17 ` [PULL 01/12] Hexagon (target/hexagon) fix bug in circular addressing Taylor Simpson

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