public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 00/10] removal of typedefs that hide pointerness episode 1
@ 2015-09-03  5:26 tbsaunde+gcc
  2015-09-03  5:26 ` [PATCH 06/10] tree-ssa-ter.c: remove typedefs that hide pointerness tbsaunde+gcc
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: tbsaunde+gcc @ 2015-09-03  5:26 UTC (permalink / raw)
  To: gcc-patches

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

Hi,

Personally I think hiding that variables are pointers is confusing, and I
believe consensus is we should move away from this style.  So this series
starts to do that.

patches individually bootstrapped + regtested on x86_64-linux-gnu, ok?

Trev

Trevor Saunders (10):
  don't typedef alias_set_entry and unhide pointerness
  dse.c: remove some typedefs that hide pointerness
  var-tracking.c: remove typedef of location_chain
  var-tracking.c: remove typedef of shared_hash
  bt-load.c: remove typedefs that hide pointerness
  tree-ssa-ter.c: remove typedefs that hide pointerness
  tree-vrp.c: remove typedefs that hide pointerness
  dwarf2cfi.c: remove typedef that hides pointerness
  dwarf2out.c: remove typedefs that hide pointerness
  tree-ssa-loop-im.c: remove typedefs that hide pointerness

 gcc/alias.c            |  31 +++--
 gcc/bt-load.c          | 140 ++++++++++----------
 gcc/dse.c              | 115 ++++++++---------
 gcc/dwarf2cfi.c        |   5 +-
 gcc/dwarf2out.c        | 340 ++++++++++++++++++++++++-------------------------
 gcc/tree-ssa-loop-im.c |  98 +++++++-------
 gcc/tree-ssa-ter.c     |  39 +++---
 gcc/tree-vrp.c         |  22 ++--
 gcc/var-tracking.c     | 192 ++++++++++++++--------------
 9 files changed, 479 insertions(+), 503 deletions(-)

-- 
2.4.0

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

end of thread, other threads:[~2015-09-10 15:16 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-03  5:26 [PATCH 00/10] removal of typedefs that hide pointerness episode 1 tbsaunde+gcc
2015-09-03  5:26 ` [PATCH 06/10] tree-ssa-ter.c: remove typedefs that hide pointerness tbsaunde+gcc
2015-09-03  5:27 ` [PATCH 02/10] dse.c: remove some " tbsaunde+gcc
2015-09-04 20:30   ` Jeff Law
2015-09-03  5:27 ` [PATCH 05/10] bt-load.c: remove " tbsaunde+gcc
2015-09-03  5:27 ` [PATCH 07/10] tree-vrp.c: " tbsaunde+gcc
2015-09-03  5:27 ` [PATCH 04/10] var-tracking.c: remove typedef of shared_hash tbsaunde+gcc
2015-09-03  5:27 ` [PATCH 03/10] var-tracking.c: remove typedef of location_chain tbsaunde+gcc
2015-09-03  5:27 ` [PATCH 10/10] tree-ssa-loop-im.c: remove typedefs that hide pointerness tbsaunde+gcc
2015-09-03  5:27 ` [PATCH 01/10] don't typedef alias_set_entry and unhide pointerness tbsaunde+gcc
2015-09-04 20:28   ` Jeff Law
2015-09-03  5:31 ` [PATCH 09/10] dwarf2out.c: remove typedefs that hide pointerness tbsaunde+gcc
2015-09-03  5:47 ` [PATCH 08/10] dwarf2cfi.c: remove typedef that hides pointerness tbsaunde+gcc
2015-09-03  9:51 ` [PATCH 00/10] removal of typedefs that hide pointerness episode 1 Richard Biener
2015-09-10 15:30   ` David Malcolm
2015-09-04 20:24 ` Jeff Law

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