gcc/gcc ChangeLog.tree-ssa Makefile.in timevar ...

law@gcc.gnu.org law@gcc.gnu.org
Tue Jul 15 19:15:00 GMT 2003


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-ssa-20020619-branch
Changes by:	law@gcc.gnu.org	2003-07-15 19:15:25

Modified files:
	gcc            : ChangeLog.tree-ssa Makefile.in timevar.def 
	                 tree-dfa.c tree-ssa.c tree-flow.h 
Added files:
	gcc            : tree-ssa-dom.c 

Log message:
	* Makefile.in (OBJS): Add tree-ssa-dom.o
	(tree-ssa-dom.o): Add dependencies.
	(ssa.o, cfghooks.o): Use $(TREE_FLOW_H), not tree-flow.h.
	* timevar.def: Add new timevar for dominator optimizer.  Reorder
	slightly.
	* tree-dfa.c (add_stmt_operand): Do not consider references to
	static storage as volatile operands.
	(add_referenced_var): Static storage items reference global memory.
	* tree-ssa.c: Simplify by moving everything specific to the
	dominator optimizer into tree-ssa-dom.c.  Call into the dominator
	optimizer after rewriting all the basic blocks.
	* tree-ssa-dom.c: New file.  Mostly extracted from tree-ssa.c
	* tree-flow.h (tree_ssa_dominator_optimize): Prototype.
	(dump_dominator_optimization_stats): Likewise.
	(debug_dominator_optimization_stats): Likewise.

Patches:
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=NONE&r2=1.1.2.1
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.491&r2=1.1.2.492
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.903.2.98&r2=1.903.2.99
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.15&r2=1.14.2.16
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.129&r2=1.1.4.130
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.102&r2=1.1.4.103
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.91&r2=1.1.4.92



More information about the Gcc-cvs mailing list