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]

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


Author: spop
Date: Wed May 13 15:20:13 2009
New Revision: 147481

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

2009-05-13  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-clast-to-gimple.c (clast_name_index): New structure.
	(clast_name_index_p): New type.
	(debug_clast_name_index): New.
	(debug_clast_name_indexes_1): New.
	(debug_clast_name_indexes): New.
	(clast_name_index_elt_info): New.
	(eq_clast_name_indexes): New.
	(clast_name_to_index): New.
	(new_clast_name_index): New.
	(save_clast_name_index): New.
	(init_sese_params_index): New.
	(gloog): Call init_sese_params_index.
	* graphite-clast-to-gimple.h (debug_clast_name_indexes): Declared.
	* sese.c (new_sese): Initialize SESE_PARAMS_INDEX.
	(free_sese): Free SESE_PARAMS_INDEX.
	* sese.h (struct sese): Add params_index.
	(SESE_PARAMS_INDEX): New.

Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/graphite-clast-to-gimple.c
    branches/graphite/gcc/graphite-clast-to-gimple.h
    branches/graphite/gcc/sese.c
    branches/graphite/gcc/sese.h


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