This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r136243 - in /branches/graphite/gcc: ChangeLog....
- From: spop at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 31 May 2008 23:24:22 -0000
- Subject: r136243 - in /branches/graphite/gcc: ChangeLog....
Author: spop
Date: Sat May 31 23:24:22 2008
New Revision: 136243
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136243
Log:
2008-05-31 Sebastian Pop <sebastian.pop@amd.com>
Jan Sjodin <jan.sjodin@amd.com>
* graphite.c (stmt_in_scop_p, function_parameter_p,
invariant_in_scop_p): Removed.
(scan_tree_for_params): Can be used with no constraint
matrix for gathering parameters.
(idx_record_params): Don't use idx_record_param, instead use
scan_tree_for_params.
(find_scop_parameters): Same.
(setup_cloog_loop, build_scop_iteration_domain, build_cloog_prog):
Fix the size of loop domains.
(schedule_to_scattering): Exit when the outer loop is not in scop.
(find_transform): Enable build_cloog_prog.
Modified:
branches/graphite/gcc/ChangeLog.graphite
branches/graphite/gcc/graphite.c