OSDN Git Service

Merge dataflow branch into mainline
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jun 2007 18:02:15 +0000 (18:02 +0000)
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jun 2007 18:02:15 +0000 (18:02 +0000)
commit3072d30e7983a3ca5ad030f1f98a5c39bcc2c07b
treefdb9e9f8a0700a2713dc690fed1a2cf20dae8392
parent8ceb1bfd33bc40bf0cbe1fab8903c2c31efd10ee
Merge dataflow branch into mainline

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125624 138bc75d-0d04-0410-961f-82ee72b054a4
168 files changed:
MAINTAINERS
gcc/ChangeLog
gcc/ChangeLog.dataflow [new file with mode: 0644]
gcc/Makefile.in
gcc/alias.c
gcc/alloc-pool.c
gcc/alloc-pool.h
gcc/auto-inc-dec.c [new file with mode: 0644]
gcc/basic-block.h
gcc/bb-reorder.c
gcc/bitmap.c
gcc/bitmap.h
gcc/bt-load.c
gcc/builtins.c
gcc/caller-save.c
gcc/calls.c
gcc/cfg.c
gcc/cfganal.c
gcc/cfgcleanup.c
gcc/cfghooks.h
gcc/cfglayout.c
gcc/cfgloop.c
gcc/cfgloop.h
gcc/cfgrtl.c
gcc/combine-stack-adj.c
gcc/combine.c
gcc/common.opt
gcc/config/alpha/alpha.c
gcc/config/arc/arc.c
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/avr/avr.c
gcc/config/bfin/bfin.c
gcc/config/c4x/c4x.c
gcc/config/c4x/c4x.h
gcc/config/cris/cris.c
gcc/config/crx/crx.c
gcc/config/crx/crx.h
gcc/config/darwin.c
gcc/config/fr30/fr30.c
gcc/config/frv/frv.c
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.md
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md
gcc/config/ia64/ia64-protos.h
gcc/config/ia64/ia64.c
gcc/config/ia64/ia64.h
gcc/config/iq2000/iq2000.c
gcc/config/iq2000/iq2000.h
gcc/config/m32c/m32c.c
gcc/config/m32r/m32r.c
gcc/config/m68hc11/m68hc11.c
gcc/config/m68k/m68k.c
gcc/config/mcore/mcore.c
gcc/config/mips/mips.c
gcc/config/mips/mips.md
gcc/config/mmix/mmix.c
gcc/config/mn10300/mn10300.c
gcc/config/mt/mt.c
gcc/config/mt/mt.h
gcc/config/pa/pa.c
gcc/config/pa/pa.h
gcc/config/pdp11/pdp11.c
gcc/config/pdp11/pdp11.h
gcc/config/rs6000/predicates.md
gcc/config/rs6000/rs6000-protos.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md
gcc/config/s390/s390.c
gcc/config/score/score-mdaux.c
gcc/config/sh/sh.c
gcc/config/sh/sh.md
gcc/config/sparc/sparc.c
gcc/config/spu/spu.c
gcc/config/stormy16/stormy16.c
gcc/config/v850/v850.c
gcc/config/vax/vax.c
gcc/cse.c
gcc/cselib.c
gcc/cselib.h
gcc/dbgcnt.c [new file with mode: 0644]
gcc/dbgcnt.def [new file with mode: 0644]
gcc/dbgcnt.h [new file with mode: 0644]
gcc/dce.c [new file with mode: 0644]
gcc/dce.h [new file with mode: 0644]
gcc/ddg.c
gcc/ddg.h
gcc/df-core.c
gcc/df-problems.c
gcc/df-scan.c
gcc/df.h
gcc/doc/cfg.texi
gcc/doc/rtl.texi
gcc/dominance.c
gcc/dse.c [new file with mode: 0644]
gcc/dse.h [new file with mode: 0644]
gcc/emit-rtl.c
gcc/expmed.c
gcc/expr.c
gcc/final.c
gcc/flow.c [deleted file]
gcc/function.c
gcc/function.h
gcc/fwprop.c
gcc/gcse.c
gcc/gengtype.c
gcc/global.c
gcc/haifa-sched.c
gcc/ifcvt.c
gcc/init-regs.c [new file with mode: 0644]
gcc/integrate.c
gcc/local-alloc.c
gcc/loop-init.c
gcc/loop-invariant.c
gcc/loop-iv.c
gcc/lower-subreg.c
gcc/mode-switching.c
gcc/modulo-sched.c
gcc/optabs.c
gcc/optabs.h
gcc/opts.c
gcc/output.h
gcc/passes.c
gcc/postreload-gcse.c
gcc/postreload.c
gcc/recog.c
gcc/recog.h
gcc/reg-notes.def
gcc/reg-stack.c
gcc/regclass.c
gcc/regmove.c
gcc/regrename.c
gcc/regs.h
gcc/regstat.c [new file with mode: 0644]
gcc/reload.c
gcc/reload1.c
gcc/reorg.c
gcc/resource.c
gcc/resource.h
gcc/rtl-factoring.c
gcc/rtl.c
gcc/rtl.def
gcc/rtl.h
gcc/rtlanal.c
gcc/sbitmap.c
gcc/sbitmap.h
gcc/sched-deps.c
gcc/sched-ebb.c
gcc/sched-int.h
gcc/sched-rgn.c
gcc/sched-vis.c
gcc/see.c
gcc/stack-ptr-mod.c [new file with mode: 0644]
gcc/stmt.c
gcc/struct-equiv.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr31025.f90 [new file with mode: 0644]
gcc/timevar.def
gcc/toplev.c
gcc/tracer.c
gcc/tree-pass.h
gcc/tree-ssa-pre.c
gcc/tree-tailcall.c
gcc/tree.h
gcc/web.c