r149443 - in /branches/graphite/gcc: ChangeLog....
spop@gcc.gnu.org
spop@gcc.gnu.org
Thu Jul 9 22:24:00 GMT 2009
Author: spop
Date: Thu Jul 9 22:24:59 2009
New Revision: 149443
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149443
Log:
Add parameter type constraints to context
2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
Tobias Grosser <grosser@fim.uni-passau.de>
* graphite-clast-to-gimple.c (build_scop_context): Removed.
(build_cloog_prog): Directly use SCOP_CONTEXT.
* graphite-poly.c (new_scop): Initialize SCOP_CONTEXT.
(free_scop): Free SCOP_CONTEXT.
(print_scop_context): New.
(print_scop): Call print_scop_context.
(debug_scop_context): New.
* graphite-poly.h (print_scop_context, debug_scop_context): Declared.
(struct scop): Added field context.
(SCOP_CONTEXT): New.
* graphite-sese-to-poly.c (add_param_constraints): New.
(build_scop_context): New.
(build_poly_scop): Call build_scop_context.
Modified:
branches/graphite/gcc/ChangeLog.graphite
branches/graphite/gcc/graphite-clast-to-gimple.c
branches/graphite/gcc/graphite-poly.c
branches/graphite/gcc/graphite-poly.h
branches/graphite/gcc/graphite-sese-to-poly.c
More information about the Gcc-cvs
mailing list