This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc ChangeLog.tree-ssa timevar.def tree-cf ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-ssa-20020619-branch
Changes by:	law at gcc dot gnu dot org	2003-03-11 16:34:54

Modified files:
	gcc            : ChangeLog.tree-ssa timevar.def tree-cfg.c 
	                 tree-dfa.c tree-ssa.c 

Log message:
	* timevar.def (TV_TREE_SSA_TO_NORMAL): New timevar.
	* tree-cfg.c (remove_stmt): Also remove special annotations
	on RHS of MODIFY_EXPR statements.
	* tree-dfa.c (create_stmt_ann): Update comments.  Fix formatting.
	(compute_may_aliases): Make sure timevar encloses entire routine.
	* tree-ssa.c (rewrite_out_of_ssa): Enclose with a timevar.
	(remove_annotations_r): Avoid walking into subtrees of anything
	except container nodes.  Remove the special annotation on the
	RHS of MODIFY_EXPRs.

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.268&r2=1.1.2.269
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/timevar.def.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.14.2.11&r2=1.14.2.12
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.59&r2=1.1.4.60
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.87&r2=1.1.4.88
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.56&r2=1.1.4.57


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]