Write OpenScop format.regtest/success/2010_07_30_00_41_05
commitd278d326102c36babb165406345edd41b2415d67
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jul 2010 20:21:54 +0000 (29 20:21 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jul 2010 20:21:54 +0000 (29 20:21 +0000)
treea85bb5679bac60e9d25b9826b6d574b880896f56
parent4e9807a2edebba8ce794a2e8e5fe59211ed65a48
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@162694 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.graphite
gcc/graphite-cloog-util.c
gcc/graphite-cloog-util.h
gcc/graphite-poly.c
gcc/graphite-poly.h