This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r152475 - in /branches/graphite/gcc: ChangeLog....
- From: spop at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 05 Oct 2009 23:54:14 -0000
- Subject: r152475 - in /branches/graphite/gcc: ChangeLog....
Author: spop
Date: Mon Oct 5 23:54:13 2009
New Revision: 152475
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152475
Log:
Use pbb_index.
2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
* graphite-clast-to-gimple.c (build_cloog_prog): Use pbb_index.
* graphite-interchange.c (pbb_do_interchange): Same.
* graphite-poly.c (print_scattering_function): Same.
(debug_pdrs): Same.
* graphite-poly.h (pbb_loop): New.
* graphite-sese-to-poly.c (create_linear_expr_from_tree): Use pbb_loop.
Modified:
branches/graphite/gcc/ChangeLog.graphite
branches/graphite/gcc/graphite-clast-to-gimple.c
branches/graphite/gcc/graphite-interchange.c
branches/graphite/gcc/graphite-poly.c
branches/graphite/gcc/graphite-poly.h
branches/graphite/gcc/graphite-sese-to-poly.c