gcc/gcc ChangeLog.tree-ssa basic-block.h cfg.c ...
steven@gcc.gnu.org
steven@gcc.gnu.org
Tue Oct 14 17:31:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-ssa-20020619-branch
Changes by: steven@gcc.gnu.org 2003-10-14 17:31:39
Modified files:
gcc : ChangeLog.tree-ssa basic-block.h cfg.c
cfghooks.h cfgrtl.c flow.c tree-cfg.c
tree-flow.h tree-pretty-print.c tree-ssa.c
Log message:
* cfghooks.c (dump_bb): Take extra `int indent' argument.
* cfg.c (dump_bb): Take extra argument to match cfg hook.
Write out all information about bb that is shared between the tree
and rtl representations.
* basic-block.c (dump_bb): Adjust prototype.
* cfgrtl.c (rtl_dump_bb): Update prototype to match cfg hook.
Use indent.
* flow.c (verify_wide_reg, verify_local_live_at_start):
Fixup dump_bb calls.
* tree-cfg.c (dump_tree_bb): Rename to tree_dump_bb. Remove unused
`prefix' argument. Put in tree_cfg_hooks as cfg hook for dump_bb.
(remove_bb, debug_tree_bb, dump_tree_cfg): Call dump_bb.
* tree-ssa (dump_tree_ssa): Likewise.
* tree-flow.h (dump_tree_bb): Replace with new tree_dump_bb
prototype.
* tree-pretty-print (dump_block_info): Match case of BLOCK, SUCC,
PRED with dump_bb.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.739&r2=1.1.2.740
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/basic-block.h.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.153.2.30&r2=1.153.2.31
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfg.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.34.2.13&r2=1.34.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfghooks.h.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.4&r2=1.1.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgrtl.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.57.2.14&r2=1.57.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/flow.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.534.2.16&r2=1.534.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-cfg.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.175&r2=1.1.4.176
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow.h.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.127&r2=1.1.4.128
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-pretty-print.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.48&r2=1.1.2.49
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.133&r2=1.1.4.134
More information about the Gcc-cvs
mailing list