diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 67086f5965c3a91f75107d5486325cd085e0cbf7..7eae746cc9a1ef04949d7c72381407328bd52ae5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,77 @@ +2010-03-08 Sebastian Pop <sebastian.pop@amd.com> + + * graphite-sese-to-poly.c (add_param_constraints): Use + lower_bound_in_type and upper_bound_in_type. + +2010-03-08 Sebastian Pop <sebastian.pop@amd.com> + + * graphite-sese-to-poly.c (add_param_constraints): Use sizetype + instead of unsigned_type_node. + +2010-03-08 Sebastian Pop <sebastian.pop@amd.com> + Reza Yazdani <reza.yazdani@amd.com> + + PR middle-end/43065 + * graphite-sese-to-poly.c (add_param_constraints): Insert bounds + on pointer type parameters. + +2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de> + + PR middle-end/42644 + PR middle-end/42130 + * 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-08 Tobias Grosser <grosser@fim.uni-passau.de> + + * graphite-clast-to-gimple.c (translate_clast): Do not short-cut + code generation with gloog_error. + +2010-03-08 Sebastian Pop <sebastian.pop@amd.com> + + * sese.c (expand_scalar_variables_ssa_name): Add new argument for type. + Call fold_convert on all the returned values. + (expand_scalar_variables_expr): Pass to expand_scalar_variables_ssa_name + the type of the resulting expression. + +2010-03-08 Sebastian Pop <sebastian.pop@amd.com> + + * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed + ppl_min_for_le_pointset. Use ppl_Pointset_Powerset_C_Polyhedron_minimize. + * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration. + +2010-03-08 Sebastian Pop <sebastian.pop@amd.com> + + * graphite-dependences.c (map_into_dep_poly): Removed. + (dependence_polyhedron_1): Use combine_context_id_scat. + +2010-03-08 Sebastian Pop <sebastian.pop@amd.com> + + * graphite-poly.h (struct poly_scattering): Add layout documentation. + (struct poly_bb): Same. + (combine_context_id_scat): New. + +2010-03-08 Sebastian Pop <sebastian.pop@amd.com> + + PR middle-end/42326 + * sese.c (name_defined_in_loop_p): Return false for default + definitions. + +2010-03-08 Sebastian Pop <sebastian.pop@amd.com> + + * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify + and clean up the logic. + +2010-03-08 Sebastian Pop <sebastian.pop@amd.com> + + * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove + early return. + 2010-03-08 Jakub Jelinek <jakub@redhat.com> * var-tracking.c (remove_cselib_value_chains): Define only for diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 197d695a84e245824dd2bdf6271157e93758b9f1..b9ade14bcae376dd5e2c718f2fb49cec918a1dd6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,26 @@ +2010-03-05 Sebastian Pop <sebastian.pop@amd.com> + Reza Yazdani <reza.yazdani@amd.com> + + PR middle-end/43065 + * gcc.dg/graphite/run-id-4.c: New. + +2010-03-08 Sebastian Pop <sebastian.pop@amd.com> + + PR middle-end/43065 + * gcc.dg/graphite/run-id-3.c: New. + +2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de> + + PR middle-end/42644 + PR middle-end/42130 + * gcc.dg/graphite/id-18.c: New. + * gcc.dg/graphite/run-id-pr42644.c: New. + +2010-03-08 Sebastian Pop <sebastian.pop@amd.com> + + PR middle-end/42326 + * gcc.dg/graphite/pr42326.c: New. + 2010-03-08 Richard Guenther <rguenther@suse.de> PR tree-optimization/43269 diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index dcd532f06b620b8d76325ac6c98575275bd58b88..420f354c51a79980f69370224640bed82df6b42b 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,10 @@ +2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de> + + PR middle-end/42644 + PR middle-end/42130 + * testsuite/libgomp.graphite/force-parallel-1.c: Adjust. + * testsuite/libgomp.graphite/force-parallel-2.c: Adjust. + 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * testsuite/libgomp.c++/task-1.C: Renamed err to e.