X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2FChangeLog.graphite;h=fc7e16f36be9f4a506b112fe710d47ed6bf68db9;hp=1475ef6979b7559d4efc2e8a5b2992557019fe5c;hb=5dc5fe13a90f2df4a29038f17056adc410ec1efe;hpb=9251755b600213f8d7d30cc19cbe58c496520a29 diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 1475ef6979b..fc7e16f36be 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,25 @@ +2010-03-16 Sebastian Pop + + * graphite-poly.c (print_scattering_function): Pretty print following + the scoplib format. + (print_pdr): Same. + (print_pbb_domain): Same. + (dump_gbb_cases): Same. + (dump_gbb_conditions): Same. + (print_pdrs): Same. + (print_pbb): Same. + (print_scop_params): Same. + (print_scop_context): Same. + (print_scop): Same. + (print_pbb_body): New. + (lst_indent_to): New. + (print_lst): Start new lines with a #. + * graphite-poly.h (pbb_bb): New. + (pbb_index): Use pbb_bb. + * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of + disjuncts. + * tree-data-ref.c (dump_data_reference): Start new lines with a #. + 2010-03-13 Sebastian Pop PR middle-end/43351