gcc/gcc ChangeLog.tree-ssa tree-dfa.c tree-ssa.c
law@gcc.gnu.org
law@gcc.gnu.org
Thu Jul 17 22:50:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-ssa-20020619-branch
Changes by: law@gcc.gnu.org 2003-07-17 22:50:09
Modified files:
gcc : ChangeLog.tree-ssa tree-dfa.c tree-ssa.c
Log message:
* tree-dfa.c (remove_phi_arg): Update PHI_ARG_CAPACITY.
* tree-ssa.c (mark_def_sites): Do not build the dominator tree here.
(rewrite_into_ssa): Do not depend on mark_def_sites to build the
dominator tree. Move computation of dominance frontiers out
of main loop (even though it was only done once). Free immediate
dominator information as soon as we're done with it.
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.501&r2=1.1.2.502
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-dfa.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.130&r2=1.1.4.131
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.104&r2=1.1.4.105
More information about the Gcc-cvs
mailing list