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.sa Makefile.in tree-optimize ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	structure-aliasing-branch
Changes by:	dberlin@gcc.gnu.org	2004-09-13 01:52:38

Modified files:
	gcc            : ChangeLog.sa Makefile.in tree-optimize.c 
	                 tree-pass.h tree-ssa-operands.c 
Added files:
	gcc            : tree-ssa-structalias.c tree-ssa-structalias.h 

Log message:
	2004-09-12  Daniel Berlin  <dberlin@site>
	
	* Makefile.in (tree-ssa-structalias.o): New file.
	(tree-ssa-structalias.o): New.
	* tree-optimize.c (init_tree_optimization_passes): Add build_pta,
	del_pta.
	* tree-pass.h (pass_build_pta, pass_del_pta): New.
	* tree-ssa-structalias.c: New file.
	* tree-ssa-structalias.h: Ditto
	* tree-ssa-operands.c (append_v_may_def): Use unsigned int, not
	unsigned HOST_WIDE_INT, for now.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-structalias.c.diff?cvsroot=gcc&only_with_tag=structure-aliasing-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-structalias.h.diff?cvsroot=gcc&only_with_tag=structure-aliasing-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.sa.diff?cvsroot=gcc&only_with_tag=structure-aliasing-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=structure-aliasing-branch&r1=1.1366.2.1&r2=1.1366.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-optimize.c.diff?cvsroot=gcc&only_with_tag=structure-aliasing-branch&r1=2.37.2.1&r2=2.37.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-pass.h.diff?cvsroot=gcc&only_with_tag=structure-aliasing-branch&r1=2.10.2.1&r2=2.10.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-operands.c.diff?cvsroot=gcc&only_with_tag=structure-aliasing-branch&r1=2.32.2.2&r2=2.32.2.3


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