All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 00/10] target/mips: Misc cleanups for September/October 2019
@ 2019-10-20 17:24 Aleksandar Markovic
  2019-10-20 17:24 ` [PATCH v5 01/10] target/mips: Clean up helper.c Aleksandar Markovic
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Aleksandar Markovic @ 2019-10-20 17:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: aleksandar.rikalo

From: Aleksandar Markovic <amarkovic@wavecomp.com>

Mostly cosmetic changes.

v4->v5:

  - minor correction in patch on helper.c
  - added patches 9 and 10

v3->v4:

  - added patches 7 and 8

v2->v3:

  - removed all patches that were already integrated
  - patches 1 and 2 are improved from v2
  - added patches 3-6

v1->v2:

  - minor corrections to satisfy reviews
  - added several more patches

Aleksandar Markovic (10):
  target/mips: Clean up helper.c
  target/mips: Clean up op_helper.c
  MAINTAINERS: Update mail address of Aleksandar Rikalo
  target/mips: msa: Split helpers for <MAX|MIN>_A.<B|H|W|D>
  target/mips: msa: Split helpers for <MAX|MIN>_<S|U>.<B|H|W|D>
  target/mips: msa: Split helpers for ILV<EV|OD|L|R>.<B|H|W|D>
  target/mips: msa: Split helpers for ADD<_A|S_A|S_S|S_U|V>.<B|H|W|D>
  target/mips: msa: Split helpers for HADD_<S|U>.<H|W|D>
  target/mips: msa: Split helpers for S<LL|RA|RAR|RL|RLR>.<B|H|W|D>
  target/mips: msa: Split helpers for PCK<EV|OD>.<B|H|W|D>

 .mailmap                 |    5 +-
 MAINTAINERS              |   18 +-
 target/mips/helper.c     |  123 +-
 target/mips/helper.h     |  133 +-
 target/mips/msa_helper.c | 4244 +++++++++++++++++++++++++++++-----------------
 target/mips/op_helper.c  | 1010 +++++++----
 target/mips/translate.c  |  442 ++++-
 7 files changed, 3966 insertions(+), 2009 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2019-10-21 15:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20 17:24 [PATCH v5 00/10] target/mips: Misc cleanups for September/October 2019 Aleksandar Markovic
2019-10-20 17:24 ` [PATCH v5 01/10] target/mips: Clean up helper.c Aleksandar Markovic
2019-10-20 17:24 ` [PATCH v5 02/10] target/mips: Clean up op_helper.c Aleksandar Markovic
2019-10-20 17:24 ` [PATCH v5 03/10] MAINTAINERS: Update mail address of Aleksandar Rikalo Aleksandar Markovic
2019-10-21 11:32   ` Philippe Mathieu-Daudé
2019-10-20 17:24 ` [PATCH v5 04/10] target/mips: msa: Split helpers for <MAX|MIN>_A.<B|H|W|D> Aleksandar Markovic
2019-10-20 17:24 ` [PATCH v5 05/10] target/mips: msa: Split helpers for <MAX|MIN>_<S|U>.<B|H|W|D> Aleksandar Markovic
2019-10-20 17:24 ` [PATCH v5 06/10] target/mips: msa: Split helpers for ILV<EV|OD|L|R>.<B|H|W|D> Aleksandar Markovic
2019-10-20 17:24 ` [PATCH v5 07/10] target/mips: msa: Split helpers for ADD<_A|S_A|S_S|S_U|V>.<B|H|W|D> Aleksandar Markovic
2019-10-20 17:24 ` [PATCH v5 08/10] target/mips: msa: Split helpers for HADD_<S|U>.<H|W|D> Aleksandar Markovic
2019-10-20 17:24 ` [PATCH v5 09/10] target/mips: msa: Split helpers for S<LL|RA|RAR|RL|RLR>.<B|H|W|D> Aleksandar Markovic
2019-10-20 17:24 ` [PATCH v5 10/10] target/mips: msa: Split helpers for PCK<EV|OD>.<B|H|W|D> Aleksandar Markovic
2019-10-20 18:07 ` [PATCH v5 00/10] target/mips: Misc cleanups for September/October 2019 no-reply
2019-10-21 15:00 ` Aleksandar Rikalo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.