This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r145350 - in /branches/graphite/gcc: ChangeLog....
- From: grosser at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 31 Mar 2009 14:57:19 -0000
- Subject: r145350 - in /branches/graphite/gcc: ChangeLog....
Author: grosser
Date: Tue Mar 31 14:57:18 2009
New Revision: 145350
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145350
Log:
Build polyhedral data references (all in one alias set)
2009-03-31 Tobias Grosser <grosser@fim.uni-passau.de>
* graphite-poly.c (new_poly_bb, free_poly_bb): Initialize/free
poly_drs vector.
(print_scop): Style.
* graphite-poly.h (poly_bb): Add drs vector.
(PBB_DRS): Add accessor.
* graphite-sese-to-poly.c (build_poly_dr): New.
(build_pbb_drs, build_scop_drs): New.
(build_poly_scop): call build_scop_drs (Disabled at the moment).
Modified:
branches/graphite/gcc/ChangeLog.graphite
branches/graphite/gcc/graphite-poly.c
branches/graphite/gcc/graphite-poly.h
branches/graphite/gcc/graphite-sese-to-poly.c