aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2009-01-16 15:20:16 +0000
committerSebastian Pop <spop@gcc.gnu.org>2009-01-16 15:20:16 +0000
commitbcab4e19dad2f3961908459964df00c086a19c13 (patch)
treecf9185214225c9de8fa53a3172076ecbcbec6390 /gcc/ChangeLog
parent0b040072d6aa13cb46cf660307a77df7964c326f (diff)
downloadgcc-bcab4e19dad2f3961908459964df00c086a19c13.zip
gcc-bcab4e19dad2f3961908459964df00c086a19c13.tar.gz
gcc-bcab4e19dad2f3961908459964df00c086a19c13.tar.bz2
graphite.c (compare_prefix_loops): New.
2009-01-16 Sebastian Pop <sebastian.pop@amd.com> Tobias Grosser <tobi.grosser@amd.com> * graphite.c (compare_prefix_loops): New. (build_scop_canonical_schedules): Rewritten. (graphite_transform_loops): Move build_scop_canonical_schedules after build_scop_iteration_domain. Co-Authored-By: Tobias Grosser <tobi.grosser@amd.com> From-SVN: r143437
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0dd888d..b6e30e0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,14 @@
2009-01-16 Sebastian Pop <sebastian.pop@amd.com>
Tobias Grosser <tobi.grosser@amd.com>
+ * graphite.c (compare_prefix_loops): New.
+ (build_scop_canonical_schedules): Rewritten.
+ (graphite_transform_loops): Move build_scop_canonical_schedules
+ after build_scop_iteration_domain.
+
+2009-01-16 Sebastian Pop <sebastian.pop@amd.com>
+ Tobias Grosser <tobi.grosser@amd.com>
+
* graphite.c (add_conditions_to_domain): Add the loops to
the dimension of the iteration domain. Do copy the domain
only when it exists.