Move MEMMODEL_* from coretypes.h to memmodel.h
2016-10-13 Thomas Preud'homme <thomas.preudhomme@arm.com> gcc/ * coretypes.h: Move MEMMODEL_* macros and enum memmodel definition into ... * memmodel.h: This file. * alias.c, asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, caller-save.c, calls.c, ccmp.c, cfgbuild.c, cfgcleanup.c, cfgexpand.c, cfgloopanal.c, cfgrtl.c, cilk-common.c, combine.c, combine-stack-adj.c, common/config/aarch64/aarch64-common.c, common/config/arm/arm-common.c, common/config/bfin/bfin-common.c, common/config/c6x/c6x-common.c, common/config/i386/i386-common.c, common/config/ia64/ia64-common.c, common/config/nvptx/nvptx-common.c, compare-elim.c, config/aarch64/aarch64-builtins.c, config/aarch64/aarch64-c.c, config/aarch64/cortex-a57-fma-steering.c, config/arc/arc.c, config/arc/arc-c.c, config/arm/arm-builtins.c, config/arm/arm-c.c, config/avr/avr.c, config/avr/avr-c.c, config/avr/avr-log.c, config/bfin/bfin.c, config/c6x/c6x.c, config/cr16/cr16.c, config/cris/cris.c, config/darwin-c.c, config/darwin.c, config/epiphany/epiphany.c, config/epiphany/mode-switch-use.c, config/epiphany/resolve-sw-modes.c, config/fr30/fr30.c, config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c, config/i386/i386-c.c, config/i386/winnt.c, config/iq2000/iq2000.c, config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c, config/m68k/m68k.c, config/mcore/mcore.c, config/microblaze/microblaze.c, config/mmix/mmix.c, config/mn10300/mn10300.c, config/moxie/moxie.c, config/msp430/msp430.c, config/nds32/nds32-cost.c, config/nds32/nds32-intrinsic.c, config/nds32/nds32-md-auxiliary.c, config/nds32/nds32-memory-manipulation.c, config/nds32/nds32-predicates.c, config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c, config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c, config/rs6000/rs6000-c.c, config/rx/rx.c, config/s390/s390-c.c, config/s390/s390.c, config/sh/sh.c, config/sh/sh-c.c, config/sh/sh-mem.cc, config/sh/sh_treg_combine.cc, config/sol2.c, config/spu/spu.c, config/stormy16/stormy16.c, config/tilegx/tilegx.c, config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c, config/visium/visium.c, config/vms/vms-c.c, config/xtensa/xtensa.c, coverage.c, cppbuiltin.c, cprop.c, cse.c, cselib.c, dbxout.c, dce.c, df-core.c, df-problems.c, df-scan.c, dojump.c, dse.c, dwarf2asm.c, dwarf2cfi.c, dwarf2out.c, emit-rtl.c, except.c, explow.c, expmed.c, expr.c, final.c, fold-const.c, function.c, fwprop.c, gcse.c, ggc-page.c, haifa-sched.c, hsa-brig.c, hsa-gen.c, hw-doloop.c, ifcvt.c, init-regs.c, internal-fn.c, ira-build.c, ira-color.c, ira-conflicts.c, ira-costs.c, ira-emit.c, ira-lives.c, ira.c, jump.c, loop-doloop.c, loop-invariant.c, loop-iv.c, loop-unroll.c, lower-subreg.c, lra.c, lra-assigns.c, lra-coalesce.c, lra-constraints.c, lra-eliminations.c, lra-lives.c, lra-remat.c, lra-spills.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c, postreload-gcse.c, postreload.c, predict.c, print-rtl-function.c, recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c, reload.c, reload1.c, reorg.c, resource.c, rtl-chkp.c, rtl-tests.c, rtlanal.c, rtlhooks.c, sched-deps.c, sched-rgn.c, sdbout.c, sel-sched-ir.c, sel-sched.c, shrink-wrap.c, simplify-rtx.c, stack-ptr-mod.c, stmt.c, stor-layout.c, target-globals.c, targhooks.c, toplev.c, tree-nested.c, tree-outof-ssa.c, tree-profile.c, tree-ssa-coalesce.c, tree-ssa-ifcombine.c, tree-ssa-loop-ivopts.c, tree-ssa-loop.c, tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-vect-data-refs.c, ubsan.c, valtrack.c, var-tracking.c, varasm.c: Include memmodel.h. * genattrtab.c (write_header): Include memmodel.h in generated file. * genautomata.c (main): Likewise. * gengtype.c (open_base_files): Likewise. * genopinit.c (main): Likewise. * genconditions.c (write_header): Include memmodel.h earlier in generated file. * genemit.c (main): Likewise. * genoutput.c (output_prologue): Likewise. * genpeep.c (main): Likewise. * genpreds.c (write_insn_preds_c): Likewise. * genrecog.c (write_header): Likewise. * Makefile.in (PLUGIN_HEADERS): Include memmodel.h gcc/ada/ * gcc-interface/utils2.c: Include memmodel.h. gcc/c-family/ * c-cppbuiltin.c: Include memmodel.h. * c-opts.c: Likewise. * c-pragma.c: Likewise. * c-warn.c: Likewise. gcc/c/ * c-typeck.c: Include memmodel.h. gcc/cp/ * decl2.c: Include memmodel.h. * rtti.c: Likewise. gcc/fortran/ * trans-intrinsic.c: Include memmodel.h. gcc/go/ * go-backend.c: Include memmodel.h. libgcc/ * libgcov-profiler.c: Replace MEMMODEL_* macros by their __ATOMIC_* equivalent. * config/tilepro/atomic.c: Likewise and stop casting model to enum memmodel. From-SVN: r241121
This commit is contained in:
parent
7810c4ebfc
commit
4d0cdd0ce6
225 changed files with 376 additions and 62 deletions
|
@ -1,3 +1,77 @@
|
|||
2016-10-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
||||
|
||||
* coretypes.h: Move MEMMODEL_* macros and enum memmodel definition
|
||||
into ...
|
||||
* memmodel.h: This file.
|
||||
* alias.c, asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
|
||||
caller-save.c, calls.c, ccmp.c, cfgbuild.c, cfgcleanup.c,
|
||||
cfgexpand.c, cfgloopanal.c, cfgrtl.c, cilk-common.c, combine.c,
|
||||
combine-stack-adj.c, common/config/aarch64/aarch64-common.c,
|
||||
common/config/arm/arm-common.c, common/config/bfin/bfin-common.c,
|
||||
common/config/c6x/c6x-common.c, common/config/i386/i386-common.c,
|
||||
common/config/ia64/ia64-common.c, common/config/nvptx/nvptx-common.c,
|
||||
compare-elim.c, config/aarch64/aarch64-builtins.c,
|
||||
config/aarch64/aarch64-c.c, config/aarch64/cortex-a57-fma-steering.c,
|
||||
config/arc/arc.c, config/arc/arc-c.c, config/arm/arm-builtins.c,
|
||||
config/arm/arm-c.c, config/avr/avr.c, config/avr/avr-c.c,
|
||||
config/avr/avr-log.c, config/bfin/bfin.c, config/c6x/c6x.c,
|
||||
config/cr16/cr16.c, config/cris/cris.c, config/darwin-c.c,
|
||||
config/darwin.c, config/epiphany/epiphany.c,
|
||||
config/epiphany/mode-switch-use.c,
|
||||
config/epiphany/resolve-sw-modes.c, config/fr30/fr30.c,
|
||||
config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
|
||||
config/i386/i386-c.c, config/i386/winnt.c, config/iq2000/iq2000.c,
|
||||
config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
|
||||
config/m68k/m68k.c, config/mcore/mcore.c,
|
||||
config/microblaze/microblaze.c, config/mmix/mmix.c,
|
||||
config/mn10300/mn10300.c, config/moxie/moxie.c,
|
||||
config/msp430/msp430.c, config/nds32/nds32-cost.c,
|
||||
config/nds32/nds32-intrinsic.c, config/nds32/nds32-md-auxiliary.c,
|
||||
config/nds32/nds32-memory-manipulation.c,
|
||||
config/nds32/nds32-predicates.c, config/nds32/nds32.c,
|
||||
config/nios2/nios2.c, config/nvptx/nvptx.c, config/pa/pa.c,
|
||||
config/pdp11/pdp11.c, config/rl78/rl78.c, config/rs6000/rs6000-c.c,
|
||||
config/rx/rx.c, config/s390/s390-c.c, config/s390/s390.c,
|
||||
config/sh/sh.c, config/sh/sh-c.c, config/sh/sh-mem.cc,
|
||||
config/sh/sh_treg_combine.cc, config/sol2.c, config/spu/spu.c,
|
||||
config/stormy16/stormy16.c, config/tilegx/tilegx.c,
|
||||
config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
|
||||
config/visium/visium.c, config/vms/vms-c.c, config/xtensa/xtensa.c,
|
||||
coverage.c, cppbuiltin.c, cprop.c, cse.c, cselib.c, dbxout.c, dce.c,
|
||||
df-core.c, df-problems.c, df-scan.c, dojump.c, dse.c, dwarf2asm.c,
|
||||
dwarf2cfi.c, dwarf2out.c, emit-rtl.c, except.c, explow.c, expmed.c,
|
||||
expr.c, final.c, fold-const.c, function.c, fwprop.c, gcse.c,
|
||||
ggc-page.c, haifa-sched.c, hsa-brig.c, hsa-gen.c, hw-doloop.c,
|
||||
ifcvt.c, init-regs.c, internal-fn.c, ira-build.c, ira-color.c,
|
||||
ira-conflicts.c, ira-costs.c, ira-emit.c, ira-lives.c, ira.c, jump.c,
|
||||
loop-doloop.c, loop-invariant.c, loop-iv.c, loop-unroll.c,
|
||||
lower-subreg.c, lra.c, lra-assigns.c, lra-coalesce.c,
|
||||
lra-constraints.c, lra-eliminations.c, lra-lives.c, lra-remat.c,
|
||||
lra-spills.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
|
||||
postreload-gcse.c, postreload.c, predict.c, print-rtl-function.c,
|
||||
recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
|
||||
reload.c, reload1.c, reorg.c, resource.c, rtl-chkp.c, rtl-tests.c,
|
||||
rtlanal.c, rtlhooks.c, sched-deps.c, sched-rgn.c, sdbout.c,
|
||||
sel-sched-ir.c, sel-sched.c, shrink-wrap.c, simplify-rtx.c,
|
||||
stack-ptr-mod.c, stmt.c, stor-layout.c, target-globals.c,
|
||||
targhooks.c, toplev.c, tree-nested.c, tree-outof-ssa.c,
|
||||
tree-profile.c, tree-ssa-coalesce.c, tree-ssa-ifcombine.c,
|
||||
tree-ssa-loop-ivopts.c, tree-ssa-loop.c, tree-ssa-reassoc.c,
|
||||
tree-ssa-sccvn.c, tree-vect-data-refs.c, ubsan.c, valtrack.c,
|
||||
var-tracking.c, varasm.c: Include memmodel.h.
|
||||
* genattrtab.c (write_header): Include memmodel.h in generated file.
|
||||
* genautomata.c (main): Likewise.
|
||||
* gengtype.c (open_base_files): Likewise.
|
||||
* genopinit.c (main): Likewise.
|
||||
* genconditions.c (write_header): Include memmodel.h earlier in
|
||||
generated file.
|
||||
* genemit.c (main): Likewise.
|
||||
* genoutput.c (output_prologue): Likewise.
|
||||
* genpeep.c (main): Likewise.
|
||||
* genpreds.c (write_insn_preds_c): Likewise.
|
||||
* genrecog.c (write_header): Likewise.
|
||||
* Makefile.in (PLUGIN_HEADERS): Include memmodel.h
|
||||
|
||||
2016-10-13 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* function-tests.c (selftest::test_expansion_to_rtl): Add "true"
|
||||
|
|
|
@ -3382,7 +3382,7 @@ s-params.options: $(srcdir)/params-options.h $(srcdir)/params.def
|
|||
PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
toplev.h $(DIAGNOSTIC_CORE_H) $(BASIC_BLOCK_H) $(HASH_TABLE_H) \
|
||||
tree-ssa-alias.h $(INTERNAL_FN_H) gimple-fold.h tree-eh.h gimple-expr.h \
|
||||
gimple.h is-a.h $(TREE_PASS_H) $(GCC_PLUGIN_H) \
|
||||
gimple.h is-a.h memmodel.h $(TREE_PASS_H) $(GCC_PLUGIN_H) \
|
||||
$(GGC_H) $(TREE_DUMP_H) $(PRETTY_PRINT_H) $(OPTS_H) $(PARAMS_H) \
|
||||
$(tm_file_list) $(tm_include_list) $(tm_p_file_list) $(tm_p_include_list) \
|
||||
$(host_xm_file_list) $(host_xm_include_list) $(xm_include_list) \
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2016-10-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
||||
|
||||
* gcc-interface/utils2.c: Include memmodel.h.
|
||||
|
||||
2016-10-13 Hristian Kirtchev <kirtchev@adacore.com>
|
||||
|
||||
* sem_ch6.adb (Analyze_Expression_Function):
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm.h"
|
||||
#include "vec.h"
|
||||
#include "alias.h"
|
||||
|
|
|
@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "gimple-ssa.h"
|
||||
#include "emit-rtl.h"
|
||||
|
|
|
@ -30,6 +30,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "cfghooks.h"
|
||||
#include "alloc-pool.h"
|
||||
#include "tree-pass.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "tree-vrp.h"
|
||||
|
|
|
@ -28,6 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "predict.h"
|
||||
#include "df.h"
|
||||
#include "insn-config.h"
|
||||
#include "memmodel.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "recog.h"
|
||||
#include "cfgrtl.h"
|
||||
|
|
|
@ -100,6 +100,7 @@
|
|||
#include "tree.h"
|
||||
#include "cfghooks.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "optabs.h"
|
||||
#include "regs.h"
|
||||
#include "emit-rtl.h"
|
||||
|
|
|
@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "df.h"
|
||||
#include "insn-config.h"
|
||||
#include "regs.h"
|
||||
#include "memmodel.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "recog.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
2016-10-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
||||
|
||||
* c-cppbuiltin.c: Include memmodel.h.
|
||||
* c-opts.c: Likewise.
|
||||
* c-pragma.c: Likewise.
|
||||
* c-warn.c: Likewise.
|
||||
|
||||
2016-10-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* c.opt (Wextra): Add as C/C++/ObjC/ObjC++ option.
|
||||
|
|
|
@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "target.h"
|
||||
#include "c-common.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h" /* For TARGET_CPU_CPP_BUILTINS & friends. */
|
||||
#include "stringpool.h"
|
||||
#include "stor-layout.h"
|
||||
|
|
|
@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "c-target.h"
|
||||
#include "c-common.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h" /* For C_COMMON_OVERRIDE_OPTIONS. */
|
||||
#include "diagnostic.h"
|
||||
#include "c-pragma.h"
|
||||
|
|
|
@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "target.h"
|
||||
#include "function.h" /* For cfun. */
|
||||
#include "c-common.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h" /* For REGISTER_TARGET_PRAGMAS. */
|
||||
#include "stringpool.h"
|
||||
#include "cgraph.h"
|
||||
|
|
|
@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "function.h"
|
||||
#include "tree.h"
|
||||
#include "c-common.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "diagnostic.h"
|
||||
#include "intl.h"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2016-10-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
||||
|
||||
* c-typeck.c: Include memmodel.h.
|
||||
|
||||
2016-10-13 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/77957
|
||||
|
|
|
@ -26,6 +26,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "memmodel.h"
|
||||
#include "target.h"
|
||||
#include "function.h"
|
||||
#include "bitmap.h"
|
||||
|
|
|
@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "predict.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "insn-config.h"
|
||||
#include "regs.h"
|
||||
|
|
|
@ -26,6 +26,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "predict.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "expmed.h"
|
||||
|
|
|
@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "ssa.h"
|
||||
#include "expmed.h"
|
||||
|
|
|
@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "backend.h"
|
||||
#include "rtl.h"
|
||||
#include "cfghooks.h"
|
||||
#include "memmodel.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "cfgrtl.h"
|
||||
#include "cfganal.h"
|
||||
|
|
|
@ -38,6 +38,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "cfghooks.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "insn-config.h"
|
||||
#include "emit-rtl.h"
|
||||
|
|
|
@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "gimple.h"
|
||||
#include "cfghooks.h"
|
||||
#include "tree-pass.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "ssa.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "predict.h"
|
||||
#include "memmodel.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "cfgloop.h"
|
||||
#include "explow.h"
|
||||
|
|
|
@ -47,6 +47,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "cfghooks.h"
|
||||
#include "df.h"
|
||||
#include "insn-config.h"
|
||||
#include "memmodel.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "cfgrtl.h"
|
||||
#include "cfganal.h"
|
||||
|
|
|
@ -31,6 +31,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "expmed.h"
|
||||
#include "optabs-query.h"
|
||||
#include "insn-config.h"
|
||||
#include "memmodel.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "recog.h"
|
||||
#include "fold-const.h"
|
||||
|
|
|
@ -45,6 +45,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
#include "df.h"
|
||||
#include "insn-config.h"
|
||||
#include "memmodel.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "recog.h"
|
||||
#include "cfgrtl.h"
|
||||
|
|
|
@ -84,6 +84,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "predict.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h"
|
||||
#include "regs.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "common/common-target.h"
|
||||
#include "common/common-target-def.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "common/common-target.h"
|
||||
#include "common/common-target-def.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "coretypes.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "tm.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "common/common-target.h"
|
||||
#include "common/common-target-def.h"
|
||||
|
|
|
@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "tm.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "common/common-target.h"
|
||||
#include "common/common-target-def.h"
|
||||
|
|
|
@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "tm.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "common/common-target.h"
|
||||
#include "common/common-target-def.h"
|
||||
|
|
|
@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "tm.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "common/common-target.h"
|
||||
#include "common/common-target-def.h"
|
||||
|
|
|
@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "tm.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "common/common-target.h"
|
||||
#include "common/common-target-def.h"
|
||||
|
|
|
@ -61,6 +61,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "target.h"
|
||||
#include "rtl.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "insn-config.h"
|
||||
#include "recog.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "expmed.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "input.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "flags.h"
|
||||
#include "c-family/c-common.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "df.h"
|
||||
#include "insn-config.h"
|
||||
#include "regs.h"
|
||||
#include "memmodel.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "recog.h"
|
||||
#include "cfganal.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "cpplib.h"
|
||||
#include "c-family/c-common.h"
|
||||
|
|
|
@ -31,6 +31,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "memmodel.h"
|
||||
#include "backend.h"
|
||||
#include "target.h"
|
||||
#include "rtl.h"
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "gimple-expr.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h"
|
||||
#include "emit-rtl.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "coretypes.h"
|
||||
#include "target.h"
|
||||
#include "c-family/c-common.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "c-family/c-pragma.h"
|
||||
#include "stringpool.h"
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "c-family/c-common.h"
|
||||
#include "stor-layout.h"
|
||||
#include "langhooks.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
|
||||
/* IDs for all the AVR builtins. */
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "tree-pass.h" /* for current_pass */
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "print-tree.h"
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "c-family/c-common.h"
|
||||
#include "cfghooks.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h"
|
||||
#include "regs.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "tree.h"
|
||||
#include "cfghooks.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h"
|
||||
#include "regs.h"
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "gimple-expr.h"
|
||||
#include "cfghooks.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "regs.h"
|
||||
#include "emit-rtl.h"
|
||||
|
|
|
@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "cfghooks.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h"
|
||||
#include "regs.h"
|
||||
|
|
|
@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "target.h"
|
||||
#include "c-family/c-target.h"
|
||||
#include "c-family/c-target-def.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "cgraph.h"
|
||||
#include "incpath.h"
|
||||
|
|
|
@ -28,6 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "gimple.h"
|
||||
#include "cfghooks.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "insn-config.h"
|
||||
|
|
|
@ -26,6 +26,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "backend.h"
|
||||
#include "rtl.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "backend.h"
|
||||
#include "rtl.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "insn-config.h"
|
||||
#include "emit-rtl.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "stor-layout.h"
|
||||
#include "varasm.h"
|
||||
|
|
|
@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "regs.h"
|
||||
#include "emit-rtl.h"
|
||||
|
|
|
@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "target.h"
|
||||
#include "c-family/c-common.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "c-family/c-pragma.h"
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "emit-rtl.h"
|
||||
|
|
|
@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h"
|
||||
#include "regs.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h"
|
||||
#include "regs.h"
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h"
|
||||
#include "regs.h"
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "insn-config.h"
|
||||
|
|
|
@ -41,6 +41,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "expmed.h"
|
||||
#include "dojump.h"
|
||||
#include "explow.h"
|
||||
#include "memmodel.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "stmt.h"
|
||||
#include "expr.h"
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "emit-rtl.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h"
|
||||
#include "regs.h"
|
||||
|
|
|
@ -26,6 +26,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "insn-config.h"
|
||||
#include "regs.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "cfghooks.h"
|
||||
#include "cfgloop.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h"
|
||||
#include "regs.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "regs.h"
|
||||
#include "memmodel.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "output.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "tree.h"
|
||||
#include "gimple-expr.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "regs.h"
|
||||
#include "emit-rtl.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "target.h"
|
||||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h" /* For GEN_FCN. */
|
||||
#include "recog.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "target.h"
|
||||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "memmodel.h"
|
||||
#include "optabs.h" /* For GEN_FCN. */
|
||||
#include "diagnostic-core.h"
|
||||
#include "stor-layout.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "target.h"
|
||||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h" /* For GEN_FCN. */
|
||||
#include "recog.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "backend.h"
|
||||
#include "target.h"
|
||||
#include "rtl.h"
|
||||
#include "memmodel.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "explow.h"
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "target.h"
|
||||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h" /* For GEN_FCN. */
|
||||
#include "emit-rtl.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h" /* For GEN_FCN. */
|
||||
#include "regs.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h"
|
||||
#include "regs.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "tree.h"
|
||||
#include "cfghooks.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "expmed.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -21,6 +21,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "memmodel.h"
|
||||
#include "backend.h"
|
||||
#include "target.h"
|
||||
#include "rtl.h"
|
||||
|
|
|
@ -26,6 +26,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "insn-config.h"
|
||||
#include "regs.h"
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include "coretypes.h"
|
||||
#include "target.h"
|
||||
#include "c-family/c-common.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "stor-layout.h"
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include "tree.h"
|
||||
#include "cfghooks.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "regs.h"
|
||||
#include "emit-rtl.h"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include "tree.h"
|
||||
#include "c-family/c-common.h"
|
||||
#include "c/c-tree.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "c-family/c-pragma.h"
|
||||
|
|
|
@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "cfghooks.h"
|
||||
#include "cfgloop.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "expmed.h"
|
||||
|
|
|
@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "target.h"
|
||||
#include "c-family/c-common.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "attribs.h"
|
||||
|
|
|
@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "basic-block.h"
|
||||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "explow.h"
|
||||
|
|
|
@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "gimple.h"
|
||||
#include "cfghooks.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -28,6 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "target.h"
|
||||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "memmodel.h"
|
||||
#include "optabs.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "recog.h"
|
||||
|
|
|
@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "target.h"
|
||||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include "cfghooks.h"
|
||||
#include "cfgloop.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "expmed.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "optabs.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "memmodel.h"
|
||||
#include "backend.h"
|
||||
#include "target.h"
|
||||
#include "rtl.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "expmed.h"
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "insn-config.h"
|
||||
|
|
|
@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "optabs.h"
|
||||
#include "regs.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "tree.h"
|
||||
#include "gimple-expr.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "expmed.h"
|
||||
|
|
|
@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "c-family/c-common.h"
|
||||
#include "c/c-tree.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "c-family/c-pragma.h"
|
||||
#include "toplev.h"
|
||||
|
|
|
@ -28,6 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "gimple.h"
|
||||
#include "cfghooks.h"
|
||||
#include "df.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm_p.h"
|
||||
#include "stringpool.h"
|
||||
#include "optabs.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