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]

r160427 - in /branches/mem-ref2/gcc: ChangeLog....


Author: rguenth
Date: Tue Jun  8 08:38:37 2010
New Revision: 160427

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160427
Log:
2010-06-08  Richard Guenther  <rguenther@suse.de>

	* tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
	&MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
	* tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
	(dr_analyze_indices): Canonicalize MEM_REF bases and zero-offset
	component references.
	(dr_analyze_alias): Handle MEM_REF.
	(object_address_invariant_in_loop_p): Likewise.

Modified:
    branches/mem-ref2/gcc/ChangeLog.mem-ref2
    branches/mem-ref2/gcc/tree-data-ref.c
    branches/mem-ref2/gcc/tree-scalar-evolution.c


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