public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 00/11] more rtx_insn * stuff
@ 2016-11-14  8:01 tbsaunde+gcc
  2016-11-14  8:01 ` [PATCH 09/11] make add_int_reg_note take rtx_insn * tbsaunde+gcc
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: tbsaunde+gcc @ 2016-11-14  8:01 UTC (permalink / raw)
  To: gcc-patches

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

Hi,

Basically $subject which gets rid of a few more casts over all.

I ment to get this out a little while back, but life got busy, and I didn't
read the status announcement properly, so virtually working from hawaii for
now. patches individually built and regtested on x86_64-linux-gnu, and series
run through config-list.mk, ok?

Thanks!

Trev

Trevor Saunders (11):
  use rtx_insn * more places where it is obvious
  split up variables to use rtx_insn * more
  make find_reg_equal_equiv_note take rtx_insn *
  make recog () take a rtx_insn *
  make replace_label_in_insn take labels as rtx_insn *
  make delete_insn () take a rtx_insn *
  remove cast from emit_libcall_block
  make prologue_epilogue_contains take a rtx_insn *
  make add_int_reg_note take rtx_insn *
  make dead_or_set_{,regno_}p take rtx_insn *
  make find_reg{,no}_fusage take rtx_insn *

 gcc/cfgrtl.c                  |  5 ++--
 gcc/cfgrtl.h                  |  2 +-
 gcc/config/aarch64/aarch64.c  |  4 +--
 gcc/config/alpha/alpha.c      |  8 +++---
 gcc/config/arc/arc.c          |  4 +--
 gcc/config/arm/arm-protos.h   |  2 +-
 gcc/config/arm/arm.c          | 24 +++++++----------
 gcc/config/c6x/c6x.c          |  5 ++--
 gcc/config/darwin.c           |  3 +--
 gcc/config/frv/frv.c          |  4 +--
 gcc/config/frv/frv.md         | 20 ++++++--------
 gcc/config/i386/i386-protos.h |  6 ++---
 gcc/config/i386/i386.c        | 14 +++++-----
 gcc/config/ia64/ia64.c        |  2 +-
 gcc/config/mcore/mcore.c      |  2 +-
 gcc/config/mn10300/mn10300.c  |  9 ++++---
 gcc/config/rs6000/rs6000.c    | 18 ++++++-------
 gcc/config/s390/s390.c        |  2 +-
 gcc/config/s390/s390.md       | 21 ++++++++++-----
 gcc/config/spu/spu.c          |  7 +++--
 gcc/config/spu/spu.md         |  6 ++---
 gcc/config/tilegx/tilegx.c    |  3 ++-
 gcc/config/v850/v850.c        |  4 +--
 gcc/cse.c                     | 63 ++++++++++++++++++++++---------------------
 gcc/expr.c                    |  4 +--
 gcc/function.c                | 12 ++++-----
 gcc/function.h                |  6 ++---
 gcc/genrecog.c                |  8 +-----
 gcc/lower-subreg.c            |  2 +-
 gcc/optabs.c                  |  5 ++--
 gcc/optabs.h                  |  2 +-
 gcc/recog.h                   |  2 +-
 gcc/rtl.h                     | 22 ++++++++++-----
 gcc/rtlanal.c                 | 35 +++++++++++++-----------
 34 files changed, 169 insertions(+), 167 deletions(-)

-- 
2.9.3.dirty

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

end of thread, other threads:[~2016-11-23 20:17 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-14  8:01 [PATCH 00/11] more rtx_insn * stuff tbsaunde+gcc
2016-11-14  8:01 ` [PATCH 09/11] make add_int_reg_note take rtx_insn * tbsaunde+gcc
2016-11-14  8:01 ` [PATCH 01/11] use rtx_insn * more places where it is obvious tbsaunde+gcc
2016-11-22 10:10   ` Andreas Schwab
2016-11-23 20:17     ` Jeff Law
2016-11-14  8:01 ` [PATCH 04/11] make recog () take a rtx_insn * tbsaunde+gcc
2016-11-14 20:24   ` Richard Sandiford
2016-11-14  8:01 ` [PATCH 08/11] make prologue_epilogue_contains " tbsaunde+gcc
2016-11-14  8:01 ` [PATCH 11/11] make find_reg{,no}_fusage take " tbsaunde+gcc
2016-11-14  8:01 ` [PATCH 02/11] split up variables to use rtx_insn * more tbsaunde+gcc
2016-11-14  8:01 ` [PATCH 06/11] make delete_insn () take a rtx_insn * tbsaunde+gcc
2016-11-14  8:01 ` [PATCH 07/11] remove cast from emit_libcall_block tbsaunde+gcc
2016-11-14  8:01 ` [PATCH 10/11] make dead_or_set_{,regno_}p take rtx_insn * tbsaunde+gcc
2016-11-14  8:01 ` [PATCH 03/11] make find_reg_equal_equiv_note " tbsaunde+gcc
2016-11-14  8:01 ` [PATCH 05/11] make replace_label_in_insn take labels as " tbsaunde+gcc
2016-11-14 13:45 ` [PATCH 00/11] more rtx_insn * stuff Bernd Schmidt
2016-11-14 15:18   ` 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).