]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-parloops.c
remove need for store_values_directly
authorTrevor Saunders <tsaunders@mozilla.com>
Sat, 18 Apr 2015 18:13:18 +0000 (18:13 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Sat, 18 Apr 2015 18:13:18 +0000 (18:13 +0000)
commit67f58944a75eaf9c193dc704f8128bfaaf6c3c3a
tree371c9ad12b94f56f0112c4fda736391f1925a309
parentb9923c3538dbd24c38a86ff49c7e3895c6c22873
remove need for store_values_directly

This switches all hash_table users to use the layout that stores
elements of type value_type in the hash table instead of the one storing
value_type *.  Since it becomes unused support for the value_type *
layout is removed.

gcc/

* hash-table.h: Remove version of hash_table that stored value_type *.
* asan.c, attribs.c, bitmap.c, cfg.c, cgraph.h, config/arm/arm.c,
config/i386/winnt.c, config/ia64/ia64.c, config/mips/mips.c,
config/sol2.c, coverage.c, cselib.c, dse.c, dwarf2cfi.c,
dwarf2out.c, except.c, gcse.c, genmatch.c, ggc-common.c,
gimple-ssa-strength-reduction.c, gimplify.c, haifa-sched.c,
hard-reg-set.h, hash-map.h, hash-set.h, ipa-devirt.c, ipa-icf.h,
ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
loop-iv.c, loop-unroll.c, lto-streamer.h, plugin.c, postreload-gcse.c,
reginfo.c, statistics.c, store-motion.c, trans-mem.c, tree-cfg.c,
tree-eh.c, tree-hasher.h, tree-into-ssa.c, tree-parloops.c,
tree-sra.c, tree-ssa-coalesce.c, tree-ssa-dom.c, tree-ssa-live.c,
tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c,
tree-ssa-pre.c, tree-ssa-reassoc.c, tree-ssa-sccvn.c,
tree-ssa-structalias.c, tree-ssa-tail-merge.c,
tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
valtrack.h, var-tracking.c, vtable-verify.c, vtable-verify.h: Adjust.

libcc1/

* plugin.cc: Adjust for hash_table changes.

gcc/java/

* jcf-io.c: Adjust for hash_table changes.

gcc/lto/

* lto.c: Adjust for hash_table changes.

gcc/objc/

* objc-act.c: Adjust for hash_table changes.

From-SVN: r222213
74 files changed:
gcc/ChangeLog
gcc/asan.c
gcc/attribs.c
gcc/bitmap.c
gcc/cfg.c
gcc/cgraph.h
gcc/config/arm/arm.c
gcc/config/i386/winnt.c
gcc/config/ia64/ia64.c
gcc/config/mips/mips.c
gcc/config/sol2.c
gcc/coverage.c
gcc/cselib.c
gcc/dse.c
gcc/dwarf2cfi.c
gcc/dwarf2out.c
gcc/except.c
gcc/gcse.c
gcc/genmatch.c
gcc/ggc-common.c
gcc/gimple-ssa-strength-reduction.c
gcc/gimplify.c
gcc/haifa-sched.c
gcc/hard-reg-set.h
gcc/hash-map.h
gcc/hash-set.h
gcc/hash-table.h
gcc/ipa-devirt.c
gcc/ipa-icf.h
gcc/ipa-profile.c
gcc/ira-color.c
gcc/ira-costs.c
gcc/java/ChangeLog
gcc/java/jcf-io.c
gcc/loop-invariant.c
gcc/loop-iv.c
gcc/loop-unroll.c
gcc/lto-streamer.h
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/objc/ChangeLog
gcc/objc/objc-act.c
gcc/plugin.c
gcc/postreload-gcse.c
gcc/reginfo.c
gcc/statistics.c
gcc/store-motion.c
gcc/trans-mem.c
gcc/tree-cfg.c
gcc/tree-eh.c
gcc/tree-hasher.h
gcc/tree-into-ssa.c
gcc/tree-parloops.c
gcc/tree-sra.c
gcc/tree-ssa-coalesce.c
gcc/tree-ssa-dom.c
gcc/tree-ssa-live.c
gcc/tree-ssa-loop-im.c
gcc/tree-ssa-loop-ivopts.c
gcc/tree-ssa-phiopt.c
gcc/tree-ssa-pre.c
gcc/tree-ssa-reassoc.c
gcc/tree-ssa-sccvn.c
gcc/tree-ssa-structalias.c
gcc/tree-ssa-tail-merge.c
gcc/tree-ssa-threadupdate.c
gcc/tree-vectorizer.c
gcc/tree-vectorizer.h
gcc/valtrack.h
gcc/var-tracking.c
gcc/vtable-verify.c
gcc/vtable-verify.h
libcc1/ChangeLog
libcc1/plugin.cc