r126977 - in /branches/gimple-tuples-branch/gcc...
aldyh@gcc.gnu.org
aldyh@gcc.gnu.org
Fri Jul 27 14:11:00 GMT 2007
Author: aldyh
Date: Fri Jul 27 14:11:16 2007
New Revision: 126977
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126977
Log:
* cgraph.c: Fix line wrap.
* cgraph.h: Same.
* tree-pass.h (struct tree_opt_pass): Add works_with_tuples_p
field.
* cgraphunit.c (cgraph_analyze_functions): Remove check for
DECL_SAVED_TREE.
(cgraph_expand_function): Comment out TREE_ASM_WRITTEN assertion.
* tree-optimize.c (tree_lowering_passes): Comment out call to
compact_blocks.
* passes.c (execute_one_pass): Return if pass has not been
converted to tuples.
* tree-vrp.c, regrename.c, fwprop.c, tree-into-ssa.c,
tree-complex.c, see.c, cgraphbuild.c, tracer.c, cgraph.c,
postreload-gcse.c, postreload.c, tree-ssa-loop-ch.c,
tree-tailcall.c, tree-pass.h, ipa-cp.c, final.c, omp-low.c,
tree-ssa-dse.c, ipa-reference.c, tree-ssa-uncprop.c,
auto-inc-dec.c, reorg.c, tree-ssa-copyrename.c, tree-ssa-ccp.c,
df-core.c, mode-switching.c, tree-nomudflap.c, modulo-sched.c,
ipa-pure-const.c, cse.c, web.c, tree-stdarg.c,
tree-ssa-math-opts.c, tree-ssa-dom.c, tree-nrv.c,
tree-ssa-alias.c, loop-init.c, gimple-low.c, tree-ssa-sink.c,
ipa-inline.c, global.c, jump.c, ifcvt.c, predict.c,
tree-ssa-loop.c, recog.c, dse.c, tree-ssa-ifcombine.c,
matrix-reorg.c, c-decl.c, tree-eh.c, regmove.c, local-alloc.c,
function.c, tree-vectorizer.c, gcse.c, ipa-type-escape.c,
tree-if-conv.c, init-regs.c, ipa.c, tree-ssa-phiopt.c,
rtl-factoring.c, lower-subreg.c, bt-load.c, tree-dfa.c except.c,
emit-rtl.c, cfgexpand.c, tree-cfgcleanup.c, cfgcleanup.c,
tree-ssa-pre.c, tree-sra.c, tree-mudflap.c, tree-ssa-copy.c,
cfglayout.c, tree-ssa-forwprop.c, tree-ssa-dce.c, tree-ssa.c,
regclass.c, integrate.c, tree-optimize.c, tree-object-size.c,
combine.c, tree-outof-ssa.c, bb-reorder.c, stack-ptr-mod.c,
var-tracking.c, tree-profile.c, tree-vect-generic.c, reg-stack.c,
sched-rgn.c, tree-ssa-structalias.c, tree-cfg.c, passes.c,
tree-ssa-reassoc.c, combine-stack-adj.c, cfgrtl.c, dce.c,
tree-ssanames.c: Set works_with_tuples_p field to 0.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/auto-inc-dec.c
branches/gimple-tuples-branch/gcc/bb-reorder.c
branches/gimple-tuples-branch/gcc/bt-load.c
branches/gimple-tuples-branch/gcc/c-decl.c
branches/gimple-tuples-branch/gcc/cfgcleanup.c
branches/gimple-tuples-branch/gcc/cfgexpand.c
branches/gimple-tuples-branch/gcc/cfglayout.c
branches/gimple-tuples-branch/gcc/cfgrtl.c
branches/gimple-tuples-branch/gcc/cgraph.c
branches/gimple-tuples-branch/gcc/cgraph.h
branches/gimple-tuples-branch/gcc/cgraphbuild.c
branches/gimple-tuples-branch/gcc/cgraphunit.c
branches/gimple-tuples-branch/gcc/combine-stack-adj.c
branches/gimple-tuples-branch/gcc/combine.c
branches/gimple-tuples-branch/gcc/cse.c
branches/gimple-tuples-branch/gcc/dce.c
branches/gimple-tuples-branch/gcc/df-core.c
branches/gimple-tuples-branch/gcc/dse.c
branches/gimple-tuples-branch/gcc/emit-rtl.c
branches/gimple-tuples-branch/gcc/except.c
branches/gimple-tuples-branch/gcc/final.c
branches/gimple-tuples-branch/gcc/function.c
branches/gimple-tuples-branch/gcc/fwprop.c
branches/gimple-tuples-branch/gcc/gcse.c
branches/gimple-tuples-branch/gcc/gimple-low.c
branches/gimple-tuples-branch/gcc/global.c
branches/gimple-tuples-branch/gcc/ifcvt.c
branches/gimple-tuples-branch/gcc/init-regs.c
branches/gimple-tuples-branch/gcc/integrate.c
branches/gimple-tuples-branch/gcc/ipa-cp.c
branches/gimple-tuples-branch/gcc/ipa-inline.c
branches/gimple-tuples-branch/gcc/ipa-pure-const.c
branches/gimple-tuples-branch/gcc/ipa-reference.c
branches/gimple-tuples-branch/gcc/ipa-type-escape.c
branches/gimple-tuples-branch/gcc/ipa.c
branches/gimple-tuples-branch/gcc/jump.c
branches/gimple-tuples-branch/gcc/local-alloc.c
branches/gimple-tuples-branch/gcc/loop-init.c
branches/gimple-tuples-branch/gcc/lower-subreg.c
branches/gimple-tuples-branch/gcc/matrix-reorg.c
branches/gimple-tuples-branch/gcc/mode-switching.c
branches/gimple-tuples-branch/gcc/modulo-sched.c
branches/gimple-tuples-branch/gcc/omp-low.c
branches/gimple-tuples-branch/gcc/passes.c
branches/gimple-tuples-branch/gcc/postreload-gcse.c
branches/gimple-tuples-branch/gcc/postreload.c
branches/gimple-tuples-branch/gcc/predict.c
branches/gimple-tuples-branch/gcc/recog.c
branches/gimple-tuples-branch/gcc/reg-stack.c
branches/gimple-tuples-branch/gcc/regclass.c
branches/gimple-tuples-branch/gcc/regmove.c
branches/gimple-tuples-branch/gcc/regrename.c
branches/gimple-tuples-branch/gcc/reorg.c
branches/gimple-tuples-branch/gcc/rtl-factoring.c
branches/gimple-tuples-branch/gcc/sched-rgn.c
branches/gimple-tuples-branch/gcc/see.c
branches/gimple-tuples-branch/gcc/stack-ptr-mod.c
branches/gimple-tuples-branch/gcc/tracer.c
branches/gimple-tuples-branch/gcc/tree-cfg.c
branches/gimple-tuples-branch/gcc/tree-cfgcleanup.c
branches/gimple-tuples-branch/gcc/tree-complex.c
branches/gimple-tuples-branch/gcc/tree-dfa.c
branches/gimple-tuples-branch/gcc/tree-eh.c
branches/gimple-tuples-branch/gcc/tree-if-conv.c
branches/gimple-tuples-branch/gcc/tree-into-ssa.c
branches/gimple-tuples-branch/gcc/tree-mudflap.c
branches/gimple-tuples-branch/gcc/tree-nomudflap.c
branches/gimple-tuples-branch/gcc/tree-nrv.c
branches/gimple-tuples-branch/gcc/tree-object-size.c
branches/gimple-tuples-branch/gcc/tree-optimize.c
branches/gimple-tuples-branch/gcc/tree-outof-ssa.c
branches/gimple-tuples-branch/gcc/tree-pass.h
branches/gimple-tuples-branch/gcc/tree-profile.c
branches/gimple-tuples-branch/gcc/tree-sra.c
branches/gimple-tuples-branch/gcc/tree-ssa-alias.c
branches/gimple-tuples-branch/gcc/tree-ssa-ccp.c
branches/gimple-tuples-branch/gcc/tree-ssa-copy.c
branches/gimple-tuples-branch/gcc/tree-ssa-copyrename.c
branches/gimple-tuples-branch/gcc/tree-ssa-dce.c
branches/gimple-tuples-branch/gcc/tree-ssa-dom.c
branches/gimple-tuples-branch/gcc/tree-ssa-dse.c
branches/gimple-tuples-branch/gcc/tree-ssa-forwprop.c
branches/gimple-tuples-branch/gcc/tree-ssa-ifcombine.c
branches/gimple-tuples-branch/gcc/tree-ssa-loop-ch.c
branches/gimple-tuples-branch/gcc/tree-ssa-loop.c
branches/gimple-tuples-branch/gcc/tree-ssa-math-opts.c
branches/gimple-tuples-branch/gcc/tree-ssa-phiopt.c
branches/gimple-tuples-branch/gcc/tree-ssa-pre.c
branches/gimple-tuples-branch/gcc/tree-ssa-reassoc.c
branches/gimple-tuples-branch/gcc/tree-ssa-sink.c
branches/gimple-tuples-branch/gcc/tree-ssa-structalias.c
branches/gimple-tuples-branch/gcc/tree-ssa-uncprop.c
branches/gimple-tuples-branch/gcc/tree-ssa.c
branches/gimple-tuples-branch/gcc/tree-ssanames.c
branches/gimple-tuples-branch/gcc/tree-stdarg.c
branches/gimple-tuples-branch/gcc/tree-tailcall.c
branches/gimple-tuples-branch/gcc/tree-vect-generic.c
branches/gimple-tuples-branch/gcc/tree-vectorizer.c
branches/gimple-tuples-branch/gcc/tree-vrp.c
branches/gimple-tuples-branch/gcc/var-tracking.c
branches/gimple-tuples-branch/gcc/web.c
More information about the Gcc-cvs
mailing list