From: Vladimir Kargov Date: Wed, 11 Aug 2010 20:26:22 +0000 (+0000) Subject: Print bbs in refined region tree. X-Git-Tag: releases/gcc-4.6.0~5078 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e40cb77a82cd82674c6b611fb3180f45cbd0bd5;p=thirdparty%2Fgcc.git Print bbs in refined region tree. 2010-06-25 Vladimir Kargov * refined-regions.c (bb_index_compare): New. (get_bbs_in_region): New. (print_bbs_in_region): New. (print_refined_region): Add an argument that allows to print all basic blocks contained in regions. (debug_refined_region): Update call to print_refined_region. * refined-regions.h (print_refined_region): Update declaration. (get_bbs_in_region): Declared. * graphite-scop-detection.c (build_scops_new): Print the refined region tree into the Grahite dump file. From-SVN: r163132 --- diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index a488c399f9e8..34a83b607f09 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,16 @@ +2010-06-25 Vladimir Kargov + + * refined-regions.c (bb_index_compare): New. + (get_bbs_in_region): New. + (print_bbs_in_region): New. + (print_refined_region): Add an argument that allows to print + all basic blocks contained in regions. + (debug_refined_region): Update call to print_refined_region. + * refined-regions.h (print_refined_region): Update declaration. + (get_bbs_in_region): Declared. + * graphite-scop-detection.c (build_scops_new): Print the refined + region tree into the Grahite dump file. + 2010-06-24 Sebastian Pop * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.