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]

r144273 - in /branches/graphite/gcc: ChangeLog....


Author: grosser
Date: Wed Feb 18 21:44:38 2009
New Revision: 144273

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144273
Log:
2009-02-18  Sebastian Pop  <sebastian.pop@amd.com>
            Tobias Grosser  <grosser@fim.uni-passau>

	* Makefile.in (OBJS-commmon): Add sese.o.
	(sese.o): New.
	(graphite.o): Add sese.h.
	* graphite.c (bb_in_ss_p, loop_in_sese_p,
	sese_build_livein_liveouts_use, sese_build_livein_liveouts_bb,
	sese_build_livein_liveouts, register_bb_in_sese, new_sese, free_sese):
	Move to sese.
	(block_before_scop): Add missing return.
	(new_scop, free_scop): Remove SESE data structures.
	(scop_record_loop, scan_tree_for_params, find_params_in_bb,
	find_scop_parameters, build_loop_iteration_domains,
	add_conditions_to_domain, register_scop_liveout_renames,
	copy_bb_and_scalar_dependences): Scop -> SESE.
	(add_conditions_to_domain): SCoP -> SESE and remove check 
	(scop_contains_non_iv_scalar_phi_nodes): New.
	(build_scop_conditions_1, build_scop_conditions): Remove check for
	non iv scalar phi nodes.
	(print_scop_statistics): New.
	(graphite_transform_loops): Cleanup.
	
	* graphite.h: Move to sese & cleanup. 
	* sese.c: New.
	* sese.h: New.

Added:
    branches/graphite/gcc/sese.c
    branches/graphite/gcc/sese.h
Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/Makefile.in
    branches/graphite/gcc/graphite.c
    branches/graphite/gcc/graphite.h


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