tree-outof-ssa.h: Remove include files.
* tree-outof-ssa.h: Remove include files. * tree-outof-ssa.c: Add required include files from tree-outof-ssa.h. * expr.c: Likewise. * tree-ssa-coalesce.c: Likewise. * cfgexpand.c: Likewise. * tree-ssa-ter.c: Likewise. * ipa-prop.h: Remove gimple.h and tree-core.h from include list. * lto-streamer.h: Likewise. * cgraphbuild.c: Add gimple.h to include list. * data-streamer-in.c: Likewise. * ipa-cp.c: Likewise. * tree-streamer.c: Likewise. * lto-compress.c: Likewise. * ipa-reference.c: Likewise. * data-streamer-out.c: Likewise. * lto-cgraph.c: Likewise. * cgraphclones.c: Likewise. * ipa-utils.c: Likewise. * data-streamer.c: Likewise. * ipa-split.c: Likewise. * lto-section-in.c: Likewise. * tree-streamer-out.c: Likewise. * ipa-prop.c: Likewise. * tree-streamer-in.c: Likewise. * symtab.c: Likewise. * opts-global.c: Likewise. * lto-opts.c: Likewise. * lto-section-out.c: Likewise. * lto-streamer.c: Likewise. * rtl.h: Add tree-core.h to include list. * expr.h: Remove tree-core.h from include list. * gimple.h: Likewise. * ipa-utils.h: Likewise. * streamer-hooks.h: Likewise. * streamer-hooks.c: Include input.h. * lto/lto-object.c: Add gimple.h to include list. * lto/lto-partition.c: Likewise. From-SVN: r204158
This commit is contained in:
parent
1375873827
commit
8e9055ae62
@ -1,3 +1,41 @@
|
||||
2013-10-29 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* tree-outof-ssa.h: Remove include files.
|
||||
* tree-outof-ssa.c: Add required include files from tree-outof-ssa.h.
|
||||
* expr.c: Likewise.
|
||||
* tree-ssa-coalesce.c: Likewise.
|
||||
* cfgexpand.c: Likewise.
|
||||
* tree-ssa-ter.c: Likewise.
|
||||
* ipa-prop.h: Remove gimple.h and tree-core.h from include list.
|
||||
* lto-streamer.h: Likewise.
|
||||
* cgraphbuild.c: Add gimple.h to include list.
|
||||
* data-streamer-in.c: Likewise.
|
||||
* ipa-cp.c: Likewise.
|
||||
* tree-streamer.c: Likewise.
|
||||
* lto-compress.c: Likewise.
|
||||
* ipa-reference.c: Likewise.
|
||||
* data-streamer-out.c: Likewise.
|
||||
* lto-cgraph.c: Likewise.
|
||||
* cgraphclones.c: Likewise.
|
||||
* ipa-utils.c: Likewise.
|
||||
* data-streamer.c: Likewise.
|
||||
* ipa-split.c: Likewise.
|
||||
* lto-section-in.c: Likewise.
|
||||
* tree-streamer-out.c: Likewise.
|
||||
* ipa-prop.c: Likewise.
|
||||
* tree-streamer-in.c: Likewise.
|
||||
* symtab.c: Likewise.
|
||||
* opts-global.c: Likewise.
|
||||
* lto-opts.c: Likewise.
|
||||
* lto-section-out.c: Likewise.
|
||||
* lto-streamer.c: Likewise.
|
||||
* rtl.h: Add tree-core.h to include list.
|
||||
* expr.h: Remove tree-core.h from include list.
|
||||
* gimple.h: Likewise.
|
||||
* ipa-utils.h: Likewise.
|
||||
* streamer-hooks.h: Likewise.
|
||||
* streamer-hooks.c: Include input.h.
|
||||
|
||||
2013-10-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||
|
||||
* config/arm/arm.c (cortexa7_extra_costs): New table.
|
||||
|
@ -49,6 +49,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "tree-inline.h"
|
||||
#include "value-prof.h"
|
||||
#include "target.h"
|
||||
#include "tree-ssa-live.h"
|
||||
#include "tree-outof-ssa.h"
|
||||
#include "sbitmap.h"
|
||||
#include "cfgloop.h"
|
||||
|
@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "langhooks.h"
|
||||
#include "pointer-set.h"
|
||||
#include "intl.h"
|
||||
|
@ -69,6 +69,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "rtl.h"
|
||||
#include "bitmap.h"
|
||||
#include "tree-cfg.h"
|
||||
|
@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "coretypes.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "data-streamer.h"
|
||||
|
||||
/* Read a string from the string table in DATA_IN using input block
|
||||
|
@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "data-streamer.h"
|
||||
|
||||
/* Return index used to reference STRING of LEN characters in the string table
|
||||
|
@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "data-streamer.h"
|
||||
|
||||
/* Pack WORK into BP in a variant of uleb format. */
|
||||
|
@ -52,6 +52,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "timevar.h"
|
||||
#include "df.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-ssa-live.h"
|
||||
#include "tree-outof-ssa.h"
|
||||
#include "target-globals.h"
|
||||
#include "params.h"
|
||||
|
@ -26,9 +26,6 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "rtl.h"
|
||||
/* For optimize_size */
|
||||
#include "flags.h"
|
||||
/* For host_integerp, tree_low_cst, fold_convert, size_binop, ssize_int,
|
||||
TREE_CODE, TYPE_SIZE, int_size_in_bytes, */
|
||||
#include "tree-core.h"
|
||||
/* For GET_MODE_BITSIZE, word_mode */
|
||||
#include "machmode.h"
|
||||
|
||||
|
@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "vec.h"
|
||||
#include "ggc.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-core.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
#include "gimple-fold.h"
|
||||
|
@ -104,6 +104,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "target.h"
|
||||
#include "ipa-prop.h"
|
||||
#include "bitmap.h"
|
||||
|
@ -21,6 +21,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "langhooks.h"
|
||||
#include "ggc.h"
|
||||
#include "target.h"
|
||||
|
@ -20,10 +20,8 @@ along with GCC; see the file COPYING3. If not see
|
||||
#ifndef IPA_PROP_H
|
||||
#define IPA_PROP_H
|
||||
|
||||
#include "tree-core.h"
|
||||
#include "vec.h"
|
||||
#include "cgraph.h"
|
||||
#include "gimple.h"
|
||||
#include "alloc-pool.h"
|
||||
|
||||
/* The following definitions and interfaces are used by
|
||||
|
@ -41,6 +41,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-inline.h"
|
||||
#include "tree-pass.h"
|
||||
#include "pointer-set.h"
|
||||
|
@ -78,6 +78,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "target.h"
|
||||
#include "ipa-prop.h"
|
||||
#include "gimple-ssa.h"
|
||||
|
@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-inline.h"
|
||||
#include "dumpfile.h"
|
||||
#include "langhooks.h"
|
||||
|
@ -20,7 +20,6 @@ along with GCC; see the file COPYING3. If not see
|
||||
|
||||
#ifndef GCC_IPA_UTILS_H
|
||||
#define GCC_IPA_UTILS_H
|
||||
#include "tree-core.h"
|
||||
#include "cgraph.h"
|
||||
|
||||
struct ipa_dfs_info {
|
||||
|
@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "expr.h"
|
||||
#include "flags.h"
|
||||
#include "params.h"
|
||||
|
@ -28,6 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include <zlib.h>
|
||||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "langhooks.h"
|
||||
#include "lto-streamer.h"
|
||||
|
@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "hashtab.h"
|
||||
#include "ggc.h"
|
||||
#include "vec.h"
|
||||
|
@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "expr.h"
|
||||
#include "flags.h"
|
||||
#include "params.h"
|
||||
|
@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "expr.h"
|
||||
#include "params.h"
|
||||
#include "input.h"
|
||||
|
@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "toplev.h"
|
||||
#include "flags.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "bitmap.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "vec.h"
|
||||
|
@ -25,8 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
||||
|
||||
#include "plugin-api.h"
|
||||
#include "hash-table.h"
|
||||
#include "tree-core.h"
|
||||
#include "gimple.h"
|
||||
#include "target.h"
|
||||
#include "cgraph.h"
|
||||
#include "vec.h"
|
||||
|
@ -1,3 +1,8 @@
|
||||
2013-10-29 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* lto/lto-object.c: Add gimple.h to include list.
|
||||
* lto/lto-partition.c: Likewise.
|
||||
|
||||
2013-10-18 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* lto.c: Remove tree-flow.h from include list.
|
||||
|
@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "lto.h"
|
||||
#include "tm.h"
|
||||
|
@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "coretypes.h"
|
||||
#include "toplev.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "tm.h"
|
||||
#include "cgraph.h"
|
||||
#include "lto-streamer.h"
|
||||
|
@ -26,6 +26,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "flags.h"
|
||||
#include "ggc.h"
|
||||
#include "tree.h" /* Required by langhooks.h. */
|
||||
#include "gimple.h"
|
||||
#include "langhooks.h"
|
||||
#include "tm.h" /* Required by rtl.h. */
|
||||
#include "rtl.h"
|
||||
|
@ -29,6 +29,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "alias.h"
|
||||
#include "hashtab.h"
|
||||
#include "flags.h"
|
||||
#include "tree-core.h"
|
||||
|
||||
/* Value used by some passes to "recognize" noop moves as valid
|
||||
instructions. */
|
||||
|
@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "input.h"
|
||||
#include "streamer-hooks.h"
|
||||
|
||||
/* Streamer hooks. */
|
||||
|
@ -23,8 +23,6 @@ along with GCC; see the file COPYING3. If not see
|
||||
#ifndef GCC_STREAMER_HOOKS_H
|
||||
#define GCC_STREAMER_HOOKS_H
|
||||
|
||||
#include "tree-core.h"
|
||||
|
||||
/* Forward declarations to avoid including unnecessary headers. */
|
||||
struct output_block;
|
||||
struct lto_input_block;
|
||||
|
@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-inline.h"
|
||||
#include "langhooks.h"
|
||||
#include "hashtab.h"
|
||||
|
@ -36,6 +36,9 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "tree-ssanames.h"
|
||||
#include "dumpfile.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "tree-ssa-live.h"
|
||||
#include "tree-ssa-ter.h"
|
||||
#include "tree-ssa-coalesce.h"
|
||||
#include "tree-outof-ssa.h"
|
||||
|
||||
/* FIXME: A lot of code here deals with expanding to RTL. All that code
|
||||
|
@ -21,9 +21,6 @@ along with GCC; see the file COPYING3. If not see
|
||||
#ifndef GCC_TREE_OUTOF_SSA_H
|
||||
#define GCC_TREE_OUTOF_SSA_H
|
||||
|
||||
#include "tree-ssa-live.h"
|
||||
#include "tree-ssa-ter.h"
|
||||
#include "tree-ssa-coalesce.h"
|
||||
|
||||
/* This structure (of which only a singleton SA exists) is used to
|
||||
pass around information between the outof-SSA functions, cfgexpand
|
||||
|
@ -33,7 +33,8 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "ssa-iterators.h"
|
||||
#include "tree-ssanames.h"
|
||||
#include "hash-table.h"
|
||||
#include "tree-outof-ssa.h"
|
||||
#include "tree-ssa-live.h"
|
||||
#include "tree-ssa-coalesce.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
||||
|
||||
|
@ -32,6 +32,8 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "ssa-iterators.h"
|
||||
#include "tree-ssanames.h"
|
||||
#include "dumpfile.h"
|
||||
#include "tree-ssa-live.h"
|
||||
#include "tree-ssa-ter.h"
|
||||
#include "tree-outof-ssa.h"
|
||||
#include "flags.h"
|
||||
|
||||
|
@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "coretypes.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-streamer.h"
|
||||
#include "data-streamer.h"
|
||||
#include "streamer-hooks.h"
|
||||
|
@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "tm.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-streamer.h"
|
||||
#include "data-streamer.h"
|
||||
#include "streamer-hooks.h"
|
||||
|
@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "streamer-hooks.h"
|
||||
#include "tree-streamer.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user