gcc/gcc ChangeLog tree-ssa-dom.c

law@gcc.gnu.org law@gcc.gnu.org
Wed Sep 22 04:12:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	law@gcc.gnu.org	2004-09-22 04:12:01

Modified files:
	gcc            : ChangeLog tree-ssa-dom.c 

Log message:
	* tree-ssa-dom.c (opt_stats): Move so that it lives just after
	the opt_stats_d structure.
	(vrp_data): Change from a varray into a hash table.
	(vrp_hash_elt): New structure for elements in the vrp hash table.
	(vrp_hash, vrp_eq):New functions for hashing and testing equality
	in the vrp hash table.
	(tree_ssa_dominator_optimize): Initialize VRP_DATA.  Reorganize
	initialization slightly to make it easier to read.  No longer need
	to grow/clear the varray.  Instead empty and delete the hash table.
	(dom_opt_finalize_block): Update due to change of VRP_DATA from
	a varray to a hash table.
	(simplify_cond_and_loop_avail_expr, record_range): Similarly.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5555&r2=2.5556
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dom.c.diff?cvsroot=gcc&r1=2.49&r2=2.50



More information about the Gcc-cvs mailing list