OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog.graphite
index ed018de..b2c1b1c 100644 (file)
@@ -1,3 +1,133 @@
+2011-05-26  Alexey Kravets  <kayrick@ispras.ru>
+
+       PR middle-end/49147
+       * graphite-opencl-codegen.c
+       (opencl_get_perfect_nested_loop_depth): Use
+       enabled_dependency_in_clast_loop_p instead of
+       dependency_in_clast_loop_p.
+       * graphite-opencl.c (opencl_transform_stmt_list): Ditto.
+       (enabled_dependency_in_clast_loop_p): New.
+       * graphite-opencl.h (enabled_dependency_in_clast_loop_p): Export.
+
+       * gcc.dg/graphite/pr49147.c: New test.
+
+2011-05-24  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-opencl-codegen.c (opencl_print_local_vars): Fix typo.
+
+2011-05-24  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-dependences.c (graphite_outer_subscript_bound): Remove
+       memory leaks, add one more assert.
+
+2011-05-24  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-dependences.c (build_alias_set_powerset): Remove
+       continue from loop, add one more assert.
+
+2011-05-24  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-dependences.c (graphite_outer_subscript_bound): Remove
+       unused parameter.
+       * graphite-dependences.h (graphite_outer_subscript_bound): Same.
+       * graphite-opencl-meta-clast.c (opencl_set_meta_rw_flags): Update
+       call to graphite_outer_subscript_bound.
+       * graphite-opencl.c (opencl_get_indirect_size): Same.
+
+2011-05-24  Alexey Kravets  <kayrick@ispras.ru>
+
+       * graphite-opencl.c (opencl_private_var_name_p): Removed.
+       (graphite_artificial_array_p): Removed.
+       (opencl_data_create): Use zero_dim_array_p instead of
+       graphite_artificial_array_p.
+
+2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-opencl.c (opencl_create_function_call): Use cl_khr_fp64
+       pragma extension only when it is defined.  Use cl_amd_fp64 when it
+       is defined.
+
+2011-01-23  Tobias Grosser  <grosser@fim.uni-passau.de>
+
+       * doc/install.texi: Replace '/' by an or and give the exact
+                           version number of cloog-0.16.1
+
+2011-01-20  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-sese-to-poly.c (dr_indices_valid_in_loop): New.
+       (close_phi_written_to_memory): Call for_each_index with
+       dr_indices_valid_in_loop.
+
+       * gfortran.dg/graphite/id-24.f: New.
+       * gfortran.dg/graphite/id-25.f: New.
+
+2011-01-19  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-sese-to-poly.c (new_pbb_from_pbb): Only copy PBB_DOMAIN
+       when it is initialized.
+
+       * gfortran.dg/graphite/id-23.f: New.
+
+2011-01-19  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Update
+       call to graphite_find_data_references_in_stmt.
+       * graphite-sese-to-poly.c (outermost_loop_in_sese_1): New.
+       (try_generate_gimple_bb): Call outermost_loop_in_sese_1.  Update
+       call to graphite_find_data_references_in_stmt.
+       (analyze_drs_in_stmts): Same.
+       * tree-data-ref.c (dr_analyze_indices): Pass in parameter the loop
+       in which the scalar analysis of indices is performed.
+       (create_data_ref): Same.  Update call to dr_analyze_indices.
+       (find_data_references_in_stmt): Update call to create_data_ref.
+       (graphite_find_data_references_in_stmt): Same.
+       * tree-data-ref.h (graphite_find_data_references_in_stmt): Update
+       declaration.
+       (create_data_ref): Same.
+       * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
+       call to create_data_ref.
+
+2011-01-19  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-sese-to-poly.c (build_poly_scop): Move
+       rewrite_commutative_reductions_out_of_ssa before
+       find_scop_parameters.
+
+2011-01-18  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR tree-optimization/46970
+       * gcc.dg/graphite/pr46970.c: New.
+
+2011-01-18  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR tree-optimization/46215
+       * gcc.dg/graphite/pr46215.c: New.
+
+2011-01-18  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR tree-optimization/46168
+       * gcc.dg/graphite/pr46168.c: New.
+
+2011-01-18  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR tree-optimization/43657
+       * gcc.dg/graphite/pr43657.c: New.
+
+2011-01-18  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR tree-optimization/29832
+       * gfortran.dg/graphite/pr29832.f90: New.
+
+2011-01-18  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR tree-optimization/43567
+       * gcc.dg/graphite/pr43567.c: New.
+
+2011-01-18  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR tree-optimization/43567
+       * gcc.dg/graphite/pr43567.c: New.
+
 2011-01-17  Sebastian Pop  <sebastian.pop@amd.com>
 
        * Makefile.in (LAMBDA_H): Removed.