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.lno Makefile.in lambda-code. ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	lno-branch
Changes by:	dberlin@gcc.gnu.org	2004-07-26 18:23:46

Modified files:
	gcc            : ChangeLog.lno Makefile.in lambda-code.c 
	                 tree-flow.h tree-optimize.c tree-pass.h 
	                 tree-ssa-alias.c 
Added files:
	gcc            : tree-ssa-align.c 

Log message:
	2004-07-26  Daniel Berlin  <dberlin@dberlin.org>
	
	* tree-ssa-align.c: New file.
	* Makefile.in: Add tree-ssa-align.o
	* tree-flow (struct ptr_info_def): Add members for alignment.
	(dump_align_info): New prototype.
	(debug_align_info): Ditto.
	* tree-optimize.c (init_tree_optimization_passes): Add
	alignment analysis pass.
	* tree-pass.h (PROP_alignment): New.
	(pass_align_analysis): New.
	* tree-ssa-alias.c (get_ptr_info): Make non-static.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-align.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.lno.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.235&r2=1.1.2.236
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.903.2.158.2.43&r2=1.903.2.158.2.44
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/lambda-code.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.16&r2=1.1.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow.h.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.4.177.2.42&r2=1.1.4.177.2.43
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-optimize.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.4.98.2.26&r2=1.1.4.98.2.27
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-pass.h.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.4.15&r2=1.1.4.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-alias.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.4.7&r2=1.1.4.8


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