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 cfgexpand.c gimple-low.c tre ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2004-07-22 02:48:28

Modified files:
	gcc            : ChangeLog cfgexpand.c gimple-low.c 
	                 tree-flow-inline.h tree-flow.h tree-ssa-live.c 
	                 tree-ssa.c 

Log message:
	* gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE,
	TREE_THIS_VOLATILE, may_aliases, or optimization level.
	(remove_useless_vars): Dump debugging info.
	(expand_used_vars): Move ...
	* cfgexpand.c (expand_used_vars): ... here.  Make static.
	* tree-flow-inline.h (set_is_used): New.
	(set_default_def): Use get_var_ann.
	* tree-flow.h: Update decls.
	* tree-ssa-live.c (mark_all_vars_used_1, mark_all_vars_used): New.
	(create_ssa_var_map): Use it.
	* tree-ssa.c (set_is_used): Remove.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.4632&r2=2.4633
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgexpand.c.diff?cvsroot=gcc&r1=2.13&r2=2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimple-low.c.diff?cvsroot=gcc&r1=2.11&r2=2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow-inline.h.diff?cvsroot=gcc&r1=2.16&r2=2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow.h.diff?cvsroot=gcc&r1=2.25&r2=2.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-live.c.diff?cvsroot=gcc&r1=2.10&r2=2.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa.c.diff?cvsroot=gcc&r1=2.20&r2=2.21


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