function.h: Flatten file.
2014-10-16 Andrew MacLeod <amacleod@redhat.com> * function.h: Flatten file. Remove includes, adjust prototypes to reflect only what is in function.h. (enum direction, struct args_size, struct locate_and_pad_arg_data, ADD_PARM_SIZE, SUB_PARM_SIZE, ARGS_SIZE_TREE, ARGS_SIZE_RTX): Relocate from expr.h. (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Relocate from rtl.h. (optimize_function_for_size_p, optimize_function_for_speed_p): Move prototypes to predict.h. (init_varasm_status): Move prototype to varasm.h. * expr.h: Adjust include files. (enum direction, struct args_size, struct locate_and_pad_arg_data, ADD_PARM_SIZE, SUB_PARM_SIZE, ARGS_SIZE_TREE, ARGS_SIZE_RTX): Move to function.h. (locate_and_pad_parm): Move prototype to function.h. * rtl.h: (assign_stack_local, ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD, assign_stack_local_1, assign_stack_temp, assign_stack_temp_for_type, assign_temp, reposition_prologue_and_epilogue_notes, prologue_epilogue_contains, sibcall_epilogue_contains, update_temp_slot_address, maybe_copy_prologue_epilogue_insn, set_return_jump_label): Move prototypes to function.h. * predict.h (optimize_function_for_size_p, optimize_function_for_speed_p): Relocate prototypes from function.h. * shrink-wrap.h (emit_return_into_block, active_insn_between, convert_jumps_to_returns, emit_return_for_exit): Move prototypes to function.h. * varasm.h (init_varasm_status): Relocate prototype from function.h. * genattrtab.c (write_header): Add predict.h to include list. * genconditions.c (write_header): Add predict.h to include list. * genemit.c (main): Adjust header file includes. * gengtype.c (ifiles): Add flattened function.h header files. * genoutput.c (output_prologue): Add predict.h to include list. * genpreds.c (write_insn_preds_c): Adjust header file includes. * genrecog.c (write_header): Add flattened function.h header files. * alias.c: Adjust include files. * auto-inc-dec.c: Likewise. * basic-block.h: Likewise. * bb-reorder.c: Likewise. * bt-load.c: Likewise. * builtins.c: Likewise. * caller-save.c: Likewise. * calls.c: Likewise. * cfgbuild.c: Likewise. * cfgcleanup.c: Likewise. * cfgexpand.c: Likewise. * cfgloop.c: Likewise. * cfgloop.h: Likewise. * cfgrtl.c: Likewise. * cgraph.h: Likewise. * cgraphclones.c: Likewise. * cgraphunit.c: Likewise. * combine-stack-adj.c: Likewise. * combine.c: Likewise. * coverage.c: Likewise. * cprop.c: Likewise. * cse.c: Likewise. * cselib.c: Likewise. * dbxout.c: Likewise. * ddg.c: Likewise. * df-core.c: Likewise. * df-problems.c: Likewise. * df-scan.c: Likewise. * dojump.c: Likewise. * dwarf2cfi.c: Likewise. * dwarf2out.c: Likewise. * emit-rtl.c: Likewise. * except.c: Likewise. * explow.c: Likewise. * expr.c: Likewise. * final.c: Likewise. * function.c: Likewise. * gcse.c: Likewise. * gimple-fold.c: Likewise. * gimple-low.c: Likewise. * gimple-streamer.h: Likewise. * haifa-sched.c: Likewise. * ifcvt.c: Likewise. * ira.c: Likewise. * jump.c: Likewise. * lcm.c: Likewise. * loop-invariant.c: Likewise. * lra-assigns.c: Likewise. * lra-coalesce.c: Likewise. * lra-constraints.c: Likewise. * lra-eliminations.c: Likewise. * lra-lives.c: Likewise. * lra-spills.c: Likewise. * lra.c: Likewise. * lto-cgraph.c: Likewise. * lto-section-in.c: Likewise. * lto-section-out.c: Likewise. * lto-streamer-in.c: Likewise. * lto-streamer-out.c: Likewise. * mode-switching.c: Likewise. * modulo-sched.c: Likewise. * omp-low.c: Likewise. * optabs.c: Likewise. * passes.c: Likewise. * postreload-gcse.c: Likewise. * postreload.c: Likewise. * predict.c: Likewise. * profile.c: Likewise. * recog.c: Likewise. * ree.c: Likewise. * reg-stack.c: Likewise. * regcprop.c: Likewise. * reginfo.c: Likewise. * regrename.c: Likewise. * reload.c: Likewise. * reload1.c: Likewise. * reorg.c: Likewise. * resource.c: Likewise. * rtlanal.c: Likewise. * sched-deps.c: Likewise. * sched-ebb.c: Likewise. * sched-rgn.c: Likewise. * sel-sched-dump.c: Likewise. * sel-sched-ir.c: Likewise. * sel-sched.c: Likewise. * shrink-wrap.c: Likewise. * simplify-rtx.c: Likewise. * statistics.c: Likewise. * stmt.c: Likewise. * stor-layout.c: Likewise. * store-motion.c: Likewise. * symtab.c: Likewise. * targhooks.c: Likewise. * toplev.c: Likewise. * trans-mem.c: Likewise. * tree-cfg.c: Likewise. * tree-cfgcleanup.c: Likewise. * tree-dfa.c: Likewise. * tree-eh.c: Likewise. * tree-inline.c: Likewise. * tree-into-ssa.c: Likewise. * tree-nested.c: Likewise. * tree-nrv.c: Likewise. * tree-profile.c: Likewise. * tree-ssa-alias.c: Likewise. * tree-ssa-ccp.c: Likewise. * tree-ssa-copy.c: Likewise. * tree-ssa-copyrename.c: Likewise. * tree-ssa-dom.c: Likewise. * tree-ssa-operands.c: Likewise. * tree-ssa-propagate.c: Likewise. * tree-ssa-structalias.c: Likewise. * tree-ssa-tail-merge.c: Likewise. * tree-ssa-threadedge.c: Likewise. * tree-ssa-threadupdate.c: Likewise. * tree-ssa-uncprop.c: Likewise. * tree-ssa-uninit.c: Likewise. * tree-ssa.c: Likewise. * tree-stdarg.c: Likewise. * tree-tailcall.c: Likewise. * tree.c: Likewise. * tsan.c: Likewise. * valtrack.c: Likewise. * varasm.c: Likewise. * vmsdbgout.c: Likewise. * web.c: Likewise. * testsuite/g++.dg/plugin/pragma_plugin.c: Adjust include files. * config/aarch64/aarch64.c: Add flattened includes from function.h. * config/alpha/alpha.c: Likewise. * config/arc/arc.c: Likewise. * config/arm/arm.c: Likewise. * config/avr/avr-log.c: Likewise. * config/avr/avr.c: Likewise. * config/bfin/bfin.c: Likewise. * config/c6x/c6x.c: Likewise. * config/cr16/cr16.c: Likewise. * config/cris/cris.c: Likewise. * config/darwin.c: Likewise. * config/epiphany/epiphany.c: Likewise. * config/epiphany/mode-switch-use.c: Likewise. * config/epiphany/resolve-sw-modes.c: Likewise. * config/fr30/fr30.c: Likewise. * config/frv/frv.c: Likewise. * config/h8300/h8300.c: Likewise. * config/i386/i386.c: Likewise. * config/ia64/ia64.c: Likewise. * config/iq2000/iq2000.c: Likewise. * config/lm32/lm32.c: Likewise. * config/m32c/m32c.c: Likewise. * config/m32r/m32r.c: Likewise. * config/m68k/m68k.c: Likewise. * config/mcore/mcore.c: Likewise. * config/mep/mep-pragma.c: Likewise. * config/mep/mep.c: Likewise. * config/microblaze/microblaze.c: Likewise. * config/mips/mips.c: Likewise. * config/mmix/mmix.c: Likewise. * config/mn10300/mn10300.c: Likewise. * config/moxie/moxie.c: Likewise. * config/msp430/msp430.c: Likewise. * config/nds32/nds32-cost.c: Likewise. * config/nds32/nds32-fp-as-gp.c: Likewise. * config/nds32/nds32-intrinsic.c: Likewise. * config/nds32/nds32-isr.c: Likewise. * config/nds32/nds32-md-auxiliary.c: Likewise. * config/nds32/nds32-memory-manipulation.c: Likewise. * config/nds32/nds32-pipelines-auxiliary.c: Likewise. * config/nds32/nds32-predicates.c: Likewise. * config/nds32/nds32.c: Likewise. * config/nios2/nios2.c: Likewise. * config/pa/pa.c: Likewise. * config/pdp11/pdp11.c: Likewise. * config/rl78/rl78.c: Likewise. * config/rs6000/rs6000.c: Likewise. * config/rx/rx.c: Likewise. * config/s390/s390.c: Likewise. * config/score/score.c: Likewise. * config/sh/sh.c: Likewise. * config/sparc/sparc.c: Likewise. * config/spu/spu.c: Likewise. * config/stormy16/stormy16.c: Likewise. * config/tilegx/tilegx.c: Likewise. * config/tilepro/tilepro.c: Likewise. * config/v850/v850.c: Likewise. * config/vax/vax.c: Likewise. * config/xtensa/xtensa.c: Likewise. 2014-10-16 Andrew MacLeod <amacleod@redhat.com> * ada/gcc-interface/misc.c: Adjust include files. 2014-10-16 Andrew MacLeod <amacleod@redhat.com> * c/c-decl.c: Adjust include files. 2014-10-16 Andrew MacLeod <amacleod@redhat.com> * c-family/c-pragma.c: Adjust include files. * c-family/c-semantics.c: Likewise. 2014-10-16 Andrew MacLeod <amacleod@redhat.com> * cp/cp-tree.h: Adjust include files. 2014-10-16 Andrew MacLeod <amacleod@redhat.com> * fortran/f95-lang.c: Adjust include files. * fortran/trans-decl.c: Likewise. 2014-10-16 Andrew MacLeod <amacleod@redhat.com> * java/class.c: Adjust include files. * java/resource.c: Likewise. 2014-10-16 Andrew MacLeod <amacleod@redhat.com> * objc/objc-act.c: Adjust include files. From-SVN: r216337
This commit is contained in:
parent
0c4ec427e0
commit
8368551493
217 changed files with 1494 additions and 246 deletions
221
gcc/ChangeLog
221
gcc/ChangeLog
|
@ -1,3 +1,224 @@
|
|||
2014-10-16 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* function.h: Flatten file. Remove includes, adjust prototypes to
|
||||
reflect only what is in function.h.
|
||||
(enum direction, struct args_size, struct locate_and_pad_arg_data,
|
||||
ADD_PARM_SIZE, SUB_PARM_SIZE, ARGS_SIZE_TREE, ARGS_SIZE_RTX): Relocate
|
||||
from expr.h.
|
||||
(ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Relocate from rtl.h.
|
||||
(optimize_function_for_size_p, optimize_function_for_speed_p): Move
|
||||
prototypes to predict.h.
|
||||
(init_varasm_status): Move prototype to varasm.h.
|
||||
* expr.h: Adjust include files.
|
||||
(enum direction, struct args_size, struct locate_and_pad_arg_data,
|
||||
ADD_PARM_SIZE, SUB_PARM_SIZE, ARGS_SIZE_TREE, ARGS_SIZE_RTX): Move
|
||||
to function.h.
|
||||
(locate_and_pad_parm): Move prototype to function.h.
|
||||
* rtl.h: (assign_stack_local, ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD,
|
||||
assign_stack_local_1, assign_stack_temp, assign_stack_temp_for_type,
|
||||
assign_temp, reposition_prologue_and_epilogue_notes,
|
||||
prologue_epilogue_contains, sibcall_epilogue_contains,
|
||||
update_temp_slot_address, maybe_copy_prologue_epilogue_insn,
|
||||
set_return_jump_label): Move prototypes to function.h.
|
||||
* predict.h (optimize_function_for_size_p,
|
||||
optimize_function_for_speed_p): Relocate prototypes from function.h.
|
||||
* shrink-wrap.h (emit_return_into_block, active_insn_between,
|
||||
convert_jumps_to_returns, emit_return_for_exit): Move prototypes to
|
||||
function.h.
|
||||
* varasm.h (init_varasm_status): Relocate prototype from function.h.
|
||||
* genattrtab.c (write_header): Add predict.h to include list.
|
||||
* genconditions.c (write_header): Add predict.h to include list.
|
||||
* genemit.c (main): Adjust header file includes.
|
||||
* gengtype.c (ifiles): Add flattened function.h header files.
|
||||
* genoutput.c (output_prologue): Add predict.h to include list.
|
||||
* genpreds.c (write_insn_preds_c): Adjust header file includes.
|
||||
* genrecog.c (write_header): Add flattened function.h header files.
|
||||
* alias.c: Adjust include files.
|
||||
* auto-inc-dec.c: Likewise.
|
||||
* basic-block.h: Likewise.
|
||||
* bb-reorder.c: Likewise.
|
||||
* bt-load.c: Likewise.
|
||||
* builtins.c: Likewise.
|
||||
* caller-save.c: Likewise.
|
||||
* calls.c: Likewise.
|
||||
* cfgbuild.c: Likewise.
|
||||
* cfgcleanup.c: Likewise.
|
||||
* cfgexpand.c: Likewise.
|
||||
* cfgloop.c: Likewise.
|
||||
* cfgloop.h: Likewise.
|
||||
* cfgrtl.c: Likewise.
|
||||
* cgraph.h: Likewise.
|
||||
* cgraphclones.c: Likewise.
|
||||
* cgraphunit.c: Likewise.
|
||||
* combine-stack-adj.c: Likewise.
|
||||
* combine.c: Likewise.
|
||||
* coverage.c: Likewise.
|
||||
* cprop.c: Likewise.
|
||||
* cse.c: Likewise.
|
||||
* cselib.c: Likewise.
|
||||
* dbxout.c: Likewise.
|
||||
* ddg.c: Likewise.
|
||||
* df-core.c: Likewise.
|
||||
* df-problems.c: Likewise.
|
||||
* df-scan.c: Likewise.
|
||||
* dojump.c: Likewise.
|
||||
* dwarf2cfi.c: Likewise.
|
||||
* dwarf2out.c: Likewise.
|
||||
* emit-rtl.c: Likewise.
|
||||
* except.c: Likewise.
|
||||
* explow.c: Likewise.
|
||||
* expr.c: Likewise.
|
||||
* final.c: Likewise.
|
||||
* function.c: Likewise.
|
||||
* gcse.c: Likewise.
|
||||
* gimple-fold.c: Likewise.
|
||||
* gimple-low.c: Likewise.
|
||||
* gimple-streamer.h: Likewise.
|
||||
* haifa-sched.c: Likewise.
|
||||
* ifcvt.c: Likewise.
|
||||
* ira.c: Likewise.
|
||||
* jump.c: Likewise.
|
||||
* lcm.c: Likewise.
|
||||
* loop-invariant.c: Likewise.
|
||||
* lra-assigns.c: Likewise.
|
||||
* lra-coalesce.c: Likewise.
|
||||
* lra-constraints.c: Likewise.
|
||||
* lra-eliminations.c: Likewise.
|
||||
* lra-lives.c: Likewise.
|
||||
* lra-spills.c: Likewise.
|
||||
* lra.c: Likewise.
|
||||
* lto-cgraph.c: Likewise.
|
||||
* lto-section-in.c: Likewise.
|
||||
* lto-section-out.c: Likewise.
|
||||
* lto-streamer-in.c: Likewise.
|
||||
* lto-streamer-out.c: Likewise.
|
||||
* mode-switching.c: Likewise.
|
||||
* modulo-sched.c: Likewise.
|
||||
* omp-low.c: Likewise.
|
||||
* optabs.c: Likewise.
|
||||
* passes.c: Likewise.
|
||||
* postreload-gcse.c: Likewise.
|
||||
* postreload.c: Likewise.
|
||||
* predict.c: Likewise.
|
||||
* profile.c: Likewise.
|
||||
* recog.c: Likewise.
|
||||
* ree.c: Likewise.
|
||||
* reg-stack.c: Likewise.
|
||||
* regcprop.c: Likewise.
|
||||
* reginfo.c: Likewise.
|
||||
* regrename.c: Likewise.
|
||||
* reload.c: Likewise.
|
||||
* reload1.c: Likewise.
|
||||
* reorg.c: Likewise.
|
||||
* resource.c: Likewise.
|
||||
* rtlanal.c: Likewise.
|
||||
* sched-deps.c: Likewise.
|
||||
* sched-ebb.c: Likewise.
|
||||
* sched-rgn.c: Likewise.
|
||||
* sel-sched-dump.c: Likewise.
|
||||
* sel-sched-ir.c: Likewise.
|
||||
* sel-sched.c: Likewise.
|
||||
* shrink-wrap.c: Likewise.
|
||||
* simplify-rtx.c: Likewise.
|
||||
* statistics.c: Likewise.
|
||||
* stmt.c: Likewise.
|
||||
* stor-layout.c: Likewise.
|
||||
* store-motion.c: Likewise.
|
||||
* symtab.c: Likewise.
|
||||
* targhooks.c: Likewise.
|
||||
* toplev.c: Likewise.
|
||||
* trans-mem.c: Likewise.
|
||||
* tree-cfg.c: Likewise.
|
||||
* tree-cfgcleanup.c: Likewise.
|
||||
* tree-dfa.c: Likewise.
|
||||
* tree-eh.c: Likewise.
|
||||
* tree-inline.c: Likewise.
|
||||
* tree-into-ssa.c: Likewise.
|
||||
* tree-nested.c: Likewise.
|
||||
* tree-nrv.c: Likewise.
|
||||
* tree-profile.c: Likewise.
|
||||
* tree-ssa-alias.c: Likewise.
|
||||
* tree-ssa-ccp.c: Likewise.
|
||||
* tree-ssa-copy.c: Likewise.
|
||||
* tree-ssa-copyrename.c: Likewise.
|
||||
* tree-ssa-dom.c: Likewise.
|
||||
* tree-ssa-operands.c: Likewise.
|
||||
* tree-ssa-propagate.c: Likewise.
|
||||
* tree-ssa-structalias.c: Likewise.
|
||||
* tree-ssa-tail-merge.c: Likewise.
|
||||
* tree-ssa-threadedge.c: Likewise.
|
||||
* tree-ssa-threadupdate.c: Likewise.
|
||||
* tree-ssa-uncprop.c: Likewise.
|
||||
* tree-ssa-uninit.c: Likewise.
|
||||
* tree-ssa.c: Likewise.
|
||||
* tree-stdarg.c: Likewise.
|
||||
* tree-tailcall.c: Likewise.
|
||||
* tree.c: Likewise.
|
||||
* tsan.c: Likewise.
|
||||
* valtrack.c: Likewise.
|
||||
* varasm.c: Likewise.
|
||||
* vmsdbgout.c: Likewise.
|
||||
* web.c: Likewise.
|
||||
* config/aarch64/aarch64.c: Add flattened includes from function.h.
|
||||
* config/alpha/alpha.c: Likewise.
|
||||
* config/arc/arc.c: Likewise.
|
||||
* config/arm/arm.c: Likewise.
|
||||
* config/avr/avr-log.c: Likewise.
|
||||
* config/avr/avr.c: Likewise.
|
||||
* config/bfin/bfin.c: Likewise.
|
||||
* config/c6x/c6x.c: Likewise.
|
||||
* config/cr16/cr16.c: Likewise.
|
||||
* config/cris/cris.c: Likewise.
|
||||
* config/darwin.c: Likewise.
|
||||
* config/epiphany/epiphany.c: Likewise.
|
||||
* config/epiphany/mode-switch-use.c: Likewise.
|
||||
* config/epiphany/resolve-sw-modes.c: Likewise.
|
||||
* config/fr30/fr30.c: Likewise.
|
||||
* config/frv/frv.c: Likewise.
|
||||
* config/h8300/h8300.c: Likewise.
|
||||
* config/i386/i386.c: Likewise.
|
||||
* config/ia64/ia64.c: Likewise.
|
||||
* config/iq2000/iq2000.c: Likewise.
|
||||
* config/lm32/lm32.c: Likewise.
|
||||
* config/m32c/m32c.c: Likewise.
|
||||
* config/m32r/m32r.c: Likewise.
|
||||
* config/m68k/m68k.c: Likewise.
|
||||
* config/mcore/mcore.c: Likewise.
|
||||
* config/mep/mep-pragma.c: Likewise.
|
||||
* config/mep/mep.c: Likewise.
|
||||
* config/microblaze/microblaze.c: Likewise.
|
||||
* config/mips/mips.c: Likewise.
|
||||
* config/mmix/mmix.c: Likewise.
|
||||
* config/mn10300/mn10300.c: Likewise.
|
||||
* config/moxie/moxie.c: Likewise.
|
||||
* config/msp430/msp430.c: Likewise.
|
||||
* config/nds32/nds32-cost.c: Likewise.
|
||||
* config/nds32/nds32-fp-as-gp.c: Likewise.
|
||||
* config/nds32/nds32-intrinsic.c: Likewise.
|
||||
* config/nds32/nds32-isr.c: Likewise.
|
||||
* config/nds32/nds32-md-auxiliary.c: Likewise.
|
||||
* config/nds32/nds32-memory-manipulation.c: Likewise.
|
||||
* config/nds32/nds32-pipelines-auxiliary.c: Likewise.
|
||||
* config/nds32/nds32-predicates.c: Likewise.
|
||||
* config/nds32/nds32.c: Likewise.
|
||||
* config/nios2/nios2.c: Likewise.
|
||||
* config/pa/pa.c: Likewise.
|
||||
* config/pdp11/pdp11.c: Likewise.
|
||||
* config/rl78/rl78.c: Likewise.
|
||||
* config/rs6000/rs6000.c: Likewise.
|
||||
* config/rx/rx.c: Likewise.
|
||||
* config/s390/s390.c: Likewise.
|
||||
* config/score/score.c: Likewise.
|
||||
* config/sh/sh.c: Likewise.
|
||||
* config/sparc/sparc.c: Likewise.
|
||||
* config/spu/spu.c: Likewise.
|
||||
* config/stormy16/stormy16.c: Likewise.
|
||||
* config/tilegx/tilegx.c: Likewise.
|
||||
* config/tilepro/tilepro.c: Likewise.
|
||||
* config/v850/v850.c: Likewise.
|
||||
* config/vax/vax.c: Likewise.
|
||||
* config/xtensa/xtensa.c: Likewise.
|
||||
|
||||
2014-10-16 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* config/aarch64/aarch64.c (aarch64_legitimize_address): New function.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2014-10-16 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* gcc-interface/misc.c: Adjust include files.
|
||||
|
||||
2014-10-13 Eric Botcazou <ebotcazou@adacore.com>
|
||||
Alan Modra <amodra@gmail.com>
|
||||
|
||||
|
|
|
@ -42,6 +42,12 @@
|
|||
#include "langhooks-def.h"
|
||||
#include "plugin.h"
|
||||
#include "real.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h" /* For pass_by_reference. */
|
||||
|
||||
#include "ada.h"
|
||||
|
|
|
@ -27,11 +27,16 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "varasm.h"
|
||||
#include "expr.h"
|
||||
#include "tm_p.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "alias.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "regs.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "flags.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "cselib.h"
|
||||
|
|
|
@ -30,6 +30,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "insn-config.h"
|
||||
#include "regs.h"
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "except.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -22,6 +22,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
|
||||
#include "predict.h"
|
||||
#include "vec.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "machmode.h"
|
||||
#include "tm.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
|
||||
/* Use gcov_type to hold basic block counters. Should be at least
|
||||
|
|
|
@ -89,6 +89,12 @@
|
|||
#include "output.h"
|
||||
#include "fibheap.h"
|
||||
#include "target.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "tm_p.h"
|
||||
#include "obstack.h"
|
||||
|
|
|
@ -30,6 +30,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "expr.h"
|
||||
#include "flags.h"
|
||||
#include "insn-attr.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "except.h"
|
||||
#include "tm_p.h"
|
||||
|
|
|
@ -40,6 +40,10 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "regs.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "insn-config.h"
|
||||
#include "expr.h"
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2014-10-16 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* c-pragma.c: Adjust include files.
|
||||
* c-semantics.c: Likewise.
|
||||
|
||||
2014-10-16 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* c-cppbuiltin.c (cpp_atomic_builtins): Don't assume pointers are
|
||||
|
|
|
@ -25,6 +25,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "stringpool.h"
|
||||
#include "attribs.h"
|
||||
#include "varasm.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h" /* For cfun. FIXME: Does the parser know
|
||||
when it is inside a function, so that
|
||||
we don't have to look at cfun? */
|
||||
|
@ -34,7 +40,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "c-common.h"
|
||||
#include "tm_p.h" /* For REGISTER_TARGET_PRAGMAS (why is
|
||||
this not a target hook?). */
|
||||
#include "vec.h"
|
||||
#include "target.h"
|
||||
#include "diagnostic.h"
|
||||
#include "opts.h"
|
||||
|
|
|
@ -23,6 +23,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "splay-tree.h"
|
||||
#include "c-common.h"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2014-10-16 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* c-decl.c: Adjust include files.
|
||||
|
||||
2014-10-14 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* c-parser.c (c_parse_init): Add RID entries for each __intN.
|
||||
|
|
|
@ -38,6 +38,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "stringpool.h"
|
||||
#include "tree-inline.h"
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "function.h"
|
||||
#include "c-tree.h"
|
||||
#include "toplev.h"
|
||||
|
@ -59,7 +64,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "cgraph.h"
|
||||
#include "hash-table.h"
|
||||
#include "langhooks-def.h"
|
||||
#include "hash-set.h"
|
||||
#include "plugin.h"
|
||||
#include "c-family/c-ada-spec.h"
|
||||
#include "cilk.h"
|
||||
|
|
|
@ -30,6 +30,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "basic-block.h"
|
||||
#include "df.h"
|
||||
#include "reload.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -37,6 +37,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "libfuncs.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "regs.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -28,6 +28,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "basic-block.h"
|
||||
#include "regs.h"
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "except.h"
|
||||
#include "expr.h"
|
||||
|
|
|
@ -45,6 +45,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "params.h"
|
||||
#include "tm_p.h"
|
||||
#include "target.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h" /* For inline functions in emit-rtl.h they need crtl. */
|
||||
#include "emit-rtl.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -31,11 +31,15 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "print-tree.h"
|
||||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "langhooks.h"
|
||||
#include "bitmap.h"
|
||||
#include "hash-set.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
#include "tree-eh.h"
|
||||
|
|
|
@ -22,13 +22,18 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "rtl.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "basic-block.h"
|
||||
#include "cfgloop.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "flags.h"
|
||||
#include "tree.h"
|
||||
#include "hash-set.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
#include "gimple-expr.h"
|
||||
|
|
|
@ -24,6 +24,13 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "wide-int.h"
|
||||
#include "bitmap.h"
|
||||
#include "sbitmap.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "tm.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
|
||||
/* Structure to hold decision about unrolling/peeling. */
|
||||
|
|
|
@ -47,6 +47,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "bb-reorder.h"
|
||||
#include "regs.h"
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "except.h"
|
||||
#include "rtl-error.h"
|
||||
|
|
|
@ -26,6 +26,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "plugin-api.h"
|
||||
#include "vec.h"
|
||||
#include "basic-block.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "machmode.h"
|
||||
#include "tm.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "ipa-ref.h"
|
||||
#include "dumpfile.h"
|
||||
|
|
|
@ -71,6 +71,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "stringpool.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "basic-block.h"
|
||||
|
@ -91,7 +97,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "diagnostic.h"
|
||||
#include "params.h"
|
||||
#include "intl.h"
|
||||
#include "function.h"
|
||||
#include "ipa-prop.h"
|
||||
#include "tree-iterator.h"
|
||||
#include "tree-dump.h"
|
||||
|
|
|
@ -191,6 +191,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "params.h"
|
||||
#include "fibheap.h"
|
||||
#include "intl.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "ipa-prop.h"
|
||||
#include "tree-iterator.h"
|
||||
|
|
|
@ -49,6 +49,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "regs.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "basic-block.h"
|
||||
|
|
|
@ -88,6 +88,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "hard-reg-set.h"
|
||||
#include "basic-block.h"
|
||||
#include "insn-config.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
/* Include expr.h after insn-config.h so we get HAVE_conditional_move. */
|
||||
#include "expr.h"
|
||||
|
|
|
@ -41,13 +41,17 @@
|
|||
#include "target-def.h"
|
||||
#include "targhooks.h"
|
||||
#include "ggc.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "tm_p.h"
|
||||
#include "recog.h"
|
||||
#include "langhooks.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "hash-table.h"
|
||||
#include "vec.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
|
|
|
@ -41,6 +41,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "reload.h"
|
||||
#include "obstack.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "ggc.h"
|
||||
|
@ -52,7 +57,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "langhooks.h"
|
||||
#include "splay-tree.h"
|
||||
#include "hash-table.h"
|
||||
#include "vec.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
|
|
|
@ -44,6 +44,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "insn-config.h"
|
||||
#include "conditions.h"
|
||||
#include "insn-flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "toplev.h"
|
||||
#include "ggc.h"
|
||||
|
|
|
@ -40,6 +40,11 @@
|
|||
#include "insn-attr.h"
|
||||
#include "flags.h"
|
||||
#include "reload.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -27,6 +27,11 @@
|
|||
#include "print-tree.h"
|
||||
#include "output.h"
|
||||
#include "input.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "function.h"
|
||||
#include "tm_p.h"
|
||||
#include "tree-pass.h" /* for current_pass */
|
||||
|
|
|
@ -42,6 +42,11 @@
|
|||
#include "c-family/c-common.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "obstack.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "recog.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -36,8 +36,12 @@
|
|||
#include "calls.h"
|
||||
#include "flags.h"
|
||||
#include "except.h"
|
||||
#include "function.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "target.h"
|
||||
#include "target-def.h"
|
||||
#include "expr.h"
|
||||
|
|
|
@ -44,6 +44,12 @@
|
|||
#include "tm-preds.h"
|
||||
#include "tm-constrs.h"
|
||||
#include "df.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "cgraph.h"
|
||||
|
|
|
@ -36,6 +36,11 @@
|
|||
#include "insn-attr.h"
|
||||
#include "flags.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "recog.h"
|
||||
#include "expr.h"
|
||||
|
|
|
@ -36,6 +36,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "stmt.h"
|
||||
#include "expr.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "recog.h"
|
||||
|
|
|
@ -37,6 +37,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "stor-layout.h"
|
||||
#include "expr.h"
|
||||
#include "reload.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "ggc.h"
|
||||
#include "langhooks.h"
|
||||
|
@ -44,12 +49,10 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "toplev.h"
|
||||
#include "hashtab.h"
|
||||
#include "df.h"
|
||||
#include "debug.h"
|
||||
#include "obstack.h"
|
||||
#include "hash-table.h"
|
||||
#include "vec.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
|
|
|
@ -36,6 +36,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "output.h"
|
||||
#include "insn-attr.h"
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -24,6 +24,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "rtl.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -34,6 +34,9 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "insn-codes.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "recog.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "insn-attr-common.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -39,6 +39,11 @@
|
|||
#include "expr.h"
|
||||
#include "obstack.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "df.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -39,6 +39,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "expr.h"
|
||||
#include "obstack.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "optabs.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -38,6 +38,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "flags.h"
|
||||
#include "recog.h"
|
||||
#include "expr.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "optabs.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -38,6 +38,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "insn-attr.h"
|
||||
#include "flags.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "recog.h"
|
||||
#include "expr.h"
|
||||
|
@ -53,7 +58,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "reload.h"
|
||||
#include "cgraph.h"
|
||||
#include "hash-table.h"
|
||||
#include "vec.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
|
|
|
@ -40,6 +40,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "ggc.h"
|
||||
#include "basic-block.h"
|
||||
|
@ -53,7 +58,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "hash-table.h"
|
||||
#include "langhooks.h"
|
||||
#include "vec.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
|
|
|
@ -33,6 +33,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "output.h"
|
||||
#include "insn-attr.h"
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -40,6 +40,11 @@
|
|||
#include "flags.h"
|
||||
#include "reload.h"
|
||||
#include "tm_p.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -42,6 +42,11 @@
|
|||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "ggc.h"
|
||||
#include "target.h"
|
||||
|
@ -49,7 +54,6 @@
|
|||
#include "tm_p.h"
|
||||
#include "langhooks.h"
|
||||
#include "hash-table.h"
|
||||
#include "vec.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
|
|
|
@ -36,6 +36,11 @@
|
|||
#include "insn-attr.h"
|
||||
#include "flags.h"
|
||||
#include "expr.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "recog.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -26,9 +26,14 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "stor-layout.h"
|
||||
#include "varasm.h"
|
||||
#include "rtl.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "regs.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "insn-config.h"
|
||||
#include "conditions.h"
|
||||
#include "output.h"
|
||||
|
|
|
@ -40,6 +40,11 @@
|
|||
#include "expr.h"
|
||||
#include "reload.h"
|
||||
#include "recog.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "ggc.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -29,6 +29,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "hard-reg-set.h"
|
||||
#include "output.h" /* for decode_reg_name */
|
||||
#include "mep-protos.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#define MAX_RECOG_OPERANDS 10
|
||||
#include "reload.h"
|
||||
|
|
|
@ -41,6 +41,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "expr.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "optabs.h"
|
||||
#include "reload.h"
|
||||
|
@ -52,7 +57,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "langhooks.h"
|
||||
#include "df.h"
|
||||
#include "hash-table.h"
|
||||
#include "vec.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
|
|
|
@ -36,13 +36,17 @@
|
|||
#include "varasm.h"
|
||||
#include "stor-layout.h"
|
||||
#include "calls.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "flags.h"
|
||||
#include "reload.h"
|
||||
#include "output.h"
|
||||
#include "ggc.h"
|
||||
#include "hashtab.h"
|
||||
#include "target.h"
|
||||
#include "target-def.h"
|
||||
#include "tm_p.h"
|
||||
|
|
|
@ -38,6 +38,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "stringpool.h"
|
||||
#include "stor-layout.h"
|
||||
#include "calls.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
|
@ -54,7 +59,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "common/common-target.h"
|
||||
#include "langhooks.h"
|
||||
#include "sched-int.h"
|
||||
#include "vec.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
|
|
|
@ -34,6 +34,10 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "varasm.h"
|
||||
#include "stor-layout.h"
|
||||
#include "calls.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -38,6 +38,11 @@
|
|||
#include "reload.h"
|
||||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "obstack.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -42,6 +42,11 @@
|
|||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "ggc.h"
|
||||
#include "target.h"
|
||||
|
|
|
@ -33,6 +33,11 @@
|
|||
#include "output.h"
|
||||
#include "insn-attr.h"
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -38,6 +38,11 @@
|
|||
#include "insn-codes.h" /* For CODE_FOR_xxx. */
|
||||
#include "reload.h" /* For push_reload(). */
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "recog.h"
|
||||
|
|
|
@ -38,6 +38,11 @@
|
|||
#include "insn-codes.h" /* For CODE_FOR_xxx. */
|
||||
#include "reload.h" /* For push_reload(). */
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "recog.h"
|
||||
|
|
|
@ -38,6 +38,11 @@
|
|||
#include "insn-codes.h" /* For CODE_FOR_xxx. */
|
||||
#include "reload.h" /* For push_reload(). */
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "recog.h"
|
||||
|
|
|
@ -38,6 +38,11 @@
|
|||
#include "insn-codes.h" /* For CODE_FOR_xxx. */
|
||||
#include "reload.h" /* For push_reload(). */
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "recog.h"
|
||||
|
|
|
@ -39,6 +39,11 @@
|
|||
#include "insn-codes.h" /* For CODE_FOR_xxx. */
|
||||
#include "reload.h" /* For push_reload(). */
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "recog.h"
|
||||
|
|
|
@ -39,6 +39,11 @@
|
|||
#include "insn-codes.h" /* For CODE_FOR_xxx. */
|
||||
#include "reload.h" /* For push_reload(). */
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "recog.h"
|
||||
|
|
|
@ -39,6 +39,11 @@
|
|||
#include "insn-codes.h" /* For CODE_FOR_xxx. */
|
||||
#include "reload.h" /* For push_reload(). */
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "recog.h"
|
||||
|
|
|
@ -38,6 +38,11 @@
|
|||
#include "insn-codes.h" /* For CODE_FOR_xxx. */
|
||||
#include "reload.h" /* For push_reload(). */
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "recog.h"
|
||||
|
|
|
@ -38,6 +38,11 @@
|
|||
#include "insn-codes.h" /* For CODE_FOR_xxx. */
|
||||
#include "reload.h" /* For push_reload(). */
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "recog.h"
|
||||
|
|
|
@ -36,6 +36,11 @@
|
|||
#include "recog.h"
|
||||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "ggc.h"
|
||||
#include "basic-block.h"
|
||||
|
|
|
@ -40,6 +40,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "reload.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "ggc.h"
|
||||
|
|
|
@ -27,6 +27,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "hard-reg-set.h"
|
||||
#include "insn-config.h"
|
||||
#include "conditions.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "output.h"
|
||||
#include "insn-attr.h"
|
||||
|
|
|
@ -34,6 +34,11 @@
|
|||
#include "output.h"
|
||||
#include "insn-attr.h"
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -40,6 +40,11 @@
|
|||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "output.h"
|
||||
#include "dbxout.h"
|
||||
|
@ -47,7 +52,6 @@
|
|||
#include "diagnostic-core.h"
|
||||
#include "toplev.h"
|
||||
#include "ggc.h"
|
||||
#include "hashtab.h"
|
||||
#include "tm_p.h"
|
||||
#include "target.h"
|
||||
#include "target-def.h"
|
||||
|
@ -57,7 +61,6 @@
|
|||
#include "cfgloop.h"
|
||||
#include "sched-int.h"
|
||||
#include "hash-table.h"
|
||||
#include "vec.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
|
|
|
@ -38,6 +38,11 @@
|
|||
#include "output.h"
|
||||
#include "insn-attr.h"
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -40,6 +40,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "insn-attr.h"
|
||||
#include "flags.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "recog.h"
|
||||
#include "expr.h"
|
||||
|
@ -53,7 +58,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "langhooks.h"
|
||||
#include "optabs.h"
|
||||
#include "hash-table.h"
|
||||
#include "vec.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
|
|
|
@ -38,9 +38,14 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "reload.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "regs.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "output.h"
|
||||
#include "insn-attr.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -38,6 +38,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "output.h"
|
||||
#include "insn-attr.h"
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "except.h"
|
||||
#include "expr.h"
|
||||
|
@ -51,7 +56,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "target-def.h"
|
||||
#include "common/common-target.h"
|
||||
#include "hash-table.h"
|
||||
#include "vec.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
|
|
|
@ -35,12 +35,16 @@
|
|||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "output.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "ggc.h"
|
||||
#include "hashtab.h"
|
||||
#include "tm_p.h"
|
||||
#include "target.h"
|
||||
#include "target-def.h"
|
||||
|
@ -48,7 +52,6 @@
|
|||
#include "reload.h"
|
||||
#include "sched-int.h"
|
||||
#include "params.h"
|
||||
#include "machmode.h"
|
||||
#include "hash-table.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "internal-fn.h"
|
||||
|
|
|
@ -42,13 +42,17 @@
|
|||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "target.h"
|
||||
#include "target-def.h"
|
||||
#include "tm_p.h"
|
||||
#include "langhooks.h"
|
||||
#include "hash-table.h"
|
||||
#include "vec.h"
|
||||
#include "ggc.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
|
|
|
@ -36,12 +36,17 @@
|
|||
#include "tm-constrs.h"
|
||||
#include "target.h"
|
||||
#include "target-def.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "dwarf2.h"
|
||||
#include "timevar.h"
|
||||
#include "tree.h"
|
||||
#include "hash-table.h"
|
||||
#include "vec.h"
|
||||
#include "ggc.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
|
|
|
@ -37,12 +37,17 @@
|
|||
#include "tm-constrs.h"
|
||||
#include "target.h"
|
||||
#include "target-def.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "dwarf2.h"
|
||||
#include "timevar.h"
|
||||
#include "tree.h"
|
||||
#include "hash-table.h"
|
||||
#include "vec.h"
|
||||
#include "ggc.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
|
|
|
@ -37,6 +37,11 @@
|
|||
#include "flags.h"
|
||||
#include "recog.h"
|
||||
#include "expr.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "ggc.h"
|
||||
|
|
|
@ -30,6 +30,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "hard-reg-set.h"
|
||||
#include "insn-config.h"
|
||||
#include "conditions.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "output.h"
|
||||
#include "insn-attr.h"
|
||||
|
|
|
@ -42,6 +42,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "flags.h"
|
||||
#include "reload.h"
|
||||
#include "tm_p.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -36,6 +36,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "output.h"
|
||||
#include "regs.h"
|
||||
#include "expr.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "basic-block.h"
|
||||
#include "toplev.h"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2014-10-16 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* cp-tree.h: Adjust include files.
|
||||
|
||||
2014-10-15 Jason Merrill <jason@redhat.com>
|
||||
|
||||
PR c++/63528
|
||||
|
|
|
@ -22,9 +22,14 @@ along with GCC; see the file COPYING3. If not see
|
|||
#define GCC_CP_TREE_H
|
||||
|
||||
#include "ggc.h"
|
||||
#include "function.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "tm.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "hash-map.h"
|
||||
|
||||
/* In order for the format checking to accept the C++ front end
|
||||
|
|
|
@ -33,6 +33,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "insn-config.h"
|
||||
#include "recog.h"
|
||||
#include "basic-block.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "except.h"
|
||||
|
@ -41,7 +46,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "intl.h"
|
||||
#include "obstack.h"
|
||||
#include "tree-pass.h"
|
||||
#include "hashtab.h"
|
||||
#include "df.h"
|
||||
#include "dbgcnt.h"
|
||||
#include "target.h"
|
||||
|
|
|
@ -29,6 +29,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "flags.h"
|
||||
#include "insn-config.h"
|
||||
#include "recog.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
@ -41,7 +46,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-pass.h"
|
||||
#include "df.h"
|
||||
#include "dbgcnt.h"
|
||||
#include "hash-set.h"
|
||||
#include "rtl-iter.h"
|
||||
|
||||
/* The basic idea of common subexpression elimination is to go
|
||||
|
|
|
@ -30,6 +30,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "flags.h"
|
||||
#include "insn-config.h"
|
||||
#include "recog.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -86,6 +86,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "ggc.h"
|
||||
#include "debug.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "target.h"
|
||||
#include "common/common-target.h"
|
||||
|
|
|
@ -28,6 +28,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "regs.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "flags.h"
|
||||
#include "insn-config.h"
|
||||
|
|
|
@ -382,11 +382,16 @@ are write-only operations.
|
|||
#include "tm_p.h"
|
||||
#include "insn-config.h"
|
||||
#include "recog.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "regs.h"
|
||||
#include "alloc-pool.h"
|
||||
#include "flags.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "basic-block.h"
|
||||
#include "sbitmap.h"
|
||||
#include "bitmap.h"
|
||||
|
|
|
@ -29,11 +29,16 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "insn-config.h"
|
||||
#include "recog.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "regs.h"
|
||||
#include "alloc-pool.h"
|
||||
#include "flags.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "basic-block.h"
|
||||
#include "sbitmap.h"
|
||||
#include "bitmap.h"
|
||||
|
|
|
@ -29,11 +29,16 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "insn-config.h"
|
||||
#include "recog.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "regs.h"
|
||||
#include "alloc-pool.h"
|
||||
#include "flags.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "basic-block.h"
|
||||
#include "sbitmap.h"
|
||||
#include "bitmap.h"
|
||||
|
|
|
@ -25,6 +25,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "stor-layout.h"
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "insn-config.h"
|
||||
#include "insn-attr.h"
|
||||
|
|
|
@ -26,6 +26,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "stor-layout.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "basic-block.h"
|
||||
#include "dwarf2.h"
|
||||
|
|
|
@ -64,17 +64,21 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "stringpool.h"
|
||||
#include "stor-layout.h"
|
||||
#include "varasm.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "hash-table.h"
|
||||
#include "version.h"
|
||||
#include "flags.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "regs.h"
|
||||
#include "rtlhash.h"
|
||||
#include "insn-config.h"
|
||||
#include "reload.h"
|
||||
#include "function.h"
|
||||
#include "output.h"
|
||||
#include "expr.h"
|
||||
#include "except.h"
|
||||
|
@ -91,7 +95,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "common/common-target.h"
|
||||
#include "langhooks.h"
|
||||
#include "cgraph.h"
|
||||
#include "input.h"
|
||||
#include "ira.h"
|
||||
#include "lra.h"
|
||||
#include "dumpfile.h"
|
||||
|
|
|
@ -43,12 +43,16 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-eh.h"
|
||||
#include "tm_p.h"
|
||||
#include "flags.h"
|
||||
#include "hashtab.h"
|
||||
#include "hash-set.h"
|
||||
#include "vec.h"
|
||||
#include "machmode.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "input.h"
|
||||
#include "function.h"
|
||||
#include "stringpool.h"
|
||||
#include "expr.h"
|
||||
#include "regs.h"
|
||||
#include "hard-reg-set.h"
|
||||
#include "hashtab.h"
|
||||
#include "insn-config.h"
|
||||
#include "recog.h"
|
||||
#include "bitmap.h"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue