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]

r144412 - in /branches/alias-improvements/gcc: ...


Author: rguenth
Date: Tue Feb 24 16:35:56 2009
New Revision: 144412

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144412
Log:
2009-02-24  Richard Guenther  <rguenther@suse.de>

	* passes.c (execute_one_pass): Initialize dump-files before
	running the pre-pass todo.
	* tree-sra.c (todoflags): Remove.
	(tree_sra): Do not rebuild alias info.
	(tree_sra_early): Adjust.
	(pass_sra): Run TODO_update_address_taken before SRA.
	* tree-ssa-ccp.c (execute_fold_all_builtins): Do not rebuild alias info.
	* tree-ssa-pre.c (do_pre): Likewise.
	(pass_pre): Run TODO_rebuild_alias before PRE.

Modified:
    branches/alias-improvements/gcc/ChangeLog.alias
    branches/alias-improvements/gcc/passes.c
    branches/alias-improvements/gcc/tree-sra.c
    branches/alias-improvements/gcc/tree-ssa-ccp.c
    branches/alias-improvements/gcc/tree-ssa-pre.c


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