public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/3] use rtx_insn * more
@ 2016-10-28 19:04 tbsaunde+gcc
  2016-10-28 19:04 ` [PATCH 1/3] use rtx_insn * in various places where it is obvious tbsaunde+gcc
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: tbsaunde+gcc @ 2016-10-28 19:04 UTC (permalink / raw)
  To: gcc-patches

From: Trevor Saunders <tbsaunde+gcc@tbsaunde.org>

HI,

This series changes various variables type from rtx to rtx_insn * so that the
remaining patches in this series
http://gcc.gnu.org/ml/gcc-patches/2016-10/msg01353.html can be applied.

patches bootstrapped and regtested on x86_64-linux-gnu, and run through config-list.mk, ok?

Thanks!

Trev

Trevor Saunders (3):
  use rtx_insn * in various places where it is obvious
  split up the trial variable in reorg.c:relax_delay_slots to use
    rtx_insn * more
  split up some variables to use rtx_insn * more

 gcc/config/alpha/alpha.c     | 117 ++++++++++++++++++++++---------------------
 gcc/config/arc/arc.c         |   3 +-
 gcc/config/arm/arm.c         |   9 ++--
 gcc/config/bfin/bfin.c       |   7 +--
 gcc/config/c6x/c6x.c         |   9 ++--
 gcc/config/frv/frv.c         |   2 +-
 gcc/config/i386/i386.c       |   3 +-
 gcc/config/ia64/ia64.c       |   4 +-
 gcc/config/m32c/m32c.c       |   4 +-
 gcc/config/mips/mips.c       |  61 +++++++++++-----------
 gcc/config/mn10300/mn10300.c |   2 +-
 gcc/config/rl78/rl78.c       |   2 +-
 gcc/config/s390/s390.c       |   7 +--
 gcc/config/sh/sh-mem.cc      |   8 +--
 gcc/config/sh/sh.md          |  18 +++----
 gcc/emit-rtl.c               |   2 +-
 gcc/except.c                 |   2 +-
 gcc/final.c                  |   4 +-
 gcc/jump.c                   |   4 +-
 gcc/optabs.c                 |   5 +-
 gcc/reload1.c                |   9 ++--
 gcc/reorg.c                  |  19 ++++---
 22 files changed, 156 insertions(+), 145 deletions(-)

-- 
2.9.3.dirty

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

end of thread, other threads:[~2016-11-02 18:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-28 19:04 [PATCH 0/3] use rtx_insn * more tbsaunde+gcc
2016-10-28 19:04 ` [PATCH 1/3] use rtx_insn * in various places where it is obvious tbsaunde+gcc
2016-10-28 19:04 ` [PATCH 2/3] split up the trial variable in reorg.c:relax_delay_slots to use rtx_insn * more tbsaunde+gcc
2016-10-28 19:04 ` [PATCH 3/3] split up some variables " tbsaunde+gcc
2016-10-31 13:38 ` [PATCH 0/3] " Jeff Law
2016-11-02  3:56   ` Trevor Saunders
2016-11-02 14:55     ` David Malcolm
2016-11-02 16:35       ` Bernd Schmidt
2016-11-02 18:07         ` Trevor Saunders

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