gcc/gcc ChangeLog.tree-ssa tree-flow.h tree-ss ...
law@gcc.gnu.org
law@gcc.gnu.org
Mon Jan 19 23:21:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-ssa-20020619-branch
Changes by: law@gcc.gnu.org 2004-01-19 23:21:43
Modified files:
gcc : ChangeLog.tree-ssa tree-flow.h tree-ssa-dom.c
tree-ssa.c gimplify.c tree-cfg.c tree.h
Log message:
* tree-flow.h: Update copyright dates.
(register_new_def): Declare.
* tree-ssa-dom.c: Update copyright dates.
Add tracking of current definition of each program variable just
like we do when rewriting into SSA form.
(get_value_for, set_value_for): Handle either an SSA_NAME or
regular variable.
(tree_ssa_dominator_optimize): Initialize and update CURRDEFS.
If we thread through a block with real statements, the destination
of those statements must be rewritten too.
(thread_across_edge): Skip nop statements at the start of a
block.
(dom_opt_initialize_block_local_data): Clear block_defs
appropriately.
(record_equivalences_from_phis): Accept walk_data structure.
Call register_new_def appropriately.
(optimize_stmt): Call register_new_defs_for_stmt.
(dom_opt_finalize_block): Restore CURRDEFS appropriately.
(register_new_definitions_for_stmt): New.
* tree-ssa.c: Update copyright dates.
(register_new_def): No longer static. Accept additional argument
for the table to hold the new definition. Callers updated.
* gimplify.c: Update copyright dates.
* tree-cfg.c: Likewise.
* tree.h: Likewise.
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.1107&r2=1.1.2.1108
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.183&r2=1.1.4.184
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dom.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.114&r2=1.1.2.115
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.188&r2=1.1.4.189
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimplify.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.134&r2=1.1.2.135
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.259&r2=1.1.4.260
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.342.2.161&r2=1.342.2.162
More information about the Gcc-cvs
mailing list