1 2009-10-16 Sebastian Pop <sebastian.pop@amd.com>
3 * gcc.dg/graphite/interchange-7.c: Un-XFAILed.
4 * gcc.dg/graphite/interchange-9.c: Un-XFAILed.
6 2009-10-16 Sebastian Pop <sebastian.pop@amd.com>
8 Reapply the patch from Alexander Monakov that disappeared during
9 the last merges from trunk.
11 2009-09-16 Alexander Monakov <amonakov@ispras.ru>
13 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Add bounds only
14 for ARRAY_REFs. Use array_ref_{low,up}_bound to determine bounds.
16 2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
18 * graphite-interchange.c (memory_stride_in_loop): The depth
19 argument corresponds to a dynamic time dimension, so use
20 psct_dynamic_dim to refer to the transformed scattering dimension.
22 2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
24 * graphite-interchange.c (memory_stride_in_loop): Fix comments.
26 2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
28 * graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the
30 * graphite-interchange.c (lst_do_interchange): Avoid interchanging
32 * graphite-poly.c (scop_to_lst): Fix LST sequence in an outermost
34 (print_lst): Print the root of LST in a different format.
35 * graphite-poly.h (lst_depth): Adjust to include the root of the LST.
37 2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
39 * graphite-poly.c (print_scop): Fix pretty printing of a SCoP.
41 2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
43 * doc/passes.texi: Document the Graphite infrastructure.
45 2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
47 * graphite-sese-to-poly.c (insert_copyin): Use gsi_insert_seq_on_edge.
48 (rewrite_commutative_reductions_out_of_ssa): Call gsi_commit_edge_inserts,
49 and check the SSA representation.
51 * gfortran.dg/graphite/id-18.f90: New, reduced from PR41193.
53 2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
55 * gcc.dg/graphite/pr40157.c: Use -floop-block as reported in the PR.
57 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
59 * gcc.dg/graphite/interchange-11.c: New.
61 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
63 * gcc.dg/graphite/interchange-8.c: Enable loop interchange.
65 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
67 * gcc.dg/graphite/graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK):
68 Add -fno-loop-strip-mine and -fno-loop-interchange.
69 (DEFAULT_FLAGS_GRAPHITE_INTERCHANGE): Add -fno-loop-block and
71 * gfortran.dg/graphite/graphite.exp: Same.
73 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
75 * gcc.dg/graphite/graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK):
76 Renamed DEFAULT_FLAGS_GRAPHITE_BLOCK.
77 (DEFAULT_CFLAGS_GRAPHITE_IDENTITY): Renamed
78 DEFAULT_FLAGS_GRAPHITE_IDENTITY.
79 (DEFAULT_CFLAGS_GRAPHITE_INTERCHANGE): Renamed
80 DEFAULT_FLAGS_GRAPHITE_INTERCHANGE.
81 (DEFAULT_CFLAGS_GRAPHITE_SCOP): Renamed
82 DEFAULT_FLAGS_GRAPHITE_SCOP.
83 (DEFAULT_CFLAGS_RUN_ID): Renamed DEFAULT_FLAGS_RUN_ID.
84 (DEFAULT_CFLAGS_GRAPHITE): Renamed DEFAULT_FLAGS_GRAPHITE.
86 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
88 * graphite-poly.c (pbb_number_of_iterations_at_time): Cleanup comments.
90 2009-10-14 Konrad Trifunovic <konrad.trifunovic@gmail.com>
91 Sebastian Pop <sebastian.pop@amd.com>
93 * graphite-interchange.c (build_linearized_memory_access): Pass an
95 (memory_stride_in_loop): Include transform scattering in the
96 access functions to be able to querry the strides in the
98 (pbb_interchange_loop_depths): Interchange the psct_dynamic_dim,
99 not the psct_iterator_dim.
101 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
103 * graphite-blocking.c (pbb_do_strip_mine): Removed.
104 (lst_do_strip_mine_loop): New.
105 (lst_do_strip_mine): New.
106 (scop_do_strip_mine): Call lst_do_strip_mine.
107 * graphite-poly.h (lst_add_loop_under_loop): New.
108 (lst_find_first_pbb): New.
110 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
112 * graphite-poly.c (loop_to_lst): Fix LST creation.
114 2009-10-14 Tobias Grosser <grosser@fim.uni-passau.de>
116 * testsuite/gcc.dg/graphite/id-15.c: (8 * 8) replaced with
117 sizeof(unsigned long) to make it run on 32bit systems.
119 2009-10-14 Tobias Grosser <grosser@fim.uni-passau.de>
121 * testsuite/gcc.dg/graphite/run-id-1.c: Use smaller matrix to not
124 2009-10-14 Ramakrishna Upadrasta <Ramakrishna.Upadrasta@inria.fr>
126 * graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): Fix
128 (write_alias_graph_to_ascii_dot): New.
129 (write_alias_graph_to_ascii_ecc): Ditto.
130 (partition_drs_to_sets): Add testing of optimality of current method
131 which assigns alias numbers according to DFS Comopnent number. used
132 as heuristic for the upcoming ECC algorithm.
133 (build_scop_drs): Write to file also with the ecc and dot format.
135 2009-10-13 Sebastian Pop <sebastian.pop@amd.com>
137 * gfortran.dg/graphite/interchange-1.f: XFail.
139 2009-10-13 Sebastian Pop <sebastian.pop@amd.com>
141 * graphite.c (graphite_initialize): Do not handle functions with
142 more than 100 basic blocks.
144 2009-10-13 Sebastian Pop <sebastian.pop@amd.com>
146 * graphite-blocking.c (pbb_do_strip_mine): Use
147 PARAM_LOOP_BLOCK_TILE_SIZE.
149 2009-10-13 Sebastian Pop <sebastian.pop@amd.com>
151 * graphite-poly.c (dot_lst_1): New.
153 * graphite-poly.h (dot_lst): Declared.
155 2009-10-13 Sebastian Pop <sebastian.pop@amd.com>
157 * graphite-dependences.c (dot_deps_stmt_1): New.
158 (dot_deps_stmt): New.
159 * graphite-dependences.h (dot_deps_stmt): Declared.
161 2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
163 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_dependence): Do
164 not replace cross BB scalar dependences ending on PHI nodes.
165 (rewrite_cross_bb_scalar_deps): Filter out GIMPLE_PHI nodes.
167 2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
169 * graphite-poly.c (apply_poly_transforms): Implement the high
170 level driver for flag_loop_block.
171 * tree-ssa-loop.c (gate_graphite_transforms): Remove call to sorry for
174 * gcc.dg/graphite/graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK): Add
176 * gfortran.dg/graphite/graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK):
179 2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
181 * graphite-poly.h (lst_find_pbb): New.
182 (find_lst_loop): New.
184 2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
186 * graphite-poly.c (new_scop): Remove init of SCOP_DEP_GRAPH.
187 * graphite-poly.h (struct scop): Remove dep_graph field.
188 (SCOP_DEP_GRAPH): Removed.
190 2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
192 * graphite-poly.h (copy_lst): Do full copy of LST.
194 2009-10-07 Sebastian Pop <sebastian.pop@amd.com>
196 * graphite-sese-to-poly.c (reduction_phi_p): Call remove_invariant_phi
197 when the loop stride is zero.
199 * gcc.dg/graphite/id-16.c: New.
201 2009-10-06 Sebastian Pop <sebastian.pop@amd.com>
203 * graphite-dependences.c (reduction_dr_1): New.
204 (reduction_dr_p): New.
205 (graphite_legal_transform_dr): Call reduction_dr_p.
206 (reduction_ddr): Renamed reduction_ddr_p.
207 * graphite-poly.h (same_pdr_p): New.
208 (number_of_write_pdrs): New.
209 * graphite-sese-to-poly.c (nb_data_writes_in_bb): New.
210 (split_reduction_stmt): Do not split reduction statements
211 when there are no writes to memory.
212 (translate_scalar_reduction_to_array_for_stmt): Insert the
213 memory reduction statement just after the scalar reduction statement.
215 * gcc.dg/graphite/interchange-10.c: Updated to differ from interchange-4.c.
217 * gcc.dg/graphite/interchange-3.c: Un-XFAIL-ed.
218 * gcc.dg/graphite/interchange-4.c: Un-XFAIL-ed.
220 2009-10-06 Sebastian Pop <sebastian.pop@amd.com>
222 * graphite-interchange.c (lst_apply_interchange): New.
223 (lst_interchange_profitable_p): New.
224 (lst_try_interchange_loops): New.
225 (lst_try_interchange): New.
226 (lst_do_interchange): New.
227 (pbb_do_interchange): Removed.
228 (scop_do_interchange): Call lst_do_interchange.
230 2009-10-06 Sebastian Pop <sebastian.pop@amd.com>
232 * graphite-poly.c (print_scop): Print SCOP_ORIGINAL_SCHEDULE and
233 SCOP_TRANSFORMED_SCHEDULE.
238 * graphite-poly.h (lst_p): New.
241 (LST_LOOP_FATHER): New.
244 (scop_to_lst): Declared.
245 (print_lst): Declared.
246 (debug_lst): Declared.
251 (lst_dewey_number): New.
252 (struct scop): Add original_schedule and transformed_schedule fields.
253 (SCOP_ORIGINAL_SCHEDULE): New.
254 (SCOP_TRANSFORMED_SCHEDULE): New.
255 * graphite-sese-to-poly.c (build_poly_scop): Call scop_to_lst.
257 2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
259 * graphite-dependences.c (reduction_ddr): New.
260 (graphite_legal_transform_bb): Call reduction_ddr.
261 * graphite-poly.c (new_poly_bb): Pass a new bool parameter.
262 Initialize PBB_IS_REDUCTION.
263 * graphite-poly.h (struct poly_bb): New bool field is_reduction.
264 (PBB_IS_REDUCTION): New.
265 (new_poly_bb): Update declaration.
266 * graphite-scop-detection.h (build_scop_bbs): Removed.
267 (nb_reductions_in_loop): Removed.
268 * graphite-sese-to-poly.c (try_generate_gimple_bb): Pass a sbitmap
269 parameter for reductions.
270 (try_generate_gimple_bb): Update call to new_poly_bb.
271 (build_scop_bbs_1): Same.
272 (build_scop_bbs): Same.
273 (gsi_for_phi_node): New.
274 (scalar_close_phi_node_p): Remove gcc_assert.
275 (split_reduction_stmt): New.
276 (is_reduction_operation_p): New.
277 (phi_contains_arg): New.
278 (follow_ssa_with_commutative_ops): New.
279 (detect_commutative_reduction_arg): New.
280 (detect_commutative_reduction_assign): New.
281 (follow_inital_value_to_phi): New.
282 (edge_initial_value_for_loop_phi): New.
283 (initial_value_for_loop_phi): New.
284 (detect_commutative_reduction): New.
285 (translate_scalar_reduction_to_array_for_stmt): New.
286 (insert_copyout): New.
287 (insert_copyin): New.
288 (translate_scalar_reduction_to_array): New.
289 (rewrite_commutative_reductions_out_of_ssa_close_phi): New.
290 (rewrite_commutative_reductions_out_of_ssa_loop): New.
291 (rewrite_commutative_reductions_out_of_ssa): New.
292 (build_poly_scop): Call rewrite_commutative_reductions_out_of_ssa.
293 * sese.h (split_region_for_bb): New.
295 * gcc.dg/graphite/graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK): Add -ffast-math.
296 * gcc.dg/graphite/interchange-1.c: Fix format.
297 * gcc.dg/graphite/interchange-10.c: New.
299 2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
301 * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Remove
304 2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
306 * graphite-sese-to-poly.c (scev_analyzable_p): New.
307 (rewrite_cross_bb_scalar_dependence): New.
308 (rewrite_cross_bb_scalar_deps): New.
309 (rewrite_reductions_out_of_ssa): Use bb_in_sese_p.
310 Call rewrite_cross_bb_scalar_deps.
312 2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
314 * graphite-sese-to-poly.c (gsi_for_ssa_name_def): Removed.
315 (insert_out_of_ssa_copy): Directly use gsi_after_labels and
318 2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
320 * graphite-clast-to-gimple.c (build_cloog_prog): Use pbb_index.
321 * graphite-interchange.c (pbb_do_interchange): Same.
322 * graphite-poly.c (print_scattering_function): Same.
324 * graphite-poly.h (pbb_loop): New.
325 * graphite-sese-to-poly.c (create_linear_expr_from_tree): Use pbb_loop.
327 2009-09-27 Sebastian Pop <sebastian.pop@amd.com>
329 * graphite-scop-detection.c (limit_scops): Do not build poly_bbs.
331 2009-09-27 Sebastian Pop <sebastian.pop@amd.com>
333 * graphite-sese-to-poly.c (partition_drs_to_sets): Drs is not modified,
334 so don't pass a pointer to it.
335 (build_alias_set_for_drs): Same.
336 (build_base_obj_set_for_drs): Same.
337 (build_scop_drs): Same.
339 2009-09-26 Li Feng <nemokingdom@gmail.com>
341 * graphite-sese-to-poly.c (build_scop_drs): Disable writing to file
342 the alias graph of data references.
344 2009-09-25 Li Feng <nemokingdom@gmail.com>
346 * graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): New.
347 (build_scop_drs): When debugging, write the alias graph to file,
348 otherwise, should be disabled.
350 2009-09-17 Sebastian Pop <sebastian.pop@amd.com>
352 * graphite-scop-detection.c (stmt_simple_memref_p): Removed.
353 (is_simple_operand): Remove call to stmt_simple_memref_p.
354 (stmt_simple_for_scop_p): Update call to is_simple_operand.
356 2009-09-17 David Edelsohn <edelsohn@gnu.org>
358 * testsuite/gcc.dg/graphite/interchange-mvt.c: New File.
359 * testsuite/gcc.dg/graphite/scop-dsyrk.c: New File.
360 * testsuite/gcc.dg/graphite/scop-dsyr2k.c: New File.
361 * testsuite/gcc.dg/graphite/scop-mvt.c: New File.
362 * testsuite/gcc.dg/graphite/scop-sor.c: New File.
364 2009-09-17 Li Feng <nemokingdom@gmail.com>
367 * graphite-dependences.c (poly_drs_may_alias_p): Adjust definition.
368 (pddr_original_scattering): Make sure 2 pdr2 in the same base object set.
369 (graphite_carried_dependence_level_k): Ditto.
370 * graphite-poly.c (new_poly_dr): Add init of PDR_BASE_OBJECT_SET.
371 * graphite-poly.h (struct poly_dr): Add member dr_base_object_set.
372 (new_poly_dr): Adjust declaration.
373 * graphite-sese-to-poly.c (free_data_refs_aux): New.
374 (free_gimple_bb): Added free_data_refs_aux.
375 (build_poly_dr): Add dr_base_object_set.
376 (partition_drs_to_sets): New.
377 (dr_same_base_object_p): New.
378 (build_alias_set_for_drs): New.
379 (build_base_object_set_for_drs): New.
380 (build_scop_drs): Add build_base_obj_set_for_drs.
381 * graphite-sese-to-poly.h: Added #define for alias set number index and
382 base object set index.
383 * libgomp/testsuite/libgomp.graphite/force-parallel-6.c: Refine tests.
384 * libgomp/testsuite/libgomp.graphite/pr4118.c: New.
386 2009-09-16 Alexander Monakov <amonakov@ispras.ru>
388 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Add bounds only
389 for ARRAY_REFs. Use array_ref_{low,up}_bound to determine bounds.
391 2009-09-14 Sebastian Pop <sebastian.pop@amd.com>
393 * graphite-sese-to-poly.c (struct irp_data): Removed.
394 (idx_record_params): Removed.
395 (find_params_in_bb): Scan for parameters the access functions; don't
396 parse the tree representation.
398 2009-09-14 Sebastian Pop <sebastian.pop@amd.com>
400 * tree-ssa-loop.c (gate_graphite_transforms): Disable Graphite
401 passes at -O1 and below.
403 2009-09-14 Sebastian Pop <sebastian.pop@amd.com>
405 * graphite-blocking.c: Fix order of includes: tree-chrec.h, then
406 tree-scalar-evolution.h, and then tree-data-ref.h.
407 * graphite-clast-to-gimple.c: Same.
408 * graphite-dependences.c: Same.
409 * graphite-interchange.c: Same.
410 * graphite-poly.c: Same.
411 * graphite-scop-detection.c: Same.
412 * graphite-sese-to-poly.c: Same.
414 * lambda-code.c: Same.
415 * matrix-reorg.c: Same.
416 * tree-data-ref.c: Same.
417 * tree-if-conv.c: Same.
418 * tree-loop-distribu: Same.: Same.
419 * tree-loop-linear.c: Same.
420 * tree-parloops.c: Same.
421 * tree-predcom.c: Same.
422 * tree-vect-patterns.c: Same.
424 2009-09-02 Sebastian Pop <sebastian.pop@amd.com>
426 Partially revert the previous patch, except the following.
427 * tree-scalar-evolution.c (instantiate_scev_not): Adapted to pass
428 as parameters the operands of the not expression.
430 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
432 * tree-scalar-evolution.c (instantiate_scev_assign): New.
433 Do not call analyze_scalar_evolution on assignments.
434 (instantiate_scev_phi): Call analyze_scalar_evolution.
435 (instantiate_scev_name): Call instantiate_scev_assign and
436 instantiate_scev_phi.
437 (instantiate_scev_not): Adapted to pass as parameters the operands
438 of the not expression.
440 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
442 * tree-scalar-evolution.c (instantiate_scev_binary): Adapted
443 to pass as parameters the operands of the binary expression.
445 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
447 * tree-scalar-evolution.c (instantiate_scev_bitnot): Renamed
448 instantiate_scev_not. Handle NEGATE_EXPR.
449 (instantiate_scev_r): Handle NEGATE_EXPR.
451 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
453 * tree-scalar-evolution.c (instantiate_scev_1): Renamed
455 (instantiate_scev_r): Move code in instantiate_scev_2
456 and instantiate_scev_1.
458 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
460 * tree-scalar-evolution.c (instantiate_scev_3): New.
461 (instantiate_scev_1): Move code in instantiate_scev_3.
463 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
465 * tree-scalar-evolution.c (instantiate_scev_poly): New.
466 (instantiate_scev_1): Move code in instantiate_scev_poly.
468 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
470 * tree-scalar-evolution.c (instantiate_scev_bitnot): New.
471 (instantiate_scev_1): Move code in instantiate_scev_bitnot.
473 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
475 * tree-scalar-evolution.c (instantiate_scev_convert): New.
476 (instantiate_scev_1): Move code in instantiate_scev_convert.
478 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
480 * tree-scalar-evolution.c (instantiate_scev_binary): New.
481 (instantiate_scev_1): Move code in instantiate_scev_binary.
483 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
485 * tree-scalar-evolution.c (instantiate_scev_name): New.
486 (instantiate_scev_1): Move code in instantiate_scev_name.
488 2009-08-28 Sebastian Pop <sebastian.pop@amd.com>
490 * Merge from mainline (150992:151171).
492 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
494 * graphite-dependences.c (graphite_legal_transform_bb): Call
495 pbb_remove_duplicate_pdrs.
496 * graphite-poly.c (can_collapse_pdr): Removed.
497 (pdr_find_duplicate): Removed.
498 (can_collapse_pdrs): New.
499 (pbb_remove_duplicate_pdrs): New.
500 (new_poly_dr): Do not look for duplicates.
501 * graphite-poly.h (struct poly_bb): New field pdr_duplicates_removed.
502 (PBB_PDR_DUPLICATES_REMOVED): New.
503 (pbb_remove_duplicate_pdrs): Declared.
505 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
507 * graphite-interchange.c (pbb_interchange_profitable_p): Adjust
508 the strides by multiplying by PDR_NB_REFS.
509 * graphite-poly.c (can_collapse_pdr): New.
510 (pdr_find_duplicate): New.
511 (new_poly_dr): Call pdr_find_duplicate. Collapse duplicate PDRs.
512 Initialize PDR_NB_REFS.
513 * graphite-poly.h (struct poly_dr): Add field nb_refs.
515 (new_poly_dr): Number of subscripts is a graphite_dim_t.
517 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
519 Revert one of the previous commits:
520 * graphite-dependences.c (graphite_legal_transform_bb): Avoid
521 the computation of symmetric data dependence relations.
522 (dependency_between_pbbs_p): Same.
524 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
527 * graphite-poly.c (apply_poly_transforms): Remove legality test before
530 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
532 * graphite-dependences.c (pddr_original_scattering): Return NULL
533 for read-read dependence relations.
534 * graphite-poly.h (enum poly_dr_type): Fix comment.
537 (pdr_may_write_p): New.
539 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
541 * graphite-poly.h (enum POLY_DR_TYPE): Renamed poly_dr_type.
542 (struct poly_dr): Same.
544 * graphite-poly.c (new_poly_dr): Same.
546 2009-08-25 Konrad Trifunovic <konrad.trifunovic@gmail.com>
547 Sebastian Pop <sebastian.pop@amd.com>
549 * graphite-blocking.c (pbb_strip_mine_loop_depth): Renamed
550 pbb_strip_mine_time_depth. Changed the implementation so that
551 transformation is expressed as a transformation on
552 time (scatttering) dimensions. Also, ensures that the 2d+1
553 scheduling format is preserved.
554 (pbb_strip_mine_profitable_p): Profitability is based on the
555 iteration number of a given time (scattering) dimension,
556 and not on a original loop depth dimension.
557 (pbb_strip_mine): Call pbb_number_of_iterations_at_time.
558 (pbb_do_strip_mine): Call psct_dynamic_dim.
559 * graphite-poly.c (pbb_number_of_iterations_at_time): New.
560 * graphite-poly.h (pbb_number_of_iterations_at_time): Declared.
561 (pbb_nb_dynamic_scattering_transform): New.
562 (psct_dynamic_dim): New.
564 2009-08-25 Konrad Trifunovic <konrad.trifunovic@gmail.com>
566 * graphite-ppl.c (ppl_max_for_le): Renamed ppl_max_for_le_pointset.
567 * graphite-ppl.h (ppl_max_for_le): Renamed ppl_max_for_le_pointset.
568 * graphite-poly.c (pbb_number_of_iterations): Rename ppl_max_for_le.
569 * graphite-interchange.c (build_linearized_memory_access): Same.
570 (memory_stride_in_loop): Same.
572 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
574 * graphite-dependences.c (pddr_original_scattering): New.
575 (graphite_legal_transform_dr): Call pddr_original_scattering.
578 * graphite-dependences.h (dot_deps): Declared.
579 * graphite-poly.c (new_poly_dr): Initialize PDR_ID.
580 (print_pdr): Print PDR_ID.
581 * graphite-poly.h (struct poly_dr): Add field id.
584 * graphite-scop-detection.c (dot_all_scops_1): Cleanup comment.
586 2009-08-22 Sebastian Pop <sebastian.pop@amd.com>
588 * graphite-dependences.c (graphite_carried_dependence_level_k): Do
589 not delete the original dependence relation.
591 2009-08-21 Sebastian Pop <sebastian.pop@amd.com>
593 * graphite-dependences.c (graphite_legal_transform_bb): Avoid
594 the computation of symmetric data dependence relations.
595 (dependency_between_pbbs_p): Same.
597 2009-08-21 Sebastian Pop <sebastian.pop@amd.com>
599 * graphite-dependences.c (new_poly_dr_pair): Renamed new_poly_ddr.
600 (eq_poly_dr_pair_p): Renamed eq_poly_ddr_p.
601 (hash_poly_dr_pair_p): Renamed hash_poly_ddr_p.
602 (free_poly_ddr): New.
603 (pddr_is_empty): New.
604 (dependence_polyhedron_1): Now returns a poly_ddr_p.
605 (dependence_polyhedron): Same. Remove useless gcc_assert.
607 (graphite_legal_transform_dr): Call pddr_is_empty and free_poly_ddr.
608 (graphite_carried_dependence_level_k): Call pddr_is_empty.
609 * graphite-dependences.h (enum poly_dependence_kind): New.
610 (poly_dr_pair): Renamed poly_ddr. Added a field kind.
611 (PDRP_SOURCE): Renamed PDDR_SOURCE.
612 (PDRP_SINK): Renamed PDDR_SINK.
613 (PDRP_DDP): Renamed PDDR_DDP.
615 (free_poly_ddr): Declared.
616 * graphite-poly.c (new_scop): Use the new hash function names.
617 * graphite-poly.h (struct scop): Renamed field original_pdr_pairs
619 (SCOP_ORIGINAL_PDR_PAIRS): Renamed SCOP_ORIGINAL_PDDRS.
621 2009-08-21 Sebastian Pop <sebastian.pop@amd.com>
623 * Merge from mainline (150764:150992).
625 2009-08-18 Sebastian Pop <sebastian.pop@amd.com>
627 * cfgloopmanip.c (create_empty_loop_on_edge): Generate upper
628 bounds with LT_EXPR to make niter analysis more precise on code
629 generated by Graphite.
631 2009-08-18 Sebastian Pop <sebastian.pop@amd.com>
633 * graphite-dependences.c (graphite_legal_transform_dr): Fix formatting.
634 (graphite_legal_transform_bb): Same.
635 (poly_drs_may_alias_p): Same.
637 2009-08-15 Sebastian Pop <sebastian.pop@amd.com>
640 * graphite-ppl.c (ppl_max_for_le): Correct the use of
641 ppl_Pointset_Powerset_C_Polyhedron_maximize.
643 2009-08-13 Sebastian Pop <sebastian.pop@amd.com>
645 * graphite-poly.c (print_pbb): Print PBB index.
647 2009-08-13 Sebastian Pop <sebastian.pop@amd.com>
649 * Merge from mainline (r150672:150764).
651 2009-08-13 Sebastian Pop <sebastian.pop@amd.com>
653 * graphite-interchange.c (ppl_max_for_le): Moved...
654 * graphite-poly.c (pbb_number_of_iterations): Call ppl_max_for_le.
655 * graphite-ppl.c (ppl_max_for_le): ... here.
656 * graphite-ppl.h (ppl_max_for_le): Declared.
658 2009-08-12 Sebastian Pop <sebastian.pop@amd.com>
660 * Merge from mainline (r150372:150672).
662 2009-08-11 Sebastian Pop <sebastian.pop@amd.com>
665 * sese.c (convert_for_phi_arg): New.
666 (add_guard_exit_phis): Use convert_for_phi_arg.
668 * testsuite/gfortran.dg/graphite/id-17.f: New.
670 2009-08-11 Sebastian Pop <sebastian.pop@amd.com>
672 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Dont add
673 unknown subscript upper bounds.
675 * testsuite/gcc.dg/graphite/interchange-6.c: Un-XFAIL.
677 2009-08-11 Sebastian Pop <sebastian.pop@amd.com>
678 Pranav Garg <pranav.garg2107@gmail.com>
680 * graphite-interchange.c (gather_access_strides): Removed.
681 (ppl_max_for_le): New.
682 (build_linearized_memory_access): New.
683 (memory_stride_in_loop): New.
684 (pbb_interchange_profitable_p): Reimplemented.
685 * graphite-ppl.h (ppl_new_id_map): New.
686 (ppl_interchange): New.
688 * testsuite/gcc.dg/graphite/interchange-6.c: XFAILed.
690 2009-08-11 Sebastian Pop <sebastian.pop@amd.com>
692 * graphite-interchange.c (compute_subscript): Removed.
693 (compute_array_size_cstr): Removed.
694 (compute_array_size_poly): Removed.
695 (compute_array_size): Removed.
696 (gather_access_strides_poly): Removed.
697 (gather_access_strides): Empty.
699 2009-08-11 Sebastian Pop <sebastian.pop@amd.com>
701 * graphite-dependences.c (dependence_polyhedron_1): Replace
702 pdr_nb_subscripts with PDR_NB_SUBSCRIPTS.
703 (graphite_legal_transform_dr): Same.
704 (graphite_carried_dependence_level_k): Same.
705 * graphite-poly.c (new_poly_dr): Add a parameter nb_subscripts.
706 Initialize PDR_NB_SUBSCRIPTS.
707 (print_pdr_access_layout): Replace pdr_nb_subscripts with
709 * graphite-poly.h (struct poly_dr): Add nb_subscripts field.
710 (PDR_NB_SUBSCRIPTS): New.
711 (pdr_nb_subscripts): Removed.
712 (pdr_dim): Simplified.
713 * graphite-sese-to-poly.c (build_poly_dr): Replace pdr_nb_subscripts
714 with PDR_NB_SUBSCRIPTS.
716 2009-08-11 Sebastian Pop <sebastian.pop@amd.com>
718 * graphite-interchange.c (compute_array_size): Remove use of
720 * graphite-poly.c (new_poly_dr): Remove argument data_container.
721 Do not initialize PDR_DATA_CONTAINER.
722 (print_pdr): Do not print PDR_DATA_CONTAINER.
723 * graphite-poly.h (struct poly_dr): Remove data_container field.
724 (PDR_DATA_CONTAINER): Removed.
725 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Remove use of
727 (build_poly_dr): Same.
729 2009-08-11 Sebastian Pop <sebastian.pop@amd.com>
731 * testsuite/gcc.dg/graphite/interchange-9.c: New.
733 2009-08-05 Konrad Trifunovic <konrad.trifunovic@gmail.com>
734 Sebastian Pop <sebastian.pop@amd.com>
736 * graphite-dependences.c (graphite_legal_transform_dr): Work on a
737 copy of the dependence polyhedron. Free the temporary objects.
738 (graphite_carried_dependence_level_k): Free unused objects before
741 * testsuite/gcc.dg/graphite/interchange-1.c: XFAILed.
742 * testsuite/gcc.dg/graphite/interchange-2.c: XFAILed.
743 * testsuite/gcc.dg/graphite/interchange-3.c: XFAILed.
744 * testsuite/gcc.dg/graphite/interchange-4.c: XFAILed.
745 * testsuite/gcc.dg/graphite/interchange-7.c: XFAILed.
747 2009-08-05 Sebastian Pop <sebastian.pop@amd.com>
749 * graphite-blocking.c (scop_do_strip_mine): Call store_scattering.
750 Early return without analyzing the data dependences if no
751 transform has been done. Call restore_scattering if the transform
753 (graphite-interchange.c): Same.
754 * graphite-poly.c (print_scattering_function): Test for PBB_TRANSFORMED.
755 (graphite_read_transforms): Initialize PBB_TRANSFORMED.
756 (apply_poly_transforms): Do not gcc_assert that
757 the transform is legal.
758 (new_poly_bb): Initialize PBB_TRANSFORMED, PBB_SAVED, and PBB_ORIGINAL.
759 Do not initialize PBB_NB_SCATTERING_TRANSFORM, PBB_NB_LOCAL_VARIABLES,
760 PBB_TRANSFORMED_SCATTERING, and PBB_ORIGINAL_SCATTERING.
761 (free_poly_dr): Free PBB_TRANSFORMED, PBB_SAVED, and PBB_ORIGINAL.
762 * graphite-poly.h (struct poly_scattering): New.
763 (struct poly_bb): Add original, transformed, and saved fields.
764 Remove transformed_scattering, original_scattering, nb_local_variables,
765 and nb_scattering_transform fields.
766 (PBB_ORIGINAL, PBB_TRANSFORMED, PBB_SAVED): New.
767 (poly_scattering_new): New.
768 (poly_scattering_free): New.
769 (poly_scattering_copy): New.
770 (store_scattering_pbb): New.
771 (store_scattering): New.
772 (restore_scattering_pbb): New.
773 (restore_scattering): New.
774 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons):
775 Initialize PBB_TRANSFORMED and PBB_ORIGINAL.
777 2009-08-05 Sebastian Pop <sebastian.pop@amd.com>
779 * graphite-poly.c (print_pbb): Add parentheses in the pretty print.
782 2009-08-05 Sebastian Pop <sebastian.pop@amd.com>
784 * Makefile.in (graphite.o): Depends on PREDICT_H.
785 * graphite.c: Include predict.h.
786 (graphite_finalize): Call tree_estimate_probability.
787 * predict.c (predict_loops): Do not call scev_initialize and
789 (tree_estimate_probability_bb): New.
790 (tree_estimate_probability): Do not initialize loops: move that
791 code to the driver. Call tree_estimate_probability_bb.
792 (tree_estimate_probability_driver): New.
793 (pass_profile): Use tree_estimate_probability_driver.
794 * predict.h (tree_estimate_probability): Declared.
796 2009-08-05 Sebastian Pop <sebastian.pop@amd.com>
798 * graphite-clast-to-gimple.c (gloog): Add time to TV_GRAPHITE_CODE_GEN.
799 * graphite-dependences.c (graphite_legal_transform): Add time to
800 TV_GRAPHITE_DATA_DEPS.
801 (dependency_between_pbbs_p): Same.
802 * timevar.def (TV_GRAPHITE_DATA_DEPS, TV_GRAPHITE_CODE_GEN): New.
804 2009-08-03 Sebastian Pop <sebastian.pop@amd.com>
806 * Merge from mainline (r149952:150372).
808 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
810 * ChangeLog.graphite: Fix indenting, white spaces and 80 columns.
811 * graphite-blocking.c: Same.
812 * graphite-clast-to-gimple.c: Same.
813 * graphite-dependences.c: Same.
814 * graphite-poly.c: Same.
815 * graphite-poly.h: Same.
816 * graphite-ppl.c: Same.
817 * graphite-scop-detection.c: Same.
818 * graphite-sese-to-poly.c: Same.
821 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
823 * graphite-sese-to-poly.c (loop_entry_phi_arg): New.
824 (remove_simple_copy_phi): New.
825 (remove_invariant_phi): New.
826 (simple_copy_phi_p): New.
827 (reduction_phi_p): New.
828 (gsi_for_ssa_name_def): New.
829 (insert_out_of_ssa_copy): New.
830 (insert_out_of_ssa_copy_on_edge): New.
831 (create_zero_dim_array): New.
832 (scalar_close_phi_node_p): New.
833 (rewrite_close_phi_out_of_ssa): New.
834 (rewrite_phi_out_of_ssa): New.
835 (rewrite_reductions_out_of_ssa): New.
836 (build_poly_scop): Call rewrite_reductions_out_of_ssa.
838 * testsuite/gcc.dg/graphite/id-11.c: New.
839 * testsuite/gcc.dg/graphite/id-15.c: New.
840 * testsuite/gcc.dg/graphite/interchange-1.c: Un-XFAIL.
841 * testsuite/gcc.dg/graphite/interchange-2.c: Un-XFAIL.
842 * testsuite/gcc.dg/graphite/interchange-3.c: Un-XFAIL.
843 * testsuite/gcc.dg/graphite/interchange-4.c: Un-XFAIL.
844 * testsuite/gcc.dg/graphite/interchange-7.c: Un-XFAIL.
845 * testsuite/gcc.dg/graphite/scop-matmult.c: Un-XFAIL.
846 * testsuite/gfortran.dg/graphite/id-13.f: New.
847 * testsuite/gfortran.dg/graphite/id-5.f: New.
849 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
851 * graphite-clast-to-gimple.c (graphite_loop_normal_form): Do not
852 check that nb_reductions_in_loop is zero.
853 * graphite-scop-detection.c (harmful_stmt_in_bb): Don't filter out
855 (nb_reductions_in_loop): Removed.
856 (graphite_can_represent_loop): Do not call nb_reductions_in_loop.
857 * graphite-sese-to-poly.c (phi_node_is_iv): Removed.
858 (bb_contains_non_iv_scalar_phi_nodes): Removed.
859 (scop_contains_non_iv_scalar_phi_nodes): Removed.
860 (build_poly_scop): Do not call scop_contains_non_iv_scalar_phi_nodes.
862 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
864 * graphite-clast-to-gimple.c (build_cloog_prog): Do not code generate
865 statements that have an empty iteration domain.
866 * testsuite/gfortran.dg/graphite/id-16.f: New.
868 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
870 * tree-scalar-evolution.c (instantiate_scev_1): Return
871 chrec_dont_know when the result is not above instantiate_below.
872 * graphite-scop-detection.c (scopdet_basic_block_info): Fix formatting.
873 * graphite-sese-to-poly.c (create_linear_expr_from_tree): Assert that
874 the tree has a known scalar evolution.
875 * testsuite/gfortran.dg/graphite/id-14.f: New.
876 * testsuite/gfortran.dg/graphite/id-15.f: New.
878 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
880 * sese.c (rename_variables_in_stmt): Pass in an extra parameter
882 (rename_variables): Keep inserting renames after the ones already
885 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
887 * graphite-sese-to-poly.c (compare_bb_depths): New.
888 (graphite_sort_dominated_info): New.
889 (build_scop_bbs_1): Call graphite_sort_dominated_info.
890 (build_scop_scattering): Fix comment.
892 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
894 * graphite.c (graphite_finalize): Call print_loops instead of
895 dump_function_to_file.
896 * testsuite/gcc.dg/graphite/graphite.exp: Fix formatting.
897 * testsuite/gcc.dg/graphite/pr35356-1.c: New. Look for the number of
898 loops generated in the graphite output file.
899 * testsuite/gcc.dg/graphite/pr35356-2.c: New.
900 * testsuite/gcc.dg/graphite/pr35356-3.c: New. XFAILed for now.
901 * testsuite/gfortran.dg/graphite/id-12.f: New.
903 2009-07-24 Li Feng <nemokingdom@gmail.com>
905 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-8.c:
908 2009-07-24 Li Feng <nemokingdom@gmail.com>
909 Tobias Grosser <grosser@fim.uni-passau.de>
911 * graphite-sese-to-poly.c (pdr_add_alias_set): Use data reference's
912 alias set number build alias in ACCESSES polyhedron.
913 (build_alias_set_for_drs): New.
914 (build_pbb_drs): Added build_alias_set_for_drs.
915 * graphite-dependences.c (poly_drs_may_alias_p): New.
916 (graphite_carried_dependence_level_k): Check alias information
917 before building polyhedron.
919 2009-07-24 Tobias Grosser <grosser@fim.uni-passau.de>
921 * Makefile.in (lambda-code.o): Fix formatting.
923 2009-07-24 Tobias Grosser <grosser@fim.uni-passau.de>
925 * Merge from mainline (r149350-149952)
927 2009-07-18 Tobias Grosser <grosser@fim.uni-passau.de>
929 * graphite-poly.c (apply_poly_transforms): Move strip_mine
930 before interchange to prepare for loop blocking.
932 2009-07-18 Tobias Grosser <grosser@fim.uni-passau.de>
934 * graphite-poly.c (apply_poly_transforms): Add checks after every
936 * graphite-sese-to-poly.c (build_poly_scop): Remove check, as already
937 done in apply_poly_transforms.
939 2009-07-17 Konrad Trifunovic <konrad.trifunovic@gmail.com>
941 * graphite-dependences.c (build_lexicographically_gt_constraint):
942 Replace RES parameter with *RES.
943 (dependence_polyhedron_1): Pass an address of the parameter RES
944 instead of value of RES.
946 2009-07-16 Sebastian Pop <sebastian.pop@amd.com>
948 * graphite.c (graphite_finalize): Fix comment.
949 (graphite_transform_loops): Reset scev info after code generation
952 2009-07-16 Sebastian Pop <sebastian.pop@amd.com>
954 * graphite.c (graphite_finalize): Call scev_reset.
956 2009-07-16 Sebastian Pop <sebastian.pop@amd.com>
958 * graphite-clast-to-gimple.c (compute_cloog_iv_types): Do not create
959 GBB_CLOOG_IV_TYPES hash table twice.
960 * graphite-sese-to-poly.c (free_gimple_bb): Call free_data_refs.
961 (add_condition_to_domain): Clear GMP values.
963 2009-07-16 Sebastian Pop <sebastian.pop@amd.com>
965 * graphite-dependences.c: Fix formatting.
966 * graphite-poly.c (free_poly_dr): Also free PDR_DATA_CONTAINER.
967 (pbb_number_of_iterations): Free ppl_Linear_Expression.
968 * graphite-sese-to-poly.c: Fix formatting.
969 * graphite.c (graphite_transform_loops): Create the hash table
970 after the early return.
972 2009-07-16 Sebastian Pop <sebastian.pop@amd.com>
974 * testsuite/gcc.dg/graphite/id-14.c: New.
975 * testsuite/gcc.dg/graphite/pr40157.c: New.
976 * testsuite/gfortran.dg/graphite/id-11.f: New.
978 2009-07-16 Sebastian Pop <sebastian.pop@amd.com>
980 * graphite-sese-to-poly.c (nb_pbbs_in_loops): New.
981 (build_poly_scop): Return false when there are no pbbs within
982 loops to avoid to pass to cloog scops with no loops.
984 2009-07-16 Sebastian Pop <sebastian.pop@amd.com>
986 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Avoid
987 useless test "i % 2".
988 (build_pbb_scattering_polyhedrons): Fix formatting.
989 (build_poly_dr): Same.
990 * graphite.c (graphite_transform_loops): Restructure.
992 2009-07-14 Razya Ladelsky <razya@il.ibm.com>
994 * tree-ssa-loop-manip.c (rewrite_phi_with_iv): Remove
995 reduction_list parameter.
996 (rewrite_all_phi_nodes_with_iv): Same.
997 (canonicalize_loop_ivs): Same.
998 * tree-parloops.c (struct brli): Removed.
999 (build_reduction_list_info): Removed.
1000 (build_new_reduction): New.
1001 (analyze_reduction_list): Removed.
1002 (gather_scalar_reductions): Find reductions instead of phi
1003 nodes that can't be canonicalized.
1004 (try_create_reduction_list): Remove reduction_list parameter.
1005 (gen_parallel_loop): Same.
1006 (parallelize_loops): Remove analyze_reductions variable,
1007 initialization and free.
1008 Change reduction_list htab initialization to reduction_info
1009 elements instead of ssa names.
1010 Call try_create_reduction_list and gen_parallel_loop without
1011 analyzed_reduction argument.
1012 * graphite-clast-to-gimple (graphite_loop_normal_form): Call
1013 canonicalize_loop_ivs with one less argument.
1014 * tree-flow.h (canonicalize_loop_ivs): Remove one argument.
1016 2009-07-14 Konrad Trifunovic <konrad.trifunovic@gmail.com>
1018 * graphite-dependences.c (new_poly_dr_pair): New.
1019 (dependence_polyhedron): Renamed into dependence_polyhedron_1.
1020 (new_poly_dr_pair): New.
1021 (eq_poly_dr_pair_p): New.
1022 (hash_poly_dr_pair_p): New.
1023 * graphite-dependences.h (struct poly_dr_pair): New.
1024 (eq_poly_dr_pair_p): Declared.
1025 (hash_poly_dr_pair_p): Declared.
1026 * graphite-poly.c (new_scop): Initialize SCOP_ORIGINAL_PDR_PAIRS.
1027 (free_scop): Free SCOP_ORIGINAL_PDR_PAIRS.
1028 * graphite-poly.h (struct scop): Add original_pdr_pairs field.
1029 * Makefile.in (graphite-poly.o): Add dependence on
1030 graphite-dependences.h.
1032 2009-07-14 Sebastian Pop <sebastian.pop@amd.com>
1034 * graphite-scop-detection.c (graphite_can_represent_scev): Do not let
1035 polynomials of degree > 1 pass to Graphite.
1036 * tree-chrec.c (scev_is_linear_expression): Call
1037 evolution_function_is_affine_multivariate_p.
1038 * testsuite/gfortran.dg/graphite/id-10.f90: New.
1040 2009-07-14 Sebastian Pop <sebastian.pop@amd.com>
1042 * tree-scalar-evolution.c (compute_overall_effect_of_inner_loop):
1043 Instantiate scevs varying in outer loops.
1044 * testsuite/gfortran.dg/graphite/id-9.f: Correct testcase.
1046 2009-07-14 Sebastian Pop <sebastian.pop@amd.com>
1048 * graphite-sese-to-poly.c (build_loop_iteration_domains): Do not insert
1049 redundant constraint.
1051 2009-07-14 Sebastian Pop <sebastian.pop@amd.com>
1053 * testsuite/gcc.dg/graphite/graphite.exp: Fix comments.
1054 * testsuite/gfortran.dg/graphite/graphite.exp: Trigger actions
1055 based on the file names as in the C testsuite.
1056 * testsuite/gfortran.dg/graphite/block-1.f90: Fix patterns.
1057 * testsuite/gfortran.dg/graphite/block-2.f: Same.
1058 * testsuite/gfortran.dg/graphite/block-3.f90: Same.
1059 * testsuite/gfortran.dg/graphite/block-4.f90: Same.
1060 * testsuite/gfortran.dg/graphite/id-1.f90: Same.
1061 * testsuite/gfortran.dg/graphite/id-2.f90: Same.
1062 * testsuite/gfortran.dg/graphite/id-3.f90: Same.
1063 * testsuite/gfortran.dg/graphite/id-4.f90: Same.
1064 * testsuite/gfortran.dg/graphite/id-6.f: Same.
1065 * testsuite/gfortran.dg/graphite/id-9.f: Same.
1066 * testsuite/gfortran.dg/graphite/interchange-1.f: Same.
1067 * testsuite/gfortran.dg/graphite/interchange-2.f: Same.
1068 * testsuite/gfortran.dg/graphite/scop-1.f: Same.
1070 2009-07-14 Sebastian Pop <sebastian.pop@amd.com>
1072 * sese.c (expand_scalar_variables_call): New.
1073 (expand_scalar_variables_ssa_name): Handle calls in expander.
1075 2009-07-13 Sebastian Pop <sebastian.pop@amd.com>
1077 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-6.c:
1078 Expect to see the pattern twice.
1079 * testsuite/gcc.dg/graphite/interchange-0.c: Un-XFAIL.
1080 * testsuite/gcc.dg/graphite/interchange-5.c: Same.
1081 * testsuite/gcc.dg/graphite/interchange-6.c: Same.
1083 2009-07-13 Sebastian Pop <sebastian.pop@amd.com>
1085 * testsuite/gcc.dg/graphite/id-10.c: New.
1086 * testsuite/gcc.dg/graphite/id-12.c: New.
1087 * testsuite/gfortran.dg/graphite/id-7.f: New.
1088 * testsuite/gfortran.dg/graphite/id-8.f: New.
1090 2009-07-13 Sebastian Pop <sebastian.pop@amd.com>
1092 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Fix division by
1095 2009-07-13 Sebastian Pop <sebastian.pop@amd.com>
1097 * sese.c (rename_variables_in_stmt): Call fold_convert during renaming.
1099 2009-07-13 Sebastian Pop <sebastian.pop@amd.com>
1101 * sese.c (expand_scalar_variables_stmt): Avoid unnecessary expansion.
1103 2009-07-10 Sebastian Pop <sebastian.pop@amd.com>
1105 * graphite-sese-to-poly.c (pdr_add_memory_accesses): Fix order of
1106 building PDR subscripts.
1108 2009-07-10 Sebastian Pop <sebastian.pop@amd.com>
1110 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Fix the
1111 computation of array sizes.
1113 2009-07-10 Sebastian Pop <sebastian.pop@amd.com>
1115 * graphite-sese-to-poly.c (add_param_constraints): Disabled.
1117 2009-07-10 Tobias Grosser <grosser@fim.uni-passau.de>
1119 * graphite-dependences.c (map_into_dep_poly, map_dr_into_dep_poly,
1120 build_pairwise_constraint, dr_equality_constraints,
1121 build_pairwise_scheduling_equality,
1122 build_pairwise_scheduling_inequality, lexicographically_gt_p,
1123 build_lexicographically_gt_constraint, dependence_polyhedron,
1124 graphite_legal_transform_dr, graphite_carried_dependence_level_k):
1125 Move from NNC_Polyhedron to C_Polyhedron.
1126 * graphite-interchange.c (compute_array_size_poly,
1127 gather_access_strides): Dito.
1128 * graphite-poly.c (apply_poly_transforms, new_poly_dr, free_poly_bb,
1129 free_scop, pbb_number_of_iterations): Dito.
1130 * graphite-poly.h (struct poly_dr, pdr_nb_subscripts, struct poly_bb,
1131 pbb_dim_iter_domain, struct scop): Dito.
1132 * graphite-ppl.c (new_Constraint_System_from_Cloog_Matrix,
1133 new_Cloog_Domain_from_ppl_Polyhedron,
1134 new_Cloog_Domain_from_ppl_Pointset_Powerset, ppl_set_coef_gmp,
1135 ppl_insert_dimensions_pointset, ppl_insert_dimensions_pointset,
1136 ppl_strip_loop, ppl_strip_loop, ppl_print_polyhedron_matrix,
1137 ppl_print_powerset_matrix, debug_ppl_polyhedron_matrix,
1138 debug_ppl_powerset_matrix, ppl_read_polyhedron_matrix): Dito.
1139 * graphite-ppl.h (ppl_Pointset_Powerset_C_Polyhedron_t,
1140 new_C_Polyhedron_from_Cloog_Matrix, ppl_print_powerset_matrix,
1141 debug_ppl_powerset_matrix, ppl_insert_dimensions_pointset): Dito.
1142 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons,
1143 build_loop_iteration_domains, ppl_constraint_type_from_tree_code,
1144 add_condition_to_domain, add_condition_to_pbb, build_scop_context,
1145 build_scop_iteration_domain, build_poly_dr): Dito
1147 2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
1149 * testsuite/gcc.dg/graphite/graphite.exp: Added a rule to execute
1151 * testsuite/gcc.dg/graphite/run-id-1.c: New.
1153 2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
1155 * graphite-sese-to-poly.c (build_loop_iteration_domains): Add the
1156 positivity constraint on the symbolic number of iterations.
1158 2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
1160 * graphite-sese-to-poly.c (build_loop_iteration_domains): Rewrite.
1162 2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
1163 Tobias Grosser <grosser@fim.uni-passau.de>
1165 * graphite-clast-to-gimple.c (build_scop_context): Removed.
1166 (build_cloog_prog): Directly use SCOP_CONTEXT.
1167 * graphite-poly.c (new_scop): Initialize SCOP_CONTEXT.
1168 (free_scop): Free SCOP_CONTEXT.
1169 (print_scop_context): New.
1170 (print_scop): Call print_scop_context.
1171 (debug_scop_context): New.
1172 * graphite-poly.h (print_scop_context, debug_scop_context): Declared.
1173 (struct scop): Added field context.
1174 (SCOP_CONTEXT): New.
1175 * graphite-sese-to-poly.c (add_param_constraints): New.
1176 (build_scop_context): New.
1177 (build_poly_scop): Call build_scop_context.
1179 2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
1181 * graphite-clast-to-gimple.c (gmp_cst_to_tree): Moved...
1182 * graphite-ppl.c (ppl_set_inhomogeneous_gmp, ppl_set_coef_gmp): New.
1183 (ppl_set_inhomogeneous, ppl_set_coef): Moved...
1184 * graphite-ppl.h: Include double-int.h and tree.h.
1185 (ppl_set_inhomogeneous_gmp, ppl_set_coef_gmp): Declared.
1186 (ppl_set_inhomogeneous, ppl_set_coef): ...here.
1187 (gmp_cst_to_tree): ...here. Reimplemented using mpz_get_double_int.
1188 (tree_int_to_gmp, ppl_set_inhomogeneous_tree, ppl_set_coef_tree): New.
1190 2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
1192 * graphite-clast-to-gimple.c (clast_to_gcc_expression_red): Generate
1193 POINTER_PLUS_EXPR for pointer types.
1194 (clast_to_gcc_expression): Same.
1196 2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
1198 * graphite-poly.c (print_scattering_function): Early return when
1199 PBB_TRANSFORMED_SCATTERING is not initialized.
1200 (print_pbb_domain): Early return when PBB_DOMAIN is not initialized.
1202 2009-07-08 Sebastian Pop <sebastian.pop@amd.com>
1204 * tree-parloops.c (analyze_reduction_list): Remove unused variable
1207 2009-07-08 Razya Ladelsky <razya@il.ibm.com>
1209 * tree-parloops.c (analyze_reduction_list): Change return
1211 (try_create_reduction_list): Move the call to
1212 analyze_reduction_list to the beginining.
1213 Call reduction_phi with analyzed_reductions as argument
1214 instead of reduction_list.
1216 2009-07-08 Tobias Grosser <grosser@fim.uni-passau.de>
1218 * Merge from mainline (r148296:149346)
1220 2009-07-07 Sebastian Pop <sebastian.pop@amd.com>
1222 * graphite-scop-detection.c (graphite_can_represent_init): New.
1223 (graphite_can_represent_scev): Call graphite_can_represent_init:
1224 check that the initial value does not contain multiplications of
1226 (stmt_has_simple_data_refs_p): New.
1227 (stmt_simple_for_scop_p): Call stmt_simple_for_scop_p.
1228 (is_simple_operand): Fix formatting.
1229 * graphite-sese-to-poly.c (try_generate_gimple_bb): Fix formatting.
1231 2009-07-07 Sebastian Pop <sebastian.pop@amd.com>
1233 * testsuite/gcc.dg/graphite/id-13.c: New.
1234 * graphite-sese-to-poly.c (graphite_stmt_p): Do not call
1235 analyze_scalar_evolution, use scalar_evolution_in_region.
1236 (scan_tree_for_params_right_scev): Add extra assert.
1237 (parameter_index_in_region_1): Split from parameter_index_in_region.
1238 (idx_record_params): Use scalar_evolution_in_region.
1239 (find_params_in_bb): Same.
1240 (find_scop_parameters): Same.
1241 (build_loop_iteration_domains): Same.
1242 (create_linear_expr_from_tree): Same.
1243 * sese.c (scalar_evolution_in_region): New.
1244 * sese.h (scalar_evolution_in_region): Declared.
1245 (defined_in_sese_p): New.
1246 * tree-scalar-evolution.c (compute_overall_effect_of_inner_loop): Not
1248 * tree-scalar-evolution.h (compute_overall_effect_of_inner_loop):
1251 2009-07-07 Sebastian Pop <sebastian.pop@amd.com>
1253 * Makefile.in: Replace dependences on tree-chrec.h with SCEV_H.
1254 TREE_DATA_REF_H also implies SCEV_H.
1256 2009-07-07 Sebastian Pop <sebastian.pop@amd.com>
1258 * graphite-poly.c (print_scop_params): New.
1259 (print_scop): Call print_scop_params.
1260 (debug_scop_params): New.
1261 * graphite-poly.h (print_scop_params, debug_scop_params): Declared.
1263 2009-07-07 Li Feng <nemokingdom@gmail.com>
1265 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-4.c: New.
1266 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-5.c: New.
1267 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-6.c: New.
1268 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-7.c: New.
1269 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-8.c: New.
1270 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-9.c: New.
1272 2009-07-07 Li Feng <nemokingdom@gmail.com>
1274 * graphite-clast-to-gimple.c (mark_loops_parallel): Dump information
1275 for dependency checking part.
1276 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-1.c: Add
1277 tests for dependency checking.
1278 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-2.c: Ditto.
1279 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-3.c: Ditto.
1280 * testsuite/gcc.dg/graphite/graphite_autopar/graphite_autopar.exp: Add
1281 flag -fdump-tree-graphite-all for autopar testsuites.
1283 2009-07-06 Sebastian Pop <sebastian.pop@amd.com>
1285 * Makefile.in (tree-ssa-loop-manip.o): Depends on langhooks.h.
1286 * tree-parloops.c (rewrite_phi_with_iv, rewrite_all_phi_nodes_with_iv,
1287 canonicalize_loop_ivs): Moved...
1288 * tree-ssa-loop-manip.c: ... here. Include langhooks.h.
1290 2009-07-06 Sebastian Pop <sebastian.pop@amd.com>
1292 * tree-parloops.c (try_create_reduction_list): Pass an extra
1293 argument analyzed_reductions. Call analyze_reduction_list.
1294 (gen_parallel_loop): Do not call analyze_reduction_list.
1295 (parallelize_loops): Init and finalize analyzed_reductions.
1297 2009-07-06 Li Feng <nemokingdom@gmail.com>
1299 * testsuite/gcc.dg/graphite/graphite_autopar/graphite_autopar.exp:
1300 Added flag -fno-loop-strip-mine for autopar testcase.
1302 2009-07-04 Li Feng <nemokingdom@gmail.com>
1304 * graphite-dependences.c (graphite_carried_dependence_level_k): Use
1305 transformed scattering dimension instead of unmatch orignal when
1306 calling dependence_polyhedron.
1308 2009-06-30 Sebastian Pop <sebastian.pop@amd.com>
1310 * opts.c (decode_options): Enable flag_loop_strip_mine at -O2.
1312 2009-06-30 Sebastian Pop <sebastian.pop@amd.com>
1314 * graphite-poly.c (pbb_number_of_iterations): Check for returned
1315 value 1 from ppl_Pointset_Powerset_NNC_Polyhedron_maximize.
1317 2009-06-30 Sebastian Pop <sebastian.pop@amd.com>
1319 * graphite-blocking.c (pbb_strip_mine_profitable_p): New.
1320 (pbb_do_strip_mine): Call pbb_strip_mine_profitable_p.
1321 * graphite-poly.c (pbb_number_of_iterations): New.
1322 * graphite-poly.h (pbb_number_of_iterations): Declared.
1323 (pbb_iterator_dim, pbb_parameter_dim): New.
1325 2009-06-29 Sebastian Pop <sebastian.pop@amd.com>
1327 * graphite-clast-to-gimple.c (graphite_create_new_loop): Revert the
1328 last commit on type of lower and upper bound of loops.
1330 2009-06-29 Li Feng <nemokingdom@gmail.com>
1332 * Makefile.in (graphite-clast-to-gimple.o): Added dependence on
1333 graphite-dependences.h.
1334 * graphite-clast-to-gimple.c (new_bb_pbb_def): New.
1335 (mark_bb_with_pbb): New.
1336 (get_stmtfor_depth): New.
1337 (find_pbb_via_hash): New.
1338 (dependency_in_loop_p): New.
1339 (mark_loops_parallel): New.
1340 (free_aux_in_new_loops): New.
1341 (translate_clast): Add parameter BB_PBB_MAPPING. Mark newly created
1342 bb with it's relevant pbb. Mark newly created loops. Remove mark
1343 innermost loop parallel without checking.
1344 (gloog): Add parameter BB_PBB_MAPPING.
1345 * graphite-clast-to-gimple.h (struct bb_pbb_def): New.
1346 (gloog): Change declaration.
1347 (mark_loop_parallel): Make extern.
1348 (free_aux_in_new_loops): Declare.
1349 (bb_pbb_map_hash): New.
1350 (eq_bb_pbb_map): New.
1351 * graphite.c (graphite_transform_loops): Added BB_PBB_MAPPING. Trigger
1352 auto parallelization when flag_graphite_force_parallel is set.
1353 (graphite_finalize): Added free_aux_in_new_loops.
1354 * tree-parloops.c (parallelize_loops): Only generate parallel code for
1355 the innermost loop that marked parallel. Use
1356 flag_graphite_force_parallel instead of loop->can_be_parallel.
1357 (loop_parallel_p): Move inner most checking out of function.
1359 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
1361 * graphite-clast-to-gimple.c (graphite_create_new_loop): Make the
1362 type of lower and upper bound of loops signed long int.
1364 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
1366 * cfgloopmanip.c (create_empty_loop_on_edge): Gimplify the loop exit
1367 expression outside the loop.
1369 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
1371 * gcc.dg/graphite/interchange-8.c: New.
1373 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
1375 * gcc.dg/graphite/interchange-0.c: XFailed.
1376 * gcc.dg/graphite/interchange-5.c: XFailed.
1377 * gcc.dg/graphite/interchange-6.c: XFailed.
1379 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
1381 * graphite-interchange.c (compute_array_size_poly): The end of the
1382 recursion should return 1.
1384 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
1386 * graphite-interchange.c (compute_array_size_cstr): Allow the
1387 subscript multiplier to be -1.
1388 (compute_array_size): Use PDR_DATA_CONTAINER and not PDR_ACCESSES.
1389 * graphite-poly.c (new_poly_dr): Takes an extra argument for the
1390 data_container. Initializes PDR_DATA_CONTAINER.
1391 (print_pdr_access_layout): New.
1392 (print_pdr): Call print_pdr_access_layout. Print PDR_DATA_CONTAINER.
1393 * graphite-poly.h (struct poly_dr): Adjust comment. Add a new field
1395 (PDR_DATA_CONTAINER): New.
1396 (new_poly_dr): Update declaration.
1397 * graphite-sese-to-poly.c (pdr_add_data_dimensions): New.
1398 (build_poly_dr): Call pdr_add_data_dimensions.
1400 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
1402 * graphite-poly.h (struct poly_dr): Fix comment.
1403 * graphite-sese-to-poly.c (pdr_add_alias_set): New.
1404 (pdr_add_memory_accesses): New.
1405 (build_poly_dr): Call pdr_add_memory_accesses and pdr_add_alias_set.
1407 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
1409 * graphite-poly.c (print_pdrs, debug_pdrs): New.
1410 (print_pbb): Add call to print_pdrs.
1411 * graphite-poly.h (print_pdrs, debug_pdrs): Declared.
1413 2009-06-24 Konrad Trifunovic <konrad.trifunovic@gmail.com>
1414 Li Feng <nemokingdom@gmail.com>
1416 * graphite-dependences.c (graphite_carried_dependence_level_k): New.
1417 (dependency_between_pbbs_p): New.
1418 (lexicographically_gt_p): Assure !empty_p before polyhedron
1419 intersection assign.
1420 (build_lexicographically_gt_constraint): Correct lexicographically
1422 * graphite-dependences.h: New.
1423 * Makefile.in (graphite-dependences.o): Add graphite-dependences.h.
1425 2009-06-24 Sebastian Pop <sebastian.pop@amd.com>
1427 * graphite-clast-to-gimple.c (print_clast_stmt): New.
1428 (gloog): Print to dump_file the generated clast.
1429 * graphite-clast-to-gimple.h (print_clast_stmt): Declared.
1430 * graphite-interchange.c (pbb_do_interchange): Fix dump formatting.
1432 2009-06-24 Sebastian Pop <sebastian.pop@amd.com>
1434 * graphite-poly.c (extend_scattering): Increment
1435 PBB_NB_LOCAL_VARIABLES by the number of added dimensions.
1437 2009-06-24 Sebastian Pop <sebastian.pop@amd.com>
1439 * graphite-interchange.c (compute_array_size_poly): Added exit of
1440 recursion condition. Continue iterating even after the first equality.
1441 (compute_array_size): Same.
1443 2009-06-24 Li Feng <nemokingdom@gmail.com>
1445 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-1.c: Update
1446 -fdump-tree-final_cleanup to -fdump-tree-optimized.
1447 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-2.c: Ditto.
1448 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-3.c: Ditto.
1449 * testsuite/gcc.dg/graphite/graphite_autopar/graphite_autopar.exp: Ditto.
1451 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
1453 * sese.c (expand_scalar_variables_stmt): Expand scalar variables
1454 only when the use verifies is_gimple_reg.
1456 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
1458 * graphite-clast-to-gimple.c (build_cloog_prog): Fix memory corruption.
1459 Allocate scaldims after call to unify_scattering_dimensions.
1461 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
1463 * graphite-clast-to-gimple.c (translate_clast): Fix memory leak.
1465 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
1466 Albert Cohen <albert.cohen@inria.fr>
1468 * graphite-blocking.c (pbb_strip_mine_loop_depth): Do not use local
1469 variables for the strip mining.
1471 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
1472 Pranav Garg <pranav.garg2107@gmail.com>
1474 * Makefile.in (OBJS-common): Added graphite-blocking.o.
1475 (graphite-sese-to-poly.o): Moved down to be in lexicographical order.
1476 (graphite-blocking.o): New rule.
1477 (graphite-poly.o, graphite-ppl.o): Moved to be in lexicographical order.
1478 * graphite-blocking.c: New.
1479 * graphite-poly.c (apply_poly_transforms): Call scop_do_strip_mine for
1480 flag_loop_strip_mine.
1481 (psct_scattering_dim_for_loop_depth): New.
1482 * graphite-poly.h (scop_do_strip_mine): Declared.
1483 (psct_add_local_variable): Increment PBB_NB_LOCAL_VARIABLES.
1484 * tree-ssa-loop.c (gate_graphite_transforms): Do not fail when using
1485 flag_loop_strip_mine.
1487 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
1489 * graphite-poly.c (extend_scattering): Avoid initializing and freeing
1490 a GMP value and a PPL coefficient at each iteration of a loop.
1492 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
1494 * graphite-dependences.c (dependence_polyhedron): Do not use
1495 pbb_nb_scattering_dims anymore. Use pbb_nb_scattering_orig and
1496 pbb_nb_scattering_transform.
1497 (graphite_legal_transform_dr): Same.
1498 * graphite-poly.c (extend_scattering): Same.
1499 (unify_scattering_dimensions): Same.
1500 (print_scattering_function): Same.
1501 (new_poly_bb): Initialize PBB_NB_SCATTERING_TRANSFORM and
1502 PBB_NB_LOCAL_VARIABLES.
1503 * graphite-poly.h (pbb_nb_scattering): Removed declaration.
1504 (struct poly_bb): Added nb_local_variables and nb_scattering_transform.
1505 (PBB_NB_LOCAL_VARIABLES, PBB_NB_SCATTERING_TRANSFORM): New.
1506 (pbb_nb_scattering_orig, pbb_nb_scattering_transform): New.
1507 (pbb_nb_scattering_dims, pbb_nb_scattering): Removed.
1508 (pbb_nb_scattering_transform): New.
1509 (pbb_nb_local_vars): Return PBB_NB_LOCAL_VARIABLES.
1510 (psco_scattering_dim): Add assert on parameters.
1511 (psct_scattering_dim): Same.
1512 (psct_scattering_dim_for_loop_depth): Declared.
1513 (psct_local_var_dim): New.
1514 (psco_iterator_dim, psco_parameter_dim): Add assert on parameters.
1515 (psct_iterator_dim, psct_parameter_dim): Same. To maintain the
1516 correct layout, call pbb_nb_local_vars.
1517 (psct_add_local_variable, psct_add_scattering_dimension): New.
1518 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons):
1519 Initialize PBB_NB_SCATTERING_TRANSFORM.
1521 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
1523 * graphite-ppl.c (set_inhomogeneous): Renamed ppl_set_inhomogeneous.
1524 (set_coef): Renamed ppl_set_coef.
1525 * graphite-ppl.h (ppl_set_inhomogeneous, ppl_set_coef): Declared.
1527 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
1529 * graphite-dependences.c (build_pairwise_scheduling_inequality): Don't
1530 test a boolean against 1.
1531 * graphite-interchange.c (pbb_interchange_loop_depths): Do not build
1532 a new polyhedron for the PBB_TRANSFORMED_SCATTERING.
1533 (pbb_do_interchange): Returns true when a transform has been performed.
1534 (scop_do_interchange): Same.
1535 * graphite-poly.c (apply_poly_transforms): Use the return value of
1536 scop_do_interchange.
1537 * graphite-poly.h (scop_do_interchange): Update declaration.
1539 2009-06-23 Tobias Grosser <grosser@fim.uni-passau.de>
1541 * graphite-clast-to-gimple.c (gloog): Reset loop->aux right
1543 * sese.c (sese_reset_aux_in_loops): New.
1544 * sese.h (sese_reset_aux_in_loops): New.
1546 2009-06-19 Sebastian Pop <sebastian.pop@amd.com>
1548 * graphite-sese-to-poly.c (scan_tree_for_params_int): Pass in the
1549 multiplier and multiply the constant by the multiplier.
1550 (scan_tree_for_params): Bound the multiplier to its MULT_EXPR.
1551 (build_poly_dr): Do not use the multiplier to define the subscript.
1553 2009-06-19 Sebastian Pop <sebastian.pop@amd.com>
1555 * graphite-poly.c (new_poly_dr): Pass an extra argument for the
1556 compiler's data reference. Initialize PDR_CDR.
1557 (print_pdr): Call dump_data_reference.
1558 * graphite-poly.h (struct poly_dr): Rename black_box into pbb.
1559 Add compiler_dr field.
1560 (PDR_BB): Renamed PDR_PBB.
1562 * graphite-sese-to-poly.c (build_poly_dr): Pass to new_poly_dr
1563 GCC's data reference representation.
1564 * tree-data-ref.c (debug_data_references, debug_data_reference): New.
1565 * tree-data-ref.h (debug_data_references, debug_data_reference): Decl.
1567 2009-06-19 Sebastian Pop <sebastian.pop@amd.com>
1569 * graphite-poly.c (print_scattering_function): Also print the layout.
1570 * graphite-poly.h (pbb_nb_local_vars): New.
1572 2009-06-19 Sebastian Pop <sebastian.pop@amd.com>
1574 * graphite-poly.c (print_pbb_domain): Also print the layout names.
1576 2009-06-19 Sebastian Pop <sebastian.pop@amd.com>
1578 * graphite-poly.c (print_pdr, debug_pdr): New.
1579 * graphite-poly.h (print_pdr, debug_pdr): Declared.
1580 (PDR_BASE): Removed.
1582 2009-06-18 Sebastian Pop <sebastian.pop@amd.com>
1584 * gcc/testsuite/gcc.dg/graphite/interchange-{1..7}.c: New avatars of
1587 2009-06-18 Sebastian Pop <sebastian.pop@amd.com>
1589 * graphite-interchange.c (compute_subscript): Allow also -1 in the
1590 subscript identification column.
1591 (pbb_do_interchange): Print to dump_file that some loops "will be
1592 interchanged". Rely on that chain of characters in the testcases.
1593 * gcc.dg/graphite/interchange-0.c: New.
1594 * gcc.dg/graphite/graphite.exp: Iterate over the testsuite
1595 interchange-*.c files and compile them with -floop-interchange.
1597 2009-06-18 Pranav Garg <pranav.garg2107@gmail.com>
1599 * graphite-interchange.c (interchange_profitable_p): Renamed
1600 pbb_interchange_profitable_p.
1602 2009-06-18 Sebastian Pop <sebastian.pop@amd.com>
1603 Harsha Jagasia <harsha.jagasia@amd.com>
1604 Pranav Garg <pranav.garg2107@gmail.com>
1606 * graphite-interchange.c (interchange_profitable_p): Make static.
1607 (pbb_interchange_loop_depths, pbb_do_interchange,
1608 scop_do_interchange): New.
1609 * graphite-poly.c (apply_poly_transforms): Call scop_do_interchange
1610 for flag_loop_interchange.
1611 * graphite-poly.h (scop_do_interchange): Declared.
1612 * tree-ssa-loop.c (gate_graphite_transforms): Do not fail when
1613 flag_loop_interchange is used.
1615 2009-06-18 Sebastian Pop <sebastian.pop@amd.com>
1617 * graphite-dependences.c (dependence_polyhedron): Update use of
1618 pbb_nb_scattering_dims.
1619 * graphite-poly.h (pbb_nb_scattering_dims): Do not pass SCOP.
1620 (pbb_nb_scattering): Update use of pbb_nb_scattering_dims.
1621 (psco_scattering_dim, psct_scattering_dim, psco_iterator_dim,
1622 psct_iterator_dim, psco_parameter_dim, psct_parameter_dim): New.
1624 2009-06-16 Sebastian Pop <sebastian.pop@amd.com>
1626 * graphite.c: Cleanup foo.
1628 2009-06-16 Sebastian Pop <sebastian.pop@amd.com>
1630 * Merge from mainline (r143684:148293).
1631 * Disabled libpcp until it gets fixed.
1633 2009-06-05 Sebastian Pop <sebastian.pop@amd.com>
1634 Harsha Jagasia <harsha.jagasia@amd.com>
1636 * graphite-interchange.c: New.
1637 * Makefile.in (graphite-interchange.o): New.
1638 * graphite-poly.h (interchange_profitable_p): Declared.
1639 * graphite-ppl.h (value_max): New.
1641 2009-06-04 Sebastian Pop <sebastian.pop@amd.com>
1643 * graphite-dependences.c (dependence_polyhedron): Use pdr_dim.
1644 * graphite-poly.h: Fix some comments.
1648 2009-06-04 Sebastian Pop <sebastian.pop@amd.com>
1651 (pdr_accessp_nb_subscripts): Renamed pdr_nb_subscripts.
1652 (pdr_accessp_nb_iterators): Renamed pdr_dim_iter_domain.
1653 (pdr_accessp_nb_params): Renamed pdr_nb_params.
1654 (pdr_accessp_alias_set_dim): Renamed pdr_alias_set_dim.
1655 (pdr_accessp_subscript_dim): Renamed pdr_subscript_dim.
1656 (pdr_accessp_iterator_dim): Renamed pdr_iterator_dim.
1657 (pdr_accessp_param_dim): Renamed pdr_parameter_dim.
1658 (pbb_nb_loops): Renamed pbb_dim_iter_domain.
1659 * graphite-clast-to-gimple.c: Same.
1660 * graphite-dependences.c: Same.
1661 * graphite-poly.c: Same.
1662 * graphite-sese-to-poly.c: Same.
1664 2009-06-03 Sebastian Pop <sebastian.pop@amd.com>
1666 * graphite-clast-to-gimple.c (build_iv_mapping): Insert full
1667 expressions for an IV rename, as returned by clast_to_gcc_expression.
1668 (copy_renames): Rename new_name to expr.
1669 * sese.c (debug_rename_elt): Same.
1672 (sese_adjust_liveout_phis): Call force_gimple_operand before using
1673 the information from the rename map.
1674 (rename_variables_in_stmt): Same.
1675 (add_loop_exit_phis): Rename new_name to expr.
1676 (insert_loop_close_phis): Same.
1677 (add_guard_exit_phis): Same. Call force_gimple_operand.
1678 * sese.h (struct rename_map_elt): Rename new_name to expr.
1679 (new_rename_map_elt): Same.
1681 2009-06-03 Sebastian Pop <sebastian.pop@amd.com>
1683 * graphite-clast-to-gimple.c (build_iv_mapping): Use set_rename.
1684 * sese.c (set_rename): Make it extern.
1685 * sese.h (set_rename): Declared.
1687 2009-06-03 Sebastian Pop <sebastian.pop@amd.com>
1689 * graphite-poly.c (extend_scattering): Free values.
1690 * graphite-ppl.c (new_Cloog_Domain_from_ppl_Pointset_Powerset):
1692 (ppl_print_powerset_matrix): Same.
1693 * graphite-scop-detection.c (free_scops_1): New.
1694 (limit_scops): Call free_scops_1.
1695 * graphite-sese-to-poly.c (build_scop_bbs_1): Free dom.
1696 (build_poly_dr): Free PPL coefficients.
1697 * tree-parloops.c (rewrite_all_phi_nodes_with_iv): Free bbs.
1699 2009-06-02 Sebastian Pop <sebastian.pop@amd.com>
1701 * graphite-dependences.c: New.
1702 * graphite-data-ref.c: Removed.
1703 * graphite-data-ref.h: Removed.
1704 * Makefile.in (graphite-data-ref.o): Removed.
1705 (graphite-dependences.o): Added.
1706 * graphite-clast-to-gimple.c: Remove dependence on graphite-data-ref.h.
1707 * graphite-poly.c: Same.
1708 Move the data dependence testing to graphite-dependences.c.
1710 2009-05-19 Tobias Grosser <grosser@fim.uni-passau.de>
1712 * graphite-scop-detection.c (graphite_can_represent_loop): Renamed
1713 from graphite_cannot_represent_loop. Code refactored.
1714 (scopdet_basic_block_info): Call graphite_can_represent_loop.
1716 2009-05-17 Li Feng <nemokingdom@gmail.com>
1718 * testsuite/gcc.dg/graphite/graphite_autopar/graphite_autopar.exp:
1719 Cover all the testcases (not only the filtered ones).
1721 2009-05-17 Tobias Grosser <grosser@fim.uni-passau.de>
1723 * graphite-scop-detection.c (stmt_simple_for_scop_p): Remove
1724 unnecessary check. Update comments. Move check for REAL_TYPE here.
1725 (harmful_stmt_in_bb): Remove checks for conditions. This is already
1726 done in (stmt_simple_for_scop_p).
1728 2009-05-14 Tobias Grosser <grosser@fim.uni-passau.de>
1730 * graphite.c (print_global_statistics): New.
1731 (print_graphite_scop_statistic): New.
1732 (print_graphite_statistics): New.
1733 (graphite_initialize, graphite_transform_loops): Print statistics.
1734 * graphite-scop-detection (build_scops): Print statistics.
1735 (print_graphite_scop_statistics): New.
1736 (print_graphite_statistics): New.
1738 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
1740 * graphite-clast-to-gimple.c (struct clast_name_index): Removed.
1741 (debug_clast_name_index): Removed.
1742 (debug_clast_name_indexes_1): Removed.
1743 (debug_clast_name_indexes): Removed.
1744 (clast_name_index_elt_info): Removed.
1745 (eq_clast_name_indexes): Removed.
1746 (clast_name_to_index): Removed.
1747 (new_clast_name_index): Removed.
1748 (save_clast_name_index): Removed.
1749 (save_var_name): Moved...
1750 (init_sese_params_index): Removed.
1751 (clast_name_to_gcc): Remove use of name_tree.
1752 (initialize_cloog_names): Same.
1753 (gloog): Do not call init_sese_params_index.
1754 * graphite-sese-to-poly.c (save_var_name): ...here.
1755 (parameter_index_in_region): New.
1756 * sese.c (new_sese): Initialize SESE_PARAMS_NAMES.
1757 (parameter_index_in_region): Removed.
1758 (is_parameter): Remove use of name_tree.
1759 * sese.h (struct name_tree): Removed.
1760 (struct sese): Remove use of name_tree. New field params_names.
1761 (SESE_PARAMS_NAMES): New.
1762 (SESE_PARAMS): Remove duplicate.
1763 (parameter_index_in_region): Removed.
1764 (sese_nb_params): Remove use of name_tree.
1765 (struct clast_name_index): New.
1766 (new_clast_name_index): New.
1767 (clast_name_to_index): New.
1768 (save_clast_name_index): New.
1769 (debug_clast_name_index): New.
1770 (debug_clast_name_indexes_1): New.
1771 (debug_clast_name_indexes): New.
1772 (clast_name_index_elt_info): New.
1773 (eq_clast_name_indexes): New.
1775 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
1777 * graphite-clast-to-gimple.c (compute_cloog_iv_types_1): Call
1778 pbb_to_depth_to_oldiv. Remove call to oldiv_for_loop.
1779 (graphite_loop_normal_form): Do not pass region. Do not
1780 initialize SESE_OLDIVS.
1781 (build_graphite_loop_normal_form): Update call to
1782 graphite_loop_normal_form.
1783 * sese.c (debug_oldivs): Removed.
1784 (new_sese): Do not initialize SESE_OLDIVS.
1785 (free_sese): Do not free SESE_OLDIVS.
1786 (oldiv_for_loop): Removed.
1787 * sese.h (struct sese): Remove old_ivs.
1788 (SESE_OLDIVS): Removed.
1789 (oldiv_for_loop): Removed.
1791 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
1793 * graphite-clast-to-gimple.c (clast_name_to_gcc): Pass newivs,
1794 remove ivstack. Remove call to loop_iv_stack_get_iv_from_name,
1795 replaced by a call to newivs_to_depth_to_newiv.
1796 (clast_to_gcc_expression): Pass newivs, remove ivstack.
1797 (clast_to_gcc_expression_red): Same.
1798 (gcc_type_for_clast_expr): Same.
1799 (gcc_type_for_clast_eq): Same.
1800 (graphite_translate_clast_equation): Same.
1801 (graphite_create_guard_cond_expr): Same.
1802 (graphite_create_new_guard): Same.
1803 (graphite_create_new_loop): Same.
1804 (build_iv_mapping): Same.
1805 (translate_clast): Same.
1807 (loop_iv_stack_patch_for_consts): Removed. *
1808 sese.c (iv_stack_entry_is_constant): Removed.
1809 (iv_stack_entry_is_iv): Removed.
1810 (loop_iv_stack_push_iv): Removed.
1811 (loop_iv_stack_insert_constant): Removed.
1812 (loop_iv_stack_pop): Removed.
1813 (loop_iv_stack_get_iv): Removed.
1814 (loop_iv_stack_get_iv_from_name): Removed.
1815 (debug_loop_iv_stack): Removed.
1816 (free_loop_iv_stack): Removed.
1817 (loop_iv_stack_remove_constants): Removed. *
1818 sese.h (iv_stack_entry_kind): Removed.
1819 (iv_stack_entry_data_union): Removed.
1820 (iv_stack_entry_struct): Removed.
1821 (iv_stack_entry_p): Removed.
1822 (debug_oldivs, debug_loop_iv_stack, loop_iv_stack_insert_constant,
1823 loop_iv_stack_get_iv_from_name, loop_iv_stack_push_iv,
1824 loop_iv_stack_get_iv, loop_iv_stack_remove_constants,
1825 loop_iv_stack_pop, free_loop_iv_stack): Removed.
1826 (gbb_loop_at_index): Fix indenting.
1827 (gbb_loop_index): Removed.
1829 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
1831 * graphite-clast-to-gimple.c (clast_name_to_gcc): Do not use strcmp.
1832 Call clast_name_to_index.
1834 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
1836 * graphite-clast-to-gimple.c (clast_name_to_gcc): Pass region,
1837 do not pass params. Get params from SESE_PARAMS.
1838 (clast_to_gcc_expression): Same.
1839 (clast_to_gcc_expression_red): Same.
1840 (gcc_type_for_clast_eq): Same.
1841 (graphite_translate_clast_equation): Same.
1842 (graphite_create_new_loop): Same.
1843 * sese.c (rename_variables_in_stmt): Fix comment.
1845 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
1847 * graphite-clast-to-gimple.c (graphite_create_new_loop): Pass
1849 Call save_clast_name_index.
1850 (translate_clast): Pass newivs_index.
1851 (gloog): Create and free newivs_index.
1853 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
1855 * graphite-clast-to-gimple.c (clast_name_index): New structure.
1856 (clast_name_index_p): New type.
1857 (debug_clast_name_index): New.
1858 (debug_clast_name_indexes_1): New.
1859 (debug_clast_name_indexes): New.
1860 (clast_name_index_elt_info): New.
1861 (eq_clast_name_indexes): New.
1862 (clast_name_to_index): New.
1863 (new_clast_name_index): New.
1864 (save_clast_name_index): New.
1865 (init_sese_params_index): New.
1866 (gloog): Call init_sese_params_index.
1867 * graphite-clast-to-gimple.h (debug_clast_name_indexes): Declared.
1868 * sese.c (new_sese): Initialize SESE_PARAMS_INDEX.
1869 (free_sese): Free SESE_PARAMS_INDEX.
1870 * sese.h (struct sese): Add params_index.
1871 (SESE_PARAMS_INDEX): New.
1873 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
1875 * graphite-clast-to-gimple.c (newivs_to_depth_to_newiv): New.
1876 (graphite_create_new_loop): Pass the newivs vector. Push the
1877 newly created IV to newivs.
1878 (translate_clast): Pass the newivs vector.
1879 (gloog): Create and destroy the newivs vector.
1881 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
1883 * graphite-clast-to-gimple.c (pbb_to_depth_to_oldiv): New.
1884 (graphite_loop_normal_form): Initialize loop->aux with the unique
1885 IV that has been created.
1887 2009-05-13 Tobias Grosser <grosser@fim.uni-passau.de>
1889 * tree-chrec.c (evolution_function_right_is_integer_cst): Allow
1890 scev with parameters in the base part. They where forbidden
1893 2009-05-11 Li Feng <nemokingdom@gmail.com>
1895 * testsuite/gcc.dg/graphite/graphite.exp: Set different default
1896 compile options by file names.
1897 * testsuite/gcc.dg/graphite/block{0-6}.c: Remove dg-option line.
1898 * testsuite/gcc.dg/graphite/id-{1-9}.c: Ditto.
1899 * testsuite/gcc.dg/graphite/scop-{0-20}.c: Ditto.
1900 * testsuite/gcc.dg/graphite/scop-matmult.c: Ditto.
1902 2009-05-08 Li Feng <nemokingdom@gmail.com>
1904 * testsuite/gcc.dg/graphite/graphite_autopar/graphite_autopar.exp: New.
1905 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-1.c: New.
1906 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-2.c: New.
1907 * testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-3.c: New.
1909 2009-05-07 Tobias Grosser <grosser@fim.uni-passau.de>
1911 * graphite-scop-detection (build_scops_1): Fix little bug introduced
1914 2009-05-07 Tobias Grosser <grosser@fim.uni-passau.de>
1916 * graphite-scop-detection.c (graphite_can_represent_scev): Only
1917 allow integer constant strides.
1918 (graphite_can_represent_expr): Depend on outermost_loop.
1919 (stmt_simple_memref_p, graphite_cannot_represent_loop,
1920 harmful_stmt_in_bb, is_simple_operand, stmt_simple_for_scop_p,
1921 build_scops_1): Same.
1922 (scopdet_basic_block_info): Same and insert layered SCoP
1924 (try_generate_gimple_bb): Cleanup.
1925 (build_scops): Enable data references.
1927 * testsuite/gcc.dg/graphite/id-5.c: New.
1928 * testsuite/gcc.dg/graphite/id-9.c: New.
1929 * tree-chrec.c (evolution_function_right_is_integer_cst): New.
1930 * tree-chrec.h (evolution_function_right_is_integer_cst): New.
1932 2009-05-06 Tobias Grosser <grosser@fim.uni-passau.de>
1934 * sese.c (expand_scalar_variables_ssa_name): Only build expressions,
1935 that we have not yet built for this SCoP.
1937 2009-05-06 Tobias Grosser <grosser@fim.uni-passau.de>
1939 * sese.c (expand_scalar_variables_expr): Fix expand_scalar_variables
1940 for complex numbers.
1942 2009-05-06 Tobias Grosser <grosser@fim.uni-passau.de>
1944 * graphite-ppl.c: Fix build if cloog is not available.
1946 2009-05-04 Li Feng <nemokingdom@gmail.com>
1948 * tree-parloops.c (loop_parallel_p): Remove construction of
1949 NITER and REDUCTION_LIST.
1950 (try_get_loop_niter): New.
1951 (try_create_reduction_list): New.
1952 (parallelize_loops): Bypass the failed checkings in autopar
1953 when can_be_parallel in loop structure is set to true.
1955 2009-05-01 Tobias Grosser <grosser@fim.uni-passau.de>
1957 * testsuite/gcc.dg/graphite/id-6.c: Update testcase.
1958 * testsuite/gcc.dg/graphite/scop-3.c: Dito.
1960 2009-05-01 Tobias Grosser <grosser@fim.uni-passau.de>
1962 * graphite-scop-detection.c (stmt_simple_for_scop_p):
1963 Enable EQ_EXPR and NE_EXPR again.
1965 2009-04-30 Tobias Grosser <grosser@fim.uni-passau.de>
1967 * graphite-scop-detection.c (graphite_can_represent_scev):
1968 Add check if scev is affine multivariate.
1969 (harmful_stmt_in_bb): Check if we can represent the conditions.
1970 (scopdet_basic_block_info (basic_block bb, VEC): Pass the loop to
1972 * testsuite/gcc.dg/graphite/id-7.c: New.
1974 2009-04-30 Tobias Grosser <grosser@fim.uni-passau.de>
1976 * graphite-sese-to-poly.c (bb_contains_non_iv_scalar_phi_nodes):
1977 Check all bbs in region, not only the bbs that are represented in
1979 (build_poly_scop): Add newline.
1980 * testsuite/gcc.dg/graphite/id-8.c: New.
1982 2009-04-30 Li Feng <nemokingdom@gmail.com>
1984 * cfgloop.c (alloc_loop): Initialize can_be_parallel to false
1985 when loop initialize.
1986 * cfgloop.h (struct loop): Introduce flag can_be_parallel.
1987 * common.opt: Declare flag_graphite_force_parallel.
1988 * graphite-clast-to-gimple.c (translate_clast): Mark the innermost
1990 * graphite-poly.c (apply_poly_transforms): Introduce
1991 flag_graphite_force_parallel.
1992 * tree-ssa-loop.c (gate_graphite_transforms): ditto.
1993 * toplev.c (process_options): ditto and replace a not correctly
1996 2009-04-30 Li Feng <nemokingdom@gmail.com>
1998 * graphite-clast-to-gimple.c (loop_iv_stack_patch_for_consts):
1999 Change the call of gbb_loop_at_index and/or gbb_loop_index due
2000 to the redefinition.
2001 (compute_cloog_iv_types_1): ditto.
2002 (build_iv_mapping): ditto.
2003 * graphite-sese-to-poly.c (new_gimple_bb): Remove GBB_LOOPS related
2005 (free_gimple_bb): Removed GBB_LOOPS related free part.
2006 (build_bb_loops): Removed.
2007 * sese.h (struct gimple_bb): Removed loops.
2008 (GBB_LOOPS): Removed.
2009 (gbb_loop_at_index): Instead of using GBB_LOOPS, we use sese instead.
2010 (gbb_loop_index): ditto.
2012 2009-04-24 Tobias Grosser <grosser@fim.uni-passau.de>
2014 * graphite-scop-detection.c (graphite_can_represent_scev): Do not
2015 allow non constant strides.
2016 * testsuite/gcc.dg/graphite/scop-20.c: New.
2018 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
2020 * graphite-scop-detection.c (dot_all_scops): Fix system call
2021 return value warning.
2024 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
2026 * testsuite/gcc.dg/graphite/id-6.c: Fix pattern.
2027 * testsuite/gcc.dg/graphite/scop-3.c: Same.
2029 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
2031 * graphite-poly.c (map_into_dep_poly, map_dr_into_dep_poly,
2032 build_pairwise_constraint, dr_equality_constraints,
2033 build_pairwise_scheduling_equality,
2034 build_pairwise_scheduling_inequality, lexicographically_gt_p,
2035 build_lexicographically_gt_constraint, dependence_polyhedron,
2036 graphite_legal_transform_dr, graphite_legal_transform_bb,
2037 graphite_legal_transform): New.
2038 * graphite-poly.h (graphite_legal_transform): Declared.
2039 * graphite-sese-to-poly.c (build_poly_scop): Call to
2040 graphite_legal_transform is disabled for the moment.
2042 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
2044 * graphite-poly.h (pbb_nb_scattering_dims): New.
2045 (pbb_nb_scattering): Use it.
2047 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
2049 * graphite-ppl.c (ppl_insert_dimensions_pointset): Add
2050 Pointset_Powerset version of ppl_insert_dimensions.
2051 * graphite-ppl.h (ppl_insert_dimensions_pointset): Declared.
2053 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
2055 * graphite-ppl.c (ppl_insert_dimensions): Fix formatting.
2057 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
2059 * graphite-poly.h: Fix comment.
2061 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
2063 * graphite-sese-to-poly.c (build_poly_dr): Fix data ref multiplier.
2065 2009-04-24 Tobias Grosser <grosser@fim.uni-passau.de>
2067 * sese.c (expand_scalar_variables_stmt): Only iterate over the old
2070 2009-04-24 Tobias Grosser <grosser@fim.uni-passau.de>
2072 * graphite-sese-to-poly.c (var_used_in_not_loop_header_phi_node): New.
2073 (graphite_stmt_p): Represent bbs necessary to build the phi nodes of
2076 2009-04-20 Sebastian Pop <sebastian.pop@amd.com>
2078 * graphite-scop-detection.c (stmt_simple_for_scop_p): Do not
2079 handle EQ_EXPR and NE_EXPR.
2081 2009-04-17 Tobias Grosser <grosser@fim.uni-passau.de>
2083 * graphite-poly.h (poly_dr): Fix comment.
2085 2009-04-09 Sebastian Pop <sebastian.pop@amd.com>
2086 Tobias Grosser <grosser@fim.uni-passau.de>
2088 * graphite-poly.c (new_poly_bb): Do not initialize PBB_DOMAIN
2089 with a zero dimension polyhedron.
2090 (find_scop_parameters): Move the call to scop_set_nb_params here.
2091 (build_loop_iteration_domains): Store in loop->aux the iteration
2093 (build_scop_iteration_domain): Fix PBB_DOMAIN for bbs not surrounded
2094 by any loop in scop.
2095 (build_poly_scop): Do not call scop_set_nb_params.
2097 2009-04-09 Sebastian Pop <sebastian.pop@amd.com>
2098 Tobias Grosser <grosser@fim.uni-passau.de>
2100 * graphite-sese-to-poly.c (add_condition_to_pbb): Pass code to
2101 add_condition_to_domain not GT_EXPR.
2103 2009-04-09 Tobias Grosser <grosser@fim.uni-passau.de>
2105 * graphite-ppl.c (debug_ppl_powerset_matrix): New.
2106 * graphite-ppl.h (debug_ppl_powerset_matrix): New.
2107 * graphite-sese-to-poly.c (add_condition_to_pbb): Use
2108 upper_bound_assign to calculate unions.
2109 * testsuite/gcc.dg/graphite/id-6.c: New.
2111 2009-04-09 Tobias Grosser <grosser@fim.uni-passau.de>
2113 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Do not
2114 handle abnormal edges.
2116 2009-04-09 Tobias Grosser <grosser@fim.uni-passau.de>
2118 * graphite-poly.c (new_poly_dr, free_poly_dr): New.
2119 (free_poly_bb): Also free poly_drs.
2120 * graphite-poly.h (new_poly_dr, free_poly_dr): New.
2121 (poly_dr): Polyhedron to Pointset_Powerset.
2122 (pdr_accessp_nb_subscripts): Same.
2123 * graphite-sese-to-poly.c (build_poly_dr): Same. And actually build
2126 2009-04-08 Sebastian Pop <sebastian.pop@amd.com>
2128 * graphite-clast-to-gimple.c (initialize_cloog_names): Change cloog
2129 names into more meaningful names.
2131 2009-04-08 Sebastian Pop <sebastian.pop@amd.com>
2133 * testsuite/gfortran.dg/graphite/interchange-1.c: New.
2134 * testsuite/gfortran.dg/graphite/interchange-2.c: New.
2136 2009-04-08 Sebastian Pop <sebastian.pop@amd.com>
2138 * graphite-clast-to-gimple.c (graphite_loop_normal_form): Do not build
2140 * tree-parloops.c (rewrite_phi_with_iv): New.
2141 (rewrite_all_phi_nodes_with_iv): New.
2142 (canonicalize_loop_ivs): Call them.
2144 2009-04-08 Sebastian Pop <sebastian.pop@amd.com>
2146 * graphite-sese-to-poly.c (try_generate_gimple_bb): Use
2147 graphite_find_data_references_in_stmt.
2148 * tree-data-ref.c (graphite_find_data_references_in_stmt): New.
2149 * tree-data-ref.h (graphite_find_data_references_in_stmt): Declared.
2151 2009-04-08 Sebastian Pop <sebastian.pop@amd.com>
2153 * sese.c (add_loop_exit_phis): Don't fail on non SSA_NAME renames.
2155 2009-04-08 Sebastian Pop <sebastian.pop@amd.com>
2157 * graphite-sese-to-poly.c (build_scop_bbs_1): Use bb_in_sese_p
2158 instead of bb_in_region.
2159 (flag_bb_in_region): Same. Renamed flag_bb_in_sese.
2160 (build_sese_conditions): Use flag_bb_in_sese.
2161 * sese.c (register_bb_in_sese): Removed.
2162 (new_sese): Remove initialization of SESE_REGION_BBS.
2163 (free_sese): Do not free SESE_REGION_BBS.
2164 * sese.h (struct sese): Remove field region_basic_blocks.
2165 (SESE_REGION_BBS): Removed.
2166 (bb_in_sese_p): Implement in function of bb_in_region.
2168 2009-04-08 Sebastian Pop <sebastian.pop@amd.com>
2170 * graphite-scop-detection.c (limit_scops): Deal only with single exit
2173 2009-04-08 Tobias Grosser <grosser@fim.uni-passau.de>
2175 * graphite-scop-detection.c (stmt_simple_for_scop_p): Allow NE_EXPR
2177 * graphite-sese-to-poly.c (create_linear_expr_from_tree): New.
2178 (add_condition_to_domain): New.
2179 (add_condition_to_pbb): New.
2180 (add_conditions_to_domain): Cleanup and handle of NE_EXPR and EQ_EXPR.
2181 * testsuite/gcc.dg/graphite/scop-3.c: Update number of detected SCoPs.
2183 2009-04-08 Tobias Grosser <grosser@fim.uni-passau.de>
2185 * graphite-clast-to-gimple.c (build_cloog_prog): ppl_Polyhedron ->
2186 ppl_Pointset_Powerset.
2187 * graphite-poly.c (new_poly_bb, free_poly_bb): Same.
2188 * graphite-poly.h (poly_bb): poly_bb.domain Same.
2189 (pbb_nb_loops): Same.
2190 * graphite-sese-to-poly.c (build_loop_iteration_domains,
2191 add_conditions_to_domain): Same.
2192 * graphite-ppl.c (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
2193 (ppl_print_polyhedron_matrix): ppl_Polyhedron_t ->
2194 ppl_const_Polyhedron_t.
2195 (ppl_print_powerset_matrix): New.
2196 * graphite-ppl.h (new_Cloog_Domain_from_ppl_Pointset_Powerset,
2197 ppl_print_powerset_matrix): New.
2198 (ppl_print_polyhedron_matrix): Updated.
2200 2009-04-07 Sebastian Pop <sebastian.pop@amd.com>
2202 * tree-scalar-evolution.c (analyze_scalar_evolution_1): Fix comment.
2204 2009-04-07 Sebastian Pop <sebastian.pop@amd.com>
2206 * graphite-poly.c (extend_scattering): Fix indenting. Free cstr.
2207 (print_iteration_domains, debug_iteration_domain,
2208 debug_iteration_domains): New.
2209 * graphite-poly.h (print_iteration_domains, debug_iteration_domain,
2210 debug_iteration_domains): Declared.
2211 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Fix
2214 2009-04-03 Tobias Grosser <grosser@fim.uni-passau.de>
2215 Sebastian Pop <sebastian.pop@amd.com>
2217 * graphite-poly.h (print_iteration_domain): New.
2218 * graphite-sese-to-poly.c (add_conditions_to_domain): Fixed bug.
2219 (build_sese_conditions_1, build_sese_conditions_after,
2220 build_sese_conditions_before): New.
2221 (build_sese_conditions): Rewritten.
2223 2009-04-03 Sebastian Pop <sebastian.pop@amd.com>
2224 Tobias Grosser <grosser@fim.uni-passau.de>
2226 Cleanup of code generation liveouts.
2227 * graphite-clast-to-gimple.c (translate_clast): Use a single
2228 rename_map instead of one per translated statement.
2229 Do not use SESE_LIVEOUT_RENAMES.
2230 (graphite_loop_normal_form): Do not use SESE_REDUCTION_LIST.
2231 (gloog): Do not use SESE_LIVEOUT_RENAMES.
2232 * graphite-scop-detection.c (harmful_stmt_in_bb): Return the close
2233 phi node of a reduction: when a loop contains a reduction used outside
2234 the loop, there should be a scalar close phi node on the exit block.
2235 * sese.c (new_sese): Do not initialize SESE_LIVEOUT,
2236 SESE_LIVEOUT_RENAMES, and SESE_REDUCTION_LIST.
2237 (free_sese): Do not free them.
2238 (sese_build_liveouts_use): Do not use them.
2239 (sese_build_liveouts_bb): Same.
2240 (sese_build_liveouts): Same.
2241 (sese_insert_phis_for_liveouts): Same.
2242 (sese_adjust_phis_for_liveouts): Same. Renamed sese_adjust_liveout_phis.
2243 (defined_in_loop_p): New.
2244 (alive_after_loop): New.
2245 (close_phi_not_yet_inserted_p): New.
2246 (struct alep, alep_p): New.
2247 (add_loop_exit_phis): Remove from the rename_map all the names defined
2248 in the code generated loop.
2249 (insert_loop_close_phis): Traverse the rename_map passed to it.
2250 Don't use SESE_LIVEOUT_RENAMES.
2251 (default_liveout_before_guard): Renamed default_before_guard.
2252 (insert_guard_phis): Do not use SESE_LIVEOUT_RENAMES.
2253 (graphite_copy_stmts_from_block): Do not directly call set_rename.
2254 (register_sese_liveout_renames): Removed.
2255 (copy_bb_and_scalar_dependences): Do not call it.
2256 * sese.h (struct sese): Removed fields: liveout, liveout_renames, and
2258 (SESE_LIVEOUT): Removed.
2259 (SESE_LIVEOUT_RENAMES): Removed.
2260 (SESE_REDUCTION_LIST): Removed.
2261 (sese_build_liveouts): Removed.
2262 (sese_adjust_phis_for_liveouts): Renamed sese_adjust_liveout_phis.
2263 (insert_loop_close_phis): Pass a htab_t instead of a sese.
2264 (insert_guard_phis): Same.
2265 (rename_map_elt): Declare a VEC of them.
2266 * tree-parloops.c (canonicalize_loop_ivs): reduction_list contains
2267 trees not pointers to trees.
2269 Rewrite in canonical close SSA form:
2270 * graphite-scop-detection.c (contains_only_close_phi_nodes): New.
2271 (limit_scops): Close the scop after the block containing the close phi
2273 (canonicalize_loop_closed_ssa): New.
2274 (canonicalize_loop_closed_ssa_form): New.
2275 (build_scops): Call canonicalize_loop_closed_ssa_form.
2277 * graphite-sese-to-poly.c: Fix typos.
2279 2009-04-03 Sebastian Pop <sebastian.pop@amd.com>
2281 * graphite-poly.c (print_scattering_function, print_pbb_domain):
2283 (dump_gbb_conditions, dump_gbb_cases, print_iteration_domain): New.
2284 (print_pbb): Add conditions.
2286 2009-04-01 Tobias Grosser <grosser@fim.uni-passau.de>
2287 Sebastian Pop <sebastian.pop@amd.com>
2289 * graphite-scop-detection.c (bb_in_sd_region): Use bb_in_region.
2290 * graphite-sese-to-poly.c (all_non_dominated_preds_marked_p): New.
2291 (build_scop_bbs_1): New.
2292 (build_scop_bbs): Rewrite.
2293 * sese.h (bb_in_region): New.
2295 2009-03-29 Tobias Grosser <grosser@fim.uni-passau.de>
2297 * graphite-poly.c (new_poly_bb, free_poly_bb): Initialize/free
2299 (print_scop): Style.
2300 * graphite-poly.h (poly_bb): Add drs vector.
2301 (PBB_DRS): Add accessor.
2302 * graphite-sese-to-poly.c (build_poly_dr): New.
2303 (build_pbb_drs, build_scop_drs): New.
2304 (build_poly_scop): call build_scop_drs (Disabled at the moment).
2306 2009-03-29 Tobias Grosser <grosser@fim.uni-passau.de>
2308 * tree-ssa-loop.c: Include forgotten toplev.h
2310 2009-03-29 Tobias Grosser <grosser@fim.uni-passau.de>
2312 * graphite-poly.c: (apply_poly_transforms): sorry -> gcc_unreachable.
2313 * testsuite/gcc.dg/graphite/pr37883.c: Remove -floop-*
2314 * testsuite/gcc.dg/graphite/pr37928.c: Same
2315 * testsuite/gcc.dg/graphite/pr38409.c: Same
2316 * testsuite/gcc.dg/graphite/pr38498.c: Same
2317 * testsuite/gcc.dg/graphite/pr38559.c: Same
2318 * testsuite/gcc.dg/graphite/pr39335.c: Same
2319 * testsuite/gcc.dg/graphite/pr39335_1.c: Same
2320 * testsuite/gfortran.dg/graphite/block-2.f: Same
2321 * tree-ssa-loop.c (gate_graphite_transforms): Always fail if called
2324 2009-03-28 Tobias Grosser <grosser@fim.uni-passau.de>
2326 * graphite-sese-to-poly.c (ref_nb_loops, build_access_matrix_with_af,
2327 build_access_matrix, build_scop_data_accesses): Remove access function
2328 building. (We get a new version soon).
2329 (build_bb_loops, scan_tree_for_params_right_scev): Update.
2330 * sese.h (nb_loops_around_loop_in_sese): Remove.
2331 (sese_loop_depth): Do not use SESE_LOOP_NEST any more.
2333 2009-03-27 Tobias Grosser <grosser@fim.uni-passau.de>
2334 Sebastian Pop <sebastian.pop@amd.com>
2336 * graphite-scop-detection.c (struct scopdet_info): Rename last
2338 (scopdet_basic_block_info, build_scops_1): Don't use
2339 CDI_POST_DOMINATORS. CDI_POST_DOMINATORS should never be used.
2341 2009-03-26 Tobias Grosser <grosser@fim.uni-passau.de>
2342 Sebastian Pop <sebastian.pop@amd.com>
2344 * graphite-clast-to-gimple.c (gloog): Call sese_build_liveouts.
2345 * sese.c (sese_build_liveouts_use): Renamed from
2346 sese_build_livein_liveouts_use. Remove liveins.
2347 (sese_build_liveouts_bb): Renamed from sese_build_livein_liveouts_bb.
2348 Call sese_build_liveouts_use.
2349 (sese_build_liveouts): Renamed from sese_build_livein_liveouts.
2350 Call sese_build_liveouts_bb.
2351 (new_sese, free_sese): Remove liveins.
2352 (sese_add_exit_phis_var): Deleted.
2353 (sese_insert_phis_for_liveouts): Call sese_add_exit_phis_edge
2355 (graphite_copy_stmts_from_block): Remove SESE_NUM_VER.
2357 * sese.h (sese): Remove num_ver and livein.
2358 (SESE_LIVEIN, SESE_LIVEIN_VER, SESE_NUM_VER): Removed.
2360 2009-03-25 Tobias Grosser <grosser@fim.uni-passau.de>
2362 * graphite-sese-to-poly.c (build_scop_scattering): Fix compile.
2364 2009-03-25 Tobias Grosser <grosser@fim.uni-passau.de>
2366 * graphite-sese-to-poly.c (compare_prefix_loops): Removed.
2367 (build_scop_scattering): Do not use compare_prefix_loops any more.
2368 (nb_common_loops): New.
2370 2009-03-24 Sebastian Pop <sebastian.pop@amd.com>
2372 * sese.c (get_new_name_from_old_name): Renamed get_rename.
2373 (register_old_and_new_names): Renamed set_rename.
2375 2009-03-24 Sebastian Pop <sebastian.pop@amd.com>
2377 * graphite-scop-detection.h (nb_reductions_in_loop): Revert removal
2378 of the decl from the previous commit.
2380 2009-03-24 Sebastian Pop <sebastian.pop@amd.com>
2382 * graphite-scop-detection.c (dot_scop): New.
2383 * graphite-scop-detection.h (dot_scop): Declared.
2385 2009-03-24 Sebastian Pop <sebastian.pop@amd.com>
2387 * graphite-sese-to-poly.c (compare_prefix_loops): Fix compare.
2389 2009-03-24 Sebastian Pop <sebastian.pop@amd.com>
2391 * cfgloopmanip.c (create_empty_loop_on_edge): Generate the loop exit
2392 condition at the end of the loop.
2393 * graphite.c (graphite_initialize, graphite_finalize): Print to
2394 dump_file the compiled function.
2395 * graphite-clast-to-gimple.c (graphite_create_new_loop): Update use
2396 of create_empty_loop_on_edge.
2397 (translate_clast): Update the code generation of loops for the new
2399 * cfgloop.h (create_empty_loop_on_edge): Update declaration.
2401 2009-03-24 Sebastian Pop <sebastian.pop@amd.com>
2403 Reverted the patch from 2009-03-19.
2405 2009-03-19 Tobias Grosser <grosser@fim.uni-passau.de>
2407 * graphite-poly.c (new_poly_bb, free_poly_bb): Initialize/free
2409 (print_scop): Style.
2410 * graphite-poly.h (poly_bb): Add drs vector.
2411 (PBB_DRS): Add accessor.
2412 * graphite-sese-to-poly.c (ref_nb_loops): Remove.
2413 (build_access_matrix_with_af, build_access_matrix,
2414 build_scop_data_accesses): Delete.
2415 (build_poly_dr): New.
2416 (build_pbb_drs, build_scop_drs): New.
2417 (build_poly_scop): call build_scop_drs.
2419 2009-03-13 Sebastian Pop <sebastian.pop@amd.com>
2421 * graphite-scop-detection.c (dot_all_scops_1): Close the table
2422 once per basic block.
2424 2009-03-13 Tobias Grosser <grosser@fim.uni-passau.de>
2426 * graphite-scop-detection.c (graphite_can_represent_scev): New.
2427 (graphite_can_represent_expr): Renamed from loop_affine_expr
2429 (stmt_simple_for_scop_p): Call graphite_can_represent_expr.
2430 (graphite_cannot_represent_loop): Add scop_entry to parameters.
2431 (scopdet_basic_block_info): Actually define entry_block.
2432 (stmt_simple_memref_p): Moved here from ...
2434 * tree-data-ref.c (stmt_simple_memref_p): here.
2435 * tree-data-ref.h (stmt_simple_memref_p): Removed.
2437 2009-03-13 Tobias Grosser <grosser@fim.uni-passau.de>
2439 * testsuite/gcc.dg/graphite/id-4.c: New.
2441 2009-03-12 Sebastian Pop <sebastian.pop@amd.com>
2443 * sese.c (expand_scalar_variables_expr): Handle tcc_comparison.
2444 (register_old_and_new_names): Update the content of the map.
2445 When there was already a rename_map_elt in the map at that
2447 (copy_bb_and_scalar_dependences): Do rename_variables after
2448 expand_scalar_variables.
2449 * graphite-clast-to-gimple.c (build_iv_mapping): Update the content
2450 of the map. When there was already a rename_map_elt in the
2451 map at that location, free it.
2452 (translate_clast): Pass the rename_map. Do not initialize and free
2453 a rename_map per stmt_user.
2454 (gloog): Initialize and free one rename_map and pass it to
2457 2009-03-12 Sebastian Pop <sebastian.pop@amd.com>
2459 * sese.c (expand_scalar_variables_stmt,
2460 expand_scalar_variables_ssa_name): Add a gimple_stmt_iterator
2462 (expand_scalar_variables_expr): Handle REALPART_EXPR and IMAGPART_EXPR.
2463 (expand_scalar_variables): Pass to expand_scalar_variables_stmt
2464 the gimple_stmt_iterator of the statement to be expanded.
2465 * graphite-scop-detection.c (is_simple_operand): Do handle
2468 2009-03-11 Tobias Grosser <grosser@fim.uni-passau.de>
2470 * graphite-scop-detection.c (is_simple_operand): Do not handle
2472 * testsuite/gcc.dg/graphite/id-2.c: New.
2474 * graphite-sese-to-poly.c (build_bb_loops,
2475 add_value_to_dim, scan_tree_for_params_right_scev,
2476 scan_tree_for_params_int, scan_tree_for_params, idx_record_params,
2477 find_params_in_bb, build_loop_iteration_domains,
2478 add_conditions_to_domain): Remove subtract.
2480 2009-03-11 Tobias Grosser <grosser@fim.uni-passau.de>
2482 * graphite-clast-to-gimple.c (loop_iv_stack_patch_for_consts,
2483 build_iv_mapping, compute_cloog_iv_types_1, build_cloog_prog):
2484 pbb_loop_at_index -> gbb_loop_at_index.
2485 * graphite-poly.c (new_poly_bb, new_scop): New accessors.
2486 (debug_loop_vec): Delete.
2487 * graphite-poly.h (poly_bb, scop): Change black_box and region to void
2488 pointer. Move LOOPS to gimple_bb_p and insert nb_params.
2489 (PBB_LOOPS): Removed.
2490 (PBB_BLACK_BOX): Insert cast.
2491 (pbb_set_black_box): New setter.
2492 (pbb_loop_at_index, pbb_loop_index): Removed.
2493 (scop_set_region, scop_set_nb_params): New.
2494 * graphite-sese-to-poly.c (new_gimple_bb, free_gimple_bb,
2495 build_scop_scattering, build_bb_loops): Add GBB_LOOPS.
2496 (build_poly_scop): Use scop_set_nb_params.
2497 * sese.h (gimple_bb): Add LOOPS.
2498 (GBB_LOOPS, gbb_loop_index, gbb_loop_at_index): New.
2500 2009-03-11 Tobias Grosser <grosser@fim.uni-passau.de>
2502 Revert previous commit.
2504 2009-03-11 Sebastian Pop <sebastian.pop@amd.com>
2506 * sese.c (expand_scalar_variables_expr): Handle tcc_comparison.
2507 (register_old_and_new_names): Update the content of the map.
2508 When there was already a rename_map_elt in the map at that
2510 (copy_bb_and_scalar_dependences): Do rename_variables after
2511 expand_scalar_variables.
2512 * graphite-clast-to-gimple.c (build_iv_mapping): Update the content
2513 of the map. When there was already a rename_map_elt in the
2514 map at that location, free it.
2515 (translate_clast): Pass the rename_map. Do not initialize and free
2516 a rename_map per stmt_user.
2517 (gloog): Initialize and free one rename_map and pass it to
2520 2009-03-11 Tobias Grosser <grosser@fim.uni-passau.de>
2522 Remove forgotten line in revert.
2524 2009-03-11 Sebastian Pop <sebastian.pop@amd.com>
2526 Revert previous commit.
2528 2009-03-10 Sebastian Pop <sebastian.pop@amd.com>
2530 * sese.c (register_old_and_new_names): Update the content
2531 of the map. When there was already a rename_map_elt in the
2532 map at that location, free it.
2533 (copy_bb_and_scalar_dependences): Do rename_variables after
2534 expand_scalar_variables.
2535 * graphite-clast-to-gimple.c (build_iv_mapping): Update the content
2536 of the map. When there was already a rename_map_elt in the
2537 map at that location, free it.
2538 (translate_clast): Pass the rename_map. Do not initialize and free
2539 a rename_map per stmt_user.
2540 (gloog): Initialize and free one rename_map and pass it to
2543 2009-03-10 Sebastian Pop <sebastian.pop@amd.com>
2545 * graphite-clast-to-gimple.c (translate_clast): context_loop
2548 2009-03-10 Tobias Grosser <grosser@fim.uni-passau.de>
2549 Sebastian Pop <sebastian.pop@amd.com>
2551 * graphite-ppl.c (ppl_insert_dimensions): Fix stupid mistake
2552 of the use of ppl_Polyhedron_map_space_dimensions.
2554 2009-03-10 Tobias Grosser <grosser@fim.uni-passau.de>
2555 Sebastian Pop <sebastian.pop@amd.com>
2557 * graphite-poly.c (unify_scattering_dimensions): Fix types.
2558 * graphite-poly.h (poly_dr_p, poly_dr, POLY_DR_TYPE, PDR_BB,
2559 PDR_TYPE, PDR_ACCESSES, pdr_accessp_nb_subscripts,
2560 pdr_accessp_nb_iterators, pdr_accessp_nb_params,
2561 pdr_accessp_alias_set_dim, pdr_accessp_subscript_dim,
2562 pdr_accessp_iterator_dim, pdr_accessp_param_dim,
2563 pbb_nb_params): New.
2564 (pbb_nb_loops, pbb_nb_scattering, scop_nb_params,
2565 nb_loops_around_pbb): Adapt return types.
2567 2009-03-09 Tobias Grosser <grosser@fim.uni-passau.de>
2569 * Makefile.in (graphite.o, graphite-sese-to-poly.o,
2570 graphite-clast-to-gimple.o, graphite-data-ref.o,
2571 graphite-scop-detection.o, graphite-poly.o): Add
2574 2009-03-05 Tobias Grosser <grosser@fim.uni-passau.de>
2576 * Makefile.in (graphite.o, graphite-sese-to-poly.o,
2577 graphite-clast-to-gimple.o, graphite-data-ref.o,
2578 graphite-scop-detection.o, graphite-poly.o): Add graphite-poly.h.
2580 2009-03-04 Tobias Grosser <grosser@fim.uni-passau.de>
2582 * testsuite/gcc.dg/graphite/pr37485.c: Remove -floop-block
2583 * testsuite/gcc.dg/graphite/pr37828.c: Same.
2584 * testsuite/gcc.dg/graphite/pr37684.c: Same.
2585 * testsuite/gcc.dg/graphite/block-0.c: Same.
2586 * testsuite/gcc.dg/graphite/block-1.c: Same.
2587 * testsuite/gcc.dg/graphite/block-2.c: Same.
2588 * testsuite/gcc.dg/graphite/block-3.c: Same.
2589 * testsuite/gcc.dg/graphite/block-4.c: Same.
2590 * testsuite/gcc.dg/graphite/block-5.c: Same.
2591 * testsuite/gcc.dg/graphite/block-6.c: Same.
2592 * testsuite/gfortran.dg/graphite/pr38083.f90: Same.
2593 * testsuite/gfortran.dg/graphite/block-1.f90: Same.
2594 * testsuite/gfortran.dg/graphite/block-3.f90: Same.
2595 * testsuite/gfortran.dg/graphite/pr37852.f90: Same.
2596 * testsuite/gfortran.dg/graphite/block-4.f90: Same.
2597 * testsuite/gfortran.dg/graphite/pr37980.f90: Same.
2598 * testsuite/gfortran.dg/graphite/pr38953.f90: Same.
2599 * testsuite/gfortran.dg/graphite/pr37857.f90: Same.
2600 * opts.c: Remove -floop-block from -O2.
2601 * graphite-poly.c: Fail if -floop-block -floop-interchange or
2602 -floop-strip-mine are used.
2604 2009-03-04 Tobias Grosser <grosser@fim.uni-passau.de>
2605 Sebastian Pop <sebastian.pop@amd.com>
2607 * graphite-clast-to-gimple.c (build_cloog_prog): Unify scattering
2609 * graphite-poly.c (pbb_compare, graphite_sort_pbbs,
2610 graphite_trans_bb_move_loop, graphite_trans_bb_strip_mine,
2611 strip_mine_profitable_p, is_interchange_valid,
2612 graphite_trans_bb_block, graphite_trans_loop_block,
2613 graphite_trans_scop_block): Temporary removed.
2614 (extend_scattering, unify_scattering_dimensions): New.
2615 (print_scattering_function, graphite_read_transforms):
2616 PBB_SCATTERING -> PBB_TRANSFORMED_SCATTERING.
2617 (graphite_generate_scattering_fns): Removed.
2618 (apply_poly_transforms): Cleanup.
2619 (free_poly_bb): Add PBB_SCATTERING -> PBB_TRANSFORMED_SCATTERING.
2620 (schedule_to_scattering): Moved.
2621 (PBB_STATIC_SCHEDULE, PBB_SCATTERING): Removed.
2622 (PBB_ORIGINAL_SCATTERING, PBB_TRANSFORMED_SCATTERING): New.
2623 (pbb_nb_scattering): New.
2624 (SCOP_ENTRY, SCOP_EXIT, SCOP_REGION_BBS, SCOP_DEP_GRAPH, SCOP_PARAMS,
2625 SCOP_LOOP_NEST, SCOP_PARAMS, SCOP_OLDIVS, SCOP_LIVEOUT_RENAMES):
2627 * graphite-ppl.c (ppl_insert_dimensions): Extended and renamed from
2629 (ppl_strip_loop): PBB_SCATTERING -> PBB_TRANSFORMED_SCATTERING.
2630 * graphite-scop-detection.c (dot_all_scops_1): PBB_SCATTERING
2631 -> PBB_TRANSFORMED_SCATTERING.
2632 * graphite-sese-to-poly.c (build_scop_bbs): Remove region.
2633 (build_pbb_scattering_polyhedron): Moved from schedule_to_scattering.
2634 (build_scop_scattering): Renamed from build_scop_canonical_schedules.
2635 (check_poly_representation): Do not return bool.
2636 (graphite_transform_loops): Reformat.
2637 * sese.h (SESE_ENTRY_BB, SESE_EXIT_BB): New.
2639 2009-03-04 Sebastian Pop <sebastian.pop@amd.com>
2641 * graphite-poly.c (print_pbb_domain, print_pbb, print_scop,
2642 debug_pbb_domain, debug_pbb, debug_scop): New.
2643 * graphite-poly.h (print_pbb_domain, print_pbb, print_scop,
2644 debug_pbb_domain, debug_pbb, debug_scop): Declared.
2646 2009-03-02 Sebastian Pop <sebastian.pop@amd.com>
2649 * tree-parloops.c (canonicalize_loop_ivs): Call fold_convert
2650 when the type precision of the induction variable should be
2651 larger than the type precision of nit.
2652 (gen_parallel_loop): Update use of canonicalize_loop_ivs.
2653 * graphite-clast-to-gimple.c (graphite_loop_normal_form): Same.
2654 * tree-flow.h (canonicalize_loop_ivs): Update declaration.
2656 * testsuite/gcc.dg/graphite/pr39335_1.c: New.
2657 * testsuite/gcc.dg/graphite/pr39335.c: New.
2659 2009-03-02 Sebastian Pop <sebastian.pop@amd.com>
2661 * tree-parloops.c (canonicalize_loop_ivs): reduction_list contains
2662 SSA_NAMES not struct reduction_info.
2664 2009-03-02 Sebastian Pop <sebastian.pop@amd.com>
2666 * sese.c (expand_scalar_variables_expr): Handle ADDR_EXPR.
2668 2009-02-27 Sebastian Pop <sebastian.pop@amd.com>
2669 Tobias Grosser <grosser@fim.uni-passau.de>
2671 * sese.c (new_sese): Initialize SESE_REDUCTION_LIST.
2672 (free_sese): Free SESE_REDUCTION_LIST.
2673 * sese.h (struct sese): Add field reduction_list.
2674 (SESE_REDUCTION_LIST): New.
2675 * graphite-clast-to-gimple.c (graphite_loop_normal_form): Call
2676 canonicalize_loop_ivs on SESE_REDUCTION_LIST.
2678 2009-02-27 Sebastian Pop <sebastian.pop@amd.com>
2679 Tobias Grosser <grosser@fim.uni-passau.de>
2681 * tree-flow.h (gather_scalar_reductions): Use struct loop * instead
2684 2009-02-27 Sebastian Pop <sebastian.pop@amd.com>
2685 Tobias Grosser <grosser@fim.uni-passau.de>
2687 * tree-parloops.c (struct brli, build_reduction_list_info,
2688 analyze_reduction_list, gather_scalar_reductions): New.
2689 (loop_parallel_p): Build a reduction list containing only
2690 PHI_RESULT SSA_NAMEs: call gather_scalar_reductions.
2691 (gen_parallel_loop): Call the analysis analyze_reduction_list.
2692 (parallelize_loops): Now reduction_list is a htab_t of SSA_NAMEs.
2693 * tree-flow.h (gather_scalar_reductions): Declared.
2695 2009-02-26 Sebastian Pop <sebastian.pop@amd.com>
2698 * graphite-clast-to-gimple.c (graphite_loop_normal_form): Do not call
2699 number_of_iterations_exit from a gcc_assert.
2701 2009-02-25 Sebastian Pop <sebastian.pop@amd.com>
2702 Jan Sjodin <jan.sjodin@amd.com>
2704 * output.h (graphite_out_file, graphite_in_file): Declared.
2705 * toplev.c (graphite_out_file, graphite_in_file): New.
2706 (init_asm_output): Initialize graphite_in_file and graphite_out_file.
2707 * graphite-clast-to-gimple.c (build_cloog_prog): Read PBB_SCATTERING.
2708 Don't call schedule_to_scattering.
2709 * common.opt (fgraphite-write, fgraphite-read): New.
2710 * graphite-poly.c: Include output.h.
2711 (print_scattering_function, print_scattering_functions,
2712 debug_scattering_function, debug_scattering_functions,
2713 graphite_write_transforms, graphite_read_transforms,
2714 graphite_generate_scattering_fns): New.
2715 (apply_poly_transforms): Do not apply transform if flag_graphite_read.
2716 Call graphite_generate_scattering_fns, graphite_write_transforms,
2717 graphite_read_transforms.
2718 (new_poly_bb): Initialize PBB_SCATTERING.
2719 (free_poly_bb): Free PBB_SCATTERING.
2720 (schedule_to_scattering): Does not return, initialize PBB_SCATTERING.
2721 * graphite-poly.h (struct poly_bb): Add field scattering.
2722 (PBB_SCATTERING): New.
2723 (print_scattering_function, print_scattering_functions,
2724 debug_scattering_function, debug_scattering_functions): Declared.
2725 * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Matrices contain
2726 GMP values, not integers!
2727 (ppl_print_polyhedron_matrix, debug_ppl_polyhedron_matrix,
2728 ppl_read_polyhedron_matrix): New.
2729 * graphite-ppl.h (ppl_print_polyhedron_matrix,
2730 debug_ppl_polyhedron_matrix,
2731 ppl_read_polyhedron_matrix): Declared.
2732 * Makefile.in (graphite-poly.o): Depends on output.h.
2734 2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
2735 Tobias Grosser <grosser@fim.uni-passau.de>
2738 * graphite-scop-detection.c (stmt_simple_for_scop_p): Analyze
2739 scalar evolutions in the scop_entry->loop_father.
2741 2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
2742 Tobias Grosser <grosser@fim.uni-passau.de>
2744 * graphite.h (ref_nb_loops): Remove declaration.
2745 (struct gimple_bb, gimple_bb_p, GBB_BB, GBB_DATA_REFS, GBB_CONDITIONS,
2746 GBB_CONDITION_CASES, GBB_CLOOG_IV_TYPES, gbb_loop, print_gimple_bb,
2747 debug_gbb): Moved to sese.h.
2750 2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
2751 Tobias Grosser <grosser@fim.uni-passau.de>
2753 * graphite-data-ref.[ch]: Disable.
2755 2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
2756 Tobias Grosser <grosser@fim.uni-passau.de>
2758 * graphite-scop-detection.c (stmt_simple_for_scop_p): Analyze
2759 scalar evolutions in the scop_entry->loop_father.
2761 2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
2763 * graphite-scop-detection.c (nb_reductions_in_loop): Moved here...
2764 (graphite_cannot_represent_loop_niter): Renamed
2765 graphite_cannot_represent_loop. Call nb_reductions_in_loop.
2766 (limit_scops): build_sese_loop_nests does not return a bool.
2767 * graphite-scop-detection.h (nb_reductions_in_loop): Declared.
2768 * sese.c (nb_reductions_in_loop): ... from here.
2769 (graphite_loop_normal_form): ... from here.
2770 (sese_record_loop): Does not fail, so does not return a bool.
2771 (build_sese_loop_nests): Same.
2772 * sese.h (build_sese_loop_nests): Update declaration.
2773 * graphite-clast-to-gimple.c (graphite_loop_normal_form): Moved here...
2774 (build_graphite_loop_normal_form): New.
2775 (gloog): Call build_graphite_loop_normal_form.
2776 * graphite-sese-to-poly.c (build_poly_scop): Don't fail on
2777 build_sese_loop_nests.
2779 * testsuite/gcc.dg/graphite/id-1.c: New.
2781 2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
2782 Tobias Grosser <grosser@fim.uni-passau.de>
2784 * graphite-sese-to-poly.c (scan_tree_for_params): Remove REAL_CST.
2785 The SCoP detection fix is sufficient.
2787 2009-02-21 Sebastian Pop <sebastian.pop@amd.com>
2789 PR tree-optimization/39260
2790 * graphite-scop-detection.c (harmful_stmt_in_bb): Stop a SCoP when
2791 the basic block contains a condition with a real type.
2792 * graphite-sese-to-poly.c (scan_tree_for_params): Handle REAL_CST.
2794 * gcc.dg/graphite/pr39260.c: New.
2796 2009-02-21 Sebastian Pop <sebastian.pop@amd.com>
2798 * graphite-poly.c: Inlcude params.h.
2799 (graphite_trans_loop_block): Use PARAM_LOOP_BLOCK_TILE_SIZE for
2801 * Makefile.in (graphite-poly.o): Depend on PARAMS_H.
2802 * params.def (PARAM_LOOP_BLOCK_TILE_SIZE): Define.
2804 2009-02-20 Sebastian Pop <sebastian.pop@amd.com>
2805 Tobias Grosser <grosser@fim.uni-passau.de>
2807 * graphite-scop-detection.c (dot_all_scops_1,
2808 dot_all_scops): Moved here.
2809 * graphite-scop-detection.h (dot_all_scops): Declared here.
2810 * graphite.c (graphite_initialize, graphite_finalize): New.
2811 (graphite_transform_loops): Cleaned up.
2812 * sese.c (debug_oldivs): Moved here.
2813 * graphite-poly.c (graphite_apply_transformations): Renamed
2814 apply_poly_transforms.
2815 (debug_loop_vec): Moved here.
2816 * graphite-sese-to-poly.c (build_bb_loops, build_sese_conditions_1,
2817 scop_contains_non_iv_scalar_phi_nodes, build_sese_conditions,
2818 find_scop_parameters, build_scop_iteration_domain,
2819 add_conditions_to_constraints, build_scop_canonical_schedules,
2820 build_scop_data_accesses): Now static.
2821 (build_poly_scop, check_poly_representation): New.
2823 2009-02-20 Sebastian Pop <sebastian.pop@amd.com>
2825 * graphite.c (graphite_stmt_p, new_gimple_bb, free_gimple_bb,
2826 remove_gbbs_in_scop, free_scops, try_generate_gimple_bb,
2827 build_scop_bbs, ref_nb_loops, compare_prefix_loops,
2828 build_scop_canonical_schedules, build_bb_loops, add_value_to_dim,
2829 scan_tree_for_params_right_scev, scan_tree_for_params_int,
2830 scan_tree_for_params, struct irp_data, dx_record_params,
2831 find_params_in_bb, find_scop_parameters, gbb_from_bb,
2832 build_loop_iteration_domains, add_conditions_to_domain,
2833 phi_node_is_iv, bb_contains_non_iv_scalar_phi_nodes,
2834 scop_contains_non_iv_scalar_phi_nodes, build_sese_conditions_1,
2835 build_sese_conditions, add_conditions_to_constraints,
2836 build_scop_iteration_domain, build_access_matrix_with_af,
2837 build_access_matrix,
2838 build_scop_data_accesses): Moved to graphite-sese-to-poly.c.
2840 * graphite-sese-to-poly.c: New.
2841 * graphite-sese-to-poly.h: New.
2843 * Makefile.in: Add new rule for graphite-sese-to-poly.o.
2845 2009-02-20 Sebastian Pop <sebastian.pop@amd.com>
2847 * graphite.c: Split graphite code generation to a new file.
2848 (graphite_verify, gmp_cst_to_tree, clast_name_to_gcc,
2849 max_precision_type, clast_to_gcc_expression_red,
2850 clast_to_gcc_expression, gcc_type_for_clast_expr,
2851 gcc_type_for_clast_eq, loop_iv_stack_patch_for_consts,
2852 graphite_translate_clast_equation, graphite_create_guard_cond_expr,
2853 graphite_create_new_guard, clast_get_body_of_loop,
2854 gcc_type_for_cloog_iv, gcc_type_for_iv_of_clast_loop,
2855 graphite_create_new_loop, build_iv_mapping, copy_renames,
2856 translate_clast, find_cloog_iv_in_expr, compute_cloog_iv_types_1,
2857 compute_cloog_iv_types, free_scattering, save_var_name,
2858 initialize_cloog_names, build_scop_context, build_cloog_prog,
2859 set_cloog_options, debug_clast_stmt, scop_to_clast,
2860 print_generated_program, debug_generated_program,
2861 gloog): Moved to graphite-clast-to-gimple.c.
2863 (struct cloog_prog_clast): Moved to graphite-clast-to-gimple.h.
2865 (iv_stack_entry_is_constant, iv_stack_entry_is_iv,
2866 loop_iv_stack_push_iv, loop_iv_stack_insert_constant,
2867 loop_iv_stack_pop, loop_iv_stack_get_iv,
2868 loop_iv_stack_get_iv_from_name, debug_loop_iv_stack,
2869 free_loop_iv_stack, loop_iv_stack_remove_constants,
2870 debug_rename_elt, debug_rename_map_1, debug_rename_map,
2871 rename_map_elt_info, eq_rename_map_elts, debug_ivtype_elt,
2872 debug_ivtype_map_1, debug_ivtype_map, ivtype_map_elt_info,
2873 eq_ivtype_map_elts, sese_add_exit_phis_edge,
2874 sese_add_exit_phis_var, sese_insert_phis_for_liveouts,
2875 get_vdef_before_sese, sese_adjust_vphi,
2876 get_new_name_from_old_name, sese_adjust_phis_for_liveouts,
2877 oldiv_for_loop, rename_variables_in_stmt, is_parameter,
2878 is_iv, expand_scalar_variables_ssa_name,
2879 expand_scalar_variables_expr, expand_scalar_variables_stmt,
2880 expand_scalar_variables, rename_variables, remove_condition,
2881 get_true_edge_from_guard_bb, get_false_edge_from_guard_bb,
2882 add_loop_exit_phis, insert_loop_close_phis, struct igp,
2883 default_liveout_before_guard, add_guard_exit_phis,
2884 insert_guard_phis, register_old_and_new_names,
2885 graphite_copy_stmts_from_block, register_sese_liveout_renames,
2886 copy_bb_and_scalar_dependences, outermost_loop_in_sese,
2887 if_region_set_false_region, create_if_region_on_edge,
2888 move_sese_in_condition): Moved to sese.c.
2890 (nb_loops_around_loop_in_sese, struct ifsese, if_region_entry,
2891 if_region_exit, if_region_get_condition_block,
2892 struct rename_map_elt, new_rename_map_elt, enum iv_stack_entry_kind,
2893 union iv_stack_entry_data_union, struct iv_stack_entry_struct,
2894 iv_stack_entry_p, loop_iv_stack, struct ivtype_map_elt,
2895 ivtype_map_elt, new_ivtype_map_elt,
2896 recompute_all_dominators): Moved to sese.h.
2898 * graphite-clast-to-gimple.c: New.
2899 * graphite-clast-to-gimple.h: New.
2900 * Makefile.in: Add new rule for graphite-clast-to-gimple.o.
2901 * sese.c: Modified as said above.
2904 2009-02-20 Sebastian Pop <sebastian.pop@amd.com>
2906 * graphite.c: Split scop detection to a new file.
2907 (enum gbb_type, gbb_type, get_bb_type, struct sd_region_p, sd_region,
2908 move_sd_regions, loop_affine_expr, exclude_component_ref,
2909 is_simple_operand, stmt_simple_for_scop_p, harmful_stmt_in_bb,
2910 graphite_cannot_represent_loop_niter, struct scopdet_info,
2911 scopdet_basic_block_info, build_scops_1, bb_in_sd_region,
2912 find_single_entry_edge, find_single_exit_edge,
2913 create_single_entry_edge, sd_region_without_exit,
2914 create_single_exit_edge, unmark_exit_edges, mark_exit_edges,
2915 create_sese_edges, build_graphite_scops, limit_scops, build_scops):
2916 Moved to graphite-scop-detection.c.
2918 * graphite-scop-detection.c: New.
2919 * graphite-scop-detection.h: New.
2920 * Makefile.in: Add new rule for graphite-scop-detection.o.
2922 * sese.c: Include tree-chrec.h, tree-data-ref.h, and
2923 tree-scalar-evolution.h.
2924 (nb_reductions_in_loop, graphite_loop_normal_form, sese_record_loop,
2925 build_sese_loop_nests): Moved here from graphite.c.
2926 (param_index): Renamed parameter_index_in_region.
2928 2009-02-18 Tobias Grosser <grosser@fim.uni-passau.de>
2929 Sebastian Pop <sebastian.pop@amd.com>
2931 * gcc.dg/graphite/block-0.c: Expected to fail now.
2932 * gcc.dg/graphite/block-1.c: Same.
2933 * gcc.dg/graphite/block-5.c: Same.
2934 * gcc.dg/graphite/block-6.c: Same.
2936 2009-02-18 Tobias Grosser <grosser@fim.uni-passau.de>
2937 Sebastian Pop <sebastian.pop@amd.com>
2939 * graphite.h: Separate from graphite_bb_p the polyhedral
2940 representation in poly_bb_p and the GCC specifics in gimple_bb_p.
2941 (struct data_dependence_polyhedron, RDGE_DDP, ddp_p): Moved to
2942 graphite-data-ref.h.
2943 (struct poly_bb, PBB_SCOP, PBB_STATIC_SCHEDULE, PBB_DOMAIN,
2944 PBB_BLACK_BOX, PBB_LOOPS, pbb_nb_loops, pbb_loop_at_index,
2945 pbb_loop_index, struct scop, SCOP_BBS, SCOP_REGION, SCOP_ENTRY,
2946 SCOP_EXIT, SCOP_REGION_BBS, SCOP_DEP_GRAPH, SCOP_PARAMS,
2947 SCOP_LOOP_NEST, SCOP_PARAMS, SCOP_OLDIVS, SCOP_LIVEOUT_RENAMES,
2948 scop_nb_params): Moved to graphite-poly.h.
2949 * graphite-data-ref.c: Same.
2950 * graphite-data-ref.h: New.
2952 (pbb_compare, graphite_sort_pbbs, graphite_trans_bb_move_loop,
2953 graphite_trans_bb_strip_mine, strip_mine_profitable_p,
2954 is_interchange_valid, graphite_trans_bb_block,
2955 graphite_trans_loop_block, scop_max_loop_depth,
2956 graphite_trans_scop_block, graphite_apply_transformations,
2957 new_poly_bb, free_poly_bb, new_scop, free_scop): Moved to
2959 * graphite-poly.h: New.
2960 * graphite-poly.c: New.
2961 * Makefile.in (OBJS-common): Add graphite-poly.o.
2962 (graphite-poly.o): New rule.
2963 * tree-data-ref.h (struct data_reference): Remove unused scop field.
2966 2009-02-18 Sebastian Pop <sebastian.pop@amd.com>
2967 Tobias Grosser <grosser@fim.uni-passau.de>
2969 * graphite.c: Replace gb -> gbb.
2971 * graphite-data-ref.c: Same.
2973 2009-02-18 Sebastian Pop <sebastian.pop@amd.com>
2974 Tobias Grosser <grosser@fim.uni-passau.de>
2976 * Makefile.in (OBJS-commmon): Add sese.o.
2978 (graphite.o): Add sese.h.
2979 * graphite.c (bb_in_ss_p, loop_in_sese_p,
2980 sese_build_livein_liveouts_use, sese_build_livein_liveouts_bb,
2981 sese_build_livein_liveouts, register_bb_in_sese, new_sese, free_sese):
2983 (block_before_scop): Add missing return.
2984 (new_scop, free_scop): Remove SESE data structures.
2985 (scop_record_loop, scan_tree_for_params, find_params_in_bb,
2986 find_scop_parameters, build_loop_iteration_domains,
2987 add_conditions_to_domain, register_scop_liveout_renames,
2988 copy_bb_and_scalar_dependences): Scop -> SESE.
2990 (add_conditions_to_domain): SCoP -> SESE and remove check
2991 (scop_contains_non_iv_scalar_phi_nodes): New.
2992 (build_scop_conditions_1, build_scop_conditions): Remove check for
2993 non iv scalar phi nodes.
2994 (print_scop_statistics): New.
2995 (graphite_transform_loops): Cleanup.
2997 * graphite.h: Move to sese & cleanup.
3001 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
3002 Tobias Grosser <grosser@fim.uni-passau.de>
3004 * graphite.c (build_scop_conditions_1): Conditions are only
3005 at the end of a basic block.
3007 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
3008 Tobias Grosser <grosser@fim.uni-passau>
3010 * graphite.h (struct graphite_bb): Remove compressed_alpha_matrix
3012 (GBB_ALPHA): Removed.
3014 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
3015 Tobias Grosser <grosser@fim.uni-passau.de>
3017 * graphite-data-ref.c (graphite_test_dependence): Don't use
3018 GBB_DYNAMIC_SCHEDULE.
3019 * graphite.c (new_graphite_bb): Same.
3020 (free_graphite_bb): Same.
3021 (build_scop_dynamic_schedules): Removed.
3022 (graphite_transform_loops): Don't call it.
3023 * graphite.h (struct graphite_bb): Remove dynamic_schedule field.
3024 (GBB_DYNAMIC_SCHEDULE): Removed.
3026 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
3027 Tobias Grosser <grosser@fim.uni-passau.de>
3029 * graphite.c (schedule_to_scattering): Don't use CloogMatrix.
3030 (print_graphite_bb): Same.
3031 (build_cloog_prog): Same.
3033 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
3034 Tobias Grosser <grosser@fim.uni-passau.de>
3036 * graphite.c (build_cloog_prog): Don't use CloogMatrix.
3038 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
3039 Tobias Grosser <grosser@fim.uni-passau.de>
3041 * graphite.c (build_scop_context): Don't use CloogMatrix.
3042 * graphite-ppl.c (new_Cloog_Domain_from_ppl_Polyhedron): New.
3043 * graphite-ppl.h (new_Cloog_Domain_from_ppl_Polyhedron): Declared.
3045 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
3046 Tobias Grosser <grosser@fim.uni-passau.de>
3048 * graphite.h (struct scop): Move params, old_ivs, loops, loop_nest,
3049 liveout_renames, add_params fields...
3050 (struct sese): ... here.
3051 (SESE_PARAMS, SESE_LOOPS, SESE_LOOP_NEST, SESE_ADD_PARAMS,
3052 SESE_PARAMS, SESE_OLDIVS, SESE_LIVEOUT_RENAMES): New.
3054 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
3055 Tobias Grosser <grosser@fim.uni-passau.de>
3057 * graphite.c (print_scop): Do not print the CLooG program.
3058 (new_scop, free_scop, initialize_cloog_names, build_scop_context,
3059 build_cloog_prog, gloog): Don't use SCOP_PROG.
3060 (find_transform): Renamed scop_to_clast.
3061 (print_generated_program, debug_generated_program): New.
3062 (graphite_transform_loops): Adapt to new interface.
3063 * graphite.h (struct scop): Remove program field.
3064 (SCOP_PROG): Removed.
3065 (print_generated_program, debug_generated_program): Declared.
3067 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
3069 * graphite-data-ref.c (schedule_precedes_p, schedule_same_p): New.
3070 (statement_precedes_p): Use schedule_same_p and schedule_precedes_p.
3071 * graphite.c (gbb_compare, schedule_to_scattering, print_graphite_bb,
3072 free_graphite_bb, build_scop_canonical_schedules,
3073 graphite_trans_bb_strip_mine, graphite_trans_scop_block): Static
3074 schedules are now represented using a ppl_Linear_Expression_t.
3075 * graphite.h (struct graphite_bb): Same.
3076 * graphite-ppl.c (ppl_lexico_compare_linear_expressions): New.
3077 * graphite-ppl.h (ppl_lexico_compare_linear_expressions): Declared.
3079 2009-02-15 Sebastian Pop <sebastian.pop@amd.com>
3081 * graphite.c: Free local memory.
3082 * graphite-ppl.c: Same.
3084 2009-02-15 Sebastian Pop <sebastian.pop@amd.com>
3086 * graphite.c (const_column_index, get_first_matching_sign_row_index,
3087 get_lower_bound_row, get_upper_bound_row, copy_constraint,
3088 swap_constraint_variables, scale_constraint_variable): Removed.
3089 (graphite_trans_bb_strip_mine): Remove pong.
3090 * graphite-ppl.c: Include missing header files.
3091 (set_inhomogeneous, set_coef, shift_poly, ppl_strip_loop): New.
3092 * graphite-ppl.h (ppl_strip_loop): Declared.
3093 * Makefile.in (graphite-ppl.o): Adjust dependences.
3095 2009-02-14 Sebastian Pop <sebastian.pop@amd.com>
3097 * graphite.c (build_loop_iteration_domains): Remove ping pong.
3098 (build_scop_iteration_domain): Same.
3100 2009-02-13 Sebastian Pop <sebastian.pop@amd.com>
3102 * graphite.c (scan_tree_for_params, add_conditions_to_domain): Remove
3104 (add_value_to_dim, scan_tree_for_params_right_scev,
3105 scan_tree_for_params_int): New.
3106 * graphite-ppl.c (oppose_constraint): New.
3107 (insert_constraint_into_matrix): Implement missing cases.
3108 * graphite-ppl.h (insert_constraint_into_matrix): Declared.
3110 2009-02-13 Sebastian Pop <sebastian.pop@amd.com>
3112 * graphite.c (graphite_trans_bb_move_loop): Remove ping pong,
3113 use ppl_move_dimension.
3115 2009-02-12 Sebastian Pop <sebastian.pop@amd.com>
3117 * graphite-data-ref.c: Domains are now ppl_Polyhedra_t.
3120 * graphite-ppl.c: Same.
3121 * graphite-ppl.h: Same.
3123 2009-02-12 Sebastian Pop <sebastian.pop@amd.com>
3125 Revert last 3 commits.
3127 2009-02-10 Sebastian Pop <sebastian.pop@amd.com>
3129 * graphite.c (scan_tree_for_params, add_conditions_to_domain): Remove
3131 (add_value_to_dim, scan_tree_for_params_right_scev,
3132 scan_tree_for_params_int): New.
3133 * graphite-ppl.c (oppose_constraint): New.
3134 (insert_constraint_into_matrix): Implement missing cases.
3135 * graphite-ppl.h (insert_constraint_into_matrix): Declared.
3137 2009-02-10 Sebastian Pop <sebastian.pop@amd.com>
3139 * graphite.c (graphite_trans_bb_move_loop): Remove unused variables.
3141 2009-02-10 Sebastian Pop <sebastian.pop@amd.com>
3142 Tobias Grosser <grosser@fim.uni-passau.de>
3144 * graphite.c (graphite_trans_bb_move_loop): Remove ping pong,
3145 use ppl_move_dimension.
3146 * graphite-ppl.c (ppl_move_dimension): New.
3147 * graphite-ppl.h (ppl_move_dimension): Declared.
3149 2009-02-10 Sebastian Pop <sebastian.pop@amd.com>
3151 * graphite.c: Do not include cloog/cloog.h.
3152 (print_graphite_bb): Remove ping pong, call PPL print function.
3154 2009-02-10 Tobias Grosser <grosser@fim.uni-passau.de>
3156 * Makefile.in (OBJS-common): Add graphite-ppl.o.
3157 (graphite.o): Add dependence on graphite-ppl.h.
3158 (graphite-ppl.o): New.
3159 (graphite-data-ref.c): Ping pong between PPL data structures
3161 * graphite-ppl.c: New.
3162 * graphite-ppl.h: New.
3163 * graphite.c: Include graphite-ppl.h.
3164 (print_graphite_bb, add_conditions_to_domain, build_cloog_prog,
3165 graphite_trans_bb_move_loop, graphite_trans_bb_strip_mine):
3166 Ping pong between PPL data structures and matrices.
3167 (new_graphite_bb): Create a PPL constraint system.
3168 Call ppl_delete_Constraint_System instead of cloog_matrix_free.
3169 (build_loop_iteration_domains): Use PPL functions.
3170 * graphite.h: Include graphite-ppl.h. Fix comments.
3171 (graphite_bb): Use a ppl_Constraint_System_t instead of
3172 CloogMatrix for representing the domain.
3173 (scop): Remove static_schedule.
3174 (gbb_nb_loops): Ping pong between PPL data structures and matrices.
3176 2009-02-06 Sebastian Pop <sebastian.pop@amd.com>
3178 * graphite.c: Fix some comments.
3180 2009-02-05 Sebastian Pop <sebastian.pop@amd.com>
3183 * graphite.c (if_region_set_false_region): After moving a region
3184 in the false branch of a condition, remove the empty dummy
3186 (gloog): Remove wrong fix for PR38953.
3188 2009-02-03 Tobias Grosser <grosser@fim.uni-passau.de>
3190 * graphite.c (bb_in_sese_p, sese_build_livein_liveouts_use,
3191 sese_build_livein_liveouts_bb, sese_build_livein_liveouts,
3192 register_bb_in_sese, new_sese, free_sese): Moved.
3193 (dot_scop_1, build_scop_loop_nests, build_loop_iteration_domains,
3194 outermost_loop_in_scop, build_scop_iteration_domain,
3195 expand_scalar_variables_ssa_name, get_vdef_before_scop,
3196 limit_scops): Use bb_in_sese_p instead of bb_in_scop_p.
3197 Use loop_in_sese_p instead of loop_in_scop_p.
3198 (new_graphite_bb, new_scop, gloog): Do not initialize SCOP_BBS_B.
3199 (free_scop): Do not free SCOP_BBS_B.
3200 (nb_loops_around_loop_in_scop, nb_loops_around_gb,
3201 ref_nb_loops): Moved here...
3202 * graphite.h (ref_nb_loops): ... from here.
3203 (struct scop): Remove bbs_b bitmap.
3204 (SCOP_BBS_B, bb_in_scop_p, loop_in_scop_p): Removed.
3205 * testsuite/gcc.dg/graphite/scop-19.c: New
3207 2009-02-03 Tobias Grosser <grosser@fim.uni-passau.de>
3209 * graphite.c (scopdet_basic_block_info): Fix bug in scop
3212 2009-01-30 Tobias Grosser <grosser@fim.uni-passau.de>
3214 * graphite.c (new_loop_to_cloog_loop_str, hash_loop_to_cloog_loop,
3215 eq_loop_to_cloog_loop): Remove.
3216 (new_scop, free_scop): Remove SCOP_LOOP2CLOOG_LOOP.
3217 * graphite.h (struct scop): Remove loop2cloog_loop.
3218 (loop_domain_dim, loop_iteration_vector_dim): Remove.
3220 2009-01-30 Tobias Grosser <grosser@fim.uni-passau.de>
3222 * opts.c (decode_options): Only add graphite options to O2
3223 if we compile with graphite enabled.
3225 2009-01-26 Sebastian Pop <sebastian.pop@amd.com>
3227 * Merge from mainline (r143163:143684).
3229 2009-01-26 Sebastian Pop <sebastian.pop@amd.com>
3231 * graphite.c (debug_value): Removed.
3232 * graphite.h (debug_value): Removed.
3234 2009-01-23 Sebastian Pop <sebastian.pop@amd.com>
3236 * passes.c (init_optimization_passes): Do not call pass_copy_prop
3237 after graphite: pass_copy_prop does not maintain a proper loop closed
3238 SSA form. pass_copy_prop should be fixed.
3240 2009-01-23 Sebastian Pop <sebastian.pop@amd.com>
3242 * graphite.c (scop_adjust_phis_for_liveouts): Fix warning.
3244 2009-01-23 Sebastian Pop <sebastian.pop@amd.com>
3246 * graphite.c (graphite_verify): Add a call to verify_loop_closed_ssa.
3247 (gloog): Split the exit of the scop when the scop exit is a loop exit.
3248 (graphite_transform_loops): Only call cleanup_tree_cfg if gloog
3251 2009-01-20 Sebastian Pop <sebastian.pop@amd.com>
3253 * graphite.c (gloog): Return true when code gen succeeded.
3254 (graphite_transform_loops): Do not call cleanup_tree_cfg if
3255 the code of the function did not changed. After cleanup_tree_cfg
3256 call rewrite_into_loop_closed_ssa to maintain the loop closed ssa
3259 2009-01-19 Sebastian Pop <sebastian.pop@amd.com>
3261 * graphite.c (stmt_simple_for_scop_p): Also handle cases when
3262 gimple_call_lhs is NULL.
3264 2009-01-16 Sebastian Pop <sebastian.pop@amd.com>
3265 Tobias Grosser <tobi.grosser@amd.com>
3267 * graphite.c (graphite_trans_scop_block): Do not block single
3270 2009-01-15 Sebastian Pop <sebastian.pop@amd.com>
3271 Tobias Grosser <tobi.grosser@amd.com>
3273 * graphite.c (build_scop_canonical_schedules): Start schedules at
3276 2009-01-15 Sebastian Pop <sebastian.pop@amd.com>
3277 Tobias Grosser <tobi.grosser@amd.com>
3279 * graphite.c (compare_prefix_loops): New.
3280 (build_scop_canonical_schedules): Rewritten.
3281 (graphite_transform_loops): Move build_scop_canonical_schedules
3282 after build_scop_iteration_domain.
3284 2009-01-14 Sebastian Pop <sebastian.pop@amd.com>
3285 Tobias Grosser <tobi.grosser@amd.com>
3287 * graphite.c (add_conditions_to_domain): Add the loops to
3288 the dimension of the iteration domain. Do copy the domain
3289 only when it exists.
3290 (build_scop_conditions_1): Do not call add_conditions_to_domain.
3291 (add_conditions_to_constraints): New.
3292 (can_generate_code_stmt, can_generate_code): Removed.
3293 (gloog): Do not call can_generate_code.
3294 (graphite_transform_loops): Call add_conditions_to_constraints
3295 after building the iteration domain.
3297 2009-01-14 Sebastian Pop <sebastian.pop@amd.com>
3298 Tobias Grosser <tobi.grosser@amd.com>
3299 Jan Sjodin <jan.sjodin@amd.com>
3301 * graphite.c (scan_tree_for_params): On substractions negate
3302 all the coefficients of the term.
3303 (clast_to_gcc_expression_red): New. Handle reduction expressions
3304 of more than two operands.
3305 (clast_to_gcc_expression): Call clast_to_gcc_expression_red.
3306 (get_vdef_before_scop): Handle also the case of default definitions.
3308 2009-01-14 Sebastian Pop <sebastian.pop@amd.com>
3311 * graphite.c (get_vdef_before_scop, scop_adjust_vphi): New.
3312 (scop_adjust_phis_for_liveouts): Call scop_adjust_vphi.
3313 (gloog): Do not call cleanup_tree_cfg.
3314 (graphite_transform_loops): Call cleanup_tree_cfg after all
3315 scops have been code generated.
3317 2009-01-13 Sebastian Pop <sebastian.pop@amd.com>
3319 * passes.c (init_optimization_passes): Schedule after
3320 graphite transforms pass_copy_prop, pass_dce_loop and pass_lim.
3322 2009-01-13 Sebastian Pop <sebastian.pop@amd.com>
3324 * graphite.c (expand_scalar_variables_stmt): Do not pass loop_p.
3326 (expand_scalar_variables_ssa_name): Do not pass loop_p. Fix comment.
3327 Set the type of an expression to the type of its assign statement.
3328 (expand_scalar_variables_expr): Do not pass loop_p.
3329 Fix comment. Stop recursion on tcc_constant or tcc_declaration.
3330 (copy_bb_and_scalar_dependences): Do not pass loop_p.
3331 (translate_clast): Update call to copy_bb_and_scalar_dependences.
3333 2009-01-11 Sebastian Pop <sebastian.pop@amd.com>
3335 * graphite.c (expand_scalar_variables_ssa_name): Set the type of
3336 an expression to the gimple_expr_type of its assign statement.
3337 (expand_scalar_variables_expr): Stop recursion on tcc_constant
3340 2009-01-11 Sebastian Pop <sebastian.pop@amd.com>
3342 PR tree-optimization/38786
3343 * testsuite/gcc.dg/graphite/pr38786.c: New.
3344 * graphite.c (expand_scalar_variables_ssa_name): New, outlined from
3345 the SSA_NAME case of expand_scalar_variables_expr.
3346 (expand_scalar_variables_expr): Also gather the scalar computation
3347 used to index the memory access.
3348 (expand_scalar_variables_stmt): Pass to expand_scalar_variables_expr
3349 the gimple_stmt_iterator where it inserts new code.
3351 2009-01-10 Sebastian Pop <sebastian.pop@amd.com>
3353 * testsuite/gcc.dg/graphite/block-3.c: Fix compile error on 32bit.
3355 2009-01-10 Sebastian Pop <sebastian.pop@amd.com>
3357 * opts.c (decode_options): Enable flag_graphite_identity and
3358 flag_loop_block in -O2 and above.
3360 2009-01-08 Sebastian Pop <sebastian.pop@amd.com>
3362 * libjava/classpath/lib/gnu/java/awt/peer/gtk/GtkMouseInfoPeer.class:
3363 Fix merge problem: replace with the file from trunk.
3365 2009-01-08 Sebastian Pop <sebastian.pop@amd.com>
3367 * Merge from mainline (r141727:143163).
3369 2009-01-07 Sebastian Pop <sebastian.pop@amd.com>
3370 Jan Sjodin <jan.sjodin@amd.com>
3372 PR tree-optimization/38559
3373 * testsuite/gcc.dg/graphite/pr38559.c: New.
3375 * graphite.c (debug_value, copy_constraint,
3376 swap_constraint_variables, scale_constraint_variable, ): New.
3377 (get_lower_bound, get_upper_bound): Removed.
3378 (graphite_trans_bb_strip_mine): Clean up this code that works
3379 only for constant number of iterations. Fully copy upper and
3380 lower bound constraints, not only the constant part of them.
3381 * graphite.h (debug_value): Declared.
3383 2009-01-06 Jan Sjodin <jan.sjodin@amd.com>
3385 PR tree-optimization/38492
3386 PR tree-optimization/38498
3387 * tree-check.c (operator_is_linear, scev_is_linear_expression): New.
3388 * tree-chrec.h (scev_is_linear_expression): Declared.
3389 * graphite.c (graphite_cannot_represent_loop_niter): New.
3390 (scopdet_basic_block_info): Call graphite_cannot_represent_loop_niter.
3391 (graphite_loop_normal_form): Use gcc_assert.
3392 (scan_tree_for_params): Use CASE_CONVERT.
3393 (phi_node_is_iv, bb_contains_non_iv_scalar_phi_nodes): New.
3394 (build_scop_conditions_1): Call bb_contains_non_iv_scalar_phi_nodes.
3395 Use gcc_assert. Discard scops that contain unhandled cases.
3396 (build_scop_conditions): Return a boolean status for unhandled cases.
3397 (strip_mine_profitable_p): Print the loop number, not its depth.
3398 (is_interchange_valid): Pass the depth of the loop nest, don't
3399 recompute it wrongly.
3400 (graphite_trans_bb_block): Same.
3401 (graphite_trans_bb_block): Print tentative of loop blocking.
3402 (graphite_trans_scop_block): Do not print that the loop has been
3404 (graphite_transform_loops): Do not handle scops that contain condition
3407 * testsuite/gcc.dg/graphite/pr38500.c: Fixed warning as committed
3409 * testsuite/gcc.dg/graphite/block-0.c: Update test.
3410 * testsuite/gcc.dg/graphite/block-1.c: Same.
3411 * testsuite/gcc.dg/graphite/block-2.c: Remove xfail and test for
3413 * testsuite/gcc.dg/graphite/block-4.c: Remove test for strip mine.
3414 * testsuite/gcc.dg/graphite/block-3.c: New.
3415 * testsuite/gcc.dg/graphite/pr38498.c: New.
3417 2008-12-22 Harsha Jagasia <harsha.jagasia@amd.com>
3419 PR tree-optimization/38510
3420 * gcc.dg/graphite/pr38510.c: New.
3421 * graphite.c (recompute_all_dominators): Call mark_irreducible_loops.
3422 (translate_clast): Call recompute_all_dominators before
3424 (gloog): Call recompute_all_dominators before graphite_verify.
3426 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3428 PR tree-optimization/38492
3429 * graphite.c (rename_map_elt, debug_rename_elt,
3430 debug_rename_map_1, debug_rename_map, new_rename_map_elt,
3431 rename_map_elt_info, eq_rename_map_elts,
3432 get_new_name_from_old_name, bb_in_sese_p): Moved around.
3433 (sese_find_uses_to_rename_use): Renamed sese_build_livein_liveouts_use.
3434 (sese_find_uses_to_rename_bb): Renamed sese_build_livein_liveouts_bb.
3435 (sese_build_livein_liveouts): New.
3436 (new_sese, free_sese): New.
3437 (new_scop): Call new_sese.
3438 (free_scop): Call free_sese.
3439 (rename_variables_from_edge, rename_phis_end_scop): Removed.
3440 (register_old_new_names): Renamed register_old_and_new_names.
3441 (register_scop_liveout_renames, add_loop_exit_phis,
3442 insert_loop_close_phis, struct igp,
3443 default_liveout_before_guard, add_guard_exit_phis,
3444 insert_guard_phis, copy_renames): New.
3445 (translate_clast): Call insert_loop_close_phis and insert_guard_phis.
3446 (sese_add_exit_phis_edge): Renamed scop_add_exit_phis_edge.
3447 (rewrite_into_sese_closed_ssa): Renamed scop_insert_phis_for_liveouts.
3448 (scop_adjust_phis_for_liveouts): New.
3449 (gloog): Call scop_adjust_phis_for_liveouts.
3451 * graphite.h (struct sese): Documented. Added fields liveout,
3453 (SESE_LIVEOUT, SESE_LIVEIN, SESE_LIVEIN_VER, SESE_NUM_VER): New.
3454 (new_sese, free_sese, sese_build_livein_liveouts): Declared.
3455 (struct scop): Added field liveout_renames.
3456 (SCOP_LIVEOUT_RENAMES): New.
3458 2008-12-11 Sebastian Pop <sebastian.pop@amd.com>
3460 PR tree-optimization/38409
3461 * gcc.dg/graphite/pr38409.c: New.
3462 * graphite.c (nb_reductions_in_loop): Use simple_iv.
3464 2008-12-11 Sebastian Pop <sebastian.pop@amd.com>
3466 * graphite.c (gcc_type_for_cloog_iv): By default return
3468 (graphite_create_new_loop): Don't fold_convert the already
3469 fold_convert-ed expression.
3471 2008-12-11 Harsha Jagasia <harsha.jagasia@amd.com>
3473 PR tree-optimization/38446
3474 * gcc.dg/graphite/pr38446.c: New.
3475 * graphite.c (register_bb_in_sese): New.
3476 (bb_in_sese_p): Check if bb belongs to sese region by explicitly
3477 looking at the bbs in the region.
3478 * graphite.h (sese): Add region_basic_blocks pointer set to
3479 structure and initialize at the time of defining new scop.
3481 2008-12-11 Tobias Grosser <grosser@fim.uni-passau.de>
3483 * graphite.c (new_graphite_bb): Initialize GBB_STATIC_SCHEDULE.
3484 (find_params_in_bb): Do not free data refs.
3485 (free_graphite_bb): Add FIXME on disabled free_data_refs.
3487 2008-12-11 Sebastian Pop <sebastian.pop@amd.com>
3489 * testsuite/gcc.dg/graphite/scop-16.c: Test only scop specific info.
3490 * testsuite/gcc.dg/graphite/scop-17.c: Same.
3491 * testsuite/gcc.dg/graphite/block-5.c: New.
3492 * testsuite/gcc.dg/graphite/block-6.c: New.
3493 * testsuite/gcc.dg/graphite/pr37485.c: Clean dump file after.
3494 * testsuite/gcc.dg/graphite/pr37684.c: Same.
3495 * testsuite/gcc.dg/graphite/block-2.c: Same.
3497 * graphite.c (struct ivtype_map_elt): New.
3498 (debug_ivtype_elt, debug_ivtype_map_1, debug_ivtype_map,
3499 new_ivtype_map_elt, ivtype_map_elt_info, eq_ivtype_map_elts,
3500 gcc_type_for_cloog_iv): New.
3501 (loop_iv_stack_patch_for_consts): Use the type of the induction
3502 variable from the original loop, except for the automatically
3503 generated loops, i.e., in the case of a strip-mined loop, in
3504 which case there is no original loop: in that case just use
3506 (new_graphite_bb): Initialize GBB_CLOOG_IV_TYPES.
3507 (free_graphite_bb): Free GBB_CLOOG_IV_TYPES.
3508 (clast_name_to_gcc): Accept params to be NULL.
3509 (clast_to_gcc_expression): Take an extra parameter for the type.
3510 Convert to that type all the expressions built by this function.
3511 (gcc_type_for_clast_expr, gcc_type_for_clast_eq): New.
3512 (graphite_translate_clast_equation): Compute the type of the
3513 clast_equation before translating its LHS and RHS.
3514 (clast_get_body_of_loop, gcc_type_for_iv_of_clast_loop): New.
3515 (graphite_create_new_loop): Compute the type of the induction
3516 variable before translating the lower and upper bounds and before
3517 creating the induction variable.
3518 (rename_variables_from_edge, rename_phis_end_scop): New.
3519 (copy_bb_and_scalar_dependences): Call rename_phis_end_scop.
3520 (sese_add_exit_phis_edge): Do not use integer_zero_node.
3521 (find_cloog_iv_in_expr, compute_cloog_iv_types_1,
3522 compute_cloog_iv_types): New.
3523 (gloog): Call compute_cloog_iv_types before starting the
3524 translation of the clast.
3526 * graphite.h (struct graphite_bb): New field cloog_iv_types.
3527 (GBB_CLOOG_IV_TYPES): New.
3528 (debug_ivtype_map): Declared.
3529 (oldiv_for_loop): New.
3531 2008-12-10 Tobias Grosser <grosser@fim.uni-passau.de>
3534 * graphite.c (new_scop): Initialize SCOP_ADD_PARAMS.
3535 (param_index): Assert if parameter is not know after parameter
3537 (find_params_in_bb): Detect params directly in GBB_CONDITIONS.
3538 (find_scop_parameters): Mark, that we have finished parameter
3540 (graphite_transform_loops): Move condition detection before parameter
3542 * graphite.h (struct scop): Add SCOP_ADD_PARAMS.
3543 * testsuite/gfortran.dg/graphite/pr38459.f90: New.
3545 2008-12-09 Tobias Grosser <grosser@fim.uni-passau.de>
3547 * graphite.c (graphite_transform_loops): Always call find_transform ()
3548 in ENABLE_CHECKING. So we test these code paths, even if we do not
3551 2008-12-09 Tobias Grosser <grosser@fim.uni-passau.de>
3553 * graphite.c (print_graphite_bb): Fix printing to file != dump_file.
3554 (print_scop): Ditto.
3556 2008-12-08 Tobias Grosser <grosser@fim.uni-passau.de>
3559 Fix testsuite/gfortran.dg/graphite/id-3.f90.
3560 * graphite.c (scopdet_basic_block_info): Fix bug that found some
3561 regions more than once.
3563 2008-12-03 Sebastian Pop <sebastian.pop@amd.com>
3565 Fix testsuite/gfortran.dg/graphite/id-4.f90.
3566 * graphite.c (scan_tree_for_params): Do not compute the multiplicand
3569 2008-12-03 Sebastian Pop <sebastian.pop@amd.com>
3571 Fix testsuite/gfortran.dg/graphite/id-1.f90.
3572 * graphite.c (gmp_cst_to_tree): Pass the type in parameter.
3573 (loop_iv_stack_patch_for_consts): Update use of gmp_cst_to_tree.
3574 (max_precision_type): New.
3575 (value_clast): Removed.
3576 (clast_to_gcc_expression): Be more careful to types of expressions.
3577 Use max_precision_type and update use of gmp_cst_to_tree.
3578 (graphite_translate_clast_equation): Use max_precision_type.
3579 (graphite_create_guard_cond_expr): Do not use integer_type_node,
3580 use the type of the condition.
3581 (graphite_create_new_loop): Do not use integer_type_node, use the
3582 max_precision_type of lb and ub.
3584 2008-12-03 Sebastian Pop <sebastian.pop@amd.com>
3586 * graphite.c (build_scops_1): Initialize open_scop.exit
3589 2008-12-02 Sebastian Pop <sebastian.pop@amd.com>
3591 * testsuite/gcc.dg/graphite/pr38084.c: New.
3592 * testsuite/gfortran.dg/graphite/id-1.f90: New.
3593 * testsuite/gfortran.dg/graphite/id-2.f90: New.
3594 * testsuite/gfortran.dg/graphite/id-3.f90: New.
3595 * testsuite/gfortran.dg/graphite/id-4.f90: New.
3596 * testsuite/gfortran.dg/graphite/pr37857.f90: New.
3598 2008-12-02 Sebastian Pop <sebastian.pop@amd.com>
3599 Jan Sjodin <jan.sjodin@amd.com>
3600 Harsha Jagasia <harsha.jagasia@amd.com>
3612 * testsuite/gcc.dg/graphite/pr38073.c: New.
3613 * testsuite/gcc.dg/graphite/pr37928.c: New.
3614 * testsuite/gcc.dg/graphite/pr37883.c: New.
3615 * testsuite/gcc.dg/graphite/pr38125.c: New.
3616 * testsuite/gfortran.dg/graphite/pr38083.f90: New.
3617 * testsuite/gfortran.dg/graphite/pr37852.f90: New.
3618 * testsuite/gfortran.dg/graphite/pr37980.f90: New.
3620 * testsuite/gcc.dg/graphite/scop-18.c: Remove reduction, test for
3621 the number of detected scops. Copy exact same test for loop
3623 * testsuite/gcc.dg/graphite/block-1.c: Fix the number of expected
3624 loops to be blocked as reductions are not handled.
3625 * testsuite/gcc.dg/graphite/block-4.c: ...here. New.
3627 * tree-phinodes.c (remove_phi_nodes): New, extracted from...
3628 * tree-cfg.c (remove_phi_nodes_and_edges_for_unreachable_block):
3630 * tree-flow.h (remove_phi_nodes, canonicalize_loop_ivs): Declared.
3631 * Makefile.in (graphite.o): Depend on value-prof.h.
3632 (graphite.o-warn): Removed -Wno-error.
3633 * tree-parloops.c (canonicalize_loop_ivs): Allow reduction_list
3634 to be a NULL pointer. Call update_stmt. Return the newly created
3635 cannonical induction variable.
3637 * graphite.h (debug_rename_map): Declared. Fix some comments.
3639 * graphite.c: Reimplement the code generation from graphite to gimple.
3640 Include value-prof.h.
3641 (loop_iv_stack_get_iv): Do not return NULL for constant substitutions.
3642 (get_old_iv_from_ssa_name): Removed.
3643 (graphite_stmt_p): New.
3644 (new_graphite_bb): Test for useful statements before building a
3645 graphite statement for the basic block.
3646 (free_graphite_bb): Do not free GBB_DATA_REFS: this is a bug
3647 in free_data_ref that calls BITMAP_FREE (DR_VOPS (dr)) without
3649 (recompute_all_dominators, graphite_verify,
3650 nb_reductions_in_loop, graphite_loop_normal_form): New.
3651 (scop_record_loop): Call graphite_loop_normal_form.
3652 (build_scop_loop_nests): Iterate over all the blocks of the
3653 function instead of relying on the incomplete information from
3654 SCOP_BBS. Return the success of the operation.
3655 (find_params_in_bb): Use the data from GBB_DATA_REFS.
3656 (add_bb_domains): Removed.
3657 (build_loop_iteration_domains): Don't call add_bb_domains.
3658 Add the iteration domain only to the basic blocks that have been
3659 translated to graphite.
3660 (build_scop_conditions_1): Add constraints only if the basic
3661 block have been translated to graphite.
3662 (build_scop_data_accesses): Completely disabled until data
3663 dependence is correctly implemented.
3664 (debug_rename_elt, debug_rename_map_1, debug_rename_map): New.
3665 (remove_all_edges_1, remove_all_edges): Removed.
3666 (get_new_name_from_old_name): New.
3667 (graphite_rename_variables_in_stmt): Renamed
3668 rename_variables_in_stmt. Call get_new_name_from_old_name.
3669 Use replace_exp and update_stmt.
3670 (is_old_iv): Renamed is_iv.
3671 (expand_scalar_variables_stmt): Extra parameter for renaming map.
3672 Use replace_exp and update_stmt.
3673 (expand_scalar_variables_expr): Same. Use the map to get the
3674 new names for the renaming of induction variables and for the
3675 renaming of variables after a basic block has been copied.
3676 (expand_scalar_variables): Same.
3677 (graphite_rename_variables): Renamed rename_variables.
3678 (move_phi_nodes): Removed.
3679 (get_false_edge_from_guard_bb): New.
3680 (build_iv_mapping): Do not insert the induction variable of a
3681 loop in the renaming iv map if the basic block does not belong
3683 (register_old_new_names, graphite_copy_stmts_from_block,
3684 copy_bb_and_scalar_dependences): New.
3685 (translate_clast): Heavily reimplemented: copy basic blocks,
3686 do not move them. Finally, in call cleanup_tree_cfg in gloog.
3687 At each translation step call graphite_verify ensuring the
3688 consistency of the SSA, loops and dominators information.
3689 (collect_virtual_phis, find_vdef_for_var_in_bb,
3690 find_vdef_for_var_1, find_vdef_for_var,
3691 patch_phis_for_virtual_defs): Removed huge hack.
3692 (mark_old_loops, remove_dead_loops, skip_phi_defs,
3693 collect_scop_exit_phi_args, patch_scop_exit_phi_args,
3694 gbb_can_be_ignored, scop_remove_ignoreable_gbbs, ): Removed.
3695 (remove_sese_region, ifsese, if_region_entry, if_region_exit,
3696 if_region_get_condition_block, if_region_set_false_region,
3697 create_if_region_on_edge, move_sese_in_condition, bb_in_sese_p,
3698 sese_find_uses_to_rename_use, sese_find_uses_to_rename_bb,
3699 sese_add_exit_phis_edge, sese_add_exit_phis_var,
3700 rewrite_into_sese_closed_ssa): New.
3701 (gloog): Remove dead code. Early return if code cannot be
3702 generated. Call cleanup_tree_cfg once the scop has been code
3704 (graphite_trans_scop_block, graphite_trans_loop_block): Do not
3705 block loops with less than two loops.
3706 (graphite_apply_transformations): Remove the call to
3707 scop_remove_ignoreable_gbbs.
3708 (limit_scops): When build_scop_loop_nests fails, continue on
3709 the next scop. Fix open_scop.entry.
3710 (graphite_transform_loops): Call recompute_all_dominators: force the
3711 recomputation of correct CDI_DOMINATORS and CDI_POST_DOMINATORS.
3712 Call initialize_original_copy_tables and free_original_copy_tables
3713 to be able to copy basic blocks during code generation.
3714 When build_scop_loop_nests fails, continue on next scop.
3715 (value_clast): New union.
3716 (clast_to_gcc_expression): Fix type cast warning.
3718 2008-11-09 Sebastian Pop <sebastian.pop@amd.com>
3720 * Merge from mainline (r140838:141727).
3722 2008-11-05 Tobias Grosser <grosser@fim.uni-passau.de>
3726 * graphite.c (scan_tree_for_params): Add POINTER_PLUS_EXPR.
3728 2008-11-05 Tobias Grosser <grosser@fim.uni-passau.de>
3732 * graphite.c (scopdet_basic_block_info): Fix loops with multiple
3733 exits and conditions.
3734 * testsuite/gcc.dg/graphite/pr37943.c: New.
3736 2008-10-23 Tobias Grosser <grosser@fim.uni-passau.de>
3739 * graphite.c (gloog): Replace EXIT_BLOCK_PTR with scop exit.
3741 2008-10-23 Tobias Grosser <grosser@fim.uni-passau.de>
3743 * doc/invoke.texi: Fix spaces.
3745 2008-10-22 Sebastian Pop <sebastian.pop@amd.com>
3747 PR tree-optimization/37891
3748 Reverted last commit.
3749 * graphite.c (create_single_entry_edge): Set
3750 EDGE_IRREDUCIBLE_LOOP and BB_IRREDUCIBLE_LOOP.
3752 2008-10-21 Sebastian Pop <sebastian.pop@amd.com>
3753 Mitul Thakkar <mitul.thakkar@amd.com>
3755 * graphite.c (create_single_entry_edge): Set
3756 EDGE_IRREDUCIBLE_LOOP and BB_IRREDUCIBLE_LOOP.
3758 2008-10-16 Tobias Grosser <grosser@fim.uni-passau.de>
3760 * doc/invoke.texi: Add -fgraphite-identity.
3761 * graphite.c (graphite_apply_transformations): Check for
3762 -fgraphite-identity.
3763 * toplev.c (process_options): Add flag_graphite_identity.
3764 * tree-ssa-loop.c: Add flag_graphite_identity.
3766 2008-10-14 Sebastian Pop <sebastian.pop@amd.com>
3768 Undo changes from 2008-10-02:
3769 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Convert
3770 operand type when copying the operand to a variable of different type.
3771 * cfgloopmanip.c (create_empty_loop_on_edge): Write exit condition
3772 with the IV name after increment.
3774 2008-10-14 Sebastian Pop <sebastian.pop@amd.com>
3775 Harsha Jagasia <harsha.jagasia@amd.com>
3777 PR tree-optimization/37828
3778 * testsuite/gcc.dg/graphite/pr37828.c: New.
3779 * graphite.c (graphite_trans_loop_block): Do not loop block
3780 single nested loops.
3782 2008-10-09 Harsha Jagasia <harsha.jagasia@amd.com>
3783 Sebastian Pop <sebastian.pop@amd.com>
3785 * graphite.c (struct rename_map_elt, new_rename_map_elt,
3786 rename_map_elt_info, eq_rename_map_elts): New.
3787 (graphite_rename_ivs_stmt): Renamed graphite_rename_variables_in_stmt.
3788 (expand_scalar_variables_expr): Change parameters.
3789 (expand_scalar_variables_stmt): Same.
3790 (expand_scalar_variables): Same.
3791 (graphite_rename_ivs): Rename graphite_rename_variables.
3792 (build_iv_mapping): New.
3793 (translate_clast): Call build_iv_mapping.
3794 * graphite.h (gbb_p): New name.
3796 2008-10-03 Harsha Jagasia <harsha.jagasia@amd.com>
3798 PR tree-optimization/37684
3799 * gcc.dg/graphite/pr37684.c: New.
3800 * graphite.c (exclude_component_ref): New.
3801 (is_simple_operand): Call exclude_component_ref.
3803 2008-10-02 Jan Sjodin <jan.sjodin@amd.com>
3804 Harsha Jagasia <harsha.jagasia@amd.com>
3806 PR tree-optimization/37485
3807 * gcc.dg/graphite/block-2.c: New
3808 * graphite.c (gmp_cst_to_tree): Moved.
3809 (iv_stack_entry_is_constant): New.
3810 (iv_stack_entry_is_iv): New.
3811 (loop_iv_stack_push): Renamed to loop_iv_stack_push_iv.
3812 (loop_iv_stack_insert_constant): New.
3813 (loop_iv_stack_pop): Use new datatpype.
3814 (loop_iv_stack_get_iv): Same.
3815 (loop_iv_stack_get_iv_from_name): Same.
3816 (loop_iv_stack_debug): Renamed to debug_loop_iv_stack.
3817 (loop_iv_stack_patch_for_consts): New.
3818 (loop_iv_stack_remove_constants): New.
3819 (graphite_create_new_loop): Use loop_iv_stack_push_iv.
3820 (translate_clast): Call loop_iv_stack_patch_for_consts and
3821 loop_iv_stack_remove_constants.
3822 (gloog): Use new datatype. Redirect construction edge to end
3823 block to avoid accidental deletion.
3824 * graphite.h (enum iv_stack_entry_kind): New. Tag for data in
3826 (union iv_stack_entry_data): New. Data in iv stack entry.
3827 (struct iv_stack_entry): New. Datatype for iv stack entries.
3829 2008-10-02 Sebastian Pop <sebastian.pop@amd.com>
3831 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Convert
3832 operand type when copying the operand to a variable of different type.
3834 2008-10-02 Sebastian Pop <sebastian.pop@amd.com>
3836 * cfgloopmanip.c (create_empty_loop_on_edge): Write exit condition
3837 with the IV name after increment.
3839 2008-10-02 Sebastian Pop <sebastian.pop@amd.com>
3841 * Merge from mainline (r140164:140838).
3843 2008-09-10 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3845 * graphite-data-ref.c: New.
3846 * graphite.c (print_scop): Also dump the dependence graph.
3847 (bb_in_scop_p, loop_in_scop_p, nb_loops_around_gb): Moved...
3848 (new_scop): Initialize SCOP_DEP_GRAPH.
3849 (build_scop_dynamic_schedules): New.
3850 (build_access_matrix_with_af): Fixed column numbering.
3851 (graphite_transform_loops): Call build_scop_dynamic_schedules.
3852 * graphite.h: Add ifndef/define guards against multiple inclusion.
3853 (struct scop): Add dep_graph field.
3854 (SCOP_DEP_GRAPH): Defined.
3855 (ref_nb_loops): Fixed and moved to other position.
3856 (bb_in_scop_p, loop_in_scop_p, nb_loops_around_gb): ... here.
3857 (nb_loops_around_loop_in_scop): New.
3858 (graphite_dump_dependence_graph): Declared.
3859 (graphite_build_rdg_all_levels): Declared.
3860 (graphite_test_dependence): Declared.
3861 * Makefile.in (graphite-data-ref.o): New target.
3863 2008-09-09 Sebastian Pop <sebastian.pop@amd.com>
3865 * Merge from mainline (139870:140164).
3867 2008-09-01 Sebastian Pop <sebastian.pop@amd.com>
3869 * Merge from mainline (138275:139870).
3870 * testsuite/gcc.dg/graphite/scop-matmult.c: XFailed as one of
3871 the commits from trunk broke the niter detection.
3873 2008-09-01 Sebastian Pop <sebastian.pop@amd.com>
3875 * graphite.c: Add more documentation. Fix formatting.
3876 (debug_loop_vec, debug_oldivs, loop_iv_stack,
3877 loop_iv_stack_debug): Moved...
3878 (schedule_to_scattering): Move before use.
3879 (dot_all_scops): Include in "#if 0" the code for system
3882 * graphite.h: (debug_loop_vec, debug_oldivs, loop_iv_stack,
3883 loop_iv_stack_debug): ...here.
3885 2008-08-29 Jan Sjodin <jan.sjodin@amd.com>
3887 * tree-phinodes.c (make_phi_node): Extern.
3888 (add_phi_node_to_bb): New.
3889 (create_phi_node): Call add_phi_node_to_bb.
3890 * tree-ssa-loop-ivopts.c (get_phi_with_result): New.
3891 (remove_statement): Handle case where stored phi was updated
3892 and is no longer the same.
3893 * graphite.c (is_parameter): New.
3895 (expand_scalar_variables_expr): New.
3896 (expand_scalar_variables_stmt): New.
3897 (expand_scalar_variables): New.
3898 (move_phi_nodes): Create new phi instead of moving old one.
3899 (translate_clast): Call expand_scalar_variables.
3900 (find_vdef_for_var_in_bb): Also scan regular definitions.
3901 (skip_phi_defs): New.
3902 (collect_scop_exit_phi_args): New.
3903 (patch_scop_exit_phi_args): New.