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
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| 40x.md | Loading commit data... | |
| 440.md | Loading commit data... | |
| 476.h | Loading commit data... | |
| 476.md | Loading commit data... | |
| 476.opt | Loading commit data... | |
| 601.md | Loading commit data... | |
| 603.md | Loading commit data... | |
| 6xx.md | Loading commit data... | |
| 7450.md | Loading commit data... | |
| 750cl.h | Loading commit data... | |
| 7xx.md | Loading commit data... | |
| 8540.md | Loading commit data... | |
| a2.md | Loading commit data... | |
| aix-stdint.h | Loading commit data... | |
| aix.h | Loading commit data... | |
| aix43.h | Loading commit data... | |
| aix51.h | Loading commit data... | |
| aix52.h | Loading commit data... | |
| aix53.h | Loading commit data... | |
| aix61.h | Loading commit data... | |
| aix64.opt | Loading commit data... | |
| aix71.h | Loading commit data... | |
| altivec.h | Loading commit data... | |
| altivec.md | Loading commit data... | |
| biarch64.h | Loading commit data... | |
| cell.md | Loading commit data... | |
| constraints.md | Loading commit data... | |
| crypto.md | Loading commit data... | |
| darwin.h | Loading commit data... | |
| darwin.md | Loading commit data... | |
| darwin.opt | Loading commit data... | |
| darwin64.h | Loading commit data... | |
| darwin7.h | Loading commit data... | |
| darwin8.h | Loading commit data... | |
| default64.h | Loading commit data... | |
| dfp.md | Loading commit data... | |
| driver-rs6000.c | Loading commit data... | |
| e300c2c3.md | Loading commit data... | |
| e500.h | Loading commit data... | |
| e500mc.md | Loading commit data... | |
| e500mc64.md | Loading commit data... | |
| e5500.md | Loading commit data... | |
| e6500.md | Loading commit data... | |
| eabi.h | Loading commit data... | |
| eabialtivec.h | Loading commit data... | |
| eabisim.h | Loading commit data... | |
| eabispe.h | Loading commit data... | |
| freebsd.h | Loading commit data... | |
| freebsd64.h | Loading commit data... | |
| genopt.sh | Loading commit data... | |
| host-darwin.c | Loading commit data... | |
| host-ppc64-darwin.c | Loading commit data... | |
| htm.md | Loading commit data... | |
| htmintrin.h | Loading commit data... | |
| htmxlintrin.h | Loading commit data... | |
| linux.h | Loading commit data... | |
| linux64.h | Loading commit data... | |
| linux64.opt | Loading commit data... | |
| linuxaltivec.h | Loading commit data... | |
| linuxspe.h | Loading commit data... | |
| lynx.h | Loading commit data... | |
| milli.exp | Loading commit data... | |
| mpc.md | Loading commit data... | |
| netbsd.h | Loading commit data... | |
| option-defaults.h | Loading commit data... | |
| paired.h | Loading commit data... | |
| paired.md | Loading commit data... | |
| power4.md | Loading commit data... | |
| power5.md | Loading commit data... | |
| power6.md | Loading commit data... | |
| power7.md | Loading commit data... | |
| power8.md | Loading commit data... | |
| power9.md | Loading commit data... | |
| ppc-asm.h | Loading commit data... | |
| ppc-auxv.h | Loading commit data... | |
| ppu_intrinsics.h | Loading commit data... | |
| predicates.md | Loading commit data... | |
| rs6000-builtin.def | Loading commit data... | |
| rs6000-c.c | Loading commit data... | |
| rs6000-cpus.def | Loading commit data... | |
| rs6000-linux.c | Loading commit data... | |
| rs6000-modes.def | Loading commit data... | |
| rs6000-opts.h | Loading commit data... | |
| rs6000-protos.h | Loading commit data... | |
| rs6000-tables.opt | Loading commit data... | |
| rs6000.c | Loading commit data... | |
| rs6000.h | Loading commit data... | |
| rs6000.md | Loading commit data... | |
| rs6000.opt | Loading commit data... | |
| rs64.md | Loading commit data... | |
| rtems.h | Loading commit data... | |
| secureplt.h | Loading commit data... | |
| si2vmx.h | Loading commit data... | |
| singlefp.h | Loading commit data... | |
| spe.h | Loading commit data... | |
| spe.md | Loading commit data... | |
| spu2vmx.h | Loading commit data... | |
| sync.md | Loading commit data... | |
| sysv4.h | Loading commit data... | |
| sysv4.opt | Loading commit data... | |
| sysv4le.h | Loading commit data... | |
| t-aix43 | Loading commit data... | |
| t-aix52 | Loading commit data... | |
| t-darwin64 | Loading commit data... | |
| t-darwin8 | Loading commit data... | |
| t-fprules | Loading commit data... | |
| t-freebsd64 | Loading commit data... | |
| t-linux | Loading commit data... | |
| t-linux64 | Loading commit data... | |
| t-linux64bele | Loading commit data... | |
| t-linux64le | Loading commit data... | |
| t-linux64lebe | Loading commit data... | |
| t-lynx | Loading commit data... | |
| t-netbsd | Loading commit data... | |
| t-ppccomm | Loading commit data... | |
| t-ppcendian | Loading commit data... | |
| t-ppcgas | Loading commit data... | |
| t-ppcos | Loading commit data... | |
| t-rs6000 | Loading commit data... | |
| t-rtems | Loading commit data... | |
| t-spe | Loading commit data... | |
| t-vxworks | Loading commit data... | |
| t-vxworksae | Loading commit data... | |
| t-vxworksmils | Loading commit data... | |
| t-xilinx | Loading commit data... | |
| titan.md | Loading commit data... | |
| vec_types.h | Loading commit data... | |
| vector.md | Loading commit data... | |
| vsx.md | Loading commit data... | |
| vxworks.h | Loading commit data... | |
| vxworksae.h | Loading commit data... | |
| vxworksmils.h | Loading commit data... | |
| x-aix | Loading commit data... | |
| x-darwin | Loading commit data... | |
| x-darwin64 | Loading commit data... | |
| x-linux-relax | Loading commit data... | |
| x-rs6000 | Loading commit data... | |
| xcoff.h | Loading commit data... | |
| xfpu.h | Loading commit data... | |
| xfpu.md | Loading commit data... | |
| xilinx.h | Loading commit data... | |
| xilinx.opt | Loading commit data... |