OSDN Git Service

2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog.graphite
index 2d59c3b..0a4269d 100644 (file)
@@ -1,5 +1,41 @@
 2009-10-14  Sebastian Pop  <sebastian.pop@amd.com>
 
+       * gcc.dg/graphite/graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK):
+       Add -fno-loop-strip-mine and -fno-loop-interchange.
+       (DEFAULT_FLAGS_GRAPHITE_INTERCHANGE): Add -fno-loop-block and
+       -fno-loop-strip-mine.
+       * gfortran.dg/graphite/graphite.exp: Same.
+
+2009-10-14  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * gcc.dg/graphite/graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK):
+       Renamed DEFAULT_FLAGS_GRAPHITE_BLOCK.
+       (DEFAULT_CFLAGS_GRAPHITE_IDENTITY): Renamed
+       DEFAULT_FLAGS_GRAPHITE_IDENTITY.
+       (DEFAULT_CFLAGS_GRAPHITE_INTERCHANGE): Renamed
+       DEFAULT_FLAGS_GRAPHITE_INTERCHANGE.
+       (DEFAULT_CFLAGS_GRAPHITE_SCOP): Renamed
+       DEFAULT_FLAGS_GRAPHITE_SCOP.
+       (DEFAULT_CFLAGS_RUN_ID): Renamed DEFAULT_FLAGS_RUN_ID.
+       (DEFAULT_CFLAGS_GRAPHITE): Renamed DEFAULT_FLAGS_GRAPHITE.
+
+2009-10-14  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-poly.c (pbb_number_of_iterations_at_time): Cleanup comments.
+
+2009-10-14  Konrad Trifunovic  <konrad.trifunovic@gmail.com>
+           Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-interchange.c (build_linearized_memory_access): Pass an
+       offset as parameter.
+       (memory_stride_in_loop): Include transform scattering in the
+       access functions to be able to querry the strides in the
+       transformed loops.
+       (pbb_interchange_loop_depths): Interchange the psct_dynamic_dim,
+       not the psct_iterator_dim.
+
+2009-10-14  Sebastian Pop  <sebastian.pop@amd.com>
+
        * graphite-blocking.c (pbb_do_strip_mine): Removed.
        (lst_do_strip_mine_loop): New.
        (lst_do_strip_mine): New.