Skeleton for the new SCoP detection.
authorTobias Grosser <grosser@fim.uni-passau.de>
Wed, 11 Aug 2010 20:23:26 +0000 (20:23 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 11 Aug 2010 20:23:26 +0000 (20:23 +0000)
2010-06-02  Tobias Grosser  <grosser@fim.uni-passau.de>

* graphite-scop-detection.c (is_scop_p): New.
(build_scops_new): New. A skeleton for the new scop detection.
(build_scops_old): Renamed from build_scops.
(build_scops): New version. Call the new and the old scop
detection.

From-SVN: r163109

gcc/ChangeLog.graphite

index 5fe83221be6f224a650d939e6a2ff3b3485509ae..a955dfee20472fad7c5288446203450444aee592 100644 (file)
@@ -1,3 +1,11 @@
+2010-06-02  Tobias Grosser  <grosser@fim.uni-passau.de>
+
+       * graphite-scop-detection.c (is_scop_p): New.
+       (build_scops_new): New. A skeleton for the new scop detection.
+       (build_scops_old): Renamed from build_scops.
+       (build_scops): New version. Call the new and the old scop
+       detection.
+
 2010-05-27  Tobias Grosser  <grosser@fim.uni-passau.de>
            Antoniu Pop  <antoniu.pop@gmail.com>