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 tree-cfg.c tree-dfa ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-ssa-20020619-branch
Changes by:	dnovillo at gcc dot gnu dot org	2003-04-25 23:42:39

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

Log message:
	2003-04-25  Andrew MacLeod  <amacleod at redhat dot com>
	
	* tree-ssa.c (struct _elim_graph): Change type of fields
	'pred' and 'succ' to be bitmaps instead of sbitmaps.
	Update all uses.
	
	2003-04-25  Diego Novillo  <dnovillo at redhat dot com>
	
	* tree-cfg.c (linearize_cond_expr): Reformat.
	* tree-dfa.c (get_expr_operands): Check for read-only
	status the dereferenced argument pointer, not the pointer
	itself.
	(add_stmt_operand): Always consider global variables as
	virtual operands.

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.319&r2=1.1.2.320
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.76&r2=1.1.4.77
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.99&r2=1.1.4.100
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.67&r2=1.1.4.68


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