r132224 - in /branches/gimple-tuples-branch/gcc...

dnovillo@gcc.gnu.org dnovillo@gcc.gnu.org
Sun Feb 10 23:48:00 GMT 2008


Author: dnovillo
Date: Sun Feb 10 23:48:49 2008
New Revision: 132224

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132224
Log:

	http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00331.html

	* gimple-dummy.c (ipa_type_escape_field_does_not_clobber_p):
	Remove.
	* tree-ssa-alias.c: Convert to tuples.
	* opts.c (decode_options): Re-enable optimization.
	* gimple-pretty-print.c (dump_gimple_mem_ops): New.
	(dump_gimple_stmt): Handle TDF_STMTADDR, TDF_LINENO.
	Call dump_gimple_mem_ops if GS has memory operands.
	* ipa-type-escape.c: Convert to tuples.
	* ipa-type-escape.h: Likewise.
	* Makefile.in (tree-ssa-structalias.o): Add dependency on
	gt-tree-ssa-structalias.h.
	(GTFILES): Add tree-ssa-structalias.c and
	tree-ssa-structalias.h.
	* tree-ssa-structalias.c: Convert to tuples.
	* tree-ssa-structalias.h: Likewise.
	* passes.c (init_optimization_passes): Enable
	pass_create_structure_vars.


Modified:
    branches/gimple-tuples-branch/gcc/Makefile.in
    branches/gimple-tuples-branch/gcc/gimple-dummy.c
    branches/gimple-tuples-branch/gcc/ipa-type-escape.c
    branches/gimple-tuples-branch/gcc/ipa-type-escape.h
    branches/gimple-tuples-branch/gcc/opts.c
    branches/gimple-tuples-branch/gcc/passes.c
    branches/gimple-tuples-branch/gcc/tree-ssa-alias.c
    branches/gimple-tuples-branch/gcc/tree-ssa-structalias.c
    branches/gimple-tuples-branch/gcc/tree-ssa-structalias.h



More information about the Gcc-cvs mailing list