public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/7] S/390: Rework instruction scheduling.
@ 2019-03-11 12:53 Robin Dapp
  2019-03-11 12:53 ` [PATCH 4/7] S/390: Change handling of group end Robin Dapp
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Robin Dapp @ 2019-03-11 12:53 UTC (permalink / raw)
  To: gcc-patches; +Cc: krebbel, iii, rdapp

Hi,

this patch set adds new pipeline descriptions for z13 and z14.  Based
on that, the scoring and some properties are handled differently in
the scheduler hooks.

Regards
 Robin

Robin Dapp (7):
  S/390: Change z13 pipeline description.
  S/390: Add z14 pipeline description.
  S/390: Change handling of long-running instructions.
  S/390: Change handling of group end.
  S/390: Add side to schedule-mix calculations.
  S/390: Add handling for group-of-two instructions.
  S/390: Tune scheduling parameters.

 gcc/config/s390/2964.md | 373 ++++++++++++++++++++++------------------
 gcc/config/s390/3906.md | 281 ++++++++++++++++++++++++++++++
 gcc/config/s390/s390.c  | 303 +++++++++++++++++++-------------
 gcc/config/s390/s390.h  |   2 +-
 gcc/config/s390/s390.md |   3 +
 5 files changed, 679 insertions(+), 283 deletions(-)
 create mode 100644 gcc/config/s390/3906.md

-- 
2.17.0

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

end of thread, other threads:[~2019-03-12 12:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-11 12:53 [PATCH 0/7] S/390: Rework instruction scheduling Robin Dapp
2019-03-11 12:53 ` [PATCH 4/7] S/390: Change handling of group end Robin Dapp
2019-03-11 12:53 ` [PATCH 1/7] S/390: Change z13 pipeline description Robin Dapp
2019-03-11 12:53 ` [PATCH 3/7] S/390: Change handling of long-running instructions Robin Dapp
2019-03-11 12:53 ` [PATCH 7/7] S/390: Tune scheduling parameters Robin Dapp
2019-03-11 12:53 ` [PATCH 2/7] S/390: Add z14 pipeline description Robin Dapp
2019-03-11 12:53 ` [PATCH 6/7] S/390: Add handling for group-of-two instructions Robin Dapp
2019-03-11 13:13 ` [PATCH 5/7] S/390: Add side to schedule-mix calculations Robin Dapp
2019-03-11 15:51 ` [PATCH 0/7] S/390: Rework instruction scheduling Andreas Krebbel
2019-03-12 10:01   ` Robin Dapp
2019-03-12 12:12     ` Andreas Krebbel
2019-03-12 10:22   ` [PATCH 8/8] S/390: Change test case to reflect scheduling changes Robin Dapp
2019-03-12 12:35     ` Andreas Krebbel

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 read-only IMAP folder(s) and NNTP newsgroup(s).