Write OpenScop format.
authorRiyadh Baghdadi <baghdadi.mr@gmail.com>
Thu, 30 Sep 2010 21:16:10 +0000 (21:16 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 30 Sep 2010 21:16:10 +0000 (21:16 +0000)
commitae403f5abdb2691cfa6da23297486ce9a051e0b9
tree6feb4aded8057ea7f65b1e0847fd6c2f973acaae
parentc8c2d4e7d78dbc07c893410325c1733e13afe446
Write OpenScop format.

2010-07-29  Riyadh Baghdadi <baghdadi.mr@gmail.com>

* graphite-cloog-util.c (openscop_print_cloog_matrix): New.
(openscop_print_polyhedron_matrix): New.
* graphite-cloog-util.h (openscop_print_polyhedron_matrix): Declared.
* graphite-poly.c (openscop_print_pdr_polyhedron): Same.
(openscop_print_pdr_powerset): New.
(openscop_print_powerset_matrix): New.
(openscop_print_scattering_function_1): New.
(print_scattering_function): Add support for scattering names and
OpenScop format.
(graphite_write_transforms): Remove.
(apply_poly_transforms): Updated to call print_scop.
(print_pdr_access_layout): Updated to support OpenScop format.
(print_pdr): Same.
(openscop_print_pbb_domain): New.
(print_pbb_body): Added a parameter to allow indicating that pbb_body is
not provided.
(print_pbb): Updated to call the new print_pbb_body.
(openscop_print_scop_context): New.
(print_scop_header): New.
(print_scop): Updated to call print_scop_header.
* graphite-poly.h: Document OpenScop format.

From-SVN: r164770
gcc/ChangeLog
gcc/ChangeLog.graphite
gcc/graphite-cloog-util.c
gcc/graphite-cloog-util.h
gcc/graphite-poly.c
gcc/graphite-poly.h