public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: tbsaunde+gcc@tbsaunde.org
To: gcc-patches@gcc.gnu.org
Subject: [PATCH 00/10] removal of typedefs that hide pointerness episode 1
Date: Thu, 03 Sep 2015 05:26:00 -0000	[thread overview]
Message-ID: <1441258006-10575-1-git-send-email-tbsaunde+gcc@tbsaunde.org> (raw)

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

             reply	other threads:[~2015-09-03  5:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-03  5:26 tbsaunde+gcc [this message]
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 01/10] don't typedef alias_set_entry and unhide pointerness tbsaunde+gcc
2015-09-04 20:28   ` Jeff Law
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 03/10] var-tracking.c: remove typedef of location_chain 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 02/10] dse.c: remove some typedefs that hide pointerness 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:31 ` [PATCH 09/10] dwarf2out.c: " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441258006-10575-1-git-send-email-tbsaunde+gcc@tbsaunde.org \
    --to=tbsaunde+gcc@tbsaunde.org \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).