]> gcc.gnu.org Git - gcc.git/commit - gcc/c-family/ChangeLog
add a hash_set based on hash_table
authorTrevor Saunders <tsaunders@mozilla.com>
Sat, 2 Aug 2014 11:23:49 +0000 (11:23 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Sat, 2 Aug 2014 11:23:49 +0000 (11:23 +0000)
commit6e2830c3dbe0d4972519ddd44bd1b15b2b274ba2
treef0fb192e856fa98b7d91e225ff958dfcc1f602df
parent2df06cec0a2fe611c5487bf54c4ef8e3b2b30543
add a hash_set based on hash_table

This allows us to replace the usage of pointer_set outside of
pointer_map with a nicer interface.

gcc/ada/

* gcc-interface/trans.c: Use hash_set instead of pointer_set.

gcc/c-family/

* c-gimplify.c: Use hash_set instead of pointer_set.

gcc/c/

* c-decl.c: Use hash_set instead of pointer_set.

gcc/cp/

* class.c, cp-gimplify.c, cp-tree.h, decl.c, decl2.c, error.c,
method.c, name-lookup.c, pt.c, semantics.c, tree.c: Use hash_set
instead of pointer_set.

gcc/fortran/

* openmp.c, trans-decl.c: Use hash_set instead of pointer_set.

gcc/

* hash-set.h: new File.
* cfgexpand.c, cfgloop.c, cgraph.c, cgraphbuild.c, cgraphunit.c,
cprop.c, cse.c, gimple-walk.c, gimple-walk.h, gimplify.c, godump.c,
ipa-devirt.c, ipa-pure-const.c, ipa-visibility.c, ipa.c, lto-cgraph.c,
lto-streamer-out.c, stmt.c, tree-cfg.c, tree-core.h, tree-eh.c,
tree-inline.c, tree-inline.h, tree-nested.c, tree-pretty-print.c,
tree-ssa-loop-niter.c, tree-ssa-phiopt.c, tree-ssa-threadedge.c,
tree-ssa-uninit.c, tree.c, tree.h, value-prof.c, varasm.c,
varpool.c: Use hash_set instead of pointer_set.

gcc/lto/

* lto-partition.c, lto-partition.h: Use hash_set instead of
pointer_set.

From-SVN: r213516
60 files changed:
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c
gcc/c-family/ChangeLog
gcc/c-family/c-gimplify.c
gcc/c/ChangeLog
gcc/c/c-decl.c
gcc/cfgexpand.c
gcc/cfgloop.c
gcc/cgraph.c
gcc/cgraphbuild.c
gcc/cgraphunit.c
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-gimplify.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/error.c
gcc/cp/method.c
gcc/cp/name-lookup.c
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/cp/tree.c
gcc/cprop.c
gcc/cse.c
gcc/fortran/ChangeLog
gcc/fortran/openmp.c
gcc/fortran/trans-decl.c
gcc/gimple-walk.c
gcc/gimple-walk.h
gcc/gimplify.c
gcc/godump.c
gcc/hash-set.h [new file with mode: 0644]
gcc/ipa-devirt.c
gcc/ipa-pure-const.c
gcc/ipa-visibility.c
gcc/ipa.c
gcc/lto-cgraph.c
gcc/lto-streamer-out.c
gcc/lto/ChangeLog
gcc/lto/lto-partition.c
gcc/lto/lto-partition.h
gcc/stmt.c
gcc/tree-cfg.c
gcc/tree-core.h
gcc/tree-eh.c
gcc/tree-inline.c
gcc/tree-inline.h
gcc/tree-nested.c
gcc/tree-pretty-print.c
gcc/tree-ssa-loop-niter.c
gcc/tree-ssa-phiopt.c
gcc/tree-ssa-threadedge.c
gcc/tree-ssa-uninit.c
gcc/tree.c
gcc/tree.h
gcc/value-prof.c
gcc/varasm.c
gcc/varpool.c
This page took 0.074958 seconds and 5 git commands to generate.