From: Tobias Grosser Date: Mon, 8 Mar 2010 17:49:42 +0000 (+0000) Subject: Add forgotten ChangeLog entries. X-Git-Tag: releases/gcc-4.5.0~459 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73102986df66e188e287f8e2ba31744cbc91a0ad;p=thirdparty%2Fgcc.git Add forgotten ChangeLog entries. Eric pointed out that my ChangeLog was incorrect. As I forgot to commit it at all, here the corrected ChangeLogs for the last commit. gcc/ 2010-03-05 Tobias Grosser Ramakrishna Upadrasta * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also handle conversions from pointer to integers. (gcc_type_for_cloog_iv): Choose the smalles signed integer as an induction variable, to be able to work with code generated by CLooG. * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New. (build_poly_scop): Bail out if we cannot codegen a loop. gcc/testsuite/ 2010-03-05 Tobias Grosser * gcc.dg/graphite/id-18.c: New. * gcc.dg/graphite/run-id-pr42644.c: New. libgomp/ 2010-03-05 Tobias Grosser * testsuite/libgomp.graphite/force-parallel-1.c: Adjust. * testsuite/libgomp.graphite/force-parallel-2.c: Adjust. From-SVN: r157287 --- diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index ff6533a16d4b..8790e87e29a2 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,13 @@ +2010-03-05 Tobias Grosser + Ramakrishna Upadrasta + + * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also + handle conversions from pointer to integers. + (gcc_type_for_cloog_iv): Choose the smalles signed integer as an + induction variable, to be able to work with code generated by CLooG. + * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New. + (build_poly_scop): Bail out if we cannot codegen a loop. + 2010-03-04 Tobias Grosser * graphite-clast-to-gimple.c (translate_clast): Do not short-cut diff --git a/gcc/testsuite/ChangeLog.graphite b/gcc/testsuite/ChangeLog.graphite new file mode 100644 index 000000000000..3d708111f84b --- /dev/null +++ b/gcc/testsuite/ChangeLog.graphite @@ -0,0 +1,5 @@ +2010-03-05 Tobias Grosser + + * gcc.dg/graphite/id-18.c: New. + * gcc.dg/graphite/run-id-pr42644.c: New. + diff --git a/libgomp/ChangeLog.graphite b/libgomp/ChangeLog.graphite index ee2cddb70135..74049a9fb87b 100644 --- a/libgomp/ChangeLog.graphite +++ b/libgomp/ChangeLog.graphite @@ -1,3 +1,8 @@ +2010-03-05 Tobias Grosser + + * testsuite/libgomp.graphite/force-parallel-1.c: Adjust. + * testsuite/libgomp.graphite/force-parallel-2.c: Adjust. + 2010-02-07 Sebastian Pop * testsuite/libgomp.graphite/force-parallel-5.c: Un-XFAILed.