Use sizetype instead of unsigned_type_node.
[gcc.git] / gcc / ChangeLog.graphite
1 2010-03-05 Sebastian Pop <sebastian.pop@amd.com>
2
3 * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
4 instead of unsigned_type_node.
5
6 2010-03-05 Sebastian Pop <sebastian.pop@amd.com>
7 Reza Yazdani <reza.yazdani@amd.com>
8
9 PR middle-end/43065
10 * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
11 on pointer type parameters.
12
13 * gcc.dg/graphite/run-id-4.c: New.
14
15 2010-03-05 Sebastian Pop <sebastian.pop@amd.com>
16
17 PR middle-end/43065
18 * gcc.dg/graphite/run-id-3.c: New.
19
20 2010-03-05 Tobias Grosser <grosser@fim.uni-passau.de>
21 Ramakrishna Upadrasta <Ramakrishna.Upadrasta@inria.fr>
22
23 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
24 handle conversions from pointer to integers.
25 (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
26 induction variable, to be able to work with code generated by CLooG.
27 * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
28 (build_poly_scop): Bail out if we cannot codegen a loop.
29
30 2010-03-04 Tobias Grosser <grosser@fim.uni-passau.de>
31
32 * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
33 code generation with gloog_error.
34
35 2010-03-04 Sebastian Pop <sebastian.pop@amd.com>
36
37 * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
38 Call fold_convert on all the returned values.
39 (expand_scalar_variables_expr): Pass to expand_scalar_variables_ssa_name
40 the type of the resulting expression.
41
42 2010-03-04 Sebastian Pop <sebastian.pop@amd.com>
43
44 * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
45 ppl_min_for_le_pointset. Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
46 * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
47
48 2010-03-04 Sebastian Pop <sebastian.pop@amd.com>
49
50 * graphite-dependences.c (map_into_dep_poly): Removed.
51 (dependence_polyhedron_1): Use combine_context_id_scat.
52
53 2010-03-04 Sebastian Pop <sebastian.pop@amd.com>
54
55 * graphite-poly.h (struct poly_scattering): Add layout documentation.
56 (struct poly_bb): Same.
57 (combine_context_id_scat): New.
58
59 2010-03-02 Sebastian Pop <sebastian.pop@amd.com>
60
61 PR middle-end/42326
62 * sese.c (name_defined_in_loop_p): Return false for default
63 definitions.
64
65 * gcc.dg/graphite/pr42326.c: New.
66
67 2010-02-23 Sebastian Pop <sebastian.pop@amd.com>
68
69 * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
70 and clean up the logic.
71
72 2010-02-23 Sebastian Pop <sebastian.pop@amd.com>
73
74 * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
75 early return.
76
77 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
78
79 PR middle-end/43083
80 * graphite-scop-detection.c (create_single_exit_edge): Move
81 the call to find_single_exit_edge to....
82 (create_sese_edges): ...here. Don't handle multiple edges
83 exiting the function.
84 (build_graphite_scops): Don't handle multiple edges
85 exiting the function.
86
87 * gcc.dg/graphite/pr43083.c: New.
88
89 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
90
91 PR middle-end/43097
92 * sese.c (get_rename): Assert that old_name is an SSA_NAME.
93 (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
94
95 * gfortran.dg/graphite/pr43097.f: New.
96
97 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
98 Manuel López-Ibáñez <manu@gcc.gnu.org>
99
100 PR middle-end/43140
101 * g++.dg/graphite/pr41305.C: Add -Wno-conversion-null.
102
103 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
104
105 PR middle-end/43026
106 * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
107
108 * g++.dg/graphite/pr43026.C: New.
109
110 2010-02-13 Tobias Grosser <grosser@fim.uni-passau.de>
111
112 * Merge from mainline (154736:156693).
113
114 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
115
116 PR middle-end/43012
117 * gcc.dg/graphite/pr43012.c: New.
118
119 2010-02-10 Sebastian Pop <sebastian.pop@amd.com>
120
121 * graphite.c (graphite_transform_loops): Re-enable dbg_cnt.
122 2010-02-10 Sebastian Pop <sebastian.pop@amd.com>
123
124 * g++.dg/graphite/pr42930.C: New.
125
126 2010-02-10 Sebastian Pop <sebastian.pop@amd.com>
127
128 PR middle-end/42930
129 * graphite-scop-detection.c (graphite_can_represent_scev): Call
130 graphite_can_represent_init for MULT_EXPR.
131
132 2010-02-10 Sebastian Pop <sebastian.pop@amd.com>
133
134 PR middle-end/42914
135 PR middle-end/42530
136 * graphite-sese-to-poly.c (remove_phi): New.
137 (translate_scalar_reduction_to_array): Call remove_phi.
138
139 * gcc.dg/graphite/pr42530.c: New.
140 * gcc.dg/graphite/pr42914.c: New.
141
142 2010-02-10 Sebastian Pop <sebastian.pop@amd.com>
143
144 PR middle-end/42771
145 * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
146 * graphite-clast-to-gimple.h (gloog): Update declaration.
147 * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
148 * graphite-poly.h (struct poly_bb): Add missing comments.
149 (struct scop): Add poly_scop_p field.
150 (POLY_SCOP_P): New.
151 * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
152 * graphite.c (graphite_transform_loops): Build the polyhedral
153 representation for each scop before code generation.
154 * sese.c (rename_variables_in_operand): Removed.
155 (rename_variables_in_expr): Return the renamed expression.
156 (rename_sese_parameters): New.
157 * sese.h (rename_sese_parameters): Declared.
158
159 * gcc.dg/graphite/pr42771.c: New.
160
161 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
162
163 * gcc.dg/graphite/block-0.c: Call abort for runtime test. Always
164 return 0 from main.
165 * gcc.dg/graphite/block-1.c: Same.
166 * gcc.dg/graphite/block-3.c: Same.
167 * gcc.dg/graphite/block-4.c: Same.
168 * gcc.dg/graphite/block-5.c: Same.
169 * gcc.dg/graphite/block-6.c: Same.
170 * gcc.dg/graphite/block-7.c: Same.
171 * gcc.dg/graphite/interchange-0.c: Same.
172 * gcc.dg/graphite/interchange-1.c: Same.
173 * gcc.dg/graphite/interchange-10.c: Same.
174 * gcc.dg/graphite/interchange-11.c: Same.
175 * gcc.dg/graphite/interchange-12.c: Same.
176 * gcc.dg/graphite/interchange-2.c: Same.
177 * gcc.dg/graphite/interchange-3.c: Same.
178 * gcc.dg/graphite/interchange-4.c: Same.
179 * gcc.dg/graphite/interchange-5.c: Same.
180 * gcc.dg/graphite/interchange-6.c: Same.
181 * gcc.dg/graphite/interchange-7.c: Same.
182 * gcc.dg/graphite/interchange-8.c: Same.
183 * gcc.dg/graphite/interchange-9.c: Same.
184 * gcc.dg/graphite/interchange-mvt.c: Same.
185
186 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
187
188 * gfortran.dg/graphite/id-19.f: New.
189 * gfortran.dg/graphite/pr14741.f90: New.
190 * gfortran.dg/graphite/pr41924.f90: New.
191 * gfortran.dg/graphite/run-id-2.f90: New.
192
193 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
194
195 PR middle-end/42988
196 * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
197 to unknown_dependence.
198 (graphite_legal_transform_dr): Handle the unknown_dependence.
199 (graphite_carried_dependence_level_k): Same.
200
201 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
202
203 * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
204
205 2010-02-05 Sebastian Pop <sebastian.pop@amd.com>
206 Konrad Trifunovic <konrad.trifunovic@inria.fr>
207
208 PR middle-end/42637
209 * graphite-dependences.c (build_lexicographical_constraint): Return
210 a union of dependence polyhedra.
211 (dependence_polyhedron_1): Adapt for build_lexicographical_constraint.
212
213 * gcc.dg/graphite/block-0.c: Enable runtime check. XFAILed.
214 * gcc.dg/graphite/block-4.c: Same.
215 * gcc.dg/graphite/block-7.c: Same.
216 * gcc.dg/graphite/interchange-12.c: Same.
217 * gcc.dg/graphite/interchange-mvt.c: Same.
218 * gfortran.dg/graphite/interchange-1.f: XFAILed.
219 * gfortran.dg/graphite/interchange-3.f90: XFAILed.
220 * gfortran.dg/graphite/run-id-1.f: New testcase for PR42637.
221
222 2010-02-03 Sebastian Pop <sebastian.pop@amd.com>
223
224 * gcc.dg/graphite/interchange-12.c: Return 0 to avoid
225 the execution check to FAIL. This testcase is miscompiled by Graphite
226 and the check should be re-enabled.
227 * gcc.dg/graphite/interchange-mvt.c: Same.
228 * gcc.dg/graphite/block-0.c: Same.
229 * gcc.dg/graphite/block-4.c: Same.
230 * gcc.dg/graphite/block-7.c: Same.
231
232 2010-02-03 Sebastian Pop <sebastian.pop@amd.com>
233
234 * gcc.dg/graphite/interchange-mvt.c: Un-XFAILed.
235 * gcc.dg/graphite/scop-0.c: Fix spaces.
236 * gfortran.dg/graphite/block-1.f90: Rewrite expected output.
237 * gfortran.dg/graphite/block-2.f: Same.
238 * gfortran.dg/graphite/block-3.f90: Same.
239 * gfortran.dg/graphite/block-4.f90: Same.
240 * gfortran.dg/graphite/interchange-1.f: Un-XFAILed.
241 * gfortran.dg/graphite/interchange-3.f90: Un-XFAILed.
242
243 2010-02-03 Sebastian Pop <sebastian.pop@amd.com>
244
245 * graphite-dependences.c (new_poly_ddr): Initialize PDDR_KIND and
246 PDDR_ORIGINAL_SCATTERING_P.
247 (pddr_is_empty): Rewritten.
248 (print_dependence_polyhedron_layout): New.
249 (print_pddr): New.
250 (debug_pddr): New.
251 (build_alias_set_powerset): Moved up.
252 (poly_drs_may_alias_p): Moved up.
253 (lexicographically_gt_p): Removed.
254 (build_lexicographically_gt_constraint): Renamed
255 build_lexicographical_constraint, reimplemented.
256 (dependence_polyhedron_1): Simplified parameters.
257 (dependence_polyhedron): Same. Keep along empty PDDRs
258 to make efficient use of the cache.
259 (reduction_dr_p): Compute the PBBs don't pass them as parameters.
260 (graphite_legal_transform_dr): Rewritten.
261 (graphite_legal_transform_bb): Pass fewer arguments to
262 graphite_legal_transform_dr.
263 (graphite_carried_dependence_level_k): Simplified implementation.
264 (dot_original_deps_stmt_1): Call dependence_polyhedron.
265 (dot_transformed_deps_stmt_1): Same.
266 (dot_original_deps): Same.
267 (dot_transformed_deps): Same.
268 * graphite-dependences.h (struct poly_ddr): Added a new field
269 original_scattering_p.
270 (PDDR_ORIGINAL_SCATTERING_P): New.
271 (print_pddr): Declared.
272 (debug_pddr): Declared.
273 * graphite-ppl.c: Clarify comment.
274 * sese.h (print_gimple_bb): Removed unused declaration.
275 (debug_gbb): Same.
276
277 2010-02-03 Sebastian Pop <sebastian.pop@amd.com>
278
279 * g++.dg/graphite/graphite.exp: Rewritten.
280 * gcc.dg/graphite/graphite.exp: Rewritten.
281 * gfortran.dg/graphite/graphite.exp: Rewritten.
282 * gcc.dg/graphite/block-0.c: Added runtime test.
283 * gcc.dg/graphite/block-1.c: Same.
284 * gcc.dg/graphite/block-3.c: Same.
285 * gcc.dg/graphite/block-4.c: Same.
286 * gcc.dg/graphite/block-5.c: Same.
287 * gcc.dg/graphite/block-6.c: Same.
288 * gcc.dg/graphite/block-7.c: Same.
289 * gcc.dg/graphite/interchange-0.c: Same.
290 * gcc.dg/graphite/interchange-1.c: Same.
291 * gcc.dg/graphite/interchange-10.c: Same.
292 * gcc.dg/graphite/interchange-11.c: Same.
293 * gcc.dg/graphite/interchange-12.c: Same.
294 * gcc.dg/graphite/interchange-2.c: Same.
295 * gcc.dg/graphite/interchange-3.c: Same.
296 * gcc.dg/graphite/interchange-4.c: Same.
297 * gcc.dg/graphite/interchange-5.c: Same.
298 * gcc.dg/graphite/interchange-6.c: Same.
299 * gcc.dg/graphite/interchange-7.c: Same.
300 * gcc.dg/graphite/interchange-8.c: Same.
301 * gcc.dg/graphite/interchange-9.c: Same.
302 * gcc.dg/graphite/interchange-mvt.c: Same.
303 * gcc.dg/graphite/run-id-2.c: Remove useless dg-do run.
304
305 2010-01-22 Ramakrishna Upadrasta <Ramakrishna.Upadrasta@inria.fr>
306
307 * graphite-scop-detection.c (dot_all_scops): Make calls to dot run in
308 background.
309
310 2010-01-22 Ramakrishna Upadrasta <Ramakrishna.Upadrasta@inria.fr>
311
312 * common.opt: Add -fgraphite-cloog-opts.
313 * graphite-clast-to-gimple.c (set_cloog_options): Same.
314 * opts.c (decode_options): Same.
315
316 2010-01-20 Sebastian Pop <sebastian.pop@amd.com>
317
318 * gcc.dg/graphite/id-17.c: New.
319 * gcc.dg/graphite/pr41888.c: New.
320 * gcc.dg/graphite/scop-22.c: New.
321 * gfortran.dg/graphite/pr40982.f90: New.
322
323 2010-01-20 Sebastian Pop <sebastian.pop@amd.com>
324
325 * graphite-dependences.c: Clarify comments.
326 (build_pddr): Add an extra parameter direction.
327 (graphite_legal_transform_dr): Use build_pddr.
328 (dot_original_deps_stmt_1): Update use of build_pddr.
329 (dot_transformed_deps_stmt_1): Same.
330 (dot_original_deps): Same.
331 (dot_transformed_deps): Same.
332
333 * gcc.dg/graphite/interchange-12.c: New.
334 * gcc.dg/graphite/block-7.c: New.
335
336 2010-01-20 Sebastian Pop <sebastian.pop@amd.com>
337
338 * graphite-dependences.c (pddr_original_scattering): Renamed build_pddr.
339 (pddr_transformed_scattering): Removed.
340 (graphite_legal_transform_dr): Use build_pddr.
341 (dot_original_deps_stmt_1): Same.
342 (dot_transformed_deps_stmt_1): Same.
343 (dot_original_deps): Same.
344 (dot_transformed_deps): Same.
345
346 2010-01-20 Sebastian Pop <sebastian.pop@amd.com>
347
348 * graphite-dependences.c (lexicographically_gt_p): Add comments.
349 (build_lexicographically_gt_constraint): Same.
350 (dependence_polyhedron_1): Same.
351 (dependence_polyhedron): Same.
352
353 2010-01-20 Sebastian Pop <sebastian.pop@amd.com>
354
355 * graphite-dependences.c (build_pairwise_scheduling_equality): Removed.
356 (build_pairwise_scheduling_inequality): Renamed build_pairwise_scheduling.
357 (lexicographically_gt_p): Change type of direction to int.
358 (build_lexicographically_gt_constraint): Same.
359 (dependence_polyhedron_1): Same.
360 (dependence_polyhedron): Same.
361 (pddr_original_scattering): Use integers for direction.
362 (pddr_transformed_scattering): Same.
363 (graphite_legal_transform_dr): Same.
364 (graphite_carried_dependence_level_k): Same.
365
366 2010-01-20 Sebastian Pop <sebastian.pop@amd.com>
367
368 * graphite-dependences.c (build_pairwise_constraint): Renamed
369 ppl_build_relation. Moved...
370 (dr_equality_constraints): Use ppl_build_relation.
371 (build_pairwise_scheduling_equality): Same.
372 (build_pairwise_scheduling_inequality): Same.
373 * graphite-ppl.c (ppl_build_relation): ...here.
374 * graphite-ppl.h (ppl_build_relation): Declared.
375
376 2010-01-14 Sebastian Pop <sebastian.pop@amd.com>
377
378 PR middle-end/42681
379 * graphite-clast-to-gimple.c (gloog_error): New static variable.
380 (clast_to_gcc_expression): Do not build MULT_EXPR of POINTER_TYPE_P.
381 Set gloog_error when such an expression failed to be built.
382 (translate_clast): Early return when gloog_error is set.
383 (gloog): Clear gloog_error. When gloog_error is set, call
384 set_ifsese_condition to enable the original code. Return the status
385 of the code generation based on gloog_error.
386 * sese.c (set_ifsese_condition): New.
387 * sese.h (set_ifsese_condition): Declared.
388
389 * g++.dg/graphite/pr42681.C: New.
390
391 2010-01-14 Sebastian Pop <sebastian.pop@amd.com>
392
393 PR middle-end/42732
394 * graphite-clast-to-gimple.c (gloog): Call scev_reset_htab and
395 rename_nb_iterations.
396 * sese.c (rename_variables_in_operand): New.
397 (rename_variables_in_expr): New.
398 (rename_nb_iterations): New.
399 (sese_adjust_liveout_phis): Update the rename_map.
400 * sese.h (rename_nb_iterations): Declared.
401 * tree-scalar-evolution.c (scev_reset_htab): New.
402 (scev_reset): Call scev_reset_htab.
403 * tree-scalar-evolution.h (scev_reset_htab): Declared.
404
405 * gfortran.dg/graphite/pr42732.f: New.
406
407 2010-01-08 Sebastian Pop <sebastian.pop@amd.com>
408
409 PR middle-end/42393
410 * graphite-clast-to-gimple.c: Fix formatting.
411 * sese.c (defined_in_loop_p): Renamed name_defined_in_loop_p.
412 (expr_defined_in_loop_p): New.
413 (add_loop_exit_phis): Also handle full expressions: remove from
414 the rename_map the expressions defined in the loop that we're closing.
415
416 * gfortran.dg/graphite/pr42393-1.f90: New.
417 * gfortran.dg/graphite/pr42393.f90: Add new flags
418 -fno-loop-block -fno-loop-interchange -fno-loop-strip-mine to also
419 make this testcase useful in the Graphite branch.
420
421 2010-01-08 Sebastian Pop <sebastian.pop@amd.com>
422
423 * graphite-scop-detection.c (exclude_component_ref): Removed.
424 (is_simple_operand): Removed.
425 (stmt_simple_for_scop_p): Remove use of is_simple_operand.
426
427 2010-01-07 Sebastian Pop <sebastian.pop@amd.com>
428
429 PR middle-end/42221
430 * sese.c (expand_scalar_variables_expr): Follow the SSA links into
431 the array indexing of ADDR_EXPRs.
432
433 * gcc.dg/graphite/pr42221.c: New.
434
435 2010-01-07 Sebastian Pop <sebastian.pop@amd.com>
436
437 PR middle-end/42521
438 * graphite.c (graphite_finalize): Call scev_reset.
439 (graphite_transform_loops): Do not call scev_reset between the code
440 generation of scops.
441
442 * gcc.dg/graphite/pr42521.c: New.
443
444 2010-01-07 Sebastian Pop <sebastian.pop@amd.com>
445
446 * graphite-interchange.c (memory_stride_in_loop): Renamed
447 pdr_stride_in_loop.
448 (memory_strides_in_loop): Renamed memory_strides_in_loop_1.
449 (memory_strides_in_loop): Memoize the memory strides per loop.
450 (lst_interchange_profitable_p): Do not initialize to zero the memory
451 strides.
452 * graphite-poly.h (struct lst): Add a field memory_strides.
453 (LST_LOOP_MEMORY_STRIDES): New.
454 (new_lst_loop): Initialize LST_LOOP_MEMORY_STRIDES to -1.
455 (free_lst): Clear LST_LOOP_MEMORY_STRIDES.
456
457 2010-01-07 Sebastian Pop <sebastian.pop@amd.com>
458
459 * graphite-interchange.c (memory_strides_in_loop_depth): Renamed
460 memory_strides_in_loop. Gather memory strides on a whole loop.
461 (pbb_interchange_profitable_p): Renamed lst_interchange_profitable_p.
462 (lst_interchange_profitable_p): Removed.
463 (lst_try_interchange_loops): Call lst_interchange_profitable_p.
464
465 2010-01-07 Sebastian Pop <sebastian.pop@amd.com>
466
467 Revert patch 2009-11-23 Tobias Grosser <grosser@fim.uni-passau.de>
468 * graphite-clast-to-gimple.c (try_mark_loop_parallel): New.
469 (translate_clast_for, translate_clast_guard, translate_clast, gloog):
470 Remove context_loop and level.
471
472 2010-01-07 Richard Guenther <rguenther@suse.de>
473
474 PR tree-optimization/42641
475 * sese.c (rename_map_elt_info): Use the SSA name version, do
476 not hash pointers.
477
478 2010-01-06 Sebastian Pop <sebastian.pop@amd.com>
479
480 * graphite-blocking.c (scop_do_block): Print "SCoP will be loop
481 blocked" only when both the strip mine and the interchange have
482 been applied.
483
484 * gcc.dg/graphite/block-2.c: Removed.
485 * gcc.dg/graphite/block-3.c: Add scan pattern.
486 * gcc.dg/graphite/block-4.c: Same.
487 * gcc.dg/graphite/block-5.c: Same.
488 * gcc.dg/graphite/block-6.c: Same.
489
490 2010-01-06 Sebastian Pop <sebastian.pop@amd.com>
491
492 * graphite-clast-to-gimple.c (save_clast_name_index): Free slot
493 before allocating a new one.
494 (copy_renames): Check that slot is not NULL.
495 (mark_bb_with_pbb): Same.
496 (compute_cloog_iv_types_1): Same.
497 * graphite-interchange.c (lst_perfect_nestify): Free the before,
498 nest, and after LSTs.
499 (lst_try_interchange_loops): Same.
500
501 2010-01-05 Sebastian Pop <sebastian.pop@amd.com>
502
503 PR middle-end/42178
504 * graphite-interchange.c (lst_try_interchange_loops): Do not return
505 the before, nest, and after LSTs.
506 (lst_try_interchange): Removed.
507 (lst_interchange_select_inner): Do not iterate over the LSTs if they
508 were modified.
509 (lst_interchange_select_outer): Apply interchange on the outer loop
510 until there are no more changes in the inner loops.
511
512 2009-12-18 Sebastian Pop <sebastian.pop@amd.com>
513
514 Revert patch fixing PR middle-end/42221.
515
516 2009-12-18 Sebastian Pop <sebastian.pop@amd.com>
517
518 PR middle-end/42180
519 * graphite-sese-to-poly.c (follow_ssa_with_commutative_ops): Handle
520 GIMPLE_CALL.
521
522 * gfortran.dg/graphite/pr42180.f90: Add compile flags.
523
524 2009-12-18 Sebastian Pop <sebastian.pop@amd.com>
525
526 PR middle-end/42180
527 * graphite-sese-to-poly.c (split_reduction_stmt): Do not split blocks
528 that contain only one statement.
529
530 * gfortran.dg/graphite/pr42180.f90: New.
531
532 2009-12-17 Sebastian Pop <sebastian.pop@amd.com>
533
534 PR middle-end/42393
535 * gfortran.dg/graphite/pr42393.f90: New.
536
537 2009-12-17 Sebastian Pop <sebastian.pop@amd.com>
538
539 PR middle-end/42186
540 * gfortran.dg/graphite/pr42186.f90: New.
541
542 2009-12-17 Sebastian Pop <sebastian.pop@amd.com>
543
544 PR middle-end/42205
545 * graphite-sese-to-poly.c (translate_scalar_reduction_to_array_for_stmt):
546 Insert the reduction copy in the same block as the phi node.
547 (follow_ssa_with_commutative_ops): Handle GIMPLE_NOPs.
548
549 * gcc.dg/graphite/pr42205-1.c: New.
550 * gcc.dg/graphite/pr42205-2.c: New.
551
552 2009-12-17 Sebastian Pop <sebastian.pop@amd.com>
553
554 PR middle-end/42221
555 * sese.c (expand_scalar_variables_expr): Follow the SSA links into
556 the array indexing of ADDR_EXPRs.
557
558 * gcc.dg/graphite/pr42221.c: New.
559
560 2009-12-17 Sebastian Pop <sebastian.pop@amd.com>
561
562 PR middle-end/42178
563 PR middle-end/42334
564 * graphite-interchange.c (lst_try_interchange): Do not modify OUTER
565 index. Call lst_interchange_select_inner only once.
566 (lst_interchange_select_inner): Update use of lst_try_interchange.
567 (lst_interchange_select_outer): Update.
568
569 2009-12-15 Sebastian Pop <sebastian.pop@amd.com>
570
571 PR middle-end/42178
572 PR middle-end/42334
573 * graphite-interchange.c (lst_try_interchange): Do not increment the
574 the OUTER index when there is no AFTER kernel. Do not increment the
575 OUTER index for after processing the AFTER kernel.
576 (lst_interchange_select_inner): Call lst_try_interchange only on loops.
577 (lst_interchange_select_outer): Do not pass in a pointer to the OUTER
578 index. Do not pass to lst_interchange_select_inner the OUTER index.
579 (scop_do_interchange): Update use of lst_interchange_select_outer.
580
581 * gfortran.dg/graphite/graphite.exp
582 (DEFAULT_FLAGS_GRAPHITE_IDENTITY): Remove -fdump-tree-graphite-all.
583 * gfortran.dg/graphite/interchange-1.f: Add comment. Clean
584 the graphite dump file.
585 * gfortran.dg/graphite/interchange-2.f: Same.
586 * gfortran.dg/graphite/pr42334-1.f: New.
587
588 2009-12-15 Sebastian Pop <sebastian.pop@amd.com>
589
590 PR middle-end/42178
591 PR middle-end/42334
592 * graphite-interchange.c (lst_perfect_nestify): Reset to NULL the LSTs
593 that are empty.
594 (lst_do_interchange_1): Renamed lst_interchange_select_inner.
595 (lst_try_interchange): Reimplemented.
596 (lst_interchange_select_inner): Same.
597 (lst_do_interchange): Renamed lst_interchange_select_outer.
598 Reimplemented.
599 (scop_do_interchange): Update use of lst_interchange_select_outer.
600
601 * g++.dg/graphite/pr42130.C: Add -fgraphite-identity.
602 * gcc.dg/graphite/block-0.c: Un-XFAILed.
603 * gcc.dg/graphite/pr42211.c: New.
604 * gfortran.dg/graphite/pr42334.f90: New.
605
606 2009-12-14 Sebastian Pop <sebastian.pop@amd.com>
607
608 PR middle-end/42181
609 * graphite-scop-detection.c (graphite_can_represent_scev): Handle more
610 carefully PLUS_EXPR, MINUS_EXPR, and MULT_EXPR.
611
612 * gfortran.dg/graphite/pr42181.f90: New.
613
614 2009-12-12 Sebastian Pop <sebpop@gmail.com>
615
616 PR middle-end/42284
617 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Call
618 insert_out_of_ssa_copy_on_edge for anything else than SSA_NAMEs.
619 (detect_commutative_reduction_arg): Simplified.
620 (detect_commutative_reduction): Early return when the argument of
621 the close phi is not of an SSA_NAME.
622
623 * gcc.dg/graphite/pr42284.c: New.
624
625 2009-12-11 Alexander Monakov <amonakov@ispras.ru>
626
627 * dbgcnt.def (graphite_scop): New counter.
628 * graphite.c: Include dbgcnt.h
629 (graphite_transform_loops): Use new counter to limit transformations.
630
631 2009-12-08 Sebastian Pop <sebpop@gmail.com>
632
633 PR middle-end/42285
634 * graphite-scop-detection.c (graphite_can_represent_init): Also
635 handle more complex MULT_EXPRs containing parameters by recursion
636 on the structure.
637
638 * gfortran.dg/graphite/pr42285.f90: New.
639
640 2009-12-01 Tobias Grosser <grosser@fim.uni-passau.de>
641
642 * g++.dg/graphite/pr42130.C: Fix type.
643
644 2009-11-29 Alexander Monakov <amonakov@gcc.gnu.org>
645
646 * g++.dg/graphite/pr42130.C: Correct testcase.
647
648 2009-11-28 Tobias Grosser <grosser@fim.uni-passau.de>
649
650 * Merge from mainline (154493:154734).
651
652 2009-11-28 Tobias Grosser <grosser@fim.uni-passau.de>
653
654 * Merge from mainline (151362:154491).
655
656 2009-11-24 Tobias Grosser <grosser@fim.uni-passau.de>
657
658 * graphite-clast-to-gimple.c (try_mark_loop_parallel,
659 graphite_create_new_loop_guard, translate_clast_for): Fix comments.
660
661 2009-11-23 Tobias Grosser <grosser@fim.uni-passau.de>
662
663 PR middle-end/42130
664 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard,
665 translate_clast_for_loop): New.
666 (translate_clast_for): Add a condition around the loop, to do not
667 execute loops with zero iterations.
668 * g++.dg/graphite/pr42130.C: New.
669 * gcc.dg/graphite/pr35356-2.c: Adapt.
670
671 2009-11-23 Tobias Grosser <grosser@fim.uni-passau.de>
672
673 * graphite-clast-to-gimple.c (try_mark_loop_parallel): New.
674 (translate_clast_for, translate_clast_guard, translate_clast, gloog):
675 Remove context_loop and level.
676
677 2009-11-23 Tobias Grosser <grosser@fim.uni-passau.de>
678
679 * graphite-clast-to-gimple.c (translate_clast_user,
680 translate_clast_for, translate_clast_guard): Simplify and move common
681 elements to translate_clast().
682 (translate_clast): Simplify and get common elements.
683
684 2009-11-23 Tobias Grosser <grosser@fim.uni-passau.de>
685
686 * graphite-clast-to-gimple.c (translate_clast_user,
687 translate_clast_for, translate_clast_guard): Split out of
688 translate_clast.
689
690 2009-11-21 Tobias Grosser <grosser@fim.uni-passau.de>
691
692 * graphite-clast-to-gimple.c (clast_name_index, new_clast_name_index,
693 clast_name_to_index, save_clast_name_index, debug_clast_name_index,
694 debug_clast_name_indexes_1, debug_clast_name_indexes,
695 clast_name_index_elt_info, eq_clast_name_indexes): Moved from sese.h.
696 (clast_name_to_gcc, clast_to_gcc_expression,
697 clast_to_gcc_expression_red, gcc_type_for_clast_expr,
698 gcc_type_for_clast_eq, graphite_translate_clast_equation,
699 graphite_create_guard_cond_expr, graphite_create_new_loop,
700 translate_clast): Add params_index.
701 (initialize_cloog_names): Create parameter strings from scratch, do
702 not reference other strings.
703 (create_params_index): New.
704 (gloog): Initialize params_index.
705 * graphite-scop-detection (free_scops_1): Removed.
706 (limit_scops): Use normal free_scops.
707 * graphite-sese-to-poly.c (save_var_names): Removed.
708 (parameter_index_in_region): Do not initialize SESE_PARAM_NAMES
709 and SESE_PARAMS_INDEX.
710 * sese.c (new_sese, free_sese): Dito.
711 * sese.h (struct sese): Remove params_index, params_names.
712 (SESE_PARAMS_INDEX, SESE_PARAMS_NAMES): Removed.
713
714 2009-11-20 Sebastian Pop <sebastian.pop@amd.com>
715
716 Revert the following patch from 2009-09-14:
717 * graphite-blocking.c: Fix order of includes: tree-chrec.h, then
718 tree-scalar-evolution.h, and then tree-data-ref.h.
719 * graphite-clast-to-gimple.c: Same.
720 * graphite-dependences.c: Same.
721 * graphite-interchange.c: Same.
722 * graphite-poly.c: Same.
723 * graphite-scop-detection.c: Same.
724 * graphite-sese-to-poly.c: Same.
725 * graphite.c: Same.
726 * lambda-code.c: Same.
727 * matrix-reorg.c: Same.
728 * tree-data-ref.c: Same.
729 * tree-if-conv.c: Same.
730 * tree-loop-distribu: Same.: Same.
731 * tree-loop-linear.c: Same.
732 * tree-parloops.c: Same.
733 * tree-predcom.c: Same.
734 * tree-vect-patterns.c: Same.
735
736 2009-11-20 Sebastian Pop <sebastian.pop@amd.com>
737
738 Revert patch from 2009-09-14.
739 * tree-ssa-loop.c (gate_graphite_transforms): Re-enable Graphite
740 passes at -O1 and below.
741
742 2009-11-18 Sebastian Pop <sebastian.pop@amd.com>
743
744 PR middle-end/40281
745 * gcc.dg/graphite/pr40281.c: New.
746
747 * tree-scalar-evolution.c (instantiate_scev_poly): Base and stride
748 evolutions should not variate in inner loops.
749
750 2009-11-18 Sebastian Pop <sebastian.pop@amd.com>
751
752 PR middle-end/42050
753 * gfortran.dg/graphite/pr42050.f90: New.
754
755 2009-11-18 Sebastian Pop <sebastian.pop@amd.com>
756
757 * graphite-interchange.c (memory_strides_in_loop_depth): New.
758 (pbb_interchange_profitable_p): Call memory_strides_in_loop_depth.
759
760 2009-11-18 Sebastian Pop <sebastian.pop@amd.com>
761
762 * graphite-blocking.c (scop_do_block): New.
763 * graphite-poly.c (apply_poly_transforms): Call scop_do_block.
764 * graphite-poly.h (scop_do_block): Declared.
765
766 2009-11-18 Sebastian Pop <sebastian.pop@amd.com>
767
768 * graphite-blocking.c (pbb_strip_mine_profitable_p): The parameter
769 depth is the loop nesting depth in the LST. Call psct_dynamic_dim
770 to transform depth into the time_depth before calling
771 pbb_number_of_iterations_at_time.
772 (lst_do_strip_mine): Use a scalar variable instead of recomputing
773 lst_depth.
774
775 2009-11-18 Sebastian Pop <sebastian.pop@amd.com>
776
777 Reverted the patch for "scattering permutations" from 2009-10-28.
778
779 * graphite-poly.c (print_permutation): New.
780 (debug_permutation): New.
781 (new_poly_bb): Initialize PBB_PERMUTATION.
782 (free_poly_bb): Free PBB_PERMUTATION.
783 * graphite-poly.h (pbb_permutation_elt_p): Declared.
784 (struct pbb_permutation_elt): New.
785 (PBB_PERMUTATION_ELT_STRIDE): New.
786 (PBB_PERMUTATION_ELT_STRIDED_P): New.
787 (PBB_PERMUTATION_ELT_TIME_DIMENSION): New.
788 (new_pbb_permutation_elt): New.
789 (pbb_permutation_elt_free): New.
790 (struct poly_bb): Add field permutation.
791 (PBB_PERMUTATION): New.
792 (print_permutation): Declared.
793 (debug_permutation): Declared.
794
795 2009-11-04 Konrad Trifunovic <konrad.trifunovic@inria.fr>
796
797 * graphite-interchange.c (build_partial_difference): New.
798 (memory_stride_in_loop): Refactored the computation of
799 equality constraints into build_partial_difference function.
800 Added support for debugging stride computations.
801
802 2009-11-03 Sebastian Pop <sebastian.pop@amd.com>
803
804 * graphite-clast-to-gimple.c (gloog): Free if_region,
805 if_region->true_region, and if_region->region.
806 * sese.c (if_region_set_false_region): Free if_region->false_region.
807 (create_if_region_on_edge): Do not use GGC_NEW.
808 (move_sese_in_condition): Remove useless initialization.
809
810 2009-11-03 Sebastian Pop <sebastian.pop@amd.com>
811
812 * graphite-interchange.c (lst_perfect_nestify): Pass 3 parameters
813 for the loops created by the loop distribution. Do not modify the
814 input LSTs.
815 (lst_try_interchange_loops): Same. Use a temporary LST for the
816 transformed schedule. Call lst_update_scattering before data
817 dependence analysis.
818 (lst_try_interchange): Pass an extra parameter INDEX.
819 (lst_do_interchange_1): New.
820 (lst_do_interchange): Call lst_do_interchange_1.
821 (scop_do_interchange): Call lst_update_scattering.
822 * graphite-poly.c (apply_poly_transforms): Do not call
823 lst_update_scattering.
824 * graphite-poly.h (lst_pred): New.
825 (lst_succ): New.
826 (lst_find_first_pbb): Return NULL when not found.
827 (lst_empty_p): New.
828 (lst_insert_in_sequence): Allow LST1 to be NULL.
829 (lst_replace): New.
830 (lst_substitute_3): New.
831 * gcc.dg/graphite/interchange-1.c: XFail.
832 * gcc.dg/graphite/interchange-8.c: XFail.
833 * gcc.dg/graphite/interchange-11.c: XFail.
834
835 2009-10-30 Sebastian Pop <sebastian.pop@amd.com>
836
837 * graphite-interchange.c (lst_perfectly_nested_p): New.
838 (lst_perfect_nestify): New.
839 (lst_try_interchange_loops): Call store_lst_schedule,
840 lst_perfectly_nested_p, lst_perfect_nestify and restore_lst_schedule.
841 (scop_do_interchange): Avoid redundant legality test.
842 Call lst_do_interchange on a copy of SCOP_TRANSFORMED_SCHEDULE.
843 * graphite-poly.c (apply_poly_transforms): Call lst_update_scattering.
844 * graphite-poly.h (psct_static_dim): New.
845 (lst_dewey_number_at_depth): New.
846 (lst_find_pbb): Restructured.
847 (lst_find_first_pbb): Restructured.
848 (lst_find_last_pbb): New.
849 (lst_contains_p): New.
850 (lst_contains_pbb): New.
851 (lst_create_nest): New.
852 (lst_remove_from_sequence): New.
853 (pbb_update_scattering): New.
854 (lst_update_scattering_under): New.
855 (lst_update_scattering_seq): New.
856 (lst_update_scattering): New.
857 (lst_insert_in_sequence): New.
858 (lst_distribute_lst): New.
859 (lst_remove_all_before_including_pbb): New.
860 (lst_remove_all_before_excluding_pbb): New.
861
862 2009-10-30 Sebastian Pop <sebastian.pop@amd.com>
863
864 * tree-ssa-loop-niter.c (finite_loop_p): Do not call twice
865 get_loop_exit_edges.
866
867 2009-10-30 Sebastian Pop <sebastian.pop@amd.com>
868
869 * graphite-poly.c (pbb_remove_duplicate_pdrs): Free collapsed.
870
871 2009-10-28 Konrad Trifunovic <konrad.trifunovic@gmail.com>
872
873 * graphite-poly.c (print_permutation): New.
874 (debug_permutation): New.
875 (new_poly_bb): Initialize PBB_PERMUTATION.
876 (free_poly_bb): Free PBB_PERMUTATION.
877 * graphite-poly.h (pbb_permutation_elt_p): Declared.
878 (struct pbb_permutation_elt): New.
879 (PBB_PERMUTATION_ELT_STRIDE): New.
880 (PBB_PERMUTATION_ELT_STRIDED_P): New.
881 (PBB_PERMUTATION_ELT_TIME_DIMENSION): New.
882 (new_pbb_permutation_elt): New.
883 (pbb_permutation_elt_free): New.
884 (struct poly_bb): Add field permutation.
885 (PBB_PERMUTATION): New.
886 (print_permutation): Declared.
887 (debug_permutation): Declared.
888
889 2009-10-26 Sebastian Pop <sebastian.pop@amd.com>
890
891 * graphite-clast-to-gimple.c (gloog): Do not call
892 sese_reset_aux_in_loops.
893 * graphite-sese-to-poly.c (build_loop_iteration_domains): Pass an
894 extra argument for domains. Do not use loop->aux.
895 (build_scop_iteration_domain): Initialize and free domains, pass it
896 to build_loop_iteration_domains and extract the information from
897 domains. Do not use loop->aux.
898 * sese.c (sese_reset_aux_in_loops): Removed.
899 * sese.h (sese_reset_aux_in_loops): Removed.
900
901 2009-10-26 Sebastian Pop <sebastian.pop@amd.com>
902
903 * graphite-clast-to-gimple.c (find_pbb_via_hash): Moved up.
904 (dependency_in_loop_p): Same.
905 (translate_clast): Do not use loop->aux. Initialize
906 loop->can_be_parallel.
907 (mark_loops_parallel): Removed.
908 * graphite-clast-to-gimple.h (mark_loops_parallel): Removed.
909 * graphite.c (free_aux_in_new_loops): Removed.
910 (graphite_finalize): Do not call free_aux_in_new_loops.
911 (graphite_transform_loops): Do not call mark_loops_parallel.
912
913 2009-10-26 Li Feng <nemokingdom@gmail.com>
914
915 * graphite-clast-to-gimple.c (get_stmtfor_depth): Removed.
916 (translate_clast): Pass an extra parameter LEVEL.
917 Call get_scattering_level.
918 * graphite-clast-to-gimple.h (get_scattering_level): New.
919
920 2009-10-22 Sebastian Pop <sebastian.pop@amd.com>
921
922 * cfgloop.c (alloc_loop): Initialize loop->single_iv.
923 * cfgloop.h (struct loop): New field single_iv.
924
925 * graphite-clast-to-gimple.c (pbb_to_depth_to_oldiv): Do not use
926 loop->aux anymore: use loop->single_iv.
927 (graphite_loop_normal_form): Moved...
928 (build_graphite_loop_normal_form): Removed.
929 (gloog): Do not call build_graphite_loop_normal_form.
930 (free_aux_in_new_loops): Moved...
931 (mark_loops_parallel): Restructure.
932 * graphite-clast-to-gimple.h (free_aux_in_new_loops): Do not declare.
933 * graphite-sese-to-poly.c (graphite_loop_normal_form): ...here.
934 (scop_canonicalize_loops): New.
935 (build_poly_scop): Call scop_canonicalize_loops.
936 * graphite.c (free_aux_in_new_loops): ...here.
937
938 2009-10-22 Sebastian Pop <sebastian.pop@amd.com>
939
940 * g++.dg/graphite/graphite.exp: Add the same rules as in
941 gcc.dg/graphite/graphite.exp.
942
943 2009-10-22 Sebastian Pop <sebastian.pop@amd.com>
944
945 * g++.dg/graphite/id-1.C: New.
946
947 2009-10-22 Sebastian Pop <sebastian.pop@amd.com>
948
949 * graphite-sese-to-poly.c (create_zero_dim_array): Pass an extra
950 argument base_name.
951 (rewrite_close_phi_out_of_ssa): Update use of create_zero_dim_array.
952 (rewrite_phi_out_of_ssa): Same.
953 (rewrite_cross_bb_scalar_deps): Same.
954 (translate_scalar_reduction_to_array): Same.
955
956 2009-10-22 Sebastian Pop <sebastian.pop@amd.com>
957
958 * graphite-sese-to-poly.c (build_scop_drs): Disable call to
959 dump_alias_graphs.
960
961 2009-10-22 Sebastian Pop <sebastian.pop@amd.com>
962
963 * graphite-sese-to-poly.c (dump_alias_graphs): New.
964 (build_scop_drs): Call dump_alias_graphs.
965
966 2009-10-22 Sebastian Pop <sebastian.pop@amd.com>
967
968 * graphite-poly.c (new_scop): Initialize SCOP_ORIGINAL_SCHEDULE,
969 SCOP_TRANSFORMED_SCHEDULE, and SCOP_SAVED_SCHEDULE.
970 (free_scop): Call free_lst on SCOP_ORIGINAL_SCHEDULE,
971 SCOP_TRANSFORMED_SCHEDULE, and SCOP_SAVED_SCHEDULE.
972 * graphite-poly.h (free_lst): New.
973 (store_lst_schedule): Free SCOP_SAVED_SCHEDULE.
974 (restore_lst_schedule): Free SCOP_TRANSFORMED_SCHEDULE.
975
976 2009-10-22 Sebastian Pop <sebastian.pop@amd.com>
977
978 * graphite-poly.h (struct scop): Add a field saved_schedule.
979 (SCOP_SAVED_SCHEDULE): New.
980 (store_lst_schedule): New.
981 (restore_lst_schedule): New.
982 (store_scattering): Call store_lst_schedule.
983 (restore_scattering): Call restore_lst_schedule.
984
985 2009-10-20 Sebastian Pop <sebastian.pop@amd.com>
986
987 * graphite-sese-to-poly.c (free_data_refs_aux): Fix formatting.
988 (pdr_add_alias_set): Same.
989 (build_poly_dr): Same.
990 (build_alias_set_optimal_p): Same.
991 (build_base_obj_set_for_drs): Same. Do not store the result of
992 graphds_dfs.
993
994 2009-10-20 Sebastian Pop <sebastian.pop@amd.com>
995
996 * graphite-sese-to-poly.c (build_alias_set_optimal_p): Initialize
997 all_components_are_cliques to 1.
998
999 2009-10-20 Li Feng <nemokingdom@gmail.com>
1000
1001 * graphite-sese-to-poly.c (free_data_refs_aux): Update to free
1002 the new structure.
1003 (pdr_add_alias_set): Update retrieving alias_set_num.
1004 (build_poly_dr): Update retrieving dr_base_object_set.
1005 (partition_drs_to_sets): Remove.
1006 (build_alias_set_optimal_p): New.
1007 (build_alias_set_for_drs): Rename.
1008 (build_scop_drs): Update.
1009 * graphite-sese-to-poly.h (struct base_alias_pair): New.
1010 (ALIAS_SET_INDEX): Remove.
1011 (BASE_OBJECT_SET_INDEX): Remove.
1012
1013 2009-10-20 Sebastian Pop <sebastian.pop@amd.com>
1014
1015 * sese.c (get_vdef_before_sese): Handle GIMPLE_ASSIGN and GIMPLE_CALL.
1016
1017 2009-10-20 Sebastian Pop <sebastian.pop@amd.com>
1018
1019 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Do not infer
1020 loop upper bounds for 1-element arrays at end of structures.
1021 * tree-flow.h (array_at_struct_end_p): Declared.
1022 * tree-ssa-loop-niter.c (array_at_struct_end_p): Not static anymore.
1023
1024 2009-10-20 Sebastian Pop <sebastian.pop@amd.com>
1025
1026 * g++.dg/graphite/pr41305.C: New.
1027
1028 2009-10-20 Alexander Monakov <amonakov@ispras.ru>
1029
1030 * graphite-sese-to-poly.c (build_loop_iteration_domains): Generalize
1031 construction of parameter constraints from loop iteration analysis.
1032 * gcc.dg/graphite/run-id-2.c: New test.
1033
1034 2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
1035
1036 * graphite-interchange.c (memory_stride_in_loop): Delete p1, lma
1037 and new_cstr.
1038
1039 2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
1040
1041 * graphite-dependences.c (dependence_polyhedron_1): Remove
1042 unused gdim dimensions from the DDR polyhedron.
1043
1044 2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
1045
1046 * graphite-dependences.c (pddr_transformed_scattering): New.
1047 (dot_original_deps_stmt_1): New.
1048 (dot_transformed_deps_stmt_1): New.
1049 (dot_deps_stmt_1): Call dot_original_deps_stmt_1 and
1050 dot_transformed_deps_stmt_1.
1051 (dot_original_deps): New.
1052 (dot_transformed_deps): New.
1053 (dot_deps_1): Call dot_original_deps and dot_transformed_deps.
1054
1055 2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
1056
1057 * graphite-dependences.c (reduction_dr_1): Remove wrong
1058 assert: reduction BBs can have multiple reduction writes
1059 to memory. interchange-3.f90 is an example.
1060
1061 2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
1062
1063 * gfortran.dg/graphite/interchange-3.f90: New.
1064
1065 2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
1066
1067 * gcc.dg/graphite/interchange-1.c: Un-XFAILed.
1068
1069 2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
1070
1071 * graphite-dependences.c (dependence_polyhedron_1): Add the
1072 context to the dependence polyhedron.
1073
1074 2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
1075
1076 * graphite-poly.c (pbb_remove_duplicate_pdrs): Initialize
1077 PBB_PDR_DUPLICATES_REMOVED.
1078 (new_poly_bb): Same.
1079
1080 2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
1081
1082 * graphite-sese-to-poly.c (find_scop_parameters): Initialize
1083 SCOP_CONTEXT.
1084 (build_loop_iteration_domains): Extract bounds on parameters
1085 based on the data size.
1086 (build_scop_context): Do not initialize SCOP_CONTEXT;
1087 add new constraints.
1088
1089 2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
1090
1091 * graphite-ppl.c (ppl_min_for_le_polyhedron): New.
1092 * graphite-ppl.h (graphite-ppl.h): Declared.
1093
1094 2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
1095
1096 * graphite-ppl.c (ppl_print_linear_expr): New.
1097 (debug_ppl_linear_expr): New.
1098 * graphite-ppl.h (ppl_print_linear_expr): Declared.
1099 (debug_ppl_linear_expr): Declared.
1100
1101 2009-10-16 Sebastian Pop <sebastian.pop@amd.com>
1102
1103 * graphite-interchange.c: Fix comments.
1104 * gcc.dg/graphite/block-1.c: Fix comments.
1105
1106 2009-10-16 Sebastian Pop <sebastian.pop@amd.com>
1107
1108 * gcc.dg/graphite/interchange-7.c: Un-XFAILed.
1109 * gcc.dg/graphite/interchange-9.c: Un-XFAILed.
1110
1111 2009-10-16 Sebastian Pop <sebastian.pop@amd.com>
1112
1113 Reapply the patch from Alexander Monakov that disappeared during
1114 the last merges from trunk.
1115
1116 2009-09-16 Alexander Monakov <amonakov@ispras.ru>
1117
1118 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Add bounds only
1119 for ARRAY_REFs. Use array_ref_{low,up}_bound to determine bounds.
1120
1121 2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
1122
1123 * graphite-interchange.c (memory_stride_in_loop): The depth
1124 argument corresponds to a dynamic time dimension, so use
1125 psct_dynamic_dim to refer to the transformed scattering dimension.
1126
1127 2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
1128
1129 * graphite-interchange.c (memory_stride_in_loop): Fix comments.
1130
1131 2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
1132
1133 * graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the
1134 root of the LST.
1135 * graphite-interchange.c (lst_do_interchange): Avoid interchanging
1136 the root of the LST.
1137 * graphite-poly.c (scop_to_lst): Fix LST sequence in an outermost
1138 fake loop.
1139 (print_lst): Print the root of LST in a different format.
1140 * graphite-poly.h (lst_depth): Adjust to include the root of the LST.
1141
1142 2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
1143
1144 * graphite-poly.c (print_scop): Fix pretty printing of a SCoP.
1145
1146 2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
1147
1148 * doc/passes.texi: Document the Graphite infrastructure.
1149
1150 2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
1151
1152 * graphite-sese-to-poly.c (insert_copyin): Use gsi_insert_seq_on_edge.
1153 (rewrite_commutative_reductions_out_of_ssa): Call gsi_commit_edge_inserts,
1154 and check the SSA representation.
1155
1156 * gfortran.dg/graphite/id-18.f90: New, reduced from PR41193.
1157
1158 2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
1159
1160 * gcc.dg/graphite/pr40157.c: Use -floop-block as reported in the PR.
1161
1162 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
1163
1164 * gcc.dg/graphite/interchange-11.c: New.
1165
1166 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
1167
1168 * gcc.dg/graphite/interchange-8.c: Enable loop interchange.
1169
1170 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
1171
1172 * gcc.dg/graphite/graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK):
1173 Add -fno-loop-strip-mine and -fno-loop-interchange.
1174 (DEFAULT_FLAGS_GRAPHITE_INTERCHANGE): Add -fno-loop-block and
1175 -fno-loop-strip-mine.
1176 * gfortran.dg/graphite/graphite.exp: Same.
1177
1178 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
1179
1180 * gcc.dg/graphite/graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK):
1181 Renamed DEFAULT_FLAGS_GRAPHITE_BLOCK.
1182 (DEFAULT_CFLAGS_GRAPHITE_IDENTITY): Renamed
1183 DEFAULT_FLAGS_GRAPHITE_IDENTITY.
1184 (DEFAULT_CFLAGS_GRAPHITE_INTERCHANGE): Renamed
1185 DEFAULT_FLAGS_GRAPHITE_INTERCHANGE.
1186 (DEFAULT_CFLAGS_GRAPHITE_SCOP): Renamed
1187 DEFAULT_FLAGS_GRAPHITE_SCOP.
1188 (DEFAULT_CFLAGS_RUN_ID): Renamed DEFAULT_FLAGS_RUN_ID.
1189 (DEFAULT_CFLAGS_GRAPHITE): Renamed DEFAULT_FLAGS_GRAPHITE.
1190
1191 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
1192
1193 * graphite-poly.c (pbb_number_of_iterations_at_time): Cleanup comments.
1194
1195 2009-10-14 Konrad Trifunovic <konrad.trifunovic@gmail.com>
1196 Sebastian Pop <sebastian.pop@amd.com>
1197
1198 * graphite-interchange.c (build_linearized_memory_access): Pass an
1199 offset as parameter.
1200 (memory_stride_in_loop): Include transform scattering in the
1201 access functions to be able to querry the strides in the
1202 transformed loops.
1203 (pbb_interchange_loop_depths): Interchange the psct_dynamic_dim,
1204 not the psct_iterator_dim.
1205
1206 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
1207
1208 * graphite-blocking.c (pbb_do_strip_mine): Removed.
1209 (lst_do_strip_mine_loop): New.
1210 (lst_do_strip_mine): New.
1211 (scop_do_strip_mine): Call lst_do_strip_mine.
1212 * graphite-poly.h (lst_add_loop_under_loop): New.
1213 (lst_find_first_pbb): New.
1214
1215 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
1216
1217 * graphite-poly.c (loop_to_lst): Fix LST creation.
1218
1219 2009-10-14 Tobias Grosser <grosser@fim.uni-passau.de>
1220
1221 * gcc.dg/graphite/id-15.c: (8 * 8) replaced with
1222 sizeof(unsigned long) to make it run on 32bit systems.
1223
1224 2009-10-14 Tobias Grosser <grosser@fim.uni-passau.de>
1225
1226 * gcc.dg/graphite/run-id-1.c: Use smaller matrix to not
1227 SEGFAULT on 32bit.
1228
1229 2009-10-14 Ramakrishna Upadrasta <Ramakrishna.Upadrasta@inria.fr>
1230
1231 * graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): Fix
1232 Comment.
1233 (write_alias_graph_to_ascii_dot): New.
1234 (write_alias_graph_to_ascii_ecc): Ditto.
1235 (partition_drs_to_sets): Add testing of optimality of current method
1236 which assigns alias numbers according to DFS Comopnent number. used
1237 as heuristic for the upcoming ECC algorithm.
1238 (build_scop_drs): Write to file also with the ecc and dot format.
1239
1240 2009-10-13 Sebastian Pop <sebastian.pop@amd.com>
1241
1242 * gfortran.dg/graphite/interchange-1.f: XFail.
1243
1244 2009-10-13 Sebastian Pop <sebastian.pop@amd.com>
1245
1246 * graphite.c (graphite_initialize): Do not handle functions with
1247 more than 100 basic blocks.
1248
1249 2009-10-13 Sebastian Pop <sebastian.pop@amd.com>
1250
1251 * graphite-blocking.c (pbb_do_strip_mine): Use
1252 PARAM_LOOP_BLOCK_TILE_SIZE.
1253
1254 2009-10-13 Sebastian Pop <sebastian.pop@amd.com>
1255
1256 * graphite-poly.c (dot_lst_1): New.
1257 (dot_lst): New.
1258 * graphite-poly.h (dot_lst): Declared.
1259
1260 2009-10-13 Sebastian Pop <sebastian.pop@amd.com>
1261
1262 * graphite-dependences.c (dot_deps_stmt_1): New.
1263 (dot_deps_stmt): New.
1264 * graphite-dependences.h (dot_deps_stmt): Declared.
1265
1266 2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
1267
1268 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_dependence): Do
1269 not replace cross BB scalar dependences ending on PHI nodes.
1270 (rewrite_cross_bb_scalar_deps): Filter out GIMPLE_PHI nodes.
1271
1272 2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
1273
1274 * graphite-poly.c (apply_poly_transforms): Implement the high
1275 level driver for flag_loop_block.
1276 * opts.c (decode_options): Enable flag_loop_block at -O2.
1277 * tree-ssa-loop.c (gate_graphite_transforms): Remove call to sorry for
1278 flag_loop_block.
1279
1280 * gcc.dg/graphite/graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK): Add
1281 -floop-block.
1282 * gfortran.dg/graphite/graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK):
1283 Add -floop-block.
1284
1285 2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
1286
1287 * graphite-poly.h (lst_find_pbb): New.
1288 (find_lst_loop): New.
1289
1290 2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
1291
1292 * graphite-poly.c (new_scop): Remove init of SCOP_DEP_GRAPH.
1293 * graphite-poly.h (struct scop): Remove dep_graph field.
1294 (SCOP_DEP_GRAPH): Removed.
1295
1296 2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
1297
1298 * graphite-poly.h (copy_lst): Do full copy of LST.
1299
1300 2009-10-07 Sebastian Pop <sebastian.pop@amd.com>
1301
1302 * graphite-sese-to-poly.c (reduction_phi_p): Call remove_invariant_phi
1303 when the loop stride is zero.
1304
1305 * gcc.dg/graphite/id-16.c: New.
1306
1307 2009-10-06 Sebastian Pop <sebastian.pop@amd.com>
1308
1309 * graphite-dependences.c (reduction_dr_1): New.
1310 (reduction_dr_p): New.
1311 (graphite_legal_transform_dr): Call reduction_dr_p.
1312 (reduction_ddr): Renamed reduction_ddr_p.
1313 * graphite-poly.h (same_pdr_p): New.
1314 (number_of_write_pdrs): New.
1315 * graphite-sese-to-poly.c (nb_data_writes_in_bb): New.
1316 (split_reduction_stmt): Do not split reduction statements
1317 when there are no writes to memory.
1318 (translate_scalar_reduction_to_array_for_stmt): Insert the
1319 memory reduction statement just after the scalar reduction statement.
1320
1321 * gcc.dg/graphite/interchange-10.c: Updated to differ from interchange-4.c.
1322 Un-XFAIL-ed.
1323 * gcc.dg/graphite/interchange-3.c: Un-XFAIL-ed.
1324 * gcc.dg/graphite/interchange-4.c: Un-XFAIL-ed.
1325
1326 2009-10-06 Sebastian Pop <sebastian.pop@amd.com>
1327
1328 * graphite-interchange.c (lst_apply_interchange): New.
1329 (lst_interchange_profitable_p): New.
1330 (lst_try_interchange_loops): New.
1331 (lst_try_interchange): New.
1332 (lst_do_interchange): New.
1333 (pbb_do_interchange): Removed.
1334 (scop_do_interchange): Call lst_do_interchange.
1335
1336 2009-10-06 Sebastian Pop <sebastian.pop@amd.com>
1337
1338 * graphite-poly.c (print_scop): Print SCOP_ORIGINAL_SCHEDULE and
1339 SCOP_TRANSFORMED_SCHEDULE.
1340 (loop_to_lst): New.
1341 (scop_to_lst): New.
1342 (print_lst): New.
1343 (debug_lst): New.
1344 * graphite-poly.h (lst_p): New.
1345 (struct lst): New.
1346 (LST_LOOP_P): New.
1347 (LST_LOOP_FATHER): New.
1348 (LST_PBB): New.
1349 (LST_SEQ): New.
1350 (scop_to_lst): Declared.
1351 (print_lst): Declared.
1352 (debug_lst): Declared.
1353 (new_lst_loop): New.
1354 (new_lst_stmt): New.
1355 (copy_lst): New.
1356 (lst_depth): New.
1357 (lst_dewey_number): New.
1358 (struct scop): Add original_schedule and transformed_schedule fields.
1359 (SCOP_ORIGINAL_SCHEDULE): New.
1360 (SCOP_TRANSFORMED_SCHEDULE): New.
1361 * graphite-sese-to-poly.c (build_poly_scop): Call scop_to_lst.
1362
1363 2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
1364
1365 * graphite-dependences.c (reduction_ddr): New.
1366 (graphite_legal_transform_bb): Call reduction_ddr.
1367 * graphite-poly.c (new_poly_bb): Pass a new bool parameter.
1368 Initialize PBB_IS_REDUCTION.
1369 * graphite-poly.h (struct poly_bb): New bool field is_reduction.
1370 (PBB_IS_REDUCTION): New.
1371 (new_poly_bb): Update declaration.
1372 * graphite-scop-detection.h (build_scop_bbs): Removed.
1373 (nb_reductions_in_loop): Removed.
1374 * graphite-sese-to-poly.c (try_generate_gimple_bb): Pass a sbitmap
1375 parameter for reductions.
1376 (try_generate_gimple_bb): Update call to new_poly_bb.
1377 (build_scop_bbs_1): Same.
1378 (build_scop_bbs): Same.
1379 (gsi_for_phi_node): New.
1380 (scalar_close_phi_node_p): Remove gcc_assert.
1381 (split_reduction_stmt): New.
1382 (is_reduction_operation_p): New.
1383 (phi_contains_arg): New.
1384 (follow_ssa_with_commutative_ops): New.
1385 (detect_commutative_reduction_arg): New.
1386 (detect_commutative_reduction_assign): New.
1387 (follow_inital_value_to_phi): New.
1388 (edge_initial_value_for_loop_phi): New.
1389 (initial_value_for_loop_phi): New.
1390 (detect_commutative_reduction): New.
1391 (translate_scalar_reduction_to_array_for_stmt): New.
1392 (insert_copyout): New.
1393 (insert_copyin): New.
1394 (translate_scalar_reduction_to_array): New.
1395 (rewrite_commutative_reductions_out_of_ssa_close_phi): New.
1396 (rewrite_commutative_reductions_out_of_ssa_loop): New.
1397 (rewrite_commutative_reductions_out_of_ssa): New.
1398 (build_poly_scop): Call rewrite_commutative_reductions_out_of_ssa.
1399 * sese.h (split_region_for_bb): New.
1400
1401 * gcc.dg/graphite/graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK): Add -ffast-math.
1402 * gcc.dg/graphite/interchange-1.c: Fix format.
1403 * gcc.dg/graphite/interchange-10.c: New.
1404
1405 2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
1406
1407 * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Remove
1408 buggy assert.
1409
1410 2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
1411
1412 * graphite-sese-to-poly.c (scev_analyzable_p): New.
1413 (rewrite_cross_bb_scalar_dependence): New.
1414 (rewrite_cross_bb_scalar_deps): New.
1415 (rewrite_reductions_out_of_ssa): Use bb_in_sese_p.
1416 Call rewrite_cross_bb_scalar_deps.
1417
1418 2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
1419
1420 * graphite-sese-to-poly.c (gsi_for_ssa_name_def): Removed.
1421 (insert_out_of_ssa_copy): Directly use gsi_after_labels and
1422 gsi_for_stmt.
1423
1424 2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
1425
1426 * graphite-clast-to-gimple.c (build_cloog_prog): Use pbb_index.
1427 * graphite-interchange.c (pbb_do_interchange): Same.
1428 * graphite-poly.c (print_scattering_function): Same.
1429 (debug_pdrs): Same.
1430 * graphite-poly.h (pbb_loop): New.
1431 * graphite-sese-to-poly.c (create_linear_expr_from_tree): Use pbb_loop.
1432
1433 2009-09-27 Sebastian Pop <sebastian.pop@amd.com>
1434
1435 * graphite-scop-detection.c (limit_scops): Do not build poly_bbs.
1436
1437 2009-09-27 Sebastian Pop <sebastian.pop@amd.com>
1438
1439 * graphite-sese-to-poly.c (partition_drs_to_sets): Drs is not modified,
1440 so don't pass a pointer to it.
1441 (build_alias_set_for_drs): Same.
1442 (build_base_obj_set_for_drs): Same.
1443 (build_scop_drs): Same.
1444
1445 2009-09-26 Li Feng <nemokingdom@gmail.com>
1446
1447 * graphite-sese-to-poly.c (build_scop_drs): Disable writing to file
1448 the alias graph of data references.
1449
1450 2009-09-25 Li Feng <nemokingdom@gmail.com>
1451
1452 * graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): New.
1453 (build_scop_drs): When debugging, write the alias graph to file,
1454 otherwise, should be disabled.
1455
1456 2009-09-17 Sebastian Pop <sebastian.pop@amd.com>
1457
1458 * Merge from mainline (151310:151361).
1459
1460 2009-09-17 Sebastian Pop <sebastian.pop@amd.com>
1461
1462 * Merge from mainline (151171:151310).
1463
1464 2009-09-17 Sebastian Pop <sebastian.pop@amd.com>
1465
1466 * Merge from mainline (151171:151806).
1467
1468 2009-09-17 Sebastian Pop <sebastian.pop@amd.com>
1469
1470 * Revert the last commit.
1471
1472 2009-09-17 Sebastian Pop <sebastian.pop@amd.com>
1473
1474 * Merge from mainline (151171:151819).
1475
1476 2009-09-17 Sebastian Pop <sebastian.pop@amd.com>
1477
1478 * graphite-scop-detection.c (stmt_simple_memref_p): Removed.
1479 (is_simple_operand): Remove call to stmt_simple_memref_p.
1480 (stmt_simple_for_scop_p): Update call to is_simple_operand.
1481
1482 2009-09-17 David Edelsohn <edelsohn@gnu.org>
1483
1484 * gcc.dg/graphite/interchange-mvt.c: New File.
1485 * gcc.dg/graphite/scop-dsyrk.c: New File.
1486 * gcc.dg/graphite/scop-dsyr2k.c: New File.
1487 * gcc.dg/graphite/scop-mvt.c: New File.
1488 * gcc.dg/graphite/scop-sor.c: New File.
1489
1490 2009-09-17 Li Feng <nemokingdom@gmail.com>
1491
1492 * graphite-dependences.c (poly_drs_may_alias_p): Adjust definition.
1493 (pddr_original_scattering): Make sure 2 pdr2 in the same base object set.
1494 (graphite_carried_dependence_level_k): Ditto.
1495 * graphite-poly.c (new_poly_dr): Add init of PDR_BASE_OBJECT_SET.
1496 * graphite-poly.h (struct poly_dr): Add member dr_base_object_set.
1497 (new_poly_dr): Adjust declaration.
1498 * graphite-sese-to-poly.c (free_data_refs_aux): New.
1499 (free_gimple_bb): Added free_data_refs_aux.
1500 (build_poly_dr): Add dr_base_object_set.
1501 (partition_drs_to_sets): New.
1502 (dr_same_base_object_p): New.
1503 (build_alias_set_for_drs): New.
1504 (build_base_object_set_for_drs): New.
1505 (build_scop_drs): Add build_base_obj_set_for_drs.
1506 * graphite-sese-to-poly.h: Added #define for alias set number index and
1507 base object set index.
1508 * libgomp/testsuite/libgomp.graphite/force-parallel-6.c: Refine tests.
1509 * libgomp/testsuite/libgomp.graphite/pr4118.c: New.
1510
1511 2009-09-16 Alexander Monakov <amonakov@ispras.ru>
1512
1513 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Add bounds only
1514 for ARRAY_REFs. Use array_ref_{low,up}_bound to determine bounds.
1515
1516 2009-09-14 Sebastian Pop <sebastian.pop@amd.com>
1517
1518 * graphite-sese-to-poly.c (struct irp_data): Removed.
1519 (idx_record_params): Removed.
1520 (find_params_in_bb): Scan for parameters the access functions; don't
1521 parse the tree representation.
1522
1523 2009-09-14 Sebastian Pop <sebastian.pop@amd.com>
1524
1525 * tree-ssa-loop.c (gate_graphite_transforms): Disable Graphite
1526 passes at -O1 and below.
1527
1528 2009-09-14 Sebastian Pop <sebastian.pop@amd.com>
1529
1530 * graphite-blocking.c: Fix order of includes: tree-chrec.h, then
1531 tree-scalar-evolution.h, and then tree-data-ref.h.
1532 * graphite-clast-to-gimple.c: Same.
1533 * graphite-dependences.c: Same.
1534 * graphite-interchange.c: Same.
1535 * graphite-poly.c: Same.
1536 * graphite-scop-detection.c: Same.
1537 * graphite-sese-to-poly.c: Same.
1538 * graphite.c: Same.
1539 * lambda-code.c: Same.
1540 * matrix-reorg.c: Same.
1541 * tree-data-ref.c: Same.
1542 * tree-if-conv.c: Same.
1543 * tree-loop-distribu: Same.: Same.
1544 * tree-loop-linear.c: Same.
1545 * tree-parloops.c: Same.
1546 * tree-predcom.c: Same.
1547 * tree-vect-patterns.c: Same.
1548
1549 2009-09-02 Sebastian Pop <sebastian.pop@amd.com>
1550
1551 Partially revert the previous patch, except the following.
1552 * tree-scalar-evolution.c (instantiate_scev_not): Adapted to pass
1553 as parameters the operands of the not expression.
1554
1555 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
1556
1557 * tree-scalar-evolution.c (instantiate_scev_assign): New.
1558 Do not call analyze_scalar_evolution on assignments.
1559 (instantiate_scev_phi): Call analyze_scalar_evolution.
1560 (instantiate_scev_name): Call instantiate_scev_assign and
1561 instantiate_scev_phi.
1562 (instantiate_scev_not): Adapted to pass as parameters the operands
1563 of the not expression.
1564
1565 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
1566
1567 * tree-scalar-evolution.c (instantiate_scev_binary): Adapted
1568 to pass as parameters the operands of the binary expression.
1569
1570 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
1571
1572 * tree-scalar-evolution.c (instantiate_scev_bitnot): Renamed
1573 instantiate_scev_not. Handle NEGATE_EXPR.
1574 (instantiate_scev_r): Handle NEGATE_EXPR.
1575
1576 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
1577
1578 * tree-scalar-evolution.c (instantiate_scev_1): Renamed
1579 instantiate_scev_r.
1580 (instantiate_scev_r): Move code in instantiate_scev_2
1581 and instantiate_scev_1.
1582
1583 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
1584
1585 * tree-scalar-evolution.c (instantiate_scev_3): New.
1586 (instantiate_scev_1): Move code in instantiate_scev_3.
1587
1588 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
1589
1590 * tree-scalar-evolution.c (instantiate_scev_poly): New.
1591 (instantiate_scev_1): Move code in instantiate_scev_poly.
1592
1593 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
1594
1595 * tree-scalar-evolution.c (instantiate_scev_bitnot): New.
1596 (instantiate_scev_1): Move code in instantiate_scev_bitnot.
1597
1598 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
1599
1600 * tree-scalar-evolution.c (instantiate_scev_convert): New.
1601 (instantiate_scev_1): Move code in instantiate_scev_convert.
1602
1603 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
1604
1605 * tree-scalar-evolution.c (instantiate_scev_binary): New.
1606 (instantiate_scev_1): Move code in instantiate_scev_binary.
1607
1608 2009-09-01 Sebastian Pop <sebastian.pop@amd.com>
1609
1610 * tree-scalar-evolution.c (instantiate_scev_name): New.
1611 (instantiate_scev_1): Move code in instantiate_scev_name.
1612
1613 2009-08-28 Sebastian Pop <sebastian.pop@amd.com>
1614
1615 * Merge from mainline (150992:151171).
1616
1617 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
1618
1619 * opts.c (decode_options): Enable flag_loop_interchange at -O2.
1620
1621 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
1622
1623 * graphite-dependences.c (graphite_legal_transform_bb): Call
1624 pbb_remove_duplicate_pdrs.
1625 * graphite-poly.c (can_collapse_pdr): Removed.
1626 (pdr_find_duplicate): Removed.
1627 (can_collapse_pdrs): New.
1628 (pbb_remove_duplicate_pdrs): New.
1629 (new_poly_dr): Do not look for duplicates.
1630 * graphite-poly.h (struct poly_bb): New field pdr_duplicates_removed.
1631 (PBB_PDR_DUPLICATES_REMOVED): New.
1632 (pbb_remove_duplicate_pdrs): Declared.
1633
1634 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
1635
1636 * graphite-interchange.c (pbb_interchange_profitable_p): Adjust
1637 the strides by multiplying by PDR_NB_REFS.
1638 * graphite-poly.c (can_collapse_pdr): New.
1639 (pdr_find_duplicate): New.
1640 (new_poly_dr): Call pdr_find_duplicate. Collapse duplicate PDRs.
1641 Initialize PDR_NB_REFS.
1642 * graphite-poly.h (struct poly_dr): Add field nb_refs.
1643 (PDR_NB_REFS): New.
1644 (new_poly_dr): Number of subscripts is a graphite_dim_t.
1645
1646 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
1647
1648 Revert one of the previous commits:
1649 * graphite-dependences.c (graphite_legal_transform_bb): Avoid
1650 the computation of symmetric data dependence relations.
1651 (dependency_between_pbbs_p): Same.
1652
1653 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
1654
1655 PR middle-end/40965
1656 * graphite-poly.c (apply_poly_transforms): Remove legality test before
1657 any transform.
1658
1659 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
1660
1661 * graphite-dependences.c (pddr_original_scattering): Return NULL
1662 for read-read dependence relations.
1663 * graphite-poly.h (enum poly_dr_type): Fix comment.
1664 (pdr_read_p): New.
1665 (pdr_write_p): New.
1666 (pdr_may_write_p): New.
1667
1668 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
1669
1670 * graphite-poly.h (enum POLY_DR_TYPE): Renamed poly_dr_type.
1671 (struct poly_dr): Same.
1672 (new_poly_dr): Same.
1673 * graphite-poly.c (new_poly_dr): Same.
1674
1675 2009-08-25 Konrad Trifunovic <konrad.trifunovic@gmail.com>
1676 Sebastian Pop <sebastian.pop@amd.com>
1677
1678 * graphite-blocking.c (pbb_strip_mine_loop_depth): Renamed
1679 pbb_strip_mine_time_depth. Changed the implementation so that
1680 transformation is expressed as a transformation on
1681 time (scatttering) dimensions. Also, ensures that the 2d+1
1682 scheduling format is preserved.
1683 (pbb_strip_mine_profitable_p): Profitability is based on the
1684 iteration number of a given time (scattering) dimension,
1685 and not on a original loop depth dimension.
1686 (pbb_strip_mine): Call pbb_number_of_iterations_at_time.
1687 (pbb_do_strip_mine): Call psct_dynamic_dim.
1688 * graphite-poly.c (pbb_number_of_iterations_at_time): New.
1689 * graphite-poly.h (pbb_number_of_iterations_at_time): Declared.
1690 (pbb_nb_dynamic_scattering_transform): New.
1691 (psct_dynamic_dim): New.
1692
1693 2009-08-25 Konrad Trifunovic <konrad.trifunovic@gmail.com>
1694
1695 * graphite-ppl.c (ppl_max_for_le): Renamed ppl_max_for_le_pointset.
1696 * graphite-ppl.h (ppl_max_for_le): Renamed ppl_max_for_le_pointset.
1697 * graphite-poly.c (pbb_number_of_iterations): Rename ppl_max_for_le.
1698 * graphite-interchange.c (build_linearized_memory_access): Same.
1699 (memory_stride_in_loop): Same.
1700
1701 2009-08-25 Sebastian Pop <sebastian.pop@amd.com>
1702
1703 * graphite-dependences.c (pddr_original_scattering): New.
1704 (graphite_legal_transform_dr): Call pddr_original_scattering.
1705 (dot_deps_1): New.
1706 (dot_deps): New.
1707 * graphite-dependences.h (dot_deps): Declared.
1708 * graphite-poly.c (new_poly_dr): Initialize PDR_ID.
1709 (print_pdr): Print PDR_ID.
1710 * graphite-poly.h (struct poly_dr): Add field id.
1711 (PDR_ID): New.
1712 (pbb_index): New.
1713 * graphite-scop-detection.c (dot_all_scops_1): Cleanup comment.
1714
1715 2009-08-22 Sebastian Pop <sebastian.pop@amd.com>
1716
1717 * graphite-dependences.c (graphite_carried_dependence_level_k): Do
1718 not delete the original dependence relation.
1719
1720 2009-08-21 Sebastian Pop <sebastian.pop@amd.com>
1721
1722 * graphite-dependences.c (graphite_legal_transform_bb): Avoid
1723 the computation of symmetric data dependence relations.
1724 (dependency_between_pbbs_p): Same.
1725
1726 2009-08-21 Sebastian Pop <sebastian.pop@amd.com>
1727
1728 * graphite-dependences.c (new_poly_dr_pair): Renamed new_poly_ddr.
1729 (eq_poly_dr_pair_p): Renamed eq_poly_ddr_p.
1730 (hash_poly_dr_pair_p): Renamed hash_poly_ddr_p.
1731 (free_poly_ddr): New.
1732 (pddr_is_empty): New.
1733 (dependence_polyhedron_1): Now returns a poly_ddr_p.
1734 (dependence_polyhedron): Same. Remove useless gcc_assert.
1735 Remove fprintfs.
1736 (graphite_legal_transform_dr): Call pddr_is_empty and free_poly_ddr.
1737 (graphite_carried_dependence_level_k): Call pddr_is_empty.
1738 * graphite-dependences.h (enum poly_dependence_kind): New.
1739 (poly_dr_pair): Renamed poly_ddr. Added a field kind.
1740 (PDRP_SOURCE): Renamed PDDR_SOURCE.
1741 (PDRP_SINK): Renamed PDDR_SINK.
1742 (PDRP_DDP): Renamed PDDR_DDP.
1743 (PDDR_KIND): New.
1744 (free_poly_ddr): Declared.
1745 * graphite-poly.c (new_scop): Use the new hash function names.
1746 * graphite-poly.h (struct scop): Renamed field original_pdr_pairs
1747 into original_pddrs.
1748 (SCOP_ORIGINAL_PDR_PAIRS): Renamed SCOP_ORIGINAL_PDDRS.
1749
1750 2009-08-21 Sebastian Pop <sebastian.pop@amd.com>
1751
1752 * Merge from mainline (150764:150992).
1753
1754 2009-08-18 Sebastian Pop <sebastian.pop@amd.com>
1755
1756 * cfgloopmanip.c (create_empty_loop_on_edge): Generate upper
1757 bounds with LT_EXPR to make niter analysis more precise on code
1758 generated by Graphite.
1759
1760 2009-08-18 Sebastian Pop <sebastian.pop@amd.com>
1761
1762 * graphite-dependences.c (graphite_legal_transform_dr): Fix formatting.
1763 (graphite_legal_transform_bb): Same.
1764 (poly_drs_may_alias_p): Same.
1765
1766 2009-08-15 Sebastian Pop <sebastian.pop@amd.com>
1767
1768 PR middle-end/40981
1769 * graphite-ppl.c (ppl_max_for_le): Correct the use of
1770 ppl_Pointset_Powerset_C_Polyhedron_maximize.
1771
1772 2009-08-13 Sebastian Pop <sebastian.pop@amd.com>
1773
1774 * graphite-poly.c (print_pbb): Print PBB index.
1775
1776 2009-08-13 Sebastian Pop <sebastian.pop@amd.com>
1777
1778 * Merge from mainline (r150672:150764).
1779
1780 2009-08-13 Sebastian Pop <sebastian.pop@amd.com>
1781
1782 * graphite-interchange.c (ppl_max_for_le): Moved...
1783 * graphite-poly.c (pbb_number_of_iterations): Call ppl_max_for_le.
1784 * graphite-ppl.c (ppl_max_for_le): ... here.
1785 * graphite-ppl.h (ppl_max_for_le): Declared.
1786
1787 2009-08-12 Sebastian Pop <sebastian.pop@amd.com>
1788
1789 * Merge from mainline (r150372:150672).
1790
1791 2009-08-11 Sebastian Pop <sebastian.pop@amd.com>
1792
1793 PR middle-end/40980
1794 * sese.c (convert_for_phi_arg): New.
1795 (add_guard_exit_phis): Use convert_for_phi_arg.
1796
1797 * gfortran.dg/graphite/id-17.f: New.
1798
1799 2009-08-11 Sebastian Pop <sebastian.pop@amd.com>
1800
1801 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Dont add
1802 unknown subscript upper bounds.
1803
1804 * gcc.dg/graphite/interchange-6.c: Un-XFAIL.
1805
1806 2009-08-11 Sebastian Pop <sebastian.pop@amd.com>
1807 Pranav Garg <pranav.garg2107@gmail.com>
1808
1809 * graphite-interchange.c (gather_access_strides): Removed.
1810 (ppl_max_for_le): New.
1811 (build_linearized_memory_access): New.
1812 (memory_stride_in_loop): New.
1813 (pbb_interchange_profitable_p): Reimplemented.
1814 * graphite-ppl.h (ppl_new_id_map): New.
1815 (ppl_interchange): New.
1816
1817 * gcc.dg/graphite/interchange-6.c: XFAILed.
1818
1819 2009-08-11 Sebastian Pop <sebastian.pop@amd.com>
1820
1821 * graphite-interchange.c (compute_subscript): Removed.
1822 (compute_array_size_cstr): Removed.
1823 (compute_array_size_poly): Removed.
1824 (compute_array_size): Removed.
1825 (gather_access_strides_poly): Removed.
1826 (gather_access_strides): Empty.
1827
1828 2009-08-11 Sebastian Pop <sebastian.pop@amd.com>
1829
1830 * graphite-dependences.c (dependence_polyhedron_1): Replace
1831 pdr_nb_subscripts with PDR_NB_SUBSCRIPTS.
1832 (graphite_legal_transform_dr): Same.
1833 (graphite_carried_dependence_level_k): Same.
1834 * graphite-poly.c (new_poly_dr): Add a parameter nb_subscripts.
1835 Initialize PDR_NB_SUBSCRIPTS.
1836 (print_pdr_access_layout): Replace pdr_nb_subscripts with
1837 PDR_NB_SUBSCRIPTS.
1838 * graphite-poly.h (struct poly_dr): Add nb_subscripts field.
1839 (PDR_NB_SUBSCRIPTS): New.
1840 (pdr_nb_subscripts): Removed.
1841 (pdr_dim): Simplified.
1842 * graphite-sese-to-poly.c (build_poly_dr): Replace pdr_nb_subscripts
1843 with PDR_NB_SUBSCRIPTS.
1844
1845 2009-08-11 Sebastian Pop <sebastian.pop@amd.com>
1846
1847 * graphite-interchange.c (compute_array_size): Remove use of
1848 PDR_DATA_CONTAINER.
1849 * graphite-poly.c (new_poly_dr): Remove argument data_container.
1850 Do not initialize PDR_DATA_CONTAINER.
1851 (print_pdr): Do not print PDR_DATA_CONTAINER.
1852 * graphite-poly.h (struct poly_dr): Remove data_container field.
1853 (PDR_DATA_CONTAINER): Removed.
1854 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Remove use of
1855 PDR_DATA_CONTAINER.
1856 (build_poly_dr): Same.
1857
1858 2009-08-11 Sebastian Pop <sebastian.pop@amd.com>
1859
1860 * gcc.dg/graphite/interchange-9.c: New.
1861
1862 2009-08-05 Konrad Trifunovic <konrad.trifunovic@gmail.com>
1863 Sebastian Pop <sebastian.pop@amd.com>
1864
1865 * graphite-dependences.c (graphite_legal_transform_dr): Work on a
1866 copy of the dependence polyhedron. Free the temporary objects.
1867 (graphite_carried_dependence_level_k): Free unused objects before
1868 returning.
1869
1870 * gcc.dg/graphite/interchange-1.c: XFAILed.
1871 * gcc.dg/graphite/interchange-2.c: XFAILed.
1872 * gcc.dg/graphite/interchange-3.c: XFAILed.
1873 * gcc.dg/graphite/interchange-4.c: XFAILed.
1874 * gcc.dg/graphite/interchange-7.c: XFAILed.
1875
1876 2009-08-05 Sebastian Pop <sebastian.pop@amd.com>
1877
1878 * graphite-blocking.c (scop_do_strip_mine): Call store_scattering.
1879 Early return without analyzing the data dependences if no
1880 transform has been done. Call restore_scattering if the transform
1881 is not legal.
1882 (graphite-interchange.c): Same.
1883 * graphite-poly.c (print_scattering_function): Test for PBB_TRANSFORMED.
1884 (graphite_read_transforms): Initialize PBB_TRANSFORMED.
1885 (apply_poly_transforms): Do not gcc_assert that
1886 the transform is legal.
1887 (new_poly_bb): Initialize PBB_TRANSFORMED, PBB_SAVED, and PBB_ORIGINAL.
1888 Do not initialize PBB_NB_SCATTERING_TRANSFORM, PBB_NB_LOCAL_VARIABLES,
1889 PBB_TRANSFORMED_SCATTERING, and PBB_ORIGINAL_SCATTERING.
1890 (free_poly_dr): Free PBB_TRANSFORMED, PBB_SAVED, and PBB_ORIGINAL.
1891 * graphite-poly.h (struct poly_scattering): New.
1892 (struct poly_bb): Add original, transformed, and saved fields.
1893 Remove transformed_scattering, original_scattering, nb_local_variables,
1894 and nb_scattering_transform fields.
1895 (PBB_ORIGINAL, PBB_TRANSFORMED, PBB_SAVED): New.
1896 (poly_scattering_new): New.
1897 (poly_scattering_free): New.
1898 (poly_scattering_copy): New.
1899 (store_scattering_pbb): New.
1900 (store_scattering): New.
1901 (restore_scattering_pbb): New.
1902 (restore_scattering): New.
1903 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons):
1904 Initialize PBB_TRANSFORMED and PBB_ORIGINAL.
1905
1906 2009-08-05 Sebastian Pop <sebastian.pop@amd.com>
1907
1908 * graphite-poly.c (print_pbb): Add parentheses in the pretty print.
1909 (print_scop): Same.
1910
1911 2009-08-05 Sebastian Pop <sebastian.pop@amd.com>
1912
1913 * Makefile.in (graphite.o): Depends on PREDICT_H.
1914 * graphite.c: Include predict.h.
1915 (graphite_finalize): Call tree_estimate_probability.
1916 * predict.c (predict_loops): Do not call scev_initialize and
1917 scev_finalize.
1918 (tree_estimate_probability_bb): New.
1919 (tree_estimate_probability): Do not initialize loops: move that
1920 code to the driver. Call tree_estimate_probability_bb.
1921 (tree_estimate_probability_driver): New.
1922 (pass_profile): Use tree_estimate_probability_driver.
1923 * predict.h (tree_estimate_probability): Declared.
1924
1925 2009-08-05 Sebastian Pop <sebastian.pop@amd.com>
1926
1927 * graphite-clast-to-gimple.c (gloog): Add time to TV_GRAPHITE_CODE_GEN.
1928 * graphite-dependences.c (graphite_legal_transform): Add time to
1929 TV_GRAPHITE_DATA_DEPS.
1930 (dependency_between_pbbs_p): Same.
1931 * timevar.def (TV_GRAPHITE_DATA_DEPS, TV_GRAPHITE_CODE_GEN): New.
1932
1933 2009-08-03 Sebastian Pop <sebastian.pop@amd.com>
1934
1935 * Merge from mainline (r149952:150372).
1936
1937 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
1938
1939 * ChangeLog.graphite: Fix indenting, white spaces and 80 columns.
1940 * graphite-blocking.c: Same.
1941 * graphite-clast-to-gimple.c: Same.
1942 * graphite-dependences.c: Same.
1943 * graphite-poly.c: Same.
1944 * graphite-poly.h: Same.
1945 * graphite-ppl.c: Same.
1946 * graphite-scop-detection.c: Same.
1947 * graphite-sese-to-poly.c: Same.
1948 * graphite.c: Same.
1949
1950 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
1951
1952 * graphite-sese-to-poly.c (loop_entry_phi_arg): New.
1953 (remove_simple_copy_phi): New.
1954 (remove_invariant_phi): New.
1955 (simple_copy_phi_p): New.
1956 (reduction_phi_p): New.
1957 (gsi_for_ssa_name_def): New.
1958 (insert_out_of_ssa_copy): New.
1959 (insert_out_of_ssa_copy_on_edge): New.
1960 (create_zero_dim_array): New.
1961 (scalar_close_phi_node_p): New.
1962 (rewrite_close_phi_out_of_ssa): New.
1963 (rewrite_phi_out_of_ssa): New.
1964 (rewrite_reductions_out_of_ssa): New.
1965 (build_poly_scop): Call rewrite_reductions_out_of_ssa.
1966
1967 * gcc.dg/graphite/id-11.c: New.
1968 * gcc.dg/graphite/id-15.c: New.
1969 * gcc.dg/graphite/interchange-1.c: Un-XFAIL.
1970 * gcc.dg/graphite/interchange-2.c: Un-XFAIL.
1971 * gcc.dg/graphite/interchange-3.c: Un-XFAIL.
1972 * gcc.dg/graphite/interchange-4.c: Un-XFAIL.
1973 * gcc.dg/graphite/interchange-7.c: Un-XFAIL.
1974 * gcc.dg/graphite/scop-matmult.c: Un-XFAIL.
1975 * gfortran.dg/graphite/id-13.f: New.
1976 * gfortran.dg/graphite/id-5.f: New.
1977
1978 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
1979
1980 * graphite-clast-to-gimple.c (graphite_loop_normal_form): Do not
1981 check that nb_reductions_in_loop is zero.
1982 * graphite-scop-detection.c (harmful_stmt_in_bb): Don't filter out
1983 reduction phi nodes.
1984 (nb_reductions_in_loop): Removed.
1985 (graphite_can_represent_loop): Do not call nb_reductions_in_loop.
1986 * graphite-sese-to-poly.c (phi_node_is_iv): Removed.
1987 (bb_contains_non_iv_scalar_phi_nodes): Removed.
1988 (scop_contains_non_iv_scalar_phi_nodes): Removed.
1989 (build_poly_scop): Do not call scop_contains_non_iv_scalar_phi_nodes.
1990
1991 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
1992
1993 * graphite-clast-to-gimple.c (build_cloog_prog): Do not code generate
1994 statements that have an empty iteration domain.
1995 * gfortran.dg/graphite/id-16.f: New.
1996
1997 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
1998
1999 * tree-scalar-evolution.c (instantiate_scev_1): Return
2000 chrec_dont_know when the result is not above instantiate_below.
2001 * graphite-scop-detection.c (scopdet_basic_block_info): Fix formatting.
2002 * graphite-sese-to-poly.c (create_linear_expr_from_tree): Assert that
2003 the tree has a known scalar evolution.
2004 * gfortran.dg/graphite/id-14.f: New.
2005 * gfortran.dg/graphite/id-15.f: New.
2006
2007 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
2008
2009 * sese.c (rename_variables_in_stmt): Pass in an extra parameter
2010 insert_gsi.
2011 (rename_variables): Keep inserting renames after the ones already
2012 inserted.
2013
2014 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
2015
2016 * graphite-sese-to-poly.c (compare_bb_depths): New.
2017 (graphite_sort_dominated_info): New.
2018 (build_scop_bbs_1): Call graphite_sort_dominated_info.
2019 (build_scop_scattering): Fix comment.
2020
2021 2009-07-28 Sebastian Pop <sebastian.pop@amd.com>
2022
2023 * graphite.c (graphite_finalize): Call print_loops instead of
2024 dump_function_to_file.
2025 * gcc.dg/graphite/graphite.exp: Fix formatting.
2026 * gcc.dg/graphite/pr35356-1.c: New. Look for the number of
2027 loops generated in the graphite output file.
2028 * gcc.dg/graphite/pr35356-2.c: New.
2029 * gcc.dg/graphite/pr35356-3.c: New. XFAILed for now.
2030 * gfortran.dg/graphite/id-12.f: New.
2031
2032 2009-07-24 Li Feng <nemokingdom@gmail.com>
2033
2034 * gcc.dg/graphite/graphite_autopar/force-parallel-8.c:
2035 Remove 2 XFAIL.
2036
2037 2009-07-24 Li Feng <nemokingdom@gmail.com>
2038 Tobias Grosser <grosser@fim.uni-passau.de>
2039
2040 * graphite-sese-to-poly.c (pdr_add_alias_set): Use data reference's
2041 alias set number build alias in ACCESSES polyhedron.
2042 (build_alias_set_for_drs): New.
2043 (build_pbb_drs): Added build_alias_set_for_drs.
2044 * graphite-dependences.c (poly_drs_may_alias_p): New.
2045 (graphite_carried_dependence_level_k): Check alias information
2046 before building polyhedron.
2047
2048 2009-07-24 Tobias Grosser <grosser@fim.uni-passau.de>
2049
2050 * Makefile.in (lambda-code.o): Fix formatting.
2051
2052 2009-07-24 Tobias Grosser <grosser@fim.uni-passau.de>
2053
2054 * Merge from mainline (r149350-149952)
2055
2056 2009-07-18 Tobias Grosser <grosser@fim.uni-passau.de>
2057
2058 * graphite-poly.c (apply_poly_transforms): Move strip_mine
2059 before interchange to prepare for loop blocking.
2060
2061 2009-07-18 Tobias Grosser <grosser@fim.uni-passau.de>
2062
2063 * graphite-poly.c (apply_poly_transforms): Add checks after every
2064 transformation.
2065 * graphite-sese-to-poly.c (build_poly_scop): Remove check, as already
2066 done in apply_poly_transforms.
2067
2068 2009-07-17 Konrad Trifunovic <konrad.trifunovic@gmail.com>
2069
2070 * graphite-dependences.c (build_lexicographically_gt_constraint):
2071 Replace RES parameter with *RES.
2072 (dependence_polyhedron_1): Pass an address of the parameter RES
2073 instead of value of RES.
2074
2075 2009-07-16 Sebastian Pop <sebastian.pop@amd.com>
2076
2077 * graphite.c (graphite_finalize): Fix comment.
2078 (graphite_transform_loops): Reset scev info after code generation
2079 of each scop.
2080
2081 2009-07-16 Sebastian Pop <sebastian.pop@amd.com>
2082
2083 * graphite.c (graphite_finalize): Call scev_reset.
2084
2085 2009-07-16 Sebastian Pop <sebastian.pop@amd.com>
2086
2087 * graphite-clast-to-gimple.c (compute_cloog_iv_types): Do not create
2088 GBB_CLOOG_IV_TYPES hash table twice.
2089 * graphite-sese-to-poly.c (free_gimple_bb): Call free_data_refs.
2090 (add_condition_to_domain): Clear GMP values.
2091
2092 2009-07-16 Sebastian Pop <sebastian.pop@amd.com>
2093
2094 * graphite-dependences.c: Fix formatting.
2095 * graphite-poly.c (free_poly_dr): Also free PDR_DATA_CONTAINER.
2096 (pbb_number_of_iterations): Free ppl_Linear_Expression.
2097 * graphite-sese-to-poly.c: Fix formatting.
2098 * graphite.c (graphite_transform_loops): Create the hash table
2099 after the early return.
2100
2101 2009-07-16 Sebastian Pop <sebastian.pop@amd.com>
2102
2103 * gcc.dg/graphite/id-14.c: New.
2104 * gcc.dg/graphite/pr40157.c: New.
2105 * gfortran.dg/graphite/id-11.f: New.
2106
2107 2009-07-16 Sebastian Pop <sebastian.pop@amd.com>
2108
2109 * graphite-sese-to-poly.c (nb_pbbs_in_loops): New.
2110 (build_poly_scop): Return false when there are no pbbs within
2111 loops to avoid to pass to cloog scops with no loops.
2112
2113 2009-07-16 Sebastian Pop <sebastian.pop@amd.com>
2114
2115 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Avoid
2116 useless test "i % 2".
2117 (build_pbb_scattering_polyhedrons): Fix formatting.
2118 (build_poly_dr): Same.
2119 * graphite.c (graphite_transform_loops): Restructure.
2120
2121 2009-07-14 Razya Ladelsky <razya@il.ibm.com>
2122
2123 * tree-ssa-loop-manip.c (rewrite_phi_with_iv): Remove
2124 reduction_list parameter.
2125 (rewrite_all_phi_nodes_with_iv): Same.
2126 (canonicalize_loop_ivs): Same.
2127 * tree-parloops.c (struct brli): Removed.
2128 (build_reduction_list_info): Removed.
2129 (build_new_reduction): New.
2130 (analyze_reduction_list): Removed.
2131 (gather_scalar_reductions): Find reductions instead of phi
2132 nodes that can't be canonicalized.
2133 (try_create_reduction_list): Remove reduction_list parameter.
2134 (gen_parallel_loop): Same.
2135 (parallelize_loops): Remove analyze_reductions variable,
2136 initialization and free.
2137 Change reduction_list htab initialization to reduction_info
2138 elements instead of ssa names.
2139 Call try_create_reduction_list and gen_parallel_loop without
2140 analyzed_reduction argument.
2141 * graphite-clast-to-gimple (graphite_loop_normal_form): Call
2142 canonicalize_loop_ivs with one less argument.
2143 * tree-flow.h (canonicalize_loop_ivs): Remove one argument.
2144
2145 2009-07-14 Konrad Trifunovic <konrad.trifunovic@gmail.com>
2146
2147 * graphite-dependences.c (new_poly_dr_pair): New.
2148 (dependence_polyhedron): Renamed into dependence_polyhedron_1.
2149 (new_poly_dr_pair): New.
2150 (eq_poly_dr_pair_p): New.
2151 (hash_poly_dr_pair_p): New.
2152 * graphite-dependences.h (struct poly_dr_pair): New.
2153 (eq_poly_dr_pair_p): Declared.
2154 (hash_poly_dr_pair_p): Declared.
2155 * graphite-poly.c (new_scop): Initialize SCOP_ORIGINAL_PDR_PAIRS.
2156 (free_scop): Free SCOP_ORIGINAL_PDR_PAIRS.
2157 * graphite-poly.h (struct scop): Add original_pdr_pairs field.
2158 * Makefile.in (graphite-poly.o): Add dependence on
2159 graphite-dependences.h.
2160
2161 2009-07-14 Sebastian Pop <sebastian.pop@amd.com>
2162
2163 * graphite-scop-detection.c (graphite_can_represent_scev): Do not let
2164 polynomials of degree > 1 pass to Graphite.
2165 * tree-chrec.c (scev_is_linear_expression): Call
2166 evolution_function_is_affine_multivariate_p.
2167 * gfortran.dg/graphite/id-10.f90: New.
2168
2169 2009-07-14 Sebastian Pop <sebastian.pop@amd.com>
2170
2171 * tree-scalar-evolution.c (compute_overall_effect_of_inner_loop):
2172 Instantiate scevs varying in outer loops.
2173 * gfortran.dg/graphite/id-9.f: Correct testcase.
2174
2175 2009-07-14 Sebastian Pop <sebastian.pop@amd.com>
2176
2177 * graphite-sese-to-poly.c (build_loop_iteration_domains): Do not insert
2178 redundant constraint.
2179
2180 2009-07-14 Sebastian Pop <sebastian.pop@amd.com>
2181
2182 * gcc.dg/graphite/graphite.exp: Fix comments.
2183 * gfortran.dg/graphite/graphite.exp: Trigger actions
2184 based on the file names as in the C testsuite.
2185 * gfortran.dg/graphite/block-1.f90: Fix patterns.
2186 * gfortran.dg/graphite/block-2.f: Same.
2187 * gfortran.dg/graphite/block-3.f90: Same.
2188 * gfortran.dg/graphite/block-4.f90: Same.
2189 * gfortran.dg/graphite/id-1.f90: Same.
2190 * gfortran.dg/graphite/id-2.f90: Same.
2191 * gfortran.dg/graphite/id-3.f90: Same.
2192 * gfortran.dg/graphite/id-4.f90: Same.
2193 * gfortran.dg/graphite/id-6.f: Same.
2194 * gfortran.dg/graphite/id-9.f: Same.
2195 * gfortran.dg/graphite/interchange-1.f: Same.
2196 * gfortran.dg/graphite/interchange-2.f: Same.
2197 * gfortran.dg/graphite/scop-1.f: Same.
2198
2199 2009-07-14 Sebastian Pop <sebastian.pop@amd.com>
2200
2201 * sese.c (expand_scalar_variables_call): New.
2202 (expand_scalar_variables_ssa_name): Handle calls in expander.
2203
2204 2009-07-13 Sebastian Pop <sebastian.pop@amd.com>
2205
2206 * gcc.dg/graphite/graphite_autopar/force-parallel-6.c:
2207 Expect to see the pattern twice.
2208 * gcc.dg/graphite/interchange-0.c: Un-XFAIL.
2209 * gcc.dg/graphite/interchange-5.c: Same.
2210 * gcc.dg/graphite/interchange-6.c: Same.
2211
2212 2009-07-13 Sebastian Pop <sebastian.pop@amd.com>
2213
2214 * gcc.dg/graphite/id-10.c: New.
2215 * gcc.dg/graphite/id-12.c: New.
2216 * gfortran.dg/graphite/id-7.f: New.
2217 * gfortran.dg/graphite/id-8.f: New.
2218
2219 2009-07-13 Sebastian Pop <sebastian.pop@amd.com>
2220
2221 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Fix division by
2222 zero.
2223
2224 2009-07-13 Sebastian Pop <sebastian.pop@amd.com>
2225
2226 * sese.c (rename_variables_in_stmt): Call fold_convert during renaming.
2227
2228 2009-07-13 Sebastian Pop <sebastian.pop@amd.com>
2229
2230 * sese.c (expand_scalar_variables_stmt): Avoid unnecessary expansion.
2231
2232 2009-07-10 Sebastian Pop <sebastian.pop@amd.com>
2233
2234 * graphite-sese-to-poly.c (pdr_add_memory_accesses): Fix order of
2235 building PDR subscripts.
2236
2237 2009-07-10 Sebastian Pop <sebastian.pop@amd.com>
2238
2239 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Fix the
2240 computation of array sizes.
2241
2242 2009-07-10 Sebastian Pop <sebastian.pop@amd.com>
2243
2244 * graphite-sese-to-poly.c (add_param_constraints): Disabled.
2245
2246 2009-07-10 Tobias Grosser <grosser@fim.uni-passau.de>
2247
2248 * graphite-dependences.c (map_into_dep_poly, map_dr_into_dep_poly,
2249 build_pairwise_constraint, dr_equality_constraints,
2250 build_pairwise_scheduling_equality,
2251 build_pairwise_scheduling_inequality, lexicographically_gt_p,
2252 build_lexicographically_gt_constraint, dependence_polyhedron,
2253 graphite_legal_transform_dr, graphite_carried_dependence_level_k):
2254 Move from NNC_Polyhedron to C_Polyhedron.
2255 * graphite-interchange.c (compute_array_size_poly,
2256 gather_access_strides): Dito.
2257 * graphite-poly.c (apply_poly_transforms, new_poly_dr, free_poly_bb,
2258 free_scop, pbb_number_of_iterations): Dito.
2259 * graphite-poly.h (struct poly_dr, pdr_nb_subscripts, struct poly_bb,
2260 pbb_dim_iter_domain, struct scop): Dito.
2261 * graphite-ppl.c (new_Constraint_System_from_Cloog_Matrix,
2262 new_Cloog_Domain_from_ppl_Polyhedron,
2263 new_Cloog_Domain_from_ppl_Pointset_Powerset, ppl_set_coef_gmp,
2264 ppl_insert_dimensions_pointset, ppl_insert_dimensions_pointset,
2265 ppl_strip_loop, ppl_strip_loop, ppl_print_polyhedron_matrix,
2266 ppl_print_powerset_matrix, debug_ppl_polyhedron_matrix,
2267 debug_ppl_powerset_matrix, ppl_read_polyhedron_matrix): Dito.
2268 * graphite-ppl.h (ppl_Pointset_Powerset_C_Polyhedron_t,
2269 new_C_Polyhedron_from_Cloog_Matrix, ppl_print_powerset_matrix,
2270 debug_ppl_powerset_matrix, ppl_insert_dimensions_pointset): Dito.
2271 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons,
2272 build_loop_iteration_domains, ppl_constraint_type_from_tree_code,
2273 add_condition_to_domain, add_condition_to_pbb, build_scop_context,
2274 build_scop_iteration_domain, build_poly_dr): Dito
2275
2276 2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
2277
2278 * gcc.dg/graphite/graphite.exp: Added a rule to execute
2279 run-id-*.c files.
2280 * gcc.dg/graphite/run-id-1.c: New.
2281
2282 2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
2283
2284 * graphite-sese-to-poly.c (build_loop_iteration_domains): Add the
2285 positivity constraint on the symbolic number of iterations.
2286
2287 2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
2288
2289 * graphite-sese-to-poly.c (build_loop_iteration_domains): Rewrite.
2290
2291 2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
2292 Tobias Grosser <grosser@fim.uni-passau.de>
2293
2294 * graphite-clast-to-gimple.c (build_scop_context): Removed.
2295 (build_cloog_prog): Directly use SCOP_CONTEXT.
2296 * graphite-poly.c (new_scop): Initialize SCOP_CONTEXT.
2297 (free_scop): Free SCOP_CONTEXT.
2298 (print_scop_context): New.
2299 (print_scop): Call print_scop_context.
2300 (debug_scop_context): New.
2301 * graphite-poly.h (print_scop_context, debug_scop_context): Declared.
2302 (struct scop): Added field context.
2303 (SCOP_CONTEXT): New.
2304 * graphite-sese-to-poly.c (add_param_constraints): New.
2305 (build_scop_context): New.
2306 (build_poly_scop): Call build_scop_context.
2307
2308 2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
2309
2310 * graphite-clast-to-gimple.c (gmp_cst_to_tree): Moved...
2311 * graphite-ppl.c (ppl_set_inhomogeneous_gmp, ppl_set_coef_gmp): New.
2312 (ppl_set_inhomogeneous, ppl_set_coef): Moved...
2313 * graphite-ppl.h: Include double-int.h and tree.h.
2314 (ppl_set_inhomogeneous_gmp, ppl_set_coef_gmp): Declared.
2315 (ppl_set_inhomogeneous, ppl_set_coef): ...here.
2316 (gmp_cst_to_tree): ...here. Reimplemented using mpz_get_double_int.
2317 (tree_int_to_gmp, ppl_set_inhomogeneous_tree, ppl_set_coef_tree): New.
2318
2319 2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
2320
2321 * graphite-clast-to-gimple.c (clast_to_gcc_expression_red): Generate
2322 POINTER_PLUS_EXPR for pointer types.
2323 (clast_to_gcc_expression): Same.
2324
2325 2009-07-09 Sebastian Pop <sebastian.pop@amd.com>
2326
2327 * graphite-poly.c (print_scattering_function): Early return when
2328 PBB_TRANSFORMED_SCATTERING is not initialized.
2329 (print_pbb_domain): Early return when PBB_DOMAIN is not initialized.
2330
2331 2009-07-08 Sebastian Pop <sebastian.pop@amd.com>
2332
2333 * tree-parloops.c (analyze_reduction_list): Remove unused variable
2334 to fix bootstrap.
2335
2336 2009-07-08 Razya Ladelsky <razya@il.ibm.com>
2337
2338 * tree-parloops.c (analyze_reduction_list): Change return
2339 value to void.
2340 (try_create_reduction_list): Move the call to
2341 analyze_reduction_list to the beginining.
2342 Call reduction_phi with analyzed_reductions as argument
2343 instead of reduction_list.
2344
2345 2009-07-08 Tobias Grosser <grosser@fim.uni-passau.de>
2346
2347 * Merge from mainline (r148296:149346)
2348
2349 2009-07-07 Sebastian Pop <sebastian.pop@amd.com>
2350
2351 * graphite-scop-detection.c (graphite_can_represent_init): New.
2352 (graphite_can_represent_scev): Call graphite_can_represent_init:
2353 check that the initial value does not contain multiplications of
2354 parameters.
2355 (stmt_has_simple_data_refs_p): New.
2356 (stmt_simple_for_scop_p): Call stmt_simple_for_scop_p.
2357 (is_simple_operand): Fix formatting.
2358 * graphite-sese-to-poly.c (try_generate_gimple_bb): Fix formatting.
2359
2360 2009-07-07 Sebastian Pop <sebastian.pop@amd.com>
2361
2362 * gcc.dg/graphite/id-13.c: New.
2363 * graphite-sese-to-poly.c (graphite_stmt_p): Do not call
2364 analyze_scalar_evolution, use scalar_evolution_in_region.
2365 (scan_tree_for_params_right_scev): Add extra assert.
2366 (parameter_index_in_region_1): Split from parameter_index_in_region.
2367 (idx_record_params): Use scalar_evolution_in_region.
2368 (find_params_in_bb): Same.
2369 (find_scop_parameters): Same.
2370 (build_loop_iteration_domains): Same.
2371 (create_linear_expr_from_tree): Same.
2372 * sese.c (scalar_evolution_in_region): New.
2373 * sese.h (scalar_evolution_in_region): Declared.
2374 (defined_in_sese_p): New.
2375 * tree-scalar-evolution.c (compute_overall_effect_of_inner_loop): Not
2376 static anymore.
2377 * tree-scalar-evolution.h (compute_overall_effect_of_inner_loop):
2378 Declared.
2379
2380 2009-07-07 Sebastian Pop <sebastian.pop@amd.com>
2381
2382 * Makefile.in: Replace dependences on tree-chrec.h with SCEV_H.
2383 TREE_DATA_REF_H also implies SCEV_H.
2384
2385 2009-07-07 Sebastian Pop <sebastian.pop@amd.com>
2386
2387 * graphite-poly.c (print_scop_params): New.
2388 (print_scop): Call print_scop_params.
2389 (debug_scop_params): New.
2390 * graphite-poly.h (print_scop_params, debug_scop_params): Declared.
2391
2392 2009-07-07 Li Feng <nemokingdom@gmail.com>
2393
2394 * gcc.dg/graphite/graphite_autopar/force-parallel-4.c: New.
2395 * gcc.dg/graphite/graphite_autopar/force-parallel-5.c: New.
2396 * gcc.dg/graphite/graphite_autopar/force-parallel-6.c: New.
2397 * gcc.dg/graphite/graphite_autopar/force-parallel-7.c: New.
2398 * gcc.dg/graphite/graphite_autopar/force-parallel-8.c: New.
2399 * gcc.dg/graphite/graphite_autopar/force-parallel-9.c: New.
2400
2401 2009-07-07 Li Feng <nemokingdom@gmail.com>
2402
2403 * graphite-clast-to-gimple.c (mark_loops_parallel): Dump information
2404 for dependency checking part.
2405 * gcc.dg/graphite/graphite_autopar/force-parallel-1.c: Add
2406 tests for dependency checking.
2407 * gcc.dg/graphite/graphite_autopar/force-parallel-2.c: Ditto.
2408 * gcc.dg/graphite/graphite_autopar/force-parallel-3.c: Ditto.
2409 * gcc.dg/graphite/graphite_autopar/graphite_autopar.exp: Add
2410 flag -fdump-tree-graphite-all for autopar testsuites.
2411
2412 2009-07-06 Sebastian Pop <sebastian.pop@amd.com>
2413
2414 * Makefile.in (tree-ssa-loop-manip.o): Depends on langhooks.h.
2415 * tree-parloops.c (rewrite_phi_with_iv, rewrite_all_phi_nodes_with_iv,
2416 canonicalize_loop_ivs): Moved...
2417 * tree-ssa-loop-manip.c: ... here. Include langhooks.h.
2418
2419 2009-07-06 Sebastian Pop <sebastian.pop@amd.com>
2420
2421 * tree-parloops.c (try_create_reduction_list): Pass an extra
2422 argument analyzed_reductions. Call analyze_reduction_list.
2423 (gen_parallel_loop): Do not call analyze_reduction_list.
2424 (parallelize_loops): Init and finalize analyzed_reductions.
2425
2426 2009-07-06 Li Feng <nemokingdom@gmail.com>
2427
2428 * gcc.dg/graphite/graphite_autopar/graphite_autopar.exp:
2429 Added flag -fno-loop-strip-mine for autopar testcase.
2430
2431 2009-07-04 Li Feng <nemokingdom@gmail.com>
2432
2433 * graphite-dependences.c (graphite_carried_dependence_level_k): Use
2434 transformed scattering dimension instead of unmatch orignal when
2435 calling dependence_polyhedron.
2436
2437 2009-06-30 Sebastian Pop <sebastian.pop@amd.com>
2438
2439 * opts.c (decode_options): Enable flag_loop_strip_mine at -O2.
2440
2441 2009-06-30 Sebastian Pop <sebastian.pop@amd.com>
2442
2443 * graphite-poly.c (pbb_number_of_iterations): Check for returned
2444 value 1 from ppl_Pointset_Powerset_NNC_Polyhedron_maximize.
2445
2446 2009-06-30 Sebastian Pop <sebastian.pop@amd.com>
2447
2448 * graphite-blocking.c (pbb_strip_mine_profitable_p): New.
2449 (pbb_do_strip_mine): Call pbb_strip_mine_profitable_p.
2450 * graphite-poly.c (pbb_number_of_iterations): New.
2451 * graphite-poly.h (pbb_number_of_iterations): Declared.
2452 (pbb_iterator_dim, pbb_parameter_dim): New.
2453
2454 2009-06-29 Sebastian Pop <sebastian.pop@amd.com>
2455
2456 * graphite-clast-to-gimple.c (graphite_create_new_loop): Revert the
2457 last commit on type of lower and upper bound of loops.
2458
2459 2009-06-29 Li Feng <nemokingdom@gmail.com>
2460
2461 * Makefile.in (graphite-clast-to-gimple.o): Added dependence on
2462 graphite-dependences.h.
2463 * graphite-clast-to-gimple.c (new_bb_pbb_def): New.
2464 (mark_bb_with_pbb): New.
2465 (get_stmtfor_depth): New.
2466 (find_pbb_via_hash): New.
2467 (dependency_in_loop_p): New.
2468 (mark_loops_parallel): New.
2469 (free_aux_in_new_loops): New.
2470 (translate_clast): Add parameter BB_PBB_MAPPING. Mark newly created
2471 bb with it's relevant pbb. Mark newly created loops. Remove mark
2472 innermost loop parallel without checking.
2473 (gloog): Add parameter BB_PBB_MAPPING.
2474 * graphite-clast-to-gimple.h (struct bb_pbb_def): New.
2475 (gloog): Change declaration.
2476 (mark_loop_parallel): Make extern.
2477 (free_aux_in_new_loops): Declare.
2478 (bb_pbb_map_hash): New.
2479 (eq_bb_pbb_map): New.
2480 * graphite.c (graphite_transform_loops): Added BB_PBB_MAPPING. Trigger
2481 auto parallelization when flag_graphite_force_parallel is set.
2482 (graphite_finalize): Added free_aux_in_new_loops.
2483 * tree-parloops.c (parallelize_loops): Only generate parallel code for
2484 the innermost loop that marked parallel. Use
2485 flag_graphite_force_parallel instead of loop->can_be_parallel.
2486 (loop_parallel_p): Move inner most checking out of function.
2487
2488 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
2489
2490 * graphite-clast-to-gimple.c (graphite_create_new_loop): Make the
2491 type of lower and upper bound of loops signed long int.
2492
2493 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
2494
2495 * cfgloopmanip.c (create_empty_loop_on_edge): Gimplify the loop exit
2496 expression outside the loop.
2497
2498 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
2499
2500 * gcc.dg/graphite/interchange-8.c: New.
2501
2502 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
2503
2504 * gcc.dg/graphite/interchange-0.c: XFailed.
2505 * gcc.dg/graphite/interchange-5.c: XFailed.
2506 * gcc.dg/graphite/interchange-6.c: XFailed.
2507
2508 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
2509
2510 * graphite-interchange.c (compute_array_size_poly): The end of the
2511 recursion should return 1.
2512
2513 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
2514
2515 * graphite-interchange.c (compute_array_size_cstr): Allow the
2516 subscript multiplier to be -1.
2517 (compute_array_size): Use PDR_DATA_CONTAINER and not PDR_ACCESSES.
2518 * graphite-poly.c (new_poly_dr): Takes an extra argument for the
2519 data_container. Initializes PDR_DATA_CONTAINER.
2520 (print_pdr_access_layout): New.
2521 (print_pdr): Call print_pdr_access_layout. Print PDR_DATA_CONTAINER.
2522 * graphite-poly.h (struct poly_dr): Adjust comment. Add a new field
2523 data_container.
2524 (PDR_DATA_CONTAINER): New.
2525 (new_poly_dr): Update declaration.
2526 * graphite-sese-to-poly.c (pdr_add_data_dimensions): New.
2527 (build_poly_dr): Call pdr_add_data_dimensions.
2528
2529 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
2530
2531 * graphite-poly.h (struct poly_dr): Fix comment.
2532 * graphite-sese-to-poly.c (pdr_add_alias_set): New.
2533 (pdr_add_memory_accesses): New.
2534 (build_poly_dr): Call pdr_add_memory_accesses and pdr_add_alias_set.
2535
2536 2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
2537
2538 * graphite-poly.c (print_pdrs, debug_pdrs): New.
2539 (print_pbb): Add call to print_pdrs.
2540 * graphite-poly.h (print_pdrs, debug_pdrs): Declared.
2541
2542 2009-06-24 Konrad Trifunovic <konrad.trifunovic@gmail.com>
2543 Li Feng <nemokingdom@gmail.com>
2544
2545 * graphite-dependences.c (graphite_carried_dependence_level_k): New.
2546 (dependency_between_pbbs_p): New.
2547 (lexicographically_gt_p): Assure !empty_p before polyhedron
2548 intersection assign.
2549 (build_lexicographically_gt_constraint): Correct lexicographically
2550 judging.
2551 * graphite-dependences.h: New.
2552 * Makefile.in (graphite-dependences.o): Add graphite-dependences.h.
2553
2554 2009-06-24 Sebastian Pop <sebastian.pop@amd.com>
2555
2556 * graphite-clast-to-gimple.c (print_clast_stmt): New.
2557 (gloog): Print to dump_file the generated clast.
2558 * graphite-clast-to-gimple.h (print_clast_stmt): Declared.
2559 * graphite-interchange.c (pbb_do_interchange): Fix dump formatting.
2560
2561 2009-06-24 Sebastian Pop <sebastian.pop@amd.com>
2562
2563 * graphite-poly.c (extend_scattering): Increment
2564 PBB_NB_LOCAL_VARIABLES by the number of added dimensions.
2565
2566 2009-06-24 Sebastian Pop <sebastian.pop@amd.com>
2567
2568 * graphite-interchange.c (compute_array_size_poly): Added exit of
2569 recursion condition. Continue iterating even after the first equality.
2570 (compute_array_size): Same.
2571
2572 2009-06-24 Li Feng <nemokingdom@gmail.com>
2573
2574 * gcc.dg/graphite/graphite_autopar/force-parallel-1.c: Update
2575 -fdump-tree-final_cleanup to -fdump-tree-optimized.
2576 * gcc.dg/graphite/graphite_autopar/force-parallel-2.c: Ditto.
2577 * gcc.dg/graphite/graphite_autopar/force-parallel-3.c: Ditto.
2578 * gcc.dg/graphite/graphite_autopar/graphite_autopar.exp: Ditto.
2579
2580 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
2581
2582 * sese.c (expand_scalar_variables_stmt): Expand scalar variables
2583 only when the use verifies is_gimple_reg.
2584
2585 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
2586
2587 * graphite-clast-to-gimple.c (build_cloog_prog): Fix memory corruption.
2588 Allocate scaldims after call to unify_scattering_dimensions.
2589
2590 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
2591
2592 * graphite-clast-to-gimple.c (translate_clast): Fix memory leak.
2593
2594 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
2595 Albert Cohen <albert.cohen@inria.fr>
2596
2597 * graphite-blocking.c (pbb_strip_mine_loop_depth): Do not use local
2598 variables for the strip mining.
2599
2600 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
2601 Pranav Garg <pranav.garg2107@gmail.com>
2602
2603 * Makefile.in (OBJS-common): Added graphite-blocking.o.
2604 (graphite-sese-to-poly.o): Moved down to be in lexicographical order.
2605 (graphite-blocking.o): New rule.
2606 (graphite-poly.o, graphite-ppl.o): Moved to be in lexicographical order.
2607 * graphite-blocking.c: New.
2608 * graphite-poly.c (apply_poly_transforms): Call scop_do_strip_mine for
2609 flag_loop_strip_mine.
2610 (psct_scattering_dim_for_loop_depth): New.
2611 * graphite-poly.h (scop_do_strip_mine): Declared.
2612 (psct_add_local_variable): Increment PBB_NB_LOCAL_VARIABLES.
2613 * tree-ssa-loop.c (gate_graphite_transforms): Do not fail when using
2614 flag_loop_strip_mine.
2615
2616 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
2617
2618 * graphite-poly.c (extend_scattering): Avoid initializing and freeing
2619 a GMP value and a PPL coefficient at each iteration of a loop.
2620
2621 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
2622
2623 * graphite-dependences.c (dependence_polyhedron): Do not use
2624 pbb_nb_scattering_dims anymore. Use pbb_nb_scattering_orig and
2625 pbb_nb_scattering_transform.
2626 (graphite_legal_transform_dr): Same.
2627 * graphite-poly.c (extend_scattering): Same.
2628 (unify_scattering_dimensions): Same.
2629 (print_scattering_function): Same.
2630 (new_poly_bb): Initialize PBB_NB_SCATTERING_TRANSFORM and
2631 PBB_NB_LOCAL_VARIABLES.
2632 * graphite-poly.h (pbb_nb_scattering): Removed declaration.
2633 (struct poly_bb): Added nb_local_variables and nb_scattering_transform.
2634 (PBB_NB_LOCAL_VARIABLES, PBB_NB_SCATTERING_TRANSFORM): New.
2635 (pbb_nb_scattering_orig, pbb_nb_scattering_transform): New.
2636 (pbb_nb_scattering_dims, pbb_nb_scattering): Removed.
2637 (pbb_nb_scattering_transform): New.
2638 (pbb_nb_local_vars): Return PBB_NB_LOCAL_VARIABLES.
2639 (psco_scattering_dim): Add assert on parameters.
2640 (psct_scattering_dim): Same.
2641 (psct_scattering_dim_for_loop_depth): Declared.
2642 (psct_local_var_dim): New.
2643 (psco_iterator_dim, psco_parameter_dim): Add assert on parameters.
2644 (psct_iterator_dim, psct_parameter_dim): Same. To maintain the
2645 correct layout, call pbb_nb_local_vars.
2646 (psct_add_local_variable, psct_add_scattering_dimension): New.
2647 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons):
2648 Initialize PBB_NB_SCATTERING_TRANSFORM.
2649
2650 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
2651
2652 * graphite-ppl.c (set_inhomogeneous): Renamed ppl_set_inhomogeneous.
2653 (set_coef): Renamed ppl_set_coef.
2654 * graphite-ppl.h (ppl_set_inhomogeneous, ppl_set_coef): Declared.
2655
2656 2009-06-23 Sebastian Pop <sebastian.pop@amd.com>
2657
2658 * graphite-dependences.c (build_pairwise_scheduling_inequality): Don't
2659 test a boolean against 1.
2660 * graphite-interchange.c (pbb_interchange_loop_depths): Do not build
2661 a new polyhedron for the PBB_TRANSFORMED_SCATTERING.
2662 (pbb_do_interchange): Returns true when a transform has been performed.
2663 (scop_do_interchange): Same.
2664 * graphite-poly.c (apply_poly_transforms): Use the return value of
2665 scop_do_interchange.
2666 * graphite-poly.h (scop_do_interchange): Update declaration.
2667
2668 2009-06-23 Tobias Grosser <grosser@fim.uni-passau.de>
2669
2670 * graphite-clast-to-gimple.c (gloog): Reset loop->aux right
2671 after last use.
2672 * sese.c (sese_reset_aux_in_loops): New.
2673 * sese.h (sese_reset_aux_in_loops): New.
2674
2675 2009-06-19 Sebastian Pop <sebastian.pop@amd.com>
2676
2677 * graphite-sese-to-poly.c (scan_tree_for_params_int): Pass in the
2678 multiplier and multiply the constant by the multiplier.
2679 (scan_tree_for_params): Bound the multiplier to its MULT_EXPR.
2680 (build_poly_dr): Do not use the multiplier to define the subscript.
2681
2682 2009-06-19 Sebastian Pop <sebastian.pop@amd.com>
2683
2684 * graphite-poly.c (new_poly_dr): Pass an extra argument for the
2685 compiler's data reference. Initialize PDR_CDR.
2686 (print_pdr): Call dump_data_reference.
2687 * graphite-poly.h (struct poly_dr): Rename black_box into pbb.
2688 Add compiler_dr field.
2689 (PDR_BB): Renamed PDR_PBB.
2690 (PDR_CDR): New.
2691 * graphite-sese-to-poly.c (build_poly_dr): Pass to new_poly_dr
2692 GCC's data reference representation.
2693 * tree-data-ref.c (debug_data_references, debug_data_reference): New.
2694 * tree-data-ref.h (debug_data_references, debug_data_reference): Decl.
2695
2696 2009-06-19 Sebastian Pop <sebastian.pop@amd.com>
2697
2698 * graphite-poly.c (print_scattering_function): Also print the layout.
2699 * graphite-poly.h (pbb_nb_local_vars): New.
2700
2701 2009-06-19 Sebastian Pop <sebastian.pop@amd.com>
2702
2703 * graphite-poly.c (print_pbb_domain): Also print the layout names.
2704
2705 2009-06-19 Sebastian Pop <sebastian.pop@amd.com>
2706
2707 * graphite-poly.c (print_pdr, debug_pdr): New.
2708 * graphite-poly.h (print_pdr, debug_pdr): Declared.
2709 (PDR_BASE): Removed.
2710
2711 2009-06-18 Sebastian Pop <sebastian.pop@amd.com>
2712
2713 * gcc.dg/graphite/interchange-{1..7}.c: New avatars of
2714 ltrans-{1..6,8}.c.
2715
2716 2009-06-18 Sebastian Pop <sebastian.pop@amd.com>
2717
2718 * graphite-interchange.c (compute_subscript): Allow also -1 in the
2719 subscript identification column.
2720 (pbb_do_interchange): Print to dump_file that some loops "will be
2721 interchanged". Rely on that chain of characters in the testcases.
2722 * gcc.dg/graphite/interchange-0.c: New.
2723 * gcc.dg/graphite/graphite.exp: Iterate over the testsuite
2724 interchange-*.c files and compile them with -floop-interchange.
2725
2726 2009-06-18 Pranav Garg <pranav.garg2107@gmail.com>
2727
2728 * graphite-interchange.c (interchange_profitable_p): Renamed
2729 pbb_interchange_profitable_p.
2730
2731 2009-06-18 Sebastian Pop <sebastian.pop@amd.com>
2732 Harsha Jagasia <harsha.jagasia@amd.com>
2733 Pranav Garg <pranav.garg2107@gmail.com>
2734
2735 * graphite-interchange.c (interchange_profitable_p): Make static.
2736 (pbb_interchange_loop_depths, pbb_do_interchange,
2737 scop_do_interchange): New.
2738 * graphite-poly.c (apply_poly_transforms): Call scop_do_interchange
2739 for flag_loop_interchange.
2740 * graphite-poly.h (scop_do_interchange): Declared.
2741 * tree-ssa-loop.c (gate_graphite_transforms): Do not fail when
2742 flag_loop_interchange is used.
2743
2744 2009-06-18 Sebastian Pop <sebastian.pop@amd.com>
2745
2746 * graphite-dependences.c (dependence_polyhedron): Update use of
2747 pbb_nb_scattering_dims.
2748 * graphite-poly.h (pbb_nb_scattering_dims): Do not pass SCOP.
2749 (pbb_nb_scattering): Update use of pbb_nb_scattering_dims.
2750 (psco_scattering_dim, psct_scattering_dim, psco_iterator_dim,
2751 psct_iterator_dim, psco_parameter_dim, psct_parameter_dim): New.
2752
2753 2009-06-16 Sebastian Pop <sebastian.pop@amd.com>
2754
2755 * graphite.c: Cleanup foo.
2756
2757 2009-06-16 Sebastian Pop <sebastian.pop@amd.com>
2758
2759 * Merge from mainline (r143684:148293).
2760 * Disabled libpcp until it gets fixed.
2761
2762 2009-06-05 Sebastian Pop <sebastian.pop@amd.com>
2763 Harsha Jagasia <harsha.jagasia@amd.com>
2764
2765 * graphite-interchange.c: New.
2766 * Makefile.in (graphite-interchange.o): New.
2767 * graphite-poly.h (interchange_profitable_p): Declared.
2768 * graphite-ppl.h (value_max): New.
2769
2770 2009-06-04 Sebastian Pop <sebastian.pop@amd.com>
2771
2772 * graphite-dependences.c (dependence_polyhedron): Use pdr_dim.
2773 * graphite-poly.h: Fix some comments.
2774 (pdr_dim): New.
2775 (pdr_scop): New.
2776
2777 2009-06-04 Sebastian Pop <sebastian.pop@amd.com>
2778
2779 * graphite-poly.h
2780 (pdr_accessp_nb_subscripts): Renamed pdr_nb_subscripts.
2781 (pdr_accessp_nb_iterators): Renamed pdr_dim_iter_domain.
2782 (pdr_accessp_nb_params): Renamed pdr_nb_params.
2783 (pdr_accessp_alias_set_dim): Renamed pdr_alias_set_dim.
2784 (pdr_accessp_subscript_dim): Renamed pdr_subscript_dim.
2785 (pdr_accessp_iterator_dim): Renamed pdr_iterator_dim.
2786 (pdr_accessp_param_dim): Renamed pdr_parameter_dim.
2787 (pbb_nb_loops): Renamed pbb_dim_iter_domain.
2788 * graphite-clast-to-gimple.c: Same.
2789 * graphite-dependences.c: Same.
2790 * graphite-poly.c: Same.
2791 * graphite-sese-to-poly.c: Same.
2792
2793 2009-06-03 Sebastian Pop <sebastian.pop@amd.com>
2794
2795 * graphite-clast-to-gimple.c (build_iv_mapping): Insert full
2796 expressions for an IV rename, as returned by clast_to_gcc_expression.
2797 (copy_renames): Rename new_name to expr.
2798 * sese.c (debug_rename_elt): Same.
2799 (get_rename): Same.
2800 (set_rename): Same.
2801 (sese_adjust_liveout_phis): Call force_gimple_operand before using
2802 the information from the rename map.
2803 (rename_variables_in_stmt): Same.
2804 (add_loop_exit_phis): Rename new_name to expr.
2805 (insert_loop_close_phis): Same.
2806 (add_guard_exit_phis): Same. Call force_gimple_operand.
2807 * sese.h (struct rename_map_elt): Rename new_name to expr.
2808 (new_rename_map_elt): Same.
2809
2810 2009-06-03 Sebastian Pop <sebastian.pop@amd.com>
2811
2812 * graphite-clast-to-gimple.c (build_iv_mapping): Use set_rename.
2813 * sese.c (set_rename): Make it extern.
2814 * sese.h (set_rename): Declared.
2815
2816 2009-06-03 Sebastian Pop <sebastian.pop@amd.com>
2817
2818 * graphite-poly.c (extend_scattering): Free values.
2819 * graphite-ppl.c (new_Cloog_Domain_from_ppl_Pointset_Powerset):
2820 Free iterators.
2821 (ppl_print_powerset_matrix): Same.
2822 * graphite-scop-detection.c (free_scops_1): New.
2823 (limit_scops): Call free_scops_1.
2824 * graphite-sese-to-poly.c (build_scop_bbs_1): Free dom.
2825 (build_poly_dr): Free PPL coefficients.
2826 * tree-parloops.c (rewrite_all_phi_nodes_with_iv): Free bbs.
2827
2828 2009-06-02 Sebastian Pop <sebastian.pop@amd.com>
2829
2830 * graphite-dependences.c: New.
2831 * graphite-data-ref.c: Removed.
2832 * graphite-data-ref.h: Removed.
2833 * Makefile.in (graphite-data-ref.o): Removed.
2834 (graphite-dependences.o): Added.
2835 * graphite-clast-to-gimple.c: Remove dependence on graphite-data-ref.h.
2836 * graphite-poly.c: Same.
2837 Move the data dependence testing to graphite-dependences.c.
2838
2839 2009-05-19 Tobias Grosser <grosser@fim.uni-passau.de>
2840
2841 * graphite-scop-detection.c (graphite_can_represent_loop): Renamed
2842 from graphite_cannot_represent_loop. Code refactored.
2843 (scopdet_basic_block_info): Call graphite_can_represent_loop.
2844
2845 2009-05-17 Li Feng <nemokingdom@gmail.com>
2846
2847 * gcc.dg/graphite/graphite_autopar/graphite_autopar.exp:
2848 Cover all the testcases (not only the filtered ones).
2849
2850 2009-05-17 Tobias Grosser <grosser@fim.uni-passau.de>
2851
2852 * graphite-scop-detection.c (stmt_simple_for_scop_p): Remove
2853 unnecessary check. Update comments. Move check for REAL_TYPE here.
2854 (harmful_stmt_in_bb): Remove checks for conditions. This is already
2855 done in (stmt_simple_for_scop_p).
2856
2857 2009-05-14 Tobias Grosser <grosser@fim.uni-passau.de>
2858
2859 * graphite.c (print_global_statistics): New.
2860 (print_graphite_scop_statistic): New.
2861 (print_graphite_statistics): New.
2862 (graphite_initialize, graphite_transform_loops): Print statistics.
2863 * graphite-scop-detection (build_scops): Print statistics.
2864 (print_graphite_scop_statistics): New.
2865 (print_graphite_statistics): New.
2866
2867 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
2868
2869 * graphite-clast-to-gimple.c (struct clast_name_index): Removed.
2870 (debug_clast_name_index): Removed.
2871 (debug_clast_name_indexes_1): Removed.
2872 (debug_clast_name_indexes): Removed.
2873 (clast_name_index_elt_info): Removed.
2874 (eq_clast_name_indexes): Removed.
2875 (clast_name_to_index): Removed.
2876 (new_clast_name_index): Removed.
2877 (save_clast_name_index): Removed.
2878 (save_var_name): Moved...
2879 (init_sese_params_index): Removed.
2880 (clast_name_to_gcc): Remove use of name_tree.
2881 (initialize_cloog_names): Same.
2882 (gloog): Do not call init_sese_params_index.
2883 * graphite-sese-to-poly.c (save_var_name): ...here.
2884 (parameter_index_in_region): New.
2885 * sese.c (new_sese): Initialize SESE_PARAMS_NAMES.
2886 (parameter_index_in_region): Removed.
2887 (is_parameter): Remove use of name_tree.
2888 * sese.h (struct name_tree): Removed.
2889 (struct sese): Remove use of name_tree. New field params_names.
2890 (SESE_PARAMS_NAMES): New.
2891 (SESE_PARAMS): Remove duplicate.
2892 (parameter_index_in_region): Removed.
2893 (sese_nb_params): Remove use of name_tree.
2894 (struct clast_name_index): New.
2895 (new_clast_name_index): New.
2896 (clast_name_to_index): New.
2897 (save_clast_name_index): New.
2898 (debug_clast_name_index): New.
2899 (debug_clast_name_indexes_1): New.
2900 (debug_clast_name_indexes): New.
2901 (clast_name_index_elt_info): New.
2902 (eq_clast_name_indexes): New.
2903
2904 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
2905
2906 * graphite-clast-to-gimple.c (compute_cloog_iv_types_1): Call
2907 pbb_to_depth_to_oldiv. Remove call to oldiv_for_loop.
2908 (graphite_loop_normal_form): Do not pass region. Do not
2909 initialize SESE_OLDIVS.
2910 (build_graphite_loop_normal_form): Update call to
2911 graphite_loop_normal_form.
2912 * sese.c (debug_oldivs): Removed.
2913 (new_sese): Do not initialize SESE_OLDIVS.
2914 (free_sese): Do not free SESE_OLDIVS.
2915 (oldiv_for_loop): Removed.
2916 * sese.h (struct sese): Remove old_ivs.
2917 (SESE_OLDIVS): Removed.
2918 (oldiv_for_loop): Removed.
2919
2920 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
2921
2922 * graphite-clast-to-gimple.c (clast_name_to_gcc): Pass newivs,
2923 remove ivstack. Remove call to loop_iv_stack_get_iv_from_name,
2924 replaced by a call to newivs_to_depth_to_newiv.
2925 (clast_to_gcc_expression): Pass newivs, remove ivstack.
2926 (clast_to_gcc_expression_red): Same.
2927 (gcc_type_for_clast_expr): Same.
2928 (gcc_type_for_clast_eq): Same.
2929 (graphite_translate_clast_equation): Same.
2930 (graphite_create_guard_cond_expr): Same.
2931 (graphite_create_new_guard): Same.
2932 (graphite_create_new_loop): Same.
2933 (build_iv_mapping): Same.
2934 (translate_clast): Same.
2935 (gloog): Same.
2936 (loop_iv_stack_patch_for_consts): Removed. *
2937 sese.c (iv_stack_entry_is_constant): Removed.
2938 (iv_stack_entry_is_iv): Removed.
2939 (loop_iv_stack_push_iv): Removed.
2940 (loop_iv_stack_insert_constant): Removed.
2941 (loop_iv_stack_pop): Removed.
2942 (loop_iv_stack_get_iv): Removed.
2943 (loop_iv_stack_get_iv_from_name): Removed.
2944 (debug_loop_iv_stack): Removed.
2945 (free_loop_iv_stack): Removed.
2946 (loop_iv_stack_remove_constants): Removed. *
2947 sese.h (iv_stack_entry_kind): Removed.
2948 (iv_stack_entry_data_union): Removed.
2949 (iv_stack_entry_struct): Removed.
2950 (iv_stack_entry_p): Removed.
2951 (debug_oldivs, debug_loop_iv_stack, loop_iv_stack_insert_constant,
2952 loop_iv_stack_get_iv_from_name, loop_iv_stack_push_iv,
2953 loop_iv_stack_get_iv, loop_iv_stack_remove_constants,
2954 loop_iv_stack_pop, free_loop_iv_stack): Removed.
2955 (gbb_loop_at_index): Fix indenting.
2956 (gbb_loop_index): Removed.
2957
2958 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
2959
2960 * graphite-clast-to-gimple.c (clast_name_to_gcc): Do not use strcmp.
2961 Call clast_name_to_index.
2962
2963 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
2964
2965 * graphite-clast-to-gimple.c (clast_name_to_gcc): Pass region,
2966 do not pass params. Get params from SESE_PARAMS.
2967 (clast_to_gcc_expression): Same.
2968 (clast_to_gcc_expression_red): Same.
2969 (gcc_type_for_clast_eq): Same.
2970 (graphite_translate_clast_equation): Same.
2971 (graphite_create_new_loop): Same.
2972 * sese.c (rename_variables_in_stmt): Fix comment.
2973
2974 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
2975
2976 * graphite-clast-to-gimple.c (graphite_create_new_loop): Pass
2977 newivs_index.
2978 Call save_clast_name_index.
2979 (translate_clast): Pass newivs_index.
2980 (gloog): Create and free newivs_index.
2981
2982 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
2983
2984 * graphite-clast-to-gimple.c (clast_name_index): New structure.
2985 (clast_name_index_p): New type.
2986 (debug_clast_name_index): New.
2987 (debug_clast_name_indexes_1): New.
2988 (debug_clast_name_indexes): New.
2989 (clast_name_index_elt_info): New.
2990 (eq_clast_name_indexes): New.
2991 (clast_name_to_index): New.
2992 (new_clast_name_index): New.
2993 (save_clast_name_index): New.
2994 (init_sese_params_index): New.
2995 (gloog): Call init_sese_params_index.
2996 * graphite-clast-to-gimple.h (debug_clast_name_indexes): Declared.
2997 * sese.c (new_sese): Initialize SESE_PARAMS_INDEX.
2998 (free_sese): Free SESE_PARAMS_INDEX.
2999 * sese.h (struct sese): Add params_index.
3000 (SESE_PARAMS_INDEX): New.
3001
3002 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
3003
3004 * graphite-clast-to-gimple.c (newivs_to_depth_to_newiv): New.
3005 (graphite_create_new_loop): Pass the newivs vector. Push the
3006 newly created IV to newivs.
3007 (translate_clast): Pass the newivs vector.
3008 (gloog): Create and destroy the newivs vector.
3009
3010 2009-05-13 Sebastian Pop <sebastian.pop@amd.com>
3011
3012 * graphite-clast-to-gimple.c (pbb_to_depth_to_oldiv): New.
3013 (graphite_loop_normal_form): Initialize loop->aux with the unique
3014 IV that has been created.
3015
3016 2009-05-13 Tobias Grosser <grosser@fim.uni-passau.de>
3017
3018 * tree-chrec.c (evolution_function_right_is_integer_cst): Allow
3019 scev with parameters in the base part. They where forbidden
3020 exidently.
3021
3022 2009-05-11 Li Feng <nemokingdom@gmail.com>
3023
3024 * gcc.dg/graphite/graphite.exp: Set different default
3025 compile options by file names.
3026 * gcc.dg/graphite/block{0-6}.c: Remove dg-option line.
3027 * gcc.dg/graphite/id-{1-9}.c: Ditto.
3028 * gcc.dg/graphite/scop-{0-20}.c: Ditto.
3029 * gcc.dg/graphite/scop-matmult.c: Ditto.
3030
3031 2009-05-08 Li Feng <nemokingdom@gmail.com>
3032
3033 * gcc.dg/graphite/graphite_autopar/graphite_autopar.exp: New.
3034 * gcc.dg/graphite/graphite_autopar/force-parallel-1.c: New.
3035 * gcc.dg/graphite/graphite_autopar/force-parallel-2.c: New.
3036 * gcc.dg/graphite/graphite_autopar/force-parallel-3.c: New.
3037
3038 2009-05-07 Tobias Grosser <grosser@fim.uni-passau.de>
3039
3040 * graphite-scop-detection (build_scops_1): Fix little bug introduced
3041 by final cleanup.
3042
3043 2009-05-07 Tobias Grosser <grosser@fim.uni-passau.de>
3044
3045 * graphite-scop-detection.c (graphite_can_represent_scev): Only
3046 allow integer constant strides.
3047 (graphite_can_represent_expr): Depend on outermost_loop.
3048 (stmt_simple_memref_p, graphite_cannot_represent_loop,
3049 harmful_stmt_in_bb, is_simple_operand, stmt_simple_for_scop_p,
3050 build_scops_1): Same.
3051 (scopdet_basic_block_info): Same and insert layered SCoP
3052 detection.
3053 (try_generate_gimple_bb): Cleanup.
3054 (build_scops): Enable data references.
3055
3056 * gcc.dg/graphite/id-5.c: New.
3057 * gcc.dg/graphite/id-9.c: New.
3058 * tree-chrec.c (evolution_function_right_is_integer_cst): New.
3059 * tree-chrec.h (evolution_function_right_is_integer_cst): New.
3060
3061 2009-05-06 Tobias Grosser <grosser@fim.uni-passau.de>
3062
3063 * sese.c (expand_scalar_variables_ssa_name): Only build expressions,
3064 that we have not yet built for this SCoP.
3065
3066 2009-05-06 Tobias Grosser <grosser@fim.uni-passau.de>
3067
3068 * sese.c (expand_scalar_variables_expr): Fix expand_scalar_variables
3069 for complex numbers.
3070
3071 2009-05-06 Tobias Grosser <grosser@fim.uni-passau.de>
3072
3073 * graphite-ppl.c: Fix build if cloog is not available.
3074
3075 2009-05-04 Li Feng <nemokingdom@gmail.com>
3076
3077 * tree-parloops.c (loop_parallel_p): Remove construction of
3078 NITER and REDUCTION_LIST.
3079 (try_get_loop_niter): New.
3080 (try_create_reduction_list): New.
3081 (parallelize_loops): Bypass the failed checkings in autopar
3082 when can_be_parallel in loop structure is set to true.
3083
3084 2009-05-01 Tobias Grosser <grosser@fim.uni-passau.de>
3085
3086 * gcc.dg/graphite/id-6.c: Update testcase.
3087 * gcc.dg/graphite/scop-3.c: Dito.
3088
3089 2009-05-01 Tobias Grosser <grosser@fim.uni-passau.de>
3090
3091 * graphite-scop-detection.c (stmt_simple_for_scop_p):
3092 Enable EQ_EXPR and NE_EXPR again.
3093
3094 2009-04-30 Tobias Grosser <grosser@fim.uni-passau.de>
3095
3096 * graphite-scop-detection.c (graphite_can_represent_scev):
3097 Add check if scev is affine multivariate.
3098 (harmful_stmt_in_bb): Check if we can represent the conditions.
3099 (scopdet_basic_block_info (basic_block bb, VEC): Pass the loop to
3100 harmful_stmt_in_bb.
3101 * gcc.dg/graphite/id-7.c: New.
3102
3103 2009-04-30 Tobias Grosser <grosser@fim.uni-passau.de>
3104
3105 * graphite-sese-to-poly.c (bb_contains_non_iv_scalar_phi_nodes):
3106 Check all bbs in region, not only the bbs that are represented in
3107 GRAPHITE.
3108 (build_poly_scop): Add newline.
3109 * gcc.dg/graphite/id-8.c: New.
3110
3111 2009-04-30 Li Feng <nemokingdom@gmail.com>
3112
3113 * cfgloop.c (alloc_loop): Initialize can_be_parallel to false
3114 when loop initialize.
3115 * cfgloop.h (struct loop): Introduce flag can_be_parallel.
3116 * common.opt: Declare flag_graphite_force_parallel.
3117 * graphite-clast-to-gimple.c (translate_clast): Mark the innermost
3118 loop parallel.
3119 * graphite-poly.c (apply_poly_transforms): Introduce
3120 flag_graphite_force_parallel.
3121 * tree-ssa-loop.c (gate_graphite_transforms): ditto.
3122 * toplev.c (process_options): ditto and replace a not correctly
3123 encoded space.
3124
3125 2009-04-30 Li Feng <nemokingdom@gmail.com>
3126
3127 * graphite-clast-to-gimple.c (loop_iv_stack_patch_for_consts):
3128 Change the call of gbb_loop_at_index and/or gbb_loop_index due
3129 to the redefinition.
3130 (compute_cloog_iv_types_1): ditto.
3131 (build_iv_mapping): ditto.
3132 * graphite-sese-to-poly.c (new_gimple_bb): Remove GBB_LOOPS related
3133 initialization.
3134 (free_gimple_bb): Removed GBB_LOOPS related free part.
3135 (build_bb_loops): Removed.
3136 * sese.h (struct gimple_bb): Removed loops.
3137 (GBB_LOOPS): Removed.
3138 (gbb_loop_at_index): Instead of using GBB_LOOPS, we use sese instead.
3139 (gbb_loop_index): ditto.
3140
3141 2009-04-24 Tobias Grosser <grosser@fim.uni-passau.de>
3142
3143 * graphite-scop-detection.c (graphite_can_represent_scev): Do not
3144 allow non constant strides.
3145 * gcc.dg/graphite/scop-20.c: New.
3146
3147 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
3148
3149 * graphite-scop-detection.c (dot_all_scops): Fix system call
3150 return value warning.
3151 (dot_scop): Same.
3152
3153 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
3154
3155 * gcc.dg/graphite/id-6.c: Fix pattern.
3156 * gcc.dg/graphite/scop-3.c: Same.
3157
3158 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
3159
3160 * graphite-poly.c (map_into_dep_poly, map_dr_into_dep_poly,
3161 build_pairwise_constraint, dr_equality_constraints,
3162 build_pairwise_scheduling_equality,
3163 build_pairwise_scheduling_inequality, lexicographically_gt_p,
3164 build_lexicographically_gt_constraint, dependence_polyhedron,
3165 graphite_legal_transform_dr, graphite_legal_transform_bb,
3166 graphite_legal_transform): New.
3167 * graphite-poly.h (graphite_legal_transform): Declared.
3168 * graphite-sese-to-poly.c (build_poly_scop): Call to
3169 graphite_legal_transform is disabled for the moment.
3170
3171 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
3172
3173 * graphite-poly.h (pbb_nb_scattering_dims): New.
3174 (pbb_nb_scattering): Use it.
3175
3176 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
3177
3178 * graphite-ppl.c (ppl_insert_dimensions_pointset): Add
3179 Pointset_Powerset version of ppl_insert_dimensions.
3180 * graphite-ppl.h (ppl_insert_dimensions_pointset): Declared.
3181
3182 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
3183
3184 * graphite-ppl.c (ppl_insert_dimensions): Fix formatting.
3185
3186 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
3187
3188 * graphite-poly.h: Fix comment.
3189
3190 2009-04-24 Sebastian Pop <sebastian.pop@amd.com>
3191
3192 * graphite-sese-to-poly.c (build_poly_dr): Fix data ref multiplier.
3193
3194 2009-04-24 Tobias Grosser <grosser@fim.uni-passau.de>
3195
3196 * sese.c (expand_scalar_variables_stmt): Only iterate over the old
3197 statements.
3198
3199 2009-04-24 Tobias Grosser <grosser@fim.uni-passau.de>
3200
3201 * graphite-sese-to-poly.c (var_used_in_not_loop_header_phi_node): New.
3202 (graphite_stmt_p): Represent bbs necessary to build the phi nodes of
3203 conditions.
3204
3205 2009-04-20 Sebastian Pop <sebastian.pop@amd.com>
3206
3207 * graphite-scop-detection.c (stmt_simple_for_scop_p): Do not
3208 handle EQ_EXPR and NE_EXPR.
3209
3210 2009-04-17 Tobias Grosser <grosser@fim.uni-passau.de>
3211
3212 * graphite-poly.h (poly_dr): Fix comment.
3213
3214 2009-04-09 Sebastian Pop <sebastian.pop@amd.com>
3215 Tobias Grosser <grosser@fim.uni-passau.de>
3216
3217 * graphite-poly.c (new_poly_bb): Do not initialize PBB_DOMAIN
3218 with a zero dimension polyhedron.
3219 (find_scop_parameters): Move the call to scop_set_nb_params here.
3220 (build_loop_iteration_domains): Store in loop->aux the iteration
3221 domain polyhedron.
3222 (build_scop_iteration_domain): Fix PBB_DOMAIN for bbs not surrounded
3223 by any loop in scop.
3224 (build_poly_scop): Do not call scop_set_nb_params.
3225
3226 2009-04-09 Sebastian Pop <sebastian.pop@amd.com>
3227 Tobias Grosser <grosser@fim.uni-passau.de>
3228
3229 * graphite-sese-to-poly.c (add_condition_to_pbb): Pass code to
3230 add_condition_to_domain not GT_EXPR.
3231
3232 2009-04-09 Tobias Grosser <grosser@fim.uni-passau.de>
3233
3234 * graphite-ppl.c (debug_ppl_powerset_matrix): New.
3235 * graphite-ppl.h (debug_ppl_powerset_matrix): New.
3236 * graphite-sese-to-poly.c (add_condition_to_pbb): Use
3237 upper_bound_assign to calculate unions.
3238 * gcc.dg/graphite/id-6.c: New.
3239
3240 2009-04-09 Tobias Grosser <grosser@fim.uni-passau.de>
3241
3242 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Do not
3243 handle abnormal edges.
3244
3245 2009-04-09 Tobias Grosser <grosser@fim.uni-passau.de>
3246
3247 * graphite-poly.c (new_poly_dr, free_poly_dr): New.
3248 (free_poly_bb): Also free poly_drs.
3249 * graphite-poly.h (new_poly_dr, free_poly_dr): New.
3250 (poly_dr): Polyhedron to Pointset_Powerset.
3251 (pdr_accessp_nb_subscripts): Same.
3252 * graphite-sese-to-poly.c (build_poly_dr): Same. And actually build
3253 poly_drs.
3254
3255 2009-04-08 Sebastian Pop <sebastian.pop@amd.com>
3256
3257 * graphite-clast-to-gimple.c (initialize_cloog_names): Change cloog
3258 names into more meaningful names.
3259
3260 2009-04-08 Sebastian Pop <sebastian.pop@amd.com>
3261
3262 * gfortran.dg/graphite/interchange-1.c: New.
3263 * gfortran.dg/graphite/interchange-2.c: New.
3264
3265 2009-04-08 Sebastian Pop <sebastian.pop@amd.com>
3266
3267 * graphite-clast-to-gimple.c (graphite_loop_normal_form): Do not build
3268 the reduction_list.
3269 * tree-parloops.c (rewrite_phi_with_iv): New.
3270 (rewrite_all_phi_nodes_with_iv): New.
3271 (canonicalize_loop_ivs): Call them.
3272
3273 2009-04-08 Sebastian Pop <sebastian.pop@amd.com>
3274
3275 * graphite-sese-to-poly.c (try_generate_gimple_bb): Use
3276 graphite_find_data_references_in_stmt.
3277 * tree-data-ref.c (graphite_find_data_references_in_stmt): New.
3278 * tree-data-ref.h (graphite_find_data_references_in_stmt): Declared.
3279
3280 2009-04-08 Sebastian Pop <sebastian.pop@amd.com>
3281
3282 * sese.c (add_loop_exit_phis): Don't fail on non SSA_NAME renames.
3283
3284 2009-04-08 Sebastian Pop <sebastian.pop@amd.com>
3285
3286 * graphite-sese-to-poly.c (build_scop_bbs_1): Use bb_in_sese_p
3287 instead of bb_in_region.
3288 (flag_bb_in_region): Same. Renamed flag_bb_in_sese.
3289 (build_sese_conditions): Use flag_bb_in_sese.
3290 * sese.c (register_bb_in_sese): Removed.
3291 (new_sese): Remove initialization of SESE_REGION_BBS.
3292 (free_sese): Do not free SESE_REGION_BBS.
3293 * sese.h (struct sese): Remove field region_basic_blocks.
3294 (SESE_REGION_BBS): Removed.
3295 (bb_in_sese_p): Implement in function of bb_in_region.
3296
3297 2009-04-08 Sebastian Pop <sebastian.pop@amd.com>
3298
3299 * graphite-scop-detection.c (limit_scops): Deal only with single exit
3300 loops.
3301
3302 2009-04-08 Tobias Grosser <grosser@fim.uni-passau.de>
3303
3304 * graphite-scop-detection.c (stmt_simple_for_scop_p): Allow NE_EXPR
3305 and EQ_EXPR.
3306 * graphite-sese-to-poly.c (create_linear_expr_from_tree): New.
3307 (add_condition_to_domain): New.
3308 (add_condition_to_pbb): New.
3309 (add_conditions_to_domain): Cleanup and handle of NE_EXPR and EQ_EXPR.
3310 * gcc.dg/graphite/scop-3.c: Update number of detected SCoPs.
3311
3312 2009-04-08 Tobias Grosser <grosser@fim.uni-passau.de>
3313
3314 * graphite-clast-to-gimple.c (build_cloog_prog): ppl_Polyhedron ->
3315 ppl_Pointset_Powerset.
3316 * graphite-poly.c (new_poly_bb, free_poly_bb): Same.
3317 * graphite-poly.h (poly_bb): poly_bb.domain Same.
3318 (pbb_nb_loops): Same.
3319 * graphite-sese-to-poly.c (build_loop_iteration_domains,
3320 add_conditions_to_domain): Same.
3321 * graphite-ppl.c (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
3322 (ppl_print_polyhedron_matrix): ppl_Polyhedron_t ->
3323 ppl_const_Polyhedron_t.
3324 (ppl_print_powerset_matrix): New.
3325 * graphite-ppl.h (new_Cloog_Domain_from_ppl_Pointset_Powerset,
3326 ppl_print_powerset_matrix): New.
3327 (ppl_print_polyhedron_matrix): Updated.
3328
3329 2009-04-07 Sebastian Pop <sebastian.pop@amd.com>
3330
3331 * tree-scalar-evolution.c (analyze_scalar_evolution_1): Fix comment.
3332
3333 2009-04-07 Sebastian Pop <sebastian.pop@amd.com>
3334
3335 * graphite-poly.c (extend_scattering): Fix indenting. Free cstr.
3336 (print_iteration_domains, debug_iteration_domain,
3337 debug_iteration_domains): New.
3338 * graphite-poly.h (print_iteration_domains, debug_iteration_domain,
3339 debug_iteration_domains): Declared.
3340 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Fix
3341 indenting.
3342
3343 2009-04-03 Tobias Grosser <grosser@fim.uni-passau.de>
3344 Sebastian Pop <sebastian.pop@amd.com>
3345
3346 * graphite-poly.h (print_iteration_domain): New.
3347 * graphite-sese-to-poly.c (add_conditions_to_domain): Fixed bug.
3348 (build_sese_conditions_1, build_sese_conditions_after,
3349 build_sese_conditions_before): New.
3350 (build_sese_conditions): Rewritten.
3351
3352 2009-04-03 Sebastian Pop <sebastian.pop@amd.com>
3353 Tobias Grosser <grosser@fim.uni-passau.de>
3354
3355 Cleanup of code generation liveouts.
3356 * graphite-clast-to-gimple.c (translate_clast): Use a single
3357 rename_map instead of one per translated statement.
3358 Do not use SESE_LIVEOUT_RENAMES.
3359 (graphite_loop_normal_form): Do not use SESE_REDUCTION_LIST.
3360 (gloog): Do not use SESE_LIVEOUT_RENAMES.
3361 * graphite-scop-detection.c (harmful_stmt_in_bb): Return the close
3362 phi node of a reduction: when a loop contains a reduction used outside
3363 the loop, there should be a scalar close phi node on the exit block.
3364 * sese.c (new_sese): Do not initialize SESE_LIVEOUT,
3365 SESE_LIVEOUT_RENAMES, and SESE_REDUCTION_LIST.
3366 (free_sese): Do not free them.
3367 (sese_build_liveouts_use): Do not use them.
3368 (sese_build_liveouts_bb): Same.
3369 (sese_build_liveouts): Same.
3370 (sese_insert_phis_for_liveouts): Same.
3371 (sese_adjust_phis_for_liveouts): Same. Renamed sese_adjust_liveout_phis.
3372 (defined_in_loop_p): New.
3373 (alive_after_loop): New.
3374 (close_phi_not_yet_inserted_p): New.
3375 (struct alep, alep_p): New.
3376 (add_loop_exit_phis): Remove from the rename_map all the names defined
3377 in the code generated loop.
3378 (insert_loop_close_phis): Traverse the rename_map passed to it.
3379 Don't use SESE_LIVEOUT_RENAMES.
3380 (default_liveout_before_guard): Renamed default_before_guard.
3381 (insert_guard_phis): Do not use SESE_LIVEOUT_RENAMES.
3382 (graphite_copy_stmts_from_block): Do not directly call set_rename.
3383 (register_sese_liveout_renames): Removed.
3384 (copy_bb_and_scalar_dependences): Do not call it.
3385 * sese.h (struct sese): Removed fields: liveout, liveout_renames, and
3386 reduction_list.
3387 (SESE_LIVEOUT): Removed.
3388 (SESE_LIVEOUT_RENAMES): Removed.
3389 (SESE_REDUCTION_LIST): Removed.
3390 (sese_build_liveouts): Removed.
3391 (sese_adjust_phis_for_liveouts): Renamed sese_adjust_liveout_phis.
3392 (insert_loop_close_phis): Pass a htab_t instead of a sese.
3393 (insert_guard_phis): Same.
3394 (rename_map_elt): Declare a VEC of them.
3395 * tree-parloops.c (canonicalize_loop_ivs): reduction_list contains
3396 trees not pointers to trees.
3397
3398 Rewrite in canonical close SSA form:
3399 * graphite-scop-detection.c (contains_only_close_phi_nodes): New.
3400 (limit_scops): Close the scop after the block containing the close phi
3401 nodes.
3402 (canonicalize_loop_closed_ssa): New.
3403 (canonicalize_loop_closed_ssa_form): New.
3404 (build_scops): Call canonicalize_loop_closed_ssa_form.
3405
3406 * graphite-sese-to-poly.c: Fix typos.
3407
3408 2009-04-03 Sebastian Pop <sebastian.pop@amd.com>
3409
3410 * graphite-poly.c (print_scattering_function, print_pbb_domain):
3411 Extended.
3412 (dump_gbb_conditions, dump_gbb_cases, print_iteration_domain): New.
3413 (print_pbb): Add conditions.
3414
3415 2009-04-01 Tobias Grosser <grosser@fim.uni-passau.de>
3416 Sebastian Pop <sebastian.pop@amd.com>
3417
3418 * graphite-scop-detection.c (bb_in_sd_region): Use bb_in_region.
3419 * graphite-sese-to-poly.c (all_non_dominated_preds_marked_p): New.
3420 (build_scop_bbs_1): New.
3421 (build_scop_bbs): Rewrite.
3422 * sese.h (bb_in_region): New.
3423
3424 2009-03-29 Tobias Grosser <grosser@fim.uni-passau.de>
3425
3426 * graphite-poly.c (new_poly_bb, free_poly_bb): Initialize/free
3427 poly_drs vector.
3428 (print_scop): Style.
3429 * graphite-poly.h (poly_bb): Add drs vector.
3430 (PBB_DRS): Add accessor.
3431 * graphite-sese-to-poly.c (build_poly_dr): New.
3432 (build_pbb_drs, build_scop_drs): New.
3433 (build_poly_scop): call build_scop_drs (Disabled at the moment).
3434
3435 2009-03-29 Tobias Grosser <grosser@fim.uni-passau.de>
3436
3437 * tree-ssa-loop.c: Include forgotten toplev.h
3438
3439 2009-03-29 Tobias Grosser <grosser@fim.uni-passau.de>
3440
3441 * graphite-poly.c: (apply_poly_transforms): sorry -> gcc_unreachable.
3442 * gcc.dg/graphite/pr37883.c: Remove -floop-*
3443 * gcc.dg/graphite/pr37928.c: Same
3444 * gcc.dg/graphite/pr38409.c: Same
3445 * gcc.dg/graphite/pr38498.c: Same
3446 * gcc.dg/graphite/pr38559.c: Same
3447 * gcc.dg/graphite/pr39335.c: Same
3448 * gcc.dg/graphite/pr39335_1.c: Same
3449 * gfortran.dg/graphite/block-2.f: Same
3450 * tree-ssa-loop.c (gate_graphite_transforms): Always fail if called
3451 with -floop-*.
3452
3453 2009-03-28 Tobias Grosser <grosser@fim.uni-passau.de>
3454
3455 * graphite-sese-to-poly.c (ref_nb_loops, build_access_matrix_with_af,
3456 build_access_matrix, build_scop_data_accesses): Remove access function
3457 building. (We get a new version soon).
3458 (build_bb_loops, scan_tree_for_params_right_scev): Update.
3459 * sese.h (nb_loops_around_loop_in_sese): Remove.
3460 (sese_loop_depth): Do not use SESE_LOOP_NEST any more.
3461
3462 2009-03-27 Tobias Grosser <grosser@fim.uni-passau.de>
3463 Sebastian Pop <sebastian.pop@amd.com>
3464
3465 * graphite-scop-detection.c (struct scopdet_info): Rename last
3466 field to exit.
3467 (scopdet_basic_block_info, build_scops_1): Don't use
3468 CDI_POST_DOMINATORS. CDI_POST_DOMINATORS should never be used.
3469
3470 2009-03-26 Tobias Grosser <grosser@fim.uni-passau.de>
3471 Sebastian Pop <sebastian.pop@amd.com>
3472
3473 * graphite-clast-to-gimple.c (gloog): Call sese_build_liveouts.
3474 * sese.c (sese_build_liveouts_use): Renamed from
3475 sese_build_livein_liveouts_use. Remove liveins.
3476 (sese_build_liveouts_bb): Renamed from sese_build_livein_liveouts_bb.
3477 Call sese_build_liveouts_use.
3478 (sese_build_liveouts): Renamed from sese_build_livein_liveouts.
3479 Call sese_build_liveouts_bb.
3480 (new_sese, free_sese): Remove liveins.
3481 (sese_add_exit_phis_var): Deleted.
3482 (sese_insert_phis_for_liveouts): Call sese_add_exit_phis_edge
3483 directly.
3484 (graphite_copy_stmts_from_block): Remove SESE_NUM_VER.
3485
3486 * sese.h (sese): Remove num_ver and livein.
3487 (SESE_LIVEIN, SESE_LIVEIN_VER, SESE_NUM_VER): Removed.
3488
3489 2009-03-25 Tobias Grosser <grosser@fim.uni-passau.de>
3490
3491 * graphite-sese-to-poly.c (build_scop_scattering): Fix compile.
3492
3493 2009-03-25 Tobias Grosser <grosser@fim.uni-passau.de>
3494
3495 * graphite-sese-to-poly.c (compare_prefix_loops): Removed.
3496 (build_scop_scattering): Do not use compare_prefix_loops any more.
3497 (nb_common_loops): New.
3498
3499 2009-03-24 Sebastian Pop <sebastian.pop@amd.com>
3500
3501 * sese.c (get_new_name_from_old_name): Renamed get_rename.
3502 (register_old_and_new_names): Renamed set_rename.
3503
3504 2009-03-24 Sebastian Pop <sebastian.pop@amd.com>
3505
3506 * graphite-scop-detection.h (nb_reductions_in_loop): Revert removal
3507 of the decl from the previous commit.
3508
3509 2009-03-24 Sebastian Pop <sebastian.pop@amd.com>
3510
3511 * graphite-scop-detection.c (dot_scop): New.
3512 * graphite-scop-detection.h (dot_scop): Declared.
3513
3514 2009-03-24 Sebastian Pop <sebastian.pop@amd.com>
3515
3516 * graphite-sese-to-poly.c (compare_prefix_loops): Fix compare.
3517
3518 2009-03-24 Sebastian Pop <sebastian.pop@amd.com>
3519
3520 * cfgloopmanip.c (create_empty_loop_on_edge): Generate the loop exit
3521 condition at the end of the loop.
3522 * graphite.c (graphite_initialize, graphite_finalize): Print to
3523 dump_file the compiled function.
3524 * graphite-clast-to-gimple.c (graphite_create_new_loop): Update use
3525 of create_empty_loop_on_edge.
3526 (translate_clast): Update the code generation of loops for the new
3527 shape of loops.
3528 * cfgloop.h (create_empty_loop_on_edge): Update declaration.
3529
3530 2009-03-24 Sebastian Pop <sebastian.pop@amd.com>
3531
3532 Reverted the patch from 2009-03-19.
3533
3534 2009-03-19 Tobias Grosser <grosser@fim.uni-passau.de>
3535
3536 * graphite-poly.c (new_poly_bb, free_poly_bb): Initialize/free
3537 poly_drs vector.
3538 (print_scop): Style.
3539 * graphite-poly.h (poly_bb): Add drs vector.
3540 (PBB_DRS): Add accessor.
3541 * graphite-sese-to-poly.c (ref_nb_loops): Remove.
3542 (build_access_matrix_with_af, build_access_matrix,
3543 build_scop_data_accesses): Delete.
3544 (build_poly_dr): New.
3545 (build_pbb_drs, build_scop_drs): New.
3546 (build_poly_scop): call build_scop_drs.
3547
3548 2009-03-13 Sebastian Pop <sebastian.pop@amd.com>
3549
3550 * graphite-scop-detection.c (dot_all_scops_1): Close the table
3551 once per basic block.
3552
3553 2009-03-13 Tobias Grosser <grosser@fim.uni-passau.de>
3554
3555 * graphite-scop-detection.c (graphite_can_represent_scev): New.
3556 (graphite_can_represent_expr): Renamed from loop_affine_expr
3557 and enhanced.
3558 (stmt_simple_for_scop_p): Call graphite_can_represent_expr.
3559 (graphite_cannot_represent_loop): Add scop_entry to parameters.
3560 (scopdet_basic_block_info): Actually define entry_block.
3561 (stmt_simple_memref_p): Moved here from ...
3562
3563 * tree-data-ref.c (stmt_simple_memref_p): here.
3564 * tree-data-ref.h (stmt_simple_memref_p): Removed.
3565
3566 2009-03-13 Tobias Grosser <grosser@fim.uni-passau.de>
3567
3568 * gcc.dg/graphite/id-4.c: New.
3569
3570 2009-03-12 Sebastian Pop <sebastian.pop@amd.com>
3571
3572 * sese.c (expand_scalar_variables_expr): Handle tcc_comparison.
3573 (register_old_and_new_names): Update the content of the map.
3574 When there was already a rename_map_elt in the map at that
3575 location, free it.
3576 (copy_bb_and_scalar_dependences): Do rename_variables after
3577 expand_scalar_variables.
3578 * graphite-clast-to-gimple.c (build_iv_mapping): Update the content
3579 of the map. When there was already a rename_map_elt in the
3580 map at that location, free it.
3581 (translate_clast): Pass the rename_map. Do not initialize and free
3582 a rename_map per stmt_user.
3583 (gloog): Initialize and free one rename_map and pass it to
3584 translate_clast.
3585
3586 2009-03-12 Sebastian Pop <sebastian.pop@amd.com>
3587
3588 * sese.c (expand_scalar_variables_stmt,
3589 expand_scalar_variables_ssa_name): Add a gimple_stmt_iterator
3590 parameter.
3591 (expand_scalar_variables_expr): Handle REALPART_EXPR and IMAGPART_EXPR.
3592 (expand_scalar_variables): Pass to expand_scalar_variables_stmt
3593 the gimple_stmt_iterator of the statement to be expanded.
3594 * graphite-scop-detection.c (is_simple_operand): Do handle
3595 REALPART_EXPR.
3596
3597 2009-03-11 Tobias Grosser <grosser@fim.uni-passau.de>
3598
3599 * graphite-scop-detection.c (is_simple_operand): Do not handle
3600 REALPART_EXPR.
3601 * gcc.dg/graphite/id-2.c: New.
3602
3603 * graphite-sese-to-poly.c (build_bb_loops,
3604 add_value_to_dim, scan_tree_for_params_right_scev,
3605 scan_tree_for_params_int, scan_tree_for_params, idx_record_params,
3606 find_params_in_bb, build_loop_iteration_domains,
3607 add_conditions_to_domain): Remove subtract.
3608
3609 2009-03-11 Tobias Grosser <grosser@fim.uni-passau.de>
3610
3611 * graphite-clast-to-gimple.c (loop_iv_stack_patch_for_consts,
3612 build_iv_mapping, compute_cloog_iv_types_1, build_cloog_prog):
3613 pbb_loop_at_index -> gbb_loop_at_index.
3614 * graphite-poly.c (new_poly_bb, new_scop): New accessors.
3615 (debug_loop_vec): Delete.
3616 * graphite-poly.h (poly_bb, scop): Change black_box and region to void
3617 pointer. Move LOOPS to gimple_bb_p and insert nb_params.
3618 (PBB_LOOPS): Removed.
3619 (PBB_BLACK_BOX): Insert cast.
3620 (pbb_set_black_box): New setter.
3621 (pbb_loop_at_index, pbb_loop_index): Removed.
3622 (scop_set_region, scop_set_nb_params): New.
3623 * graphite-sese-to-poly.c (new_gimple_bb, free_gimple_bb,
3624 build_scop_scattering, build_bb_loops): Add GBB_LOOPS.
3625 (build_poly_scop): Use scop_set_nb_params.
3626 * sese.h (gimple_bb): Add LOOPS.
3627 (GBB_LOOPS, gbb_loop_index, gbb_loop_at_index): New.
3628
3629 2009-03-11 Tobias Grosser <grosser@fim.uni-passau.de>
3630
3631 Revert previous commit.
3632
3633 2009-03-11 Sebastian Pop <sebastian.pop@amd.com>
3634
3635 * sese.c (expand_scalar_variables_expr): Handle tcc_comparison.
3636 (register_old_and_new_names): Update the content of the map.
3637 When there was already a rename_map_elt in the map at that
3638 location, free it.
3639 (copy_bb_and_scalar_dependences): Do rename_variables after
3640 expand_scalar_variables.
3641 * graphite-clast-to-gimple.c (build_iv_mapping): Update the content
3642 of the map. When there was already a rename_map_elt in the
3643 map at that location, free it.
3644 (translate_clast): Pass the rename_map. Do not initialize and free
3645 a rename_map per stmt_user.
3646 (gloog): Initialize and free one rename_map and pass it to
3647 translate_clast.
3648
3649 2009-03-11 Tobias Grosser <grosser@fim.uni-passau.de>
3650
3651 Remove forgotten line in revert.
3652
3653 2009-03-11 Sebastian Pop <sebastian.pop@amd.com>
3654
3655 Revert previous commit.
3656
3657 2009-03-10 Sebastian Pop <sebastian.pop@amd.com>
3658
3659 * sese.c (register_old_and_new_names): Update the content
3660 of the map. When there was already a rename_map_elt in the
3661 map at that location, free it.
3662 (copy_bb_and_scalar_dependences): Do rename_variables after
3663 expand_scalar_variables.
3664 * graphite-clast-to-gimple.c (build_iv_mapping): Update the content
3665 of the map. When there was already a rename_map_elt in the
3666 map at that location, free it.
3667 (translate_clast): Pass the rename_map. Do not initialize and free
3668 a rename_map per stmt_user.
3669 (gloog): Initialize and free one rename_map and pass it to
3670 translate_clast.
3671
3672 2009-03-10 Sebastian Pop <sebastian.pop@amd.com>
3673
3674 * graphite-clast-to-gimple.c (translate_clast): context_loop
3675 is never NULL.
3676
3677 2009-03-10 Tobias Grosser <grosser@fim.uni-passau.de>
3678 Sebastian Pop <sebastian.pop@amd.com>
3679
3680 * graphite-ppl.c (ppl_insert_dimensions): Fix stupid mistake
3681 of the use of ppl_Polyhedron_map_space_dimensions.
3682
3683 2009-03-10 Tobias Grosser <grosser@fim.uni-passau.de>
3684 Sebastian Pop <sebastian.pop@amd.com>
3685
3686 * graphite-poly.c (unify_scattering_dimensions): Fix types.
3687 * graphite-poly.h (poly_dr_p, poly_dr, POLY_DR_TYPE, PDR_BB,
3688 PDR_TYPE, PDR_ACCESSES, pdr_accessp_nb_subscripts,
3689 pdr_accessp_nb_iterators, pdr_accessp_nb_params,
3690 pdr_accessp_alias_set_dim, pdr_accessp_subscript_dim,
3691 pdr_accessp_iterator_dim, pdr_accessp_param_dim,
3692 pbb_nb_params): New.
3693 (pbb_nb_loops, pbb_nb_scattering, scop_nb_params,
3694 nb_loops_around_pbb): Adapt return types.
3695
3696 2009-03-09 Tobias Grosser <grosser@fim.uni-passau.de>
3697
3698 * Makefile.in (graphite.o, graphite-sese-to-poly.o,
3699 graphite-clast-to-gimple.o, graphite-data-ref.o,
3700 graphite-scop-detection.o, graphite-poly.o): Add
3701 more headers.
3702
3703 2009-03-05 Tobias Grosser <grosser@fim.uni-passau.de>
3704
3705 * Makefile.in (graphite.o, graphite-sese-to-poly.o,
3706 graphite-clast-to-gimple.o, graphite-data-ref.o,
3707 graphite-scop-detection.o, graphite-poly.o): Add graphite-poly.h.
3708
3709 2009-03-04 Tobias Grosser <grosser@fim.uni-passau.de>
3710
3711 * gcc.dg/graphite/pr37485.c: Remove -floop-block
3712 * gcc.dg/graphite/pr37828.c: Same.
3713 * gcc.dg/graphite/pr37684.c: Same.
3714 * gcc.dg/graphite/block-0.c: Same.
3715 * gcc.dg/graphite/block-1.c: Same.
3716 * gcc.dg/graphite/block-2.c: Same.
3717 * gcc.dg/graphite/block-3.c: Same.
3718 * gcc.dg/graphite/block-4.c: Same.
3719 * gcc.dg/graphite/block-5.c: Same.
3720 * gcc.dg/graphite/block-6.c: Same.
3721 * gfortran.dg/graphite/pr38083.f90: Same.
3722 * gfortran.dg/graphite/block-1.f90: Same.
3723 * gfortran.dg/graphite/block-3.f90: Same.
3724 * gfortran.dg/graphite/pr37852.f90: Same.
3725 * gfortran.dg/graphite/block-4.f90: Same.
3726 * gfortran.dg/graphite/pr37980.f90: Same.
3727 * gfortran.dg/graphite/pr38953.f90: Same.
3728 * gfortran.dg/graphite/pr37857.f90: Same.
3729 * opts.c: Remove -floop-block from -O2.
3730 * graphite-poly.c: Fail if -floop-block -floop-interchange or
3731 -floop-strip-mine are used.
3732
3733 2009-03-04 Tobias Grosser <grosser@fim.uni-passau.de>
3734 Sebastian Pop <sebastian.pop@amd.com>
3735
3736 * graphite-clast-to-gimple.c (build_cloog_prog): Unify scattering
3737 dimensions.
3738 * graphite-poly.c (pbb_compare, graphite_sort_pbbs,
3739 graphite_trans_bb_move_loop, graphite_trans_bb_strip_mine,
3740 strip_mine_profitable_p, is_interchange_valid,
3741 graphite_trans_bb_block, graphite_trans_loop_block,
3742 graphite_trans_scop_block): Temporary removed.
3743 (extend_scattering, unify_scattering_dimensions): New.
3744 (print_scattering_function, graphite_read_transforms):
3745 PBB_SCATTERING -> PBB_TRANSFORMED_SCATTERING.
3746 (graphite_generate_scattering_fns): Removed.
3747 (apply_poly_transforms): Cleanup.
3748 (free_poly_bb): Add PBB_SCATTERING -> PBB_TRANSFORMED_SCATTERING.
3749 (schedule_to_scattering): Moved.
3750 (PBB_STATIC_SCHEDULE, PBB_SCATTERING): Removed.
3751 (PBB_ORIGINAL_SCATTERING, PBB_TRANSFORMED_SCATTERING): New.
3752 (pbb_nb_scattering): New.
3753 (SCOP_ENTRY, SCOP_EXIT, SCOP_REGION_BBS, SCOP_DEP_GRAPH, SCOP_PARAMS,
3754 SCOP_LOOP_NEST, SCOP_PARAMS, SCOP_OLDIVS, SCOP_LIVEOUT_RENAMES):
3755 Removed.
3756 * graphite-ppl.c (ppl_insert_dimensions): Extended and renamed from
3757 shift_poly.
3758 (ppl_strip_loop): PBB_SCATTERING -> PBB_TRANSFORMED_SCATTERING.
3759 * graphite-scop-detection.c (dot_all_scops_1): PBB_SCATTERING
3760 -> PBB_TRANSFORMED_SCATTERING.
3761 * graphite-sese-to-poly.c (build_scop_bbs): Remove region.
3762 (build_pbb_scattering_polyhedron): Moved from schedule_to_scattering.
3763 (build_scop_scattering): Renamed from build_scop_canonical_schedules.
3764 (check_poly_representation): Do not return bool.
3765 (graphite_transform_loops): Reformat.
3766 * sese.h (SESE_ENTRY_BB, SESE_EXIT_BB): New.
3767
3768 2009-03-04 Sebastian Pop <sebastian.pop@amd.com>
3769
3770 * graphite-poly.c (print_pbb_domain, print_pbb, print_scop,
3771 debug_pbb_domain, debug_pbb, debug_scop): New.
3772 * graphite-poly.h (print_pbb_domain, print_pbb, print_scop,
3773 debug_pbb_domain, debug_pbb, debug_scop): Declared.
3774
3775 2009-03-02 Sebastian Pop <sebastian.pop@amd.com>
3776
3777 PR middle-end/39335
3778 * tree-parloops.c (canonicalize_loop_ivs): Call fold_convert
3779 when the type precision of the induction variable should be
3780 larger than the type precision of nit.
3781 (gen_parallel_loop): Update use of canonicalize_loop_ivs.
3782 * graphite-clast-to-gimple.c (graphite_loop_normal_form): Same.
3783 * tree-flow.h (canonicalize_loop_ivs): Update declaration.
3784
3785 * gcc.dg/graphite/pr39335_1.c: New.
3786 * gcc.dg/graphite/pr39335.c: New.
3787
3788 2009-03-02 Sebastian Pop <sebastian.pop@amd.com>
3789
3790 * tree-parloops.c (canonicalize_loop_ivs): reduction_list contains
3791 SSA_NAMES not struct reduction_info.
3792
3793 2009-03-02 Sebastian Pop <sebastian.pop@amd.com>
3794
3795 * sese.c (expand_scalar_variables_expr): Handle ADDR_EXPR.
3796
3797 2009-02-27 Sebastian Pop <sebastian.pop@amd.com>
3798 Tobias Grosser <grosser@fim.uni-passau.de>
3799
3800 * sese.c (new_sese): Initialize SESE_REDUCTION_LIST.
3801 (free_sese): Free SESE_REDUCTION_LIST.
3802 * sese.h (struct sese): Add field reduction_list.
3803 (SESE_REDUCTION_LIST): New.
3804 * graphite-clast-to-gimple.c (graphite_loop_normal_form): Call
3805 canonicalize_loop_ivs on SESE_REDUCTION_LIST.
3806
3807 2009-02-27 Sebastian Pop <sebastian.pop@amd.com>
3808 Tobias Grosser <grosser@fim.uni-passau.de>
3809
3810 * tree-flow.h (gather_scalar_reductions): Use struct loop * instead
3811 of loop_p.
3812
3813 2009-02-27 Sebastian Pop <sebastian.pop@amd.com>
3814 Tobias Grosser <grosser@fim.uni-passau.de>
3815
3816 * tree-parloops.c (struct brli, build_reduction_list_info,
3817 analyze_reduction_list, gather_scalar_reductions): New.
3818 (loop_parallel_p): Build a reduction list containing only
3819 PHI_RESULT SSA_NAMEs: call gather_scalar_reductions.
3820 (gen_parallel_loop): Call the analysis analyze_reduction_list.
3821 (parallelize_loops): Now reduction_list is a htab_t of SSA_NAMEs.
3822 * tree-flow.h (gather_scalar_reductions): Declared.
3823
3824 2009-02-26 Sebastian Pop <sebastian.pop@amd.com>
3825
3826 PR middle-end/39308
3827 * graphite-clast-to-gimple.c (graphite_loop_normal_form): Do not call
3828 number_of_iterations_exit from a gcc_assert.
3829
3830 2009-02-25 Sebastian Pop <sebastian.pop@amd.com>
3831 Jan Sjodin <jan.sjodin@amd.com>
3832
3833 * output.h (graphite_out_file, graphite_in_file): Declared.
3834 * toplev.c (graphite_out_file, graphite_in_file): New.
3835 (init_asm_output): Initialize graphite_in_file and graphite_out_file.
3836 * graphite-clast-to-gimple.c (build_cloog_prog): Read PBB_SCATTERING.
3837 Don't call schedule_to_scattering.
3838 * common.opt (fgraphite-write, fgraphite-read): New.
3839 * graphite-poly.c: Include output.h.
3840 (print_scattering_function, print_scattering_functions,
3841 debug_scattering_function, debug_scattering_functions,
3842 graphite_write_transforms, graphite_read_transforms,
3843 graphite_generate_scattering_fns): New.
3844 (apply_poly_transforms): Do not apply transform if flag_graphite_read.
3845 Call graphite_generate_scattering_fns, graphite_write_transforms,
3846 graphite_read_transforms.
3847 (new_poly_bb): Initialize PBB_SCATTERING.
3848 (free_poly_bb): Free PBB_SCATTERING.
3849 (schedule_to_scattering): Does not return, initialize PBB_SCATTERING.
3850 * graphite-poly.h (struct poly_bb): Add field scattering.
3851 (PBB_SCATTERING): New.
3852 (print_scattering_function, print_scattering_functions,
3853 debug_scattering_function, debug_scattering_functions): Declared.
3854 * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Matrices contain
3855 GMP values, not integers!
3856 (ppl_print_polyhedron_matrix, debug_ppl_polyhedron_matrix,
3857 ppl_read_polyhedron_matrix): New.
3858 * graphite-ppl.h (ppl_print_polyhedron_matrix,
3859 debug_ppl_polyhedron_matrix,
3860 ppl_read_polyhedron_matrix): Declared.
3861 * Makefile.in (graphite-poly.o): Depends on output.h.
3862
3863 2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
3864 Tobias Grosser <grosser@fim.uni-passau.de>
3865
3866 Revert this change:
3867 * graphite-scop-detection.c (stmt_simple_for_scop_p): Analyze
3868 scalar evolutions in the scop_entry->loop_father.
3869
3870 2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
3871 Tobias Grosser <grosser@fim.uni-passau.de>
3872
3873 * graphite.h (ref_nb_loops): Remove declaration.
3874 (struct gimple_bb, gimple_bb_p, GBB_BB, GBB_DATA_REFS, GBB_CONDITIONS,
3875 GBB_CONDITION_CASES, GBB_CLOOG_IV_TYPES, gbb_loop, print_gimple_bb,
3876 debug_gbb): Moved to sese.h.
3877 * sese.h: As said.
3878
3879 2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
3880 Tobias Grosser <grosser@fim.uni-passau.de>
3881
3882 * graphite-data-ref.[ch]: Disable.
3883
3884 2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
3885 Tobias Grosser <grosser@fim.uni-passau.de>
3886
3887 * graphite-scop-detection.c (stmt_simple_for_scop_p): Analyze
3888 scalar evolutions in the scop_entry->loop_father.
3889
3890 2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
3891
3892 * graphite-scop-detection.c (nb_reductions_in_loop): Moved here...
3893 (graphite_cannot_represent_loop_niter): Renamed
3894 graphite_cannot_represent_loop. Call nb_reductions_in_loop.
3895 (limit_scops): build_sese_loop_nests does not return a bool.
3896 * graphite-scop-detection.h (nb_reductions_in_loop): Declared.
3897 * sese.c (nb_reductions_in_loop): ... from here.
3898 (graphite_loop_normal_form): ... from here.
3899 (sese_record_loop): Does not fail, so does not return a bool.
3900 (build_sese_loop_nests): Same.
3901 * sese.h (build_sese_loop_nests): Update declaration.
3902 * graphite-clast-to-gimple.c (graphite_loop_normal_form): Moved here...
3903 (build_graphite_loop_normal_form): New.
3904 (gloog): Call build_graphite_loop_normal_form.
3905 * graphite-sese-to-poly.c (build_poly_scop): Don't fail on
3906 build_sese_loop_nests.
3907
3908 * gcc.dg/graphite/id-1.c: New.
3909
3910 2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
3911 Tobias Grosser <grosser@fim.uni-passau.de>
3912
3913 * graphite-sese-to-poly.c (scan_tree_for_params): Remove REAL_CST.
3914 The SCoP detection fix is sufficient.
3915
3916 2009-02-21 Sebastian Pop <sebastian.pop@amd.com>
3917
3918 PR tree-optimization/39260
3919 * graphite-scop-detection.c (harmful_stmt_in_bb): Stop a SCoP when
3920 the basic block contains a condition with a real type.
3921 * graphite-sese-to-poly.c (scan_tree_for_params): Handle REAL_CST.
3922
3923 * gcc.dg/graphite/pr39260.c: New.
3924
3925 2009-02-21 Sebastian Pop <sebastian.pop@amd.com>
3926
3927 * graphite-poly.c: Inlcude params.h.
3928 (graphite_trans_loop_block): Use PARAM_LOOP_BLOCK_TILE_SIZE for
3929 the size of a tile.
3930 * Makefile.in (graphite-poly.o): Depend on PARAMS_H.
3931 * params.def (PARAM_LOOP_BLOCK_TILE_SIZE): Define.
3932
3933 2009-02-20 Sebastian Pop <sebastian.pop@amd.com>
3934 Tobias Grosser <grosser@fim.uni-passau.de>
3935
3936 * graphite-scop-detection.c (dot_all_scops_1,
3937 dot_all_scops): Moved here.
3938 * graphite-scop-detection.h (dot_all_scops): Declared here.
3939 * graphite.c (graphite_initialize, graphite_finalize): New.
3940 (graphite_transform_loops): Cleaned up.
3941 * sese.c (debug_oldivs): Moved here.
3942 * graphite-poly.c (graphite_apply_transformations): Renamed
3943 apply_poly_transforms.
3944 (debug_loop_vec): Moved here.
3945 * graphite-sese-to-poly.c (build_bb_loops, build_sese_conditions_1,
3946 scop_contains_non_iv_scalar_phi_nodes, build_sese_conditions,
3947 find_scop_parameters, build_scop_iteration_domain,
3948 add_conditions_to_constraints, build_scop_canonical_schedules,
3949 build_scop_data_accesses): Now static.
3950 (build_poly_scop, check_poly_representation): New.
3951
3952 2009-02-20 Sebastian Pop <sebastian.pop@amd.com>
3953
3954 * graphite.c (graphite_stmt_p, new_gimple_bb, free_gimple_bb,
3955 remove_gbbs_in_scop, free_scops, try_generate_gimple_bb,
3956 build_scop_bbs, ref_nb_loops, compare_prefix_loops,
3957 build_scop_canonical_schedules, build_bb_loops, add_value_to_dim,
3958 scan_tree_for_params_right_scev, scan_tree_for_params_int,
3959 scan_tree_for_params, struct irp_data, dx_record_params,
3960 find_params_in_bb, find_scop_parameters, gbb_from_bb,
3961 build_loop_iteration_domains, add_conditions_to_domain,
3962 phi_node_is_iv, bb_contains_non_iv_scalar_phi_nodes,
3963 scop_contains_non_iv_scalar_phi_nodes, build_sese_conditions_1,
3964 build_sese_conditions, add_conditions_to_constraints,
3965 build_scop_iteration_domain, build_access_matrix_with_af,
3966 build_access_matrix,
3967 build_scop_data_accesses): Moved to graphite-sese-to-poly.c.
3968
3969 * graphite-sese-to-poly.c: New.
3970 * graphite-sese-to-poly.h: New.
3971
3972 * Makefile.in: Add new rule for graphite-sese-to-poly.o.
3973
3974 2009-02-20 Sebastian Pop <sebastian.pop@amd.com>
3975
3976 * graphite.c: Split graphite code generation to a new file.
3977 (graphite_verify, gmp_cst_to_tree, clast_name_to_gcc,
3978 max_precision_type, clast_to_gcc_expression_red,
3979 clast_to_gcc_expression, gcc_type_for_clast_expr,
3980 gcc_type_for_clast_eq, loop_iv_stack_patch_for_consts,
3981 graphite_translate_clast_equation, graphite_create_guard_cond_expr,
3982 graphite_create_new_guard, clast_get_body_of_loop,
3983 gcc_type_for_cloog_iv, gcc_type_for_iv_of_clast_loop,
3984 graphite_create_new_loop, build_iv_mapping, copy_renames,
3985 translate_clast, find_cloog_iv_in_expr, compute_cloog_iv_types_1,
3986 compute_cloog_iv_types, free_scattering, save_var_name,
3987 initialize_cloog_names, build_scop_context, build_cloog_prog,
3988 set_cloog_options, debug_clast_stmt, scop_to_clast,
3989 print_generated_program, debug_generated_program,
3990 gloog): Moved to graphite-clast-to-gimple.c.
3991
3992 (struct cloog_prog_clast): Moved to graphite-clast-to-gimple.h.
3993
3994 (iv_stack_entry_is_constant, iv_stack_entry_is_iv,
3995 loop_iv_stack_push_iv, loop_iv_stack_insert_constant,
3996 loop_iv_stack_pop, loop_iv_stack_get_iv,
3997 loop_iv_stack_get_iv_from_name, debug_loop_iv_stack,
3998 free_loop_iv_stack, loop_iv_stack_remove_constants,
3999 debug_rename_elt, debug_rename_map_1, debug_rename_map,
4000 rename_map_elt_info, eq_rename_map_elts, debug_ivtype_elt,
4001 debug_ivtype_map_1, debug_ivtype_map, ivtype_map_elt_info,
4002 eq_ivtype_map_elts, sese_add_exit_phis_edge,
4003 sese_add_exit_phis_var, sese_insert_phis_for_liveouts,
4004 get_vdef_before_sese, sese_adjust_vphi,
4005 get_new_name_from_old_name, sese_adjust_phis_for_liveouts,
4006 oldiv_for_loop, rename_variables_in_stmt, is_parameter,
4007 is_iv, expand_scalar_variables_ssa_name,
4008 expand_scalar_variables_expr, expand_scalar_variables_stmt,
4009 expand_scalar_variables, rename_variables, remove_condition,
4010 get_true_edge_from_guard_bb, get_false_edge_from_guard_bb,
4011 add_loop_exit_phis, insert_loop_close_phis, struct igp,
4012 default_liveout_before_guard, add_guard_exit_phis,
4013 insert_guard_phis, register_old_and_new_names,
4014 graphite_copy_stmts_from_block, register_sese_liveout_renames,
4015 copy_bb_and_scalar_dependences, outermost_loop_in_sese,
4016 if_region_set_false_region, create_if_region_on_edge,
4017 move_sese_in_condition): Moved to sese.c.
4018
4019 (nb_loops_around_loop_in_sese, struct ifsese, if_region_entry,
4020 if_region_exit, if_region_get_condition_block,
4021 struct rename_map_elt, new_rename_map_elt, enum iv_stack_entry_kind,
4022 union iv_stack_entry_data_union, struct iv_stack_entry_struct,
4023 iv_stack_entry_p, loop_iv_stack, struct ivtype_map_elt,
4024 ivtype_map_elt, new_ivtype_map_elt,
4025 recompute_all_dominators): Moved to sese.h.
4026
4027 * graphite-clast-to-gimple.c: New.
4028 * graphite-clast-to-gimple.h: New.
4029 * Makefile.in: Add new rule for graphite-clast-to-gimple.o.
4030 * sese.c: Modified as said above.
4031 * sese.h: Same.
4032
4033 2009-02-20 Sebastian Pop <sebastian.pop@amd.com>
4034
4035 * graphite.c: Split scop detection to a new file.
4036 (enum gbb_type, gbb_type, get_bb_type, struct sd_region_p, sd_region,
4037 move_sd_regions, loop_affine_expr, exclude_component_ref,
4038 is_simple_operand, stmt_simple_for_scop_p, harmful_stmt_in_bb,
4039 graphite_cannot_represent_loop_niter, struct scopdet_info,
4040 scopdet_basic_block_info, build_scops_1, bb_in_sd_region,
4041 find_single_entry_edge, find_single_exit_edge,
4042 create_single_entry_edge, sd_region_without_exit,
4043 create_single_exit_edge, unmark_exit_edges, mark_exit_edges,
4044 create_sese_edges, build_graphite_scops, limit_scops, build_scops):
4045 Moved to graphite-scop-detection.c.
4046
4047 * graphite-scop-detection.c: New.
4048 * graphite-scop-detection.h: New.
4049 * Makefile.in: Add new rule for graphite-scop-detection.o.
4050
4051 * sese.c: Include tree-chrec.h, tree-data-ref.h, and
4052 tree-scalar-evolution.h.
4053 (nb_reductions_in_loop, graphite_loop_normal_form, sese_record_loop,
4054 build_sese_loop_nests): Moved here from graphite.c.
4055 (param_index): Renamed parameter_index_in_region.
4056
4057 2009-02-18 Tobias Grosser <grosser@fim.uni-passau.de>
4058 Sebastian Pop <sebastian.pop@amd.com>
4059
4060 * gcc.dg/graphite/block-0.c: Expected to fail now.
4061 * gcc.dg/graphite/block-1.c: Same.
4062 * gcc.dg/graphite/block-5.c: Same.
4063 * gcc.dg/graphite/block-6.c: Same.
4064
4065 2009-02-18 Tobias Grosser <grosser@fim.uni-passau.de>
4066 Sebastian Pop <sebastian.pop@amd.com>
4067
4068 * graphite.h: Separate from graphite_bb_p the polyhedral
4069 representation in poly_bb_p and the GCC specifics in gimple_bb_p.
4070 (struct data_dependence_polyhedron, RDGE_DDP, ddp_p): Moved to
4071 graphite-data-ref.h.
4072 (struct poly_bb, PBB_SCOP, PBB_STATIC_SCHEDULE, PBB_DOMAIN,
4073 PBB_BLACK_BOX, PBB_LOOPS, pbb_nb_loops, pbb_loop_at_index,
4074 pbb_loop_index, struct scop, SCOP_BBS, SCOP_REGION, SCOP_ENTRY,
4075 SCOP_EXIT, SCOP_REGION_BBS, SCOP_DEP_GRAPH, SCOP_PARAMS,
4076 SCOP_LOOP_NEST, SCOP_PARAMS, SCOP_OLDIVS, SCOP_LIVEOUT_RENAMES,
4077 scop_nb_params): Moved to graphite-poly.h.
4078 * graphite-data-ref.c: Same.
4079 * graphite-data-ref.h: New.
4080 * graphite.c: Same.
4081 (pbb_compare, graphite_sort_pbbs, graphite_trans_bb_move_loop,
4082 graphite_trans_bb_strip_mine, strip_mine_profitable_p,
4083 is_interchange_valid, graphite_trans_bb_block,
4084 graphite_trans_loop_block, scop_max_loop_depth,
4085 graphite_trans_scop_block, graphite_apply_transformations,
4086 new_poly_bb, free_poly_bb, new_scop, free_scop): Moved to
4087 graphite-poly.c.
4088 * graphite-poly.h: New.
4089 * graphite-poly.c: New.
4090 * Makefile.in (OBJS-common): Add graphite-poly.o.
4091 (graphite-poly.o): New rule.
4092 * tree-data-ref.h (struct data_reference): Remove unused scop field.
4093 (DR_SCOP): Removed.
4094
4095 2009-02-18 Sebastian Pop <sebastian.pop@amd.com>
4096 Tobias Grosser <grosser@fim.uni-passau.de>
4097
4098 * graphite.c: Replace gb -> gbb.
4099 * graphite.h: Same.
4100 * graphite-data-ref.c: Same.
4101
4102 2009-02-18 Sebastian Pop <sebastian.pop@amd.com>
4103 Tobias Grosser <grosser@fim.uni-passau.de>
4104
4105 * Makefile.in (OBJS-commmon): Add sese.o.
4106 (sese.o): New.
4107 (graphite.o): Add sese.h.
4108 * graphite.c (bb_in_ss_p, loop_in_sese_p,
4109 sese_build_livein_liveouts_use, sese_build_livein_liveouts_bb,
4110 sese_build_livein_liveouts, register_bb_in_sese, new_sese, free_sese):
4111 Move to sese.
4112 (block_before_scop): Add missing return.
4113 (new_scop, free_scop): Remove SESE data structures.
4114 (scop_record_loop, scan_tree_for_params, find_params_in_bb,
4115 find_scop_parameters, build_loop_iteration_domains,
4116 add_conditions_to_domain, register_scop_liveout_renames,
4117 copy_bb_and_scalar_dependences): Scop -> SESE.
4118
4119 (add_conditions_to_domain): SCoP -> SESE and remove check
4120 (scop_contains_non_iv_scalar_phi_nodes): New.
4121 (build_scop_conditions_1, build_scop_conditions): Remove check for
4122 non iv scalar phi nodes.
4123 (print_scop_statistics): New.
4124 (graphite_transform_loops): Cleanup.
4125
4126 * graphite.h: Move to sese & cleanup.
4127 * sese.c: New.
4128 * sese.h: New.
4129
4130 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
4131 Tobias Grosser <grosser@fim.uni-passau.de>
4132
4133 * graphite.c (build_scop_conditions_1): Conditions are only
4134 at the end of a basic block.
4135
4136 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
4137 Tobias Grosser <grosser@fim.uni-passau>
4138
4139 * graphite.h (struct graphite_bb): Remove compressed_alpha_matrix
4140 field.
4141 (GBB_ALPHA): Removed.
4142
4143 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
4144 Tobias Grosser <grosser@fim.uni-passau.de>
4145
4146 * graphite-data-ref.c (graphite_test_dependence): Don't use
4147 GBB_DYNAMIC_SCHEDULE.
4148 * graphite.c (new_graphite_bb): Same.
4149 (free_graphite_bb): Same.
4150 (build_scop_dynamic_schedules): Removed.
4151 (graphite_transform_loops): Don't call it.
4152 * graphite.h (struct graphite_bb): Remove dynamic_schedule field.
4153 (GBB_DYNAMIC_SCHEDULE): Removed.
4154
4155 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
4156 Tobias Grosser <grosser@fim.uni-passau.de>
4157
4158 * graphite.c (schedule_to_scattering): Don't use CloogMatrix.
4159 (print_graphite_bb): Same.
4160 (build_cloog_prog): Same.
4161
4162 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
4163 Tobias Grosser <grosser@fim.uni-passau.de>
4164
4165 * graphite.c (build_cloog_prog): Don't use CloogMatrix.
4166
4167 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
4168 Tobias Grosser <grosser@fim.uni-passau.de>
4169
4170 * graphite.c (build_scop_context): Don't use CloogMatrix.
4171 * graphite-ppl.c (new_Cloog_Domain_from_ppl_Polyhedron): New.
4172 * graphite-ppl.h (new_Cloog_Domain_from_ppl_Polyhedron): Declared.
4173
4174 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
4175 Tobias Grosser <grosser@fim.uni-passau.de>
4176
4177 * graphite.h (struct scop): Move params, old_ivs, loops, loop_nest,
4178 liveout_renames, add_params fields...
4179 (struct sese): ... here.
4180 (SESE_PARAMS, SESE_LOOPS, SESE_LOOP_NEST, SESE_ADD_PARAMS,
4181 SESE_PARAMS, SESE_OLDIVS, SESE_LIVEOUT_RENAMES): New.
4182
4183 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
4184 Tobias Grosser <grosser@fim.uni-passau.de>
4185
4186 * graphite.c (print_scop): Do not print the CLooG program.
4187 (new_scop, free_scop, initialize_cloog_names, build_scop_context,
4188 build_cloog_prog, gloog): Don't use SCOP_PROG.
4189 (find_transform): Renamed scop_to_clast.
4190 (print_generated_program, debug_generated_program): New.
4191 (graphite_transform_loops): Adapt to new interface.
4192 * graphite.h (struct scop): Remove program field.
4193 (SCOP_PROG): Removed.
4194 (print_generated_program, debug_generated_program): Declared.
4195
4196 2009-02-16 Sebastian Pop <sebastian.pop@amd.com>
4197
4198 * graphite-data-ref.c (schedule_precedes_p, schedule_same_p): New.
4199 (statement_precedes_p): Use schedule_same_p and schedule_precedes_p.
4200 * graphite.c (gbb_compare, schedule_to_scattering, print_graphite_bb,
4201 free_graphite_bb, build_scop_canonical_schedules,
4202 graphite_trans_bb_strip_mine, graphite_trans_scop_block): Static
4203 schedules are now represented using a ppl_Linear_Expression_t.
4204 * graphite.h (struct graphite_bb): Same.
4205 * graphite-ppl.c (ppl_lexico_compare_linear_expressions): New.
4206 * graphite-ppl.h (ppl_lexico_compare_linear_expressions): Declared.
4207
4208 2009-02-15 Sebastian Pop <sebastian.pop@amd.com>
4209
4210 * graphite.c: Free local memory.
4211 * graphite-ppl.c: Same.
4212
4213 2009-02-15 Sebastian Pop <sebastian.pop@amd.com>
4214
4215 * graphite.c (const_column_index, get_first_matching_sign_row_index,
4216 get_lower_bound_row, get_upper_bound_row, copy_constraint,
4217 swap_constraint_variables, scale_constraint_variable): Removed.
4218 (graphite_trans_bb_strip_mine): Remove pong.
4219 * graphite-ppl.c: Include missing header files.
4220 (set_inhomogeneous, set_coef, shift_poly, ppl_strip_loop): New.
4221 * graphite-ppl.h (ppl_strip_loop): Declared.
4222 * Makefile.in (graphite-ppl.o): Adjust dependences.
4223
4224 2009-02-14 Sebastian Pop <sebastian.pop@amd.com>
4225
4226 * graphite.c (build_loop_iteration_domains): Remove ping pong.
4227 (build_scop_iteration_domain): Same.
4228
4229 2009-02-13 Sebastian Pop <sebastian.pop@amd.com>
4230
4231 * graphite.c (scan_tree_for_params, add_conditions_to_domain): Remove
4232 ping pong.
4233 (add_value_to_dim, scan_tree_for_params_right_scev,
4234 scan_tree_for_params_int): New.
4235 * graphite-ppl.c (oppose_constraint): New.
4236 (insert_constraint_into_matrix): Implement missing cases.
4237 * graphite-ppl.h (insert_constraint_into_matrix): Declared.
4238
4239 2009-02-13 Sebastian Pop <sebastian.pop@amd.com>
4240
4241 * graphite.c (graphite_trans_bb_move_loop): Remove ping pong,
4242 use ppl_move_dimension.
4243
4244 2009-02-12 Sebastian Pop <sebastian.pop@amd.com>
4245
4246 * graphite-data-ref.c: Domains are now ppl_Polyhedra_t.
4247 * graphite.c: Same.
4248 * graphite.h: Same.
4249 * graphite-ppl.c: Same.
4250 * graphite-ppl.h: Same.
4251
4252 2009-02-12 Sebastian Pop <sebastian.pop@amd.com>
4253
4254 Revert last 3 commits.
4255
4256 2009-02-10 Sebastian Pop <sebastian.pop@amd.com>
4257
4258 * graphite.c (scan_tree_for_params, add_conditions_to_domain): Remove
4259 ping pong.
4260 (add_value_to_dim, scan_tree_for_params_right_scev,
4261 scan_tree_for_params_int): New.
4262 * graphite-ppl.c (oppose_constraint): New.
4263 (insert_constraint_into_matrix): Implement missing cases.
4264 * graphite-ppl.h (insert_constraint_into_matrix): Declared.
4265
4266 2009-02-10 Sebastian Pop <sebastian.pop@amd.com>
4267
4268 * graphite.c (graphite_trans_bb_move_loop): Remove unused variables.
4269
4270 2009-02-10 Sebastian Pop <sebastian.pop@amd.com>
4271 Tobias Grosser <grosser@fim.uni-passau.de>
4272
4273 * graphite.c (graphite_trans_bb_move_loop): Remove ping pong,
4274 use ppl_move_dimension.
4275 * graphite-ppl.c (ppl_move_dimension): New.
4276 * graphite-ppl.h (ppl_move_dimension): Declared.
4277
4278 2009-02-10 Sebastian Pop <sebastian.pop@amd.com>
4279
4280 * graphite.c: Do not include cloog/cloog.h.
4281 (print_graphite_bb): Remove ping pong, call PPL print function.
4282
4283 2009-02-10 Tobias Grosser <grosser@fim.uni-passau.de>
4284
4285 * Makefile.in (OBJS-common): Add graphite-ppl.o.
4286 (graphite.o): Add dependence on graphite-ppl.h.
4287 (graphite-ppl.o): New.
4288 (graphite-data-ref.c): Ping pong between PPL data structures
4289 and matrices.
4290 * graphite-ppl.c: New.
4291 * graphite-ppl.h: New.
4292 * graphite.c: Include graphite-ppl.h.
4293 (print_graphite_bb, add_conditions_to_domain, build_cloog_prog,
4294 graphite_trans_bb_move_loop, graphite_trans_bb_strip_mine):
4295 Ping pong between PPL data structures and matrices.
4296 (new_graphite_bb): Create a PPL constraint system.
4297 Call ppl_delete_Constraint_System instead of cloog_matrix_free.
4298 (build_loop_iteration_domains): Use PPL functions.
4299 * graphite.h: Include graphite-ppl.h. Fix comments.
4300 (graphite_bb): Use a ppl_Constraint_System_t instead of
4301 CloogMatrix for representing the domain.
4302 (scop): Remove static_schedule.
4303 (gbb_nb_loops): Ping pong between PPL data structures and matrices.
4304
4305 2009-02-06 Sebastian Pop <sebastian.pop@amd.com>
4306
4307 * graphite.c: Fix some comments.
4308
4309 2009-02-05 Sebastian Pop <sebastian.pop@amd.com>
4310
4311 PR middle-end/38953
4312 * graphite.c (if_region_set_false_region): After moving a region
4313 in the false branch of a condition, remove the empty dummy
4314 basic block.
4315 (gloog): Remove wrong fix for PR38953.
4316
4317 2009-02-03 Tobias Grosser <grosser@fim.uni-passau.de>
4318
4319 * graphite.c (bb_in_sese_p, sese_build_livein_liveouts_use,
4320 sese_build_livein_liveouts_bb, sese_build_livein_liveouts,
4321 register_bb_in_sese, new_sese, free_sese): Moved.
4322 (dot_scop_1, build_scop_loop_nests, build_loop_iteration_domains,
4323 outermost_loop_in_scop, build_scop_iteration_domain,
4324 expand_scalar_variables_ssa_name, get_vdef_before_scop,
4325 limit_scops): Use bb_in_sese_p instead of bb_in_scop_p.
4326 Use loop_in_sese_p instead of loop_in_scop_p.
4327 (new_graphite_bb, new_scop, gloog): Do not initialize SCOP_BBS_B.
4328 (free_scop): Do not free SCOP_BBS_B.
4329 (nb_loops_around_loop_in_scop, nb_loops_around_gb,
4330 ref_nb_loops): Moved here...
4331 * graphite.h (ref_nb_loops): ... from here.
4332 (struct scop): Remove bbs_b bitmap.
4333 (SCOP_BBS_B, bb_in_scop_p, loop_in_scop_p): Removed.
4334 * gcc.dg/graphite/scop-19.c: New
4335
4336 2009-02-03 Tobias Grosser <grosser@fim.uni-passau.de>
4337
4338 * graphite.c (scopdet_basic_block_info): Fix bug in scop
4339 detection.
4340
4341 2009-01-30 Tobias Grosser <grosser@fim.uni-passau.de>
4342
4343 * graphite.c (new_loop_to_cloog_loop_str, hash_loop_to_cloog_loop,
4344 eq_loop_to_cloog_loop): Remove.
4345 (new_scop, free_scop): Remove SCOP_LOOP2CLOOG_LOOP.
4346 * graphite.h (struct scop): Remove loop2cloog_loop.
4347 (loop_domain_dim, loop_iteration_vector_dim): Remove.
4348
4349 2009-01-30 Tobias Grosser <grosser@fim.uni-passau.de>
4350
4351 * opts.c (decode_options): Only add graphite options to O2
4352 if we compile with graphite enabled.
4353
4354 2009-01-26 Sebastian Pop <sebastian.pop@amd.com>
4355
4356 * Merge from mainline (r143163:143684).
4357
4358 2009-01-26 Sebastian Pop <sebastian.pop@amd.com>
4359
4360 * graphite.c (debug_value): Removed.
4361 * graphite.h (debug_value): Removed.
4362
4363 2009-01-23 Sebastian Pop <sebastian.pop@amd.com>
4364
4365 * passes.c (init_optimization_passes): Do not call pass_copy_prop
4366 after graphite: pass_copy_prop does not maintain a proper loop closed
4367 SSA form. pass_copy_prop should be fixed.
4368
4369 2009-01-23 Sebastian Pop <sebastian.pop@amd.com>
4370
4371 * graphite.c (scop_adjust_phis_for_liveouts): Fix warning.
4372
4373 2009-01-23 Sebastian Pop <sebastian.pop@amd.com>
4374
4375 * graphite.c (graphite_verify): Add a call to verify_loop_closed_ssa.
4376 (gloog): Split the exit of the scop when the scop exit is a loop exit.
4377 (graphite_transform_loops): Only call cleanup_tree_cfg if gloog
4378 changed the CFG.
4379
4380 2009-01-20 Sebastian Pop <sebastian.pop@amd.com>
4381
4382 * graphite.c (gloog): Return true when code gen succeeded.
4383 (graphite_transform_loops): Do not call cleanup_tree_cfg if
4384 the code of the function did not changed. After cleanup_tree_cfg
4385 call rewrite_into_loop_closed_ssa to maintain the loop closed ssa
4386 form.
4387
4388 2009-01-19 Sebastian Pop <sebastian.pop@amd.com>
4389
4390 * graphite.c (stmt_simple_for_scop_p): Also handle cases when
4391 gimple_call_lhs is NULL.
4392
4393 2009-01-16 Sebastian Pop <sebastian.pop@amd.com>
4394 Tobias Grosser <tobi.grosser@amd.com>
4395
4396 * graphite.c (graphite_trans_scop_block): Do not block single
4397 nested loops.
4398
4399 2009-01-15 Sebastian Pop <sebastian.pop@amd.com>
4400 Tobias Grosser <tobi.grosser@amd.com>
4401
4402 * graphite.c (build_scop_canonical_schedules): Start schedules at
4403 zero.
4404
4405 2009-01-15 Sebastian Pop <sebastian.pop@amd.com>
4406 Tobias Grosser <tobi.grosser@amd.com>
4407
4408 * graphite.c (compare_prefix_loops): New.
4409 (build_scop_canonical_schedules): Rewritten.
4410 (graphite_transform_loops): Move build_scop_canonical_schedules
4411 after build_scop_iteration_domain.
4412
4413 2009-01-14 Sebastian Pop <sebastian.pop@amd.com>
4414 Tobias Grosser <tobi.grosser@amd.com>
4415
4416 * graphite.c (add_conditions_to_domain): Add the loops to
4417 the dimension of the iteration domain. Do copy the domain
4418 only when it exists.
4419 (build_scop_conditions_1): Do not call add_conditions_to_domain.
4420 (add_conditions_to_constraints): New.
4421 (can_generate_code_stmt, can_generate_code): Removed.
4422 (gloog): Do not call can_generate_code.
4423 (graphite_transform_loops): Call add_conditions_to_constraints
4424 after building the iteration domain.
4425
4426 2009-01-14 Sebastian Pop <sebastian.pop@amd.com>
4427 Tobias Grosser <tobi.grosser@amd.com>
4428 Jan Sjodin <jan.sjodin@amd.com>
4429
4430 * graphite.c (scan_tree_for_params): On substractions negate
4431 all the coefficients of the term.
4432 (clast_to_gcc_expression_red): New. Handle reduction expressions
4433 of more than two operands.
4434 (clast_to_gcc_expression): Call clast_to_gcc_expression_red.
4435 (get_vdef_before_scop): Handle also the case of default definitions.
4436
4437 2009-01-14 Sebastian Pop <sebastian.pop@amd.com>
4438
4439 PR middle-end/38431
4440 * graphite.c (get_vdef_before_scop, scop_adjust_vphi): New.
4441 (scop_adjust_phis_for_liveouts): Call scop_adjust_vphi.
4442 (gloog): Do not call cleanup_tree_cfg.
4443 (graphite_transform_loops): Call cleanup_tree_cfg after all
4444 scops have been code generated.
4445
4446 2009-01-13 Sebastian Pop <sebastian.pop@amd.com>
4447
4448 * passes.c (init_optimization_passes): Schedule after
4449 graphite transforms pass_copy_prop, pass_dce_loop and pass_lim.
4450
4451 2009-01-13 Sebastian Pop <sebastian.pop@amd.com>
4452
4453 * graphite.c (expand_scalar_variables_stmt): Do not pass loop_p.
4454 Fix comment.
4455 (expand_scalar_variables_ssa_name): Do not pass loop_p. Fix comment.
4456 Set the type of an expression to the type of its assign statement.
4457 (expand_scalar_variables_expr): Do not pass loop_p.
4458 Fix comment. Stop recursion on tcc_constant or tcc_declaration.
4459 (copy_bb_and_scalar_dependences): Do not pass loop_p.
4460 (translate_clast): Update call to copy_bb_and_scalar_dependences.
4461
4462 2009-01-11 Sebastian Pop <sebastian.pop@amd.com>
4463
4464 * graphite.c (expand_scalar_variables_ssa_name): Set the type of
4465 an expression to the gimple_expr_type of its assign statement.
4466 (expand_scalar_variables_expr): Stop recursion on tcc_constant
4467 or tcc_declaration.
4468
4469 2009-01-11 Sebastian Pop <sebastian.pop@amd.com>
4470
4471 PR tree-optimization/38786
4472 * gcc.dg/graphite/pr38786.c: New.
4473 * graphite.c (expand_scalar_variables_ssa_name): New, outlined from
4474 the SSA_NAME case of expand_scalar_variables_expr.
4475 (expand_scalar_variables_expr): Also gather the scalar computation
4476 used to index the memory access.
4477 (expand_scalar_variables_stmt): Pass to expand_scalar_variables_expr
4478 the gimple_stmt_iterator where it inserts new code.
4479
4480 2009-01-10 Sebastian Pop <sebastian.pop@amd.com>
4481
4482 * gcc.dg/graphite/block-3.c: Fix compile error on 32bit.
4483
4484 2009-01-10 Sebastian Pop <sebastian.pop@amd.com>
4485
4486 * opts.c (decode_options): Enable flag_graphite_identity and
4487 flag_loop_block in -O2 and above.
4488
4489 2009-01-08 Sebastian Pop <sebastian.pop@amd.com>
4490
4491 * libjava/classpath/lib/gnu/java/awt/peer/gtk/GtkMouseInfoPeer.class:
4492 Fix merge problem: replace with the file from trunk.
4493
4494 2009-01-08 Sebastian Pop <sebastian.pop@amd.com>
4495
4496 * Merge from mainline (r141727:143163).
4497
4498 2009-01-07 Sebastian Pop <sebastian.pop@amd.com>
4499 Jan Sjodin <jan.sjodin@amd.com>
4500
4501 PR tree-optimization/38559
4502 * gcc.dg/graphite/pr38559.c: New.
4503
4504 * graphite.c (debug_value, copy_constraint,
4505 swap_constraint_variables, scale_constraint_variable, ): New.
4506 (get_lower_bound, get_upper_bound): Removed.
4507 (graphite_trans_bb_strip_mine): Clean up this code that works
4508 only for constant number of iterations. Fully copy upper and
4509 lower bound constraints, not only the constant part of them.
4510 * graphite.h (debug_value): Declared.
4511
4512 2009-01-06 Jan Sjodin <jan.sjodin@amd.com>
4513
4514 PR tree-optimization/38492
4515 PR tree-optimization/38498
4516 * tree-check.c (operator_is_linear, scev_is_linear_expression): New.
4517 * tree-chrec.h (scev_is_linear_expression): Declared.
4518 * graphite.c (graphite_cannot_represent_loop_niter): New.
4519 (scopdet_basic_block_info): Call graphite_cannot_represent_loop_niter.
4520 (graphite_loop_normal_form): Use gcc_assert.
4521 (scan_tree_for_params): Use CASE_CONVERT.
4522 (phi_node_is_iv, bb_contains_non_iv_scalar_phi_nodes): New.
4523 (build_scop_conditions_1): Call bb_contains_non_iv_scalar_phi_nodes.
4524 Use gcc_assert. Discard scops that contain unhandled cases.
4525 (build_scop_conditions): Return a boolean status for unhandled cases.
4526 (strip_mine_profitable_p): Print the loop number, not its depth.
4527 (is_interchange_valid): Pass the depth of the loop nest, don't
4528 recompute it wrongly.
4529 (graphite_trans_bb_block): Same.
4530 (graphite_trans_bb_block): Print tentative of loop blocking.
4531 (graphite_trans_scop_block): Do not print that the loop has been
4532 blocked.
4533 (graphite_transform_loops): Do not handle scops that contain condition
4534 scalar phi nodes.
4535
4536 * gcc.dg/graphite/pr38500.c: Fixed warning as committed
4537 in trunk.
4538 * gcc.dg/graphite/block-0.c: Update test.
4539 * gcc.dg/graphite/block-1.c: Same.
4540 * gcc.dg/graphite/block-2.c: Remove xfail and test for
4541 blocking.
4542 * gcc.dg/graphite/block-4.c: Remove test for strip mine.
4543 * gcc.dg/graphite/block-3.c: New.
4544 * gcc.dg/graphite/pr38498.c: New.
4545
4546 2008-12-22 Harsha Jagasia <harsha.jagasia@amd.com>
4547
4548 PR tree-optimization/38510
4549 * gcc.dg/graphite/pr38510.c: New.
4550 * graphite.c (recompute_all_dominators): Call mark_irreducible_loops.
4551 (translate_clast): Call recompute_all_dominators before
4552 graphite_verify.
4553 (gloog): Call recompute_all_dominators before graphite_verify.
4554
4555 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
4556
4557 PR tree-optimization/38492
4558 * graphite.c (rename_map_elt, debug_rename_elt,
4559 debug_rename_map_1, debug_rename_map, new_rename_map_elt,
4560 rename_map_elt_info, eq_rename_map_elts,
4561 get_new_name_from_old_name, bb_in_sese_p): Moved around.
4562 (sese_find_uses_to_rename_use): Renamed sese_build_livein_liveouts_use.
4563 (sese_find_uses_to_rename_bb): Renamed sese_build_livein_liveouts_bb.
4564 (sese_build_livein_liveouts): New.
4565 (new_sese, free_sese): New.
4566 (new_scop): Call new_sese.
4567 (free_scop): Call free_sese.
4568 (rename_variables_from_edge, rename_phis_end_scop): Removed.
4569 (register_old_new_names): Renamed register_old_and_new_names.
4570 (register_scop_liveout_renames, add_loop_exit_phis,
4571 insert_loop_close_phis, struct igp,
4572 default_liveout_before_guard, add_guard_exit_phis,
4573 insert_guard_phis, copy_renames): New.
4574 (translate_clast): Call insert_loop_close_phis and insert_guard_phis.
4575 (sese_add_exit_phis_edge): Renamed scop_add_exit_phis_edge.
4576 (rewrite_into_sese_closed_ssa): Renamed scop_insert_phis_for_liveouts.
4577 (scop_adjust_phis_for_liveouts): New.
4578 (gloog): Call scop_adjust_phis_for_liveouts.
4579
4580 * graphite.h (struct sese): Documented. Added fields liveout,
4581 num_ver and livein.
4582 (SESE_LIVEOUT, SESE_LIVEIN, SESE_LIVEIN_VER, SESE_NUM_VER): New.
4583 (new_sese, free_sese, sese_build_livein_liveouts): Declared.
4584 (struct scop): Added field liveout_renames.
4585 (SCOP_LIVEOUT_RENAMES): New.
4586
4587 2008-12-11 Sebastian Pop <sebastian.pop@amd.com>
4588
4589 PR tree-optimization/38409
4590 * gcc.dg/graphite/pr38409.c: New.
4591 * graphite.c (nb_reductions_in_loop): Use simple_iv.
4592
4593 2008-12-11 Sebastian Pop <sebastian.pop@amd.com>
4594
4595 * graphite.c (gcc_type_for_cloog_iv): By default return
4596 integer_type_node.
4597 (graphite_create_new_loop): Don't fold_convert the already
4598 fold_convert-ed expression.
4599
4600 2008-12-11 Harsha Jagasia <harsha.jagasia@amd.com>
4601
4602 PR tree-optimization/38446
4603 * gcc.dg/graphite/pr38446.c: New.
4604 * graphite.c (register_bb_in_sese): New.
4605 (bb_in_sese_p): Check if bb belongs to sese region by explicitly
4606 looking at the bbs in the region.
4607 * graphite.h (sese): Add region_basic_blocks pointer set to
4608 structure and initialize at the time of defining new scop.
4609
4610 2008-12-11 Tobias Grosser <grosser@fim.uni-passau.de>
4611
4612 * graphite.c (new_graphite_bb): Initialize GBB_STATIC_SCHEDULE.
4613 (find_params_in_bb): Do not free data refs.
4614 (free_graphite_bb): Add FIXME on disabled free_data_refs.
4615
4616 2008-12-11 Sebastian Pop <sebastian.pop@amd.com>
4617
4618 * gcc.dg/graphite/scop-16.c: Test only scop specific info.
4619 * gcc.dg/graphite/scop-17.c: Same.
4620 * gcc.dg/graphite/block-5.c: New.
4621 * gcc.dg/graphite/block-6.c: New.
4622 * gcc.dg/graphite/pr37485.c: Clean dump file after.
4623 * gcc.dg/graphite/pr37684.c: Same.
4624 * gcc.dg/graphite/block-2.c: Same.
4625
4626 * graphite.c (struct ivtype_map_elt): New.
4627 (debug_ivtype_elt, debug_ivtype_map_1, debug_ivtype_map,
4628 new_ivtype_map_elt, ivtype_map_elt_info, eq_ivtype_map_elts,
4629 gcc_type_for_cloog_iv): New.
4630 (loop_iv_stack_patch_for_consts): Use the type of the induction
4631 variable from the original loop, except for the automatically
4632 generated loops, i.e., in the case of a strip-mined loop, in
4633 which case there is no original loop: in that case just use
4634 integer_type_node.
4635 (new_graphite_bb): Initialize GBB_CLOOG_IV_TYPES.
4636 (free_graphite_bb): Free GBB_CLOOG_IV_TYPES.
4637 (clast_name_to_gcc): Accept params to be NULL.
4638 (clast_to_gcc_expression): Take an extra parameter for the type.
4639 Convert to that type all the expressions built by this function.
4640 (gcc_type_for_clast_expr, gcc_type_for_clast_eq): New.
4641 (graphite_translate_clast_equation): Compute the type of the
4642 clast_equation before translating its LHS and RHS.
4643 (clast_get_body_of_loop, gcc_type_for_iv_of_clast_loop): New.
4644 (graphite_create_new_loop): Compute the type of the induction
4645 variable before translating the lower and upper bounds and before
4646 creating the induction variable.
4647 (rename_variables_from_edge, rename_phis_end_scop): New.
4648 (copy_bb_and_scalar_dependences): Call rename_phis_end_scop.
4649 (sese_add_exit_phis_edge): Do not use integer_zero_node.
4650 (find_cloog_iv_in_expr, compute_cloog_iv_types_1,
4651 compute_cloog_iv_types): New.
4652 (gloog): Call compute_cloog_iv_types before starting the
4653 translation of the clast.
4654
4655 * graphite.h (struct graphite_bb): New field cloog_iv_types.
4656 (GBB_CLOOG_IV_TYPES): New.
4657 (debug_ivtype_map): Declared.
4658 (oldiv_for_loop): New.
4659
4660 2008-12-10 Tobias Grosser <grosser@fim.uni-passau.de>
4661
4662 PR middle-end/38459
4663 * graphite.c (new_scop): Initialize SCOP_ADD_PARAMS.
4664 (param_index): Assert if parameter is not know after parameter
4665 detection.
4666 (find_params_in_bb): Detect params directly in GBB_CONDITIONS.
4667 (find_scop_parameters): Mark, that we have finished parameter
4668 detection.
4669 (graphite_transform_loops): Move condition detection before parameter
4670 detection.
4671 * graphite.h (struct scop): Add SCOP_ADD_PARAMS.
4672 * gfortran.dg/graphite/pr38459.f90: New.
4673
4674 2008-12-09 Tobias Grosser <grosser@fim.uni-passau.de>
4675
4676 * graphite.c (graphite_transform_loops): Always call find_transform ()
4677 in ENABLE_CHECKING. So we test these code paths, even if we do not
4678 generate code.
4679
4680 2008-12-09 Tobias Grosser <grosser@fim.uni-passau.de>
4681
4682 * graphite.c (print_graphite_bb): Fix printing to file != dump_file.
4683 (print_scop): Ditto.
4684
4685 2008-12-08 Tobias Grosser <grosser@fim.uni-passau.de>
4686
4687 PR middle-end/38084
4688 Fix gfortran.dg/graphite/id-3.f90.
4689 * graphite.c (scopdet_basic_block_info): Fix bug that found some
4690 regions more than once.
4691
4692 2008-12-03 Sebastian Pop <sebastian.pop@amd.com>
4693
4694 Fix gfortran.dg/graphite/id-4.f90.
4695 * graphite.c (scan_tree_for_params): Do not compute the multiplicand
4696 when not needed.
4697
4698 2008-12-03 Sebastian Pop <sebastian.pop@amd.com>
4699
4700 Fix gfortran.dg/graphite/id-1.f90.
4701 * graphite.c (gmp_cst_to_tree): Pass the type in parameter.
4702 (loop_iv_stack_patch_for_consts): Update use of gmp_cst_to_tree.
4703 (max_precision_type): New.
4704 (value_clast): Removed.
4705 (clast_to_gcc_expression): Be more careful to types of expressions.
4706 Use max_precision_type and update use of gmp_cst_to_tree.
4707 (graphite_translate_clast_equation): Use max_precision_type.
4708 (graphite_create_guard_cond_expr): Do not use integer_type_node,
4709 use the type of the condition.
4710 (graphite_create_new_loop): Do not use integer_type_node, use the
4711 max_precision_type of lb and ub.
4712
4713 2008-12-03 Sebastian Pop <sebastian.pop@amd.com>
4714
4715 * graphite.c (build_scops_1): Initialize open_scop.exit
4716 and sinfo.last.
4717
4718 2008-12-02 Sebastian Pop <sebastian.pop@amd.com>
4719
4720 * gcc.dg/graphite/pr38084.c: New.
4721 * gfortran.dg/graphite/id-1.f90: New.
4722 * gfortran.dg/graphite/id-2.f90: New.
4723 * gfortran.dg/graphite/id-3.f90: New.
4724 * gfortran.dg/graphite/id-4.f90: New.
4725 * gfortran.dg/graphite/pr37857.f90: New.
4726
4727 2008-12-02 Sebastian Pop <sebastian.pop@amd.com>
4728 Jan Sjodin <jan.sjodin@amd.com>
4729 Harsha Jagasia <harsha.jagasia@amd.com>
4730
4731 PR middle-end/37852
4732 PR middle-end/37883
4733 PR middle-end/37928
4734 PR middle-end/37980
4735 PR middle-end/38038
4736 PR middle-end/38039
4737 PR middle-end/38073
4738 PR middle-end/38083
4739 PR middle-end/38125
4740
4741 * gcc.dg/graphite/pr38073.c: New.
4742 * gcc.dg/graphite/pr37928.c: New.
4743 * gcc.dg/graphite/pr37883.c: New.
4744 * gcc.dg/graphite/pr38125.c: New.
4745 * gfortran.dg/graphite/pr38083.f90: New.
4746 * gfortran.dg/graphite/pr37852.f90: New.
4747 * gfortran.dg/graphite/pr37980.f90: New.
4748
4749 * gcc.dg/graphite/scop-18.c: Remove reduction, test for
4750 the number of detected scops. Copy exact same test for loop
4751 blocking...
4752 * gcc.dg/graphite/block-1.c: Fix the number of expected
4753 loops to be blocked as reductions are not handled.
4754 * gcc.dg/graphite/block-4.c: ...here. New.
4755
4756 * tree-phinodes.c (remove_phi_nodes): New, extracted from...
4757 * tree-cfg.c (remove_phi_nodes_and_edges_for_unreachable_block):
4758 ...here.
4759 * tree-flow.h (remove_phi_nodes, canonicalize_loop_ivs): Declared.
4760 * Makefile.in (graphite.o): Depend on value-prof.h.
4761 (graphite.o-warn): Removed -Wno-error.
4762 * tree-parloops.c (canonicalize_loop_ivs): Allow reduction_list
4763 to be a NULL pointer. Call update_stmt. Return the newly created
4764 cannonical induction variable.
4765
4766 * graphite.h (debug_rename_map): Declared. Fix some comments.
4767
4768 * graphite.c: Reimplement the code generation from graphite to gimple.
4769 Include value-prof.h.
4770 (loop_iv_stack_get_iv): Do not return NULL for constant substitutions.
4771 (get_old_iv_from_ssa_name): Removed.
4772 (graphite_stmt_p): New.
4773 (new_graphite_bb): Test for useful statements before building a
4774 graphite statement for the basic block.
4775 (free_graphite_bb): Do not free GBB_DATA_REFS: this is a bug
4776 in free_data_ref that calls BITMAP_FREE (DR_VOPS (dr)) without
4777 reason.
4778 (recompute_all_dominators, graphite_verify,
4779 nb_reductions_in_loop, graphite_loop_normal_form): New.
4780 (scop_record_loop): Call graphite_loop_normal_form.
4781 (build_scop_loop_nests): Iterate over all the blocks of the
4782 function instead of relying on the incomplete information from
4783 SCOP_BBS. Return the success of the operation.
4784 (find_params_in_bb): Use the data from GBB_DATA_REFS.
4785 (add_bb_domains): Removed.
4786 (build_loop_iteration_domains): Don't call add_bb_domains.
4787 Add the iteration domain only to the basic blocks that have been
4788 translated to graphite.
4789 (build_scop_conditions_1): Add constraints only if the basic
4790 block have been translated to graphite.
4791 (build_scop_data_accesses): Completely disabled until data
4792 dependence is correctly implemented.
4793 (debug_rename_elt, debug_rename_map_1, debug_rename_map): New.
4794 (remove_all_edges_1, remove_all_edges): Removed.
4795 (get_new_name_from_old_name): New.
4796 (graphite_rename_variables_in_stmt): Renamed
4797 rename_variables_in_stmt. Call get_new_name_from_old_name.
4798 Use replace_exp and update_stmt.
4799 (is_old_iv): Renamed is_iv.
4800 (expand_scalar_variables_stmt): Extra parameter for renaming map.
4801 Use replace_exp and update_stmt.
4802 (expand_scalar_variables_expr): Same. Use the map to get the
4803 new names for the renaming of induction variables and for the
4804 renaming of variables after a basic block has been copied.
4805 (expand_scalar_variables): Same.
4806 (graphite_rename_variables): Renamed rename_variables.
4807 (move_phi_nodes): Removed.
4808 (get_false_edge_from_guard_bb): New.
4809 (build_iv_mapping): Do not insert the induction variable of a
4810 loop in the renaming iv map if the basic block does not belong
4811 to that loop.
4812 (register_old_new_names, graphite_copy_stmts_from_block,
4813 copy_bb_and_scalar_dependences): New.
4814 (translate_clast): Heavily reimplemented: copy basic blocks,
4815 do not move them. Finally, in call cleanup_tree_cfg in gloog.
4816 At each translation step call graphite_verify ensuring the
4817 consistency of the SSA, loops and dominators information.
4818 (collect_virtual_phis, find_vdef_for_var_in_bb,
4819 find_vdef_for_var_1, find_vdef_for_var,
4820 patch_phis_for_virtual_defs): Removed huge hack.
4821 (mark_old_loops, remove_dead_loops, skip_phi_defs,
4822 collect_scop_exit_phi_args, patch_scop_exit_phi_args,
4823 gbb_can_be_ignored, scop_remove_ignoreable_gbbs, ): Removed.
4824 (remove_sese_region, ifsese, if_region_entry, if_region_exit,
4825 if_region_get_condition_block, if_region_set_false_region,
4826 create_if_region_on_edge, move_sese_in_condition, bb_in_sese_p,
4827 sese_find_uses_to_rename_use, sese_find_uses_to_rename_bb,
4828 sese_add_exit_phis_edge, sese_add_exit_phis_var,
4829 rewrite_into_sese_closed_ssa): New.
4830 (gloog): Remove dead code. Early return if code cannot be
4831 generated. Call cleanup_tree_cfg once the scop has been code
4832 generated.
4833 (graphite_trans_scop_block, graphite_trans_loop_block): Do not
4834 block loops with less than two loops.
4835 (graphite_apply_transformations): Remove the call to
4836 scop_remove_ignoreable_gbbs.
4837 (limit_scops): When build_scop_loop_nests fails, continue on
4838 the next scop. Fix open_scop.entry.
4839 (graphite_transform_loops): Call recompute_all_dominators: force the
4840 recomputation of correct CDI_DOMINATORS and CDI_POST_DOMINATORS.
4841 Call initialize_original_copy_tables and free_original_copy_tables
4842 to be able to copy basic blocks during code generation.
4843 When build_scop_loop_nests fails, continue on next scop.
4844 (value_clast): New union.
4845 (clast_to_gcc_expression): Fix type cast warning.
4846
4847 2008-11-09 Sebastian Pop <sebastian.pop@amd.com>
4848
4849 * Merge from mainline (r140838:141727).
4850
4851 2008-11-05 Tobias Grosser <grosser@fim.uni-passau.de>
4852
4853 PR middle-end/37833
4854
4855 * graphite.c (scan_tree_for_params): Add POINTER_PLUS_EXPR.
4856
4857 2008-11-05 Tobias Grosser <grosser@fim.uni-passau.de>
4858
4859 PR middle-end/37943
4860
4861 * graphite.c (scopdet_basic_block_info): Fix loops with multiple
4862 exits and conditions.
4863 * gcc.dg/graphite/pr37943.c: New.
4864
4865 2008-10-23 Tobias Grosser <grosser@fim.uni-passau.de>
4866
4867 PR middle-end/37886
4868 * graphite.c (gloog): Replace EXIT_BLOCK_PTR with scop exit.
4869
4870 2008-10-23 Tobias Grosser <grosser@fim.uni-passau.de>
4871
4872 * doc/invoke.texi: Fix spaces.
4873
4874 2008-10-22 Sebastian Pop <sebastian.pop@amd.com>
4875
4876 PR tree-optimization/37891
4877 Reverted last commit.
4878 * graphite.c (create_single_entry_edge): Set
4879 EDGE_IRREDUCIBLE_LOOP and BB_IRREDUCIBLE_LOOP.
4880
4881 2008-10-21 Sebastian Pop <sebastian.pop@amd.com>
4882 Mitul Thakkar <mitul.thakkar@amd.com>
4883
4884 * graphite.c (create_single_entry_edge): Set
4885 EDGE_IRREDUCIBLE_LOOP and BB_IRREDUCIBLE_LOOP.
4886
4887 2008-10-16 Tobias Grosser <grosser@fim.uni-passau.de>
4888
4889 * doc/invoke.texi: Add -fgraphite-identity.
4890 * graphite.c (graphite_apply_transformations): Check for
4891 -fgraphite-identity.
4892 * toplev.c (process_options): Add flag_graphite_identity.
4893 * tree-ssa-loop.c: Add flag_graphite_identity.
4894
4895 2008-10-14 Sebastian Pop <sebastian.pop@amd.com>
4896
4897 Undo changes from 2008-10-02:
4898 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Convert
4899 operand type when copying the operand to a variable of different type.
4900 * cfgloopmanip.c (create_empty_loop_on_edge): Write exit condition
4901 with the IV name after increment.
4902
4903 2008-10-14 Sebastian Pop <sebastian.pop@amd.com>
4904 Harsha Jagasia <harsha.jagasia@amd.com>
4905
4906 PR tree-optimization/37828
4907 * gcc.dg/graphite/pr37828.c: New.
4908 * graphite.c (graphite_trans_loop_block): Do not loop block
4909 single nested loops.
4910
4911 2008-10-09 Harsha Jagasia <harsha.jagasia@amd.com>
4912 Sebastian Pop <sebastian.pop@amd.com>
4913
4914 * graphite.c (struct rename_map_elt, new_rename_map_elt,
4915 rename_map_elt_info, eq_rename_map_elts): New.
4916 (graphite_rename_ivs_stmt): Renamed graphite_rename_variables_in_stmt.
4917 (expand_scalar_variables_expr): Change parameters.
4918 (expand_scalar_variables_stmt): Same.
4919 (expand_scalar_variables): Same.
4920 (graphite_rename_ivs): Rename graphite_rename_variables.
4921 (build_iv_mapping): New.
4922 (translate_clast): Call build_iv_mapping.
4923 * graphite.h (gbb_p): New name.
4924
4925 2008-10-03 Harsha Jagasia <harsha.jagasia@amd.com>
4926
4927 PR tree-optimization/37684
4928 * gcc.dg/graphite/pr37684.c: New.
4929 * graphite.c (exclude_component_ref): New.
4930 (is_simple_operand): Call exclude_component_ref.
4931
4932 2008-10-02 Jan Sjodin <jan.sjodin@amd.com>
4933 Harsha Jagasia <harsha.jagasia@amd.com>
4934
4935 PR tree-optimization/37485
4936 * gcc.dg/graphite/block-2.c: New
4937 * graphite.c (gmp_cst_to_tree): Moved.
4938 (iv_stack_entry_is_constant): New.
4939 (iv_stack_entry_is_iv): New.
4940 (loop_iv_stack_push): Renamed to loop_iv_stack_push_iv.
4941 (loop_iv_stack_insert_constant): New.
4942 (loop_iv_stack_pop): Use new datatpype.
4943 (loop_iv_stack_get_iv): Same.
4944 (loop_iv_stack_get_iv_from_name): Same.
4945 (loop_iv_stack_debug): Renamed to debug_loop_iv_stack.
4946 (loop_iv_stack_patch_for_consts): New.
4947 (loop_iv_stack_remove_constants): New.
4948 (graphite_create_new_loop): Use loop_iv_stack_push_iv.
4949 (translate_clast): Call loop_iv_stack_patch_for_consts and
4950 loop_iv_stack_remove_constants.
4951 (gloog): Use new datatype. Redirect construction edge to end
4952 block to avoid accidental deletion.
4953 * graphite.h (enum iv_stack_entry_kind): New. Tag for data in
4954 iv stack entry.
4955 (union iv_stack_entry_data): New. Data in iv stack entry.
4956 (struct iv_stack_entry): New. Datatype for iv stack entries.
4957
4958 2008-10-02 Sebastian Pop <sebastian.pop@amd.com>
4959
4960 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Convert
4961 operand type when copying the operand to a variable of different type.
4962
4963 2008-10-02 Sebastian Pop <sebastian.pop@amd.com>
4964
4965 * cfgloopmanip.c (create_empty_loop_on_edge): Write exit condition
4966 with the IV name after increment.
4967
4968 2008-10-02 Sebastian Pop <sebastian.pop@amd.com>
4969
4970 * Merge from mainline (r140164:140838).
4971
4972 2008-09-10 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4973
4974 * graphite-data-ref.c: New.
4975 * graphite.c (print_scop): Also dump the dependence graph.
4976 (bb_in_scop_p, loop_in_scop_p, nb_loops_around_gb): Moved...
4977 (new_scop): Initialize SCOP_DEP_GRAPH.
4978 (build_scop_dynamic_schedules): New.
4979 (build_access_matrix_with_af): Fixed column numbering.
4980 (graphite_transform_loops): Call build_scop_dynamic_schedules.
4981 * graphite.h: Add ifndef/define guards against multiple inclusion.
4982 (struct scop): Add dep_graph field.
4983 (SCOP_DEP_GRAPH): Defined.
4984 (ref_nb_loops): Fixed and moved to other position.
4985 (bb_in_scop_p, loop_in_scop_p, nb_loops_around_gb): ... here.
4986 (nb_loops_around_loop_in_scop): New.
4987 (graphite_dump_dependence_graph): Declared.
4988 (graphite_build_rdg_all_levels): Declared.
4989 (graphite_test_dependence): Declared.
4990 * Makefile.in (graphite-data-ref.o): New target.
4991
4992 2008-09-09 Sebastian Pop <sebastian.pop@amd.com>
4993
4994 * Merge from mainline (139870:140164).
4995
4996 2008-09-01 Sebastian Pop <sebastian.pop@amd.com>
4997
4998 * Merge from mainline (138275:139870).
4999 * gcc.dg/graphite/scop-matmult.c: XFailed as one of
5000 the commits from trunk broke the niter detection.
5001
5002 2008-09-01 Sebastian Pop <sebastian.pop@amd.com>
5003
5004 * graphite.c: Add more documentation. Fix formatting.
5005 (debug_loop_vec, debug_oldivs, loop_iv_stack,
5006 loop_iv_stack_debug): Moved...
5007 (schedule_to_scattering): Move before use.
5008 (dot_all_scops): Include in "#if 0" the code for system
5009 call dotty.
5010
5011 * graphite.h: (debug_loop_vec, debug_oldivs, loop_iv_stack,
5012 loop_iv_stack_debug): ...here.
5013
5014 2008-08-29 Jan Sjodin <jan.sjodin@amd.com>
5015
5016 * tree-phinodes.c (make_phi_node): Extern.
5017 (add_phi_node_to_bb): New.
5018 (create_phi_node): Call add_phi_node_to_bb.
5019 * tree-ssa-loop-ivopts.c (get_phi_with_result): New.
5020 (remove_statement): Handle case where stored phi was updated
5021 and is no longer the same.
5022 * graphite.c (is_parameter): New.
5023 (is_old_iv): New.
5024 (expand_scalar_variables_expr): New.
5025 (expand_scalar_variables_stmt): New.
5026 (expand_scalar_variables): New.
5027 (move_phi_nodes): Create new phi instead of moving old one.
5028 (translate_clast): Call expand_scalar_variables.
5029 (find_vdef_for_var_in_bb): Also scan regular definitions.
5030 (skip_phi_defs): New.
5031 (collect_scop_exit_phi_args): New.
5032 (patch_scop_exit_phi_args): New.
5033 (gloog): Patch phis after scop.
5034 * tree-flow.h: (add_phi_node_to_bb): Declared.
5035 (make_phi_node): Declared.
5036
5037 2008-08-26 Sebastian Pop <sebastian.pop@amd.com>
5038
5039 * graphite.c (end_scop): Split the entry of the scop when it
5040 is the header of the loop in which the scop is ending.
5041 (build_scops_1, limit_scops): Update uses of end_scop.
5042
5043 2008-08-26 Sebastian Pop <sebastian.pop@amd.com>
5044
5045 * graphite.c (dot_all_scops_1): Do not fail on uninitialized
5046 SCOP_ENTRY or SCOP_EXIT.
5047
5048 2008-08-25 Sebastian Pop <sebastian.pop@amd.com>
5049
5050 * graphite.c (get_construction_edge): Removed.
5051 (gloog): Construction edge is the scop entry edge.
5052
5053 2008-08-25 Sebastian Pop <sebastian.pop@amd.com>
5054
5055 * graphite.c (can_generate_for_scop): Removed.
5056 (gloog): Do not call it.
5057
5058 2008-08-25 Sebastian Pop <sebastian.pop@amd.com>
5059
5060 * graphite.c (new_scop): Entry of a scop is an edge.
5061 Initialize SESE region.
5062 (free_scop): Free SESE region.
5063 (build_scops_1, scopdet_bb_info): Work on edges, not on bbs.
5064 (split_difficult_bb): New, split from end_scop.
5065 (end_scop): Exit of a scop is an edge.
5066 (build_scop_bbs): Never check CDI_POST_DOMINATORS: this info is
5067 not automatically updated and thus is always wrong.
5068 * graphite.h (struct sese): New.
5069 (SESE_ENTRY): New.
5070 (SESE_EXIT): New.
5071 (struct scop): New field for a SESE region. Remove entry, exit.
5072 (SCOP_ENTRY, SCOP_EXIT): Update definitions to match same
5073 semantics as before. Moved comment around.
5074
5075 2008-08-25 Tobias Grosser <grosser@fim.uni-passau.de>
5076 Sebastian Pop <sebastian.pop@amd.com>
5077
5078 * graphite.c (graphite_transform_loops): Always enable gloog
5079 and find_transform when ENABLE_CHECKING.
5080
5081 2008-08-25 Sebastian Pop <sebastian.pop@amd.com>
5082
5083 * graphite.c (graphite_transform_loops): Move pretty printer
5084 of SCOPs before doing any transform. Remove call to print_scops
5085 and dot_all_scops_1.
5086
5087 2008-08-25 Sebastian Pop <sebastian.pop@amd.com>
5088
5089 * graphite.c (dump_gbb_conditions): Don't try to print NULL pointers.
5090 (print_graphite_bb): Same.
5091
5092 2008-08-25 Sebastian Pop <sebastian.pop@amd.com>
5093
5094 * graphite.c (dot_all_scops_1): Cleanup.
5095 (move_scops): Fix comment.
5096
5097 2008-08-25 Sebastian Pop <sebastian.pop@amd.com>
5098
5099 * graphite.c (build_scop_bbs): Revert commit 139355:
5100
5101 2008-08-20 Sebastian Pop <sebastian.pop@amd.com>
5102 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5103
5104 * graphite.c (build_scop_bbs): Factor up code.
5105
5106 2008-08-25 Tobias Grosser <grosser@fim.uni-passau.de>
5107
5108 * graphite.c (gloog): Update dominator info.
5109
5110 2008-08-25 Tobias Grosser <grosser@fim.uni-passau.de>
5111
5112 * graphite.c (remove_cond_exprs): Do not fail on empty bbs.
5113
5114 2008-08-24 Sebastian Pop <sebastian.pop@amd.com>
5115
5116 * graphite.c (new_graphite_bb): Remove GBB_INDEX_TO_NUM_MAP
5117 initialization.
5118 (free_graphite_bb): Remove GBB_INDEX_TO_NUM_MAP free.
5119 (translate_clast): Correct formatting.
5120 * graphite.h (struct num_map): Removed.
5121 (struct graphite_bb): Remove num_map field.
5122 (GBB_INDEX_TO_NUM_MAP): Removed.
5123
5124 2008-08-24 Sebastian Pop <sebastian.pop@amd.com>
5125
5126 * graphite.c (build_access_matrix_with_af): Fix comments.
5127 (build_scop_data_accesses): Same.
5128
5129 2008-08-24 Sebastian Pop <sebastian.pop@amd.com>
5130
5131 * graphite.c (build_scop_data_accesses): Don't construct
5132 access matrices. Add a FIXME and an assert condition that
5133 should pass when the access matrices will be needed.
5134
5135 2008-08-24 Sebastian Pop <sebastian.pop@amd.com>
5136
5137 * tree-data-ref.c (stmt_simple_memref_p): Don't call
5138 really_constant_p.
5139 * graphite.c (build_graphite_bb): Renamed new_graphite_bb.
5140 Moved close by free_graphite_bb.
5141 (free_graphite_bb): Call free_data_refs. Reset bb->aux.
5142 (new_scop): Move close by free_scop.
5143 (graphite_transform_loops): Avoid linear scan to reset bb->aux.
5144
5145 2008-08-22 Jan Sjodin <jan.sjodin@amd.com>
5146
5147 * cfgloopmanip.c (create_empty_if_region_on_edge): New.
5148 * graphite.c (clast_to_gcc_expression): Call gmp_cst_to_tree
5149 instead of recursive call.
5150 (graphite_translate_clast_equation): New.
5151 (graphite_create_guard_cond_expr): New.
5152 (graphite_create_new_guard): New.
5153 (get_stack_index_from_iv): Removed.
5154 (graphite_rename_ivs_stmt): Use gbb_loop_index.
5155 (get_true_edge_from_guard_bb): New.
5156 (translate_clast): Handle stmt_guard in clast.
5157 (get_construction_edge): Allow construction edge detection for
5158 a scope entry with multiple predecessors if one predecessor is
5159 the immediate dominator of scope entry.
5160 (can_generate_code_stmt): Enable code generation for clast_guard.
5161 (gloog): Use correct context loop. Removed check for post dominators.
5162 * cfgloop.h (create_empty_if_region_on_edge): Declared.
5163
5164 2008-08-21 Sebastian Pop <sebastian.pop@amd.com>
5165
5166 * graphite.c (remove_dead_loops): Document better which
5167 loops are removed.
5168
5169 2008-08-21 Sebastian Pop <sebastian.pop@amd.com>
5170
5171 * Makefile.in: Rename POLYLIBLIBS and POLYLIBINC to PPLLIBS
5172 and PPLINC.
5173 (graphite.o): Also depends on pointer-set.h.
5174
5175 2008-08-21 Sebastian Pop <sebastian.pop@amd.com>
5176
5177 * graphite.c (scop_record_loop): Fix compile warning.
5178
5179 2008-08-21 Harsha Jagasia <harsha.jagasia@amd.com>
5180 Sebastian Pop <sebastian.pop@amd.com>
5181
5182 * graphite.c (scop_record_loop): DECL_NAME can be NULL.
5183
5184 2008-08-21 Sebastian Pop <sebastian.pop@amd.com>
5185
5186 * graphite.c (build_graphite_bb): Initialize bb->aux to
5187 point to the graphite_bb_p.
5188 (graphite_bb_from_bb): Renamed gbb_from_bb; returns the
5189 content of bb->aux.
5190 (add_bb_domains): Does not use the scop parameter.
5191 (graphite_transform_loops): Clean bb->aux at the end.
5192
5193 2008-08-20 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5194 Sebastian Pop <sebastian.pop@amd.com>
5195
5196 * lib/target-supports.exp
5197 (check_effective_target_fgraphite): New.
5198
5199 * gcc.dg/graphite/graphite.exp: Early exit when
5200 check_effective_target_fgraphite returns false.
5201 Set dg-do-what-default to compile.
5202 (scan-graphite-dump-times): Removed.
5203 * gfortran.dg/graphite/graphite.exp: Same.
5204
5205 * gcc.dg/graphite/scop-0.c: Do not use "dg-do compile".
5206 Use scan-tree-dump-times instead of scan-graphite-dump-times.
5207 * gcc.dg/graphite/scop-1.c: Same.
5208 * gcc.dg/graphite/scop-2.c: Same.
5209 * gcc.dg/graphite/scop-3.c: Same.
5210 * gcc.dg/graphite/scop-4.c: Same.
5211 * gcc.dg/graphite/scop-5.c: Same.
5212 * gcc.dg/graphite/scop-6.c: Same.
5213 * gcc.dg/graphite/scop-7.c: Same.
5214 * gcc.dg/graphite/scop-8.c: Same.
5215 * gcc.dg/graphite/scop-9.c: Same.
5216 * gcc.dg/graphite/scop-10.c: Same.
5217 * gcc.dg/graphite/scop-11.c: Same.
5218 * gcc.dg/graphite/scop-12.c: Same.
5219 * gcc.dg/graphite/scop-13.c: Same.
5220 * gcc.dg/graphite/scop-matmult.c: Same.
5221 * gcc.dg/graphite/scop-14.c: Same.
5222 * gcc.dg/graphite/scop-15.c: Same.
5223 * gcc.dg/graphite/block-0.c: Same.
5224 * gcc.dg/graphite/scop-16.c: Same.
5225 * gcc.dg/graphite/block-1.c: Same.
5226 * gcc.dg/graphite/scop-17.c: Same.
5227 * gcc.dg/graphite/scop-18.c: Same.
5228 * gfortran.dg/graphite/block-1.f90: Same.
5229 * gfortran.dg/graphite/scop-1.f: Same.
5230 * gfortran.dg/graphite/block-2.f: Same.
5231
5232 2008-08-20 Sebastian Pop <sebastian.pop@amd.com>
5233
5234 * graphite.c: Fix some XXX comments.
5235 (build_scop_dynamic_schedules): Removed.
5236
5237 2008-08-20 Sebastian Pop <sebastian.pop@amd.com>
5238
5239 * graphite.h (scop_max_loop_depth): Moved...
5240 * graphite.c (scop_max_loop_depth): ...here.
5241 (remove_all_edges_1): New.
5242 (remove_all_edges): Factored code.
5243 (remove_cond_exprs): Check only the last statement for
5244 a GIMPLE_COND expression.
5245
5246 2008-08-20 Sebastian Pop <sebastian.pop@amd.com>
5247
5248 * graphite.c (scan_tree_for_params): Early return when the
5249 expression is a chrec_dont_know. Handle case NEGATE_EXPR.
5250 (find_scop_parameters): Factor out code.
5251 (graphite_trans_bb_strip_mine): Remove dead code.
5252
5253 2008-08-20 Sebastian Pop <sebastian.pop@amd.com>
5254
5255 * graphite.c (clast_to_gcc_expression, graphite_create_new_loop,
5256 graphite_trans_bb_move_loop): Factor asserts.
5257 (gloog): Perform sanity checks only for ENABLE_CHECKING.
5258 Do not call calculate_dominance_info and estimate_bb_frequencies.
5259
5260 2008-08-20 Jan Sjodin <jan.sjodin@amd.com>
5261
5262 * graphite.c (create_loops_mapping, free_loops_mapping,
5263 create_loops_mapping_num, debug_loop_mapping_1,
5264 debug_loop_mapping, graphite_loops_mapping_max_loop_num,
5265 get_loop_mapping_for_num, graphite_loops_mapping_add_child,
5266 graphite_loops_mapping_add_child_num,
5267 graphite_loops_mapping_insert_child,
5268 graphite_loops_mapping_parent, get_loop_mapped_depth_for_num,
5269 get_loop_mapped_depth, split_loop_mapped_depth_for_num,
5270 loop_mapped_depth_split_loop, swap_loop_mapped_depth_for_num,
5271 create_num_from_index, get_num_from_index,
5272 swap_loop_mapped_depth): Removed.
5273 (new_scop): Do not initialize SCOP_LOOPS_MAPPING.
5274 (free_scop): Do not call free_loops_mapping.
5275 (graphite_get_new_iv_stack_index_from_old_iv): Renamed
5276 get_stack_index_from_iv. Use GBB_LOOPS instead of calling
5277 get_loop_mapped_depth.
5278 (graphite_trans_bb_move_loop): Do not update the loop mapping.
5279 (graphite_trans_bb_strip_mine): Same.
5280 * graphite.h (graphite_loops_mapping, graphite_loop_node): Removed.
5281 (struct scop): Remove field loops_mapping.
5282
5283 2008-08-20 Sebastian Pop <sebastian.pop@amd.com>
5284 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5285
5286 * graphite.c (scop_record_loop): Factor out one level of the
5287 condition by early return.
5288 (build_scop_loop_nests): Format following FSF coding style.
5289 (build_scop_dynamic_schedules): Factor out code.
5290 (scopdet_bb_info): Reindent. Default case should not be reachable.
5291
5292 2008-08-20 Sebastian Pop <sebastian.pop@amd.com>
5293 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5294
5295 * graphite.c (loop_affine_expr): Check for DECL_P or struct
5296 assignments that are not handled as simple operands for now.
5297
5298 2008-08-20 Sebastian Pop <sebastian.pop@amd.com>
5299 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5300
5301 * graphite.c (build_scop_bbs): Factor up code.
5302
5303 2008-08-20 Sebastian Pop <sebastian.pop@amd.com>
5304 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5305
5306 * graphite.c (stmt_simple_for_scop_p): Factor code out
5307 of the loop.
5308 (enum gbb_type): New. Group all the GBB_* types under it.
5309 (is_loop_exit): Moved...
5310 (end_scop): Enable BB spliting.
5311 * cfgloop.c (is_loop_exit): ...here. Reimplemented.
5312 * cfgloop.h (is_loop_exit): Declared.
5313
5314 2008-08-20 Sebastian Pop <sebastian.pop@amd.com>
5315
5316 * doc/invoke.texi: Remove strides from examples containing
5317 DO loops when the strides are equal to 1.
5318
5319 2008-08-20 Harsha Jagasia <harsha.jagasia@amd.com>
5320 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5321
5322 * graphite.c (graphite_trans_scop_block): Or the result with
5323 the result from graphite_trans_loop_block.
5324 * gcc.dg/graphite/block-1.c: New.
5325 * gfortran.dg/graphite/block-1.f90: New.
5326 * gfortran.dg/graphite/block-2.f: New.
5327
5328 2008-08-20 Sebastian Pop <sebastian.pop@amd.com>
5329
5330 * graphite.c (graphite_transform_loops): Call cloog_initialize
5331 and cloog_finalize.
5332
5333 2008-08-20 Sebastian Pop <sebastian.pop@amd.com>
5334
5335 * tree-data-ref.c) (stmt_simple_memref_p): New.
5336 * tree-data-ref.h (stmt_simple_memref_p): Declared.
5337 * graphite.c (stmt_simple_memref_for_scop_p): Removed.
5338 (is_simple_operand): Call stmt_simple_memref_p.
5339
5340 * gcc.dg/graphite/scop-matmult.c: Updated for not
5341 using pointer arithmetic, as this is optimized by PRE and
5342 makes the code too difficult to analyze.
5343
5344 * gcc.dg/graphite/scop-18.c: Same.
5345
5346 2008-08-20 Sebastian Pop <sebastian.pop@amd.com>
5347
5348 * gdbinit.in (pgg): New.
5349
5350 2008-08-15 Tobias Grosser <grosser@fim.uni-passau.de>
5351
5352 * graphite.c (graphite_trans_loop_block): Fix warning.
5353
5354 2008-08-15 Tobias Grosser <grosser@fim.uni-passau.de>
5355
5356 * graphite.c (graphite_trans_loop_block): Fix my merge error.
5357
5358 2008-08-15 Tobias Grosser <grosser@fim.uni-passau.de>
5359
5360 * graphite.c (graphite_trans_bb_block): Remove check for
5361 flag_loop_strip_mine, flag_loop_block, flag_loop_interchange.
5362 Check if loop blocking is profitable for every loop, before applying
5363 the changes.
5364 (graphite_apply_transformations): Call graphite_trans_bb_block only,
5365 if flag_loop_block is set.
5366
5367 2008-08-14 Sebastian Pop <sebastian.pop@amd.com>
5368
5369 * graphite.c: Add some more documentation for the loop
5370 mapping.
5371
5372 2008-08-14 Sebastian Pop <sebastian.pop@amd.com>
5373
5374 * Makefile.in (tree-data-ref.o): Remove dependence on graphite.h.
5375 * graphite.c: Format on less than 80 columns.
5376 * graphite.h: Same.
5377
5378 2008-08-14 Sebastian Pop <sebastian.pop@amd.com>
5379
5380 * cfgloopmanip.c (loopify): Use update_dominators_in_loop.
5381
5382 2008-08-14 Sebastian Pop <sebastian.pop@amd.com>
5383
5384 * doc/invoke.texi (floop-block, floop-strip-mine,
5385 floop-interchange): Update documentation with examples.
5386
5387 2008-08-13 Sebastian Pop <sebastian.pop@amd.com>
5388
5389 * cfgloopmanip.c (create_empty_loop_on_edge): Don't call
5390 add_referenced_var.
5391 * graphite.c (graphite_create_new_loop): Call add_referenced_var.
5392
5393 2008-08-13 Sebastian Pop <sebastian.pop@amd.com>
5394
5395 * cfgloopmanip.c (create_empty_loop_on_edge): Improve documentation.
5396 Factor gcc_asserts into a single one. Use force_gimple_operand_gsi.
5397 * tree-scalar-evolution.c: Revert useless changes.
5398 * tree-phinodes.c: Same.
5399 * cfghooks.c: Same.
5400 * vec.h: Same.
5401 * tree-vectorizer.h: Same.
5402 * tree-flow.h: Same.
5403 * tree-cfg.c: Same.
5404 * common.opt (fgraphite): Update documentation.
5405
5406 2008-08-12 Harsha Jagasia <harsha.jagasia@amd.com>
5407
5408 * doc/invoke.texi (-floop-block, -floop-strip-mine,
5409 -floop-interchange): Add more text for explaining what each of these
5410 flags is doing.
5411 * tree-into-ssa.c (gimple_vec): Moved to...
5412 * graphite.c: Include gimple.h.
5413 (gimple_vec): Moved to...
5414 (del_loop_to_cloog_loop): Removed.
5415 (loop_affine_expr): Do not call create_data_ref when the
5416 operand is a constant.
5417 (new_scop): Use free instead of del_loop_to_cloog_loop.
5418 * Makefile.in (graphite.o): Depend on GIMPLE_H.
5419 * gimple.h (gimple_vec): ... here.
5420
5421 2008-08-11 Tobias Grosser <grosser@fim.uni-passau.de>
5422
5423 * graphite.c (scopdet_bb_info): Only allow loops with known number of
5424 latch executions.
5425 (build_loop_iteration_domains): Fail, if latch executions unknown.
5426
5427 2008-08-11 Tobias Grosser <grosser@fim.uni-passau.de>
5428
5429 * graphite.c (add_conditions_to_domain): New.
5430 (build_scop_conditions_1): Call add_conditions_to_domain.
5431 (set_cloog_options): Allow to disable optimizations.
5432
5433 2008-08-11 Tobias Grosser <grosser@fim.uni-passau.de>
5434
5435 * graphite.c (find_params_in_bb): Look for parameters in conditions.
5436 Do not use walk_dominator_tree.
5437 (find_scop_parameters): Do not use walk_dominator_tree.
5438
5439 2008-08-11 Tobias Grosser <grosser@fim.uni-passau.de>
5440
5441 * graphite.c (scan_tree_for_params) Add / Subtract inequality.
5442 (idx_record_params): Adapt.
5443 * graphite.h (scop_gimple_loop_depth): New.
5444
5445 2008-08-11 Tobias Grosser <grosser@fim.uni-passau.de>
5446
5447 * graphite.c (build_scop_dynamic_schedules): Remove value_init.
5448 (scan_tree_for_params): Remove value_init.
5449 (build_scop_context): Remove value_init.
5450 (build_loop_iteration_domains): Remove value_init.
5451 (schedule_to_scattering): Remove value_init.
5452 (graphite_trans_bb_strip_mine): Remove value_init.
5453
5454 2008-08-11 Tobias Grosser <grosser@fim.uni-passau.de>
5455
5456 * gcc/graphite.c (limit_scops): New.
5457 (graphite_transform_loops): Add limit SCoPs.
5458 * gcc.dg/graphite/scop-0.c: Update number of SCoPs.
5459 * gcc.dg/graphite/scop-1.c: Update number of SCoPs.
5460 * gcc.dg/graphite/scop-10.c: Update number of SCoPs.
5461 * gcc.dg/graphite/scop-11.c: Update number of SCoPs.
5462 * gcc.dg/graphite/scop-12.c: Update number of SCoPs.
5463 * gcc.dg/graphite/scop-13.c: Update number of SCoPs.
5464 * gcc.dg/graphite/scop-14.c: Update number of SCoPs.
5465 * gcc.dg/graphite/scop-15.c: Update number of SCoPs.
5466 * gcc.dg/graphite/scop-16.c: Update number of SCoPs.
5467 Change loop numbers.
5468 * gcc.dg/graphite/scop-17.c: Update number of SCoPs.
5469 Change loop numbers.
5470 * gcc.dg/graphite/scop-18.c: Update number of SCoPs.
5471 * gcc.dg/graphite/scop-2.c: Update number of SCoPs.
5472 * gcc.dg/graphite/scop-3.c: Update number of SCoPs.
5473 * gcc.dg/graphite/scop-4.c: Update number of SCoPs.
5474 * gcc.dg/graphite/scop-5.c: Update number of SCoPs.
5475 * gcc.dg/graphite/scop-6.c: Update number of SCoPs.
5476 * gcc.dg/graphite/scop-7.c: Update number of SCoPs.
5477 * gcc.dg/graphite/scop-8.c: Update number of SCoPs.
5478 * gcc.dg/graphite/scop-9.c: Update number of SCoPs.
5479 * gcc.dg/graphite/scop-matmult.c: Update number of SCoPs.
5480
5481 2008-08-11 Tobias Grosser <grosser@fim.uni-passau.de>
5482
5483 * graphite.c (graphite_transform_loops): Call always find_transform.
5484
5485 2008-08-08 Tobias Grosser <grosser@fim.uni-passau.de>
5486
5487 * graphite.c (free_loops_mapping): New.
5488 (stmt_simple_for_scop_p): Fix typo.
5489 (stmt_simple_for_scop_p): Fix tuples functions, that
5490 broke polyhedron.
5491 (free_graphite_bb): Fix some memleaks.
5492 (free_scop): Fix some memleaks.
5493 (scopdet_bb_info): Do not forget some tmp SCoPs.
5494 (find_params_in_bb): Fix some memleaks.
5495 (clast_to_gcc_expression): Fix warning.
5496
5497 2008-08-07 Tobias Grosser <grosser@fim.uni-passau.de>
5498
5499 * gcc.dg/graphite/scop-16.c: Fix for 32bit.
5500 * gcc.dg/graphite/scop-17.c: Fix for 32bit.
5501
5502 2008-08-04 Sebastian Pop <sebastian.pop@amd.com>
5503
5504 * tree-ssa-loop.c (tree-ssa-loop.o): Do not include toplev.h.
5505 Move code ifdef-ed HAVE_cloog...
5506 * graphite.c: Include toplev.h.
5507 ... here.
5508 * Makefile.in (OBJS-common): Always build graphite.o.
5509 (BACKEND): Remove @GRAPHITE@.
5510 (tree-ssa-loop.o): Do not depend on TOPLEV_H.
5511 (graphite.o): Depend on TOPLEV_H.
5512
5513 2008-08-04 Sebastian Pop <sebastian.pop@amd.com>
5514
5515 * Makefile.in (tree-ssa-loop.o): Depend on TOPLEV_H.
5516 Remove typo left from polylib to ppl conversion.
5517 * graphite.c (graphite_transforms): Use sorry instead of fatal.
5518
5519 2008-08-03 Sebastian Pop <sebastian.pop@amd.com>
5520
5521 * toplev.c (process_options): Move the graphite loop optimization
5522 flags...
5523 * tree-ssa-loop.c (graphite_transforms): ... here.
5524 When not configured with CLooG, print to dump_file that
5525 Graphite transforms were not performed.
5526 * gcc.dg/graphite/graphite.exp (scan-graphite-dump-times):
5527 New.
5528 * gcc.dg/graphite/*.c: Updated all testcases to use
5529 scan-graphite-dump-times.
5530
5531 2008-08-03 Sebastian Pop <sebastian.pop@amd.com>
5532
5533 * graphite.c (dot_scop, dot_all_scops): Do not call system.
5534 Do not open /tmp/scop.dot and /tmp/allscops.dot.
5535
5536 2008-08-02 Sebastian Pop <sebastian.pop@amd.com>
5537 Jan Sjodin <jan.sjodin@amd.com>
5538
5539 * configure: Regenerated.
5540 * omp-low.c (expand_omp_sections): Remove now unused code.
5541 * config.in (HAVE_polylib): Removed.
5542 * configure.ac (HAVE_polylib, POLYLIBLIBS, POLYLIBINC): Removed.
5543 (PPLLIBS, PPLINC): Added.
5544 * graphite.c: Replace unsigned with int wherever possible.
5545 Don't access Cloog's data structures, but use accessor functions.
5546 Clast's stmt->type is now implemented as a vtable: change the
5547 switches of stmt->type into ifs.
5548 (polylib/polylibgmp.h): Don't include.
5549 (initialize_dependence_polyhedron,
5550 initialize_data_dependence_polyhedron, is_empty_polyhedron,
5551 statement_precedes_p, test_dependence, build_rdg_all_levels,
5552 dump_dependence_graph): Removed until this code is cleaned up
5553 or ported to Cloog.
5554 * Makefile.in (POLYLIBLIBS): Renamed PPLLIBS.
5555 (POLYLIBINC): Renamed PPLINC.
5556
5557 2008-08-01 Harsha Jagasia <harsha.jagasia@amd.com>
5558 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5559 Jan Sjodin <jan.sjodin@amd.com>
5560
5561 Finish the merge and tuplification of graphite.
5562
5563 2008-07-24 Sebastian Pop <sebastian.pop@amd.com>
5564 Jan Sjodin <jan.sjodin@amd.com>
5565
5566 Partial merge from mainline (138072:138275).
5567 * graphite.c still has to be tuplified.
5568
5569 2008-07-29 Jan Sjodin <jan.sjodin@amd.com>
5570
5571 * graphite.c (graphite_loops_mapping_max_loop_num): New.
5572 (create_num_from_index): New.
5573 (get_num_from_index): Also pass in the graphite BB.
5574 (free_graphite_bb): Free GBB_INDEX_TO_NUM_MAP.
5575 (build_graphite_bb): Initialize GBB_INDEX_TO_NUM_MAP.
5576 (graphite_trans_bb_strip_mine): Call create_num_from_index.
5577 (is_interchange_valid): Return false when failing.
5578 * graphite.h (struct num_map): New.
5579 (struct graphite_bb): New field num_map.
5580 (GBB_LOOPS_MAPPING): Renamed GBB_INDEX_TO_NUM_MAP.
5581
5582 2008-07-29 Tobias Grosser <grosser@fim.uni-passau.de>
5583
5584 * graphite.c (dump_gbb_conditions): Print also conditions like
5585 "if (a)". Remove dublicated code and use print_generic_expr ().
5586 (stmt_simple_for_scop_p): Only allow conditions we can handle
5587 {<, <=, >, >=}.
5588
5589 2008-07-25 Jan Sjodin <jan.sjodin@amd.com>
5590
5591 * graphite.h (struct scop): Removed new_ivs field.
5592 (SCOP_NEWIVS): Deleted.
5593 * graphite.c (new_scop, free_scop, clast_name_to_gcc,
5594 clast_to_gcc_expression, graphite_create_new_loop):
5595 Removed use of new_ivs.
5596
5597 2008-07-25 Jan Sjodin <jan.sjodin@amd.com>
5598
5599 * graphite.c (debug_oldivs, debug_loop_vec, create_loops_mapping,
5600 create_loops_mapping_num, debug_loop_mapping_1): New.
5601 (debug_loop_mapping): Call debug_loop_mapping_1.
5602 (get_loop_mapping_for_num,
5603 graphite_loops_mapping_add_child,
5604 graphite_loops_mapping_add_child_num,
5605 graphite_loops_mapping_insert_child,
5606 graphite_loops_mapping_parent,
5607 split_loop_mapped_depth_for_num,
5608 loop_mapped_depth_split_loop): New.
5609 (increment_loop_mapped_depths): Removed.
5610 (swap_loop_mapped_depth_for_num): Reimplemented.
5611 (new_scop): Call create_loops_mapping.
5612 (scop_record_loop): Call graphite_loops_mapping_insert_child.
5613 (translate_clast): Pass the old loop father in parameter, and pass
5614 it to get_old_iv_from_ssa_name.
5615 (remove_edges_around_useless_blocks, can_generate_code_stmt,
5616 can_generate_code, can_generate_for_scop): New.
5617 (graphite_trans_bb_block): Returns false when it fails to transform.
5618 * graphite.h (graphite_loop_node, graphite_loops_mapping): New.
5619
5620 2008-07-25 Sebastian Pop <sebastian.pop@amd.com>
5621
5622 Reverted all the changes related to the streamization and
5623 loop fusion.
5624 These changes are now tracked in the streamization branch.
5625
5626 2008-07-25 Sebastian Pop <sebastian.pop@amd.com>
5627 Jan Sjodin <jan.sjodin@amd.com>
5628
5629 * graphite.c (gbb_compare): Correctly constify.
5630 (gbb_can_be_ignored): Indent.
5631 (graphite_trans_scop_swap_1and2): Add legality check.
5632 Remove dead FIXMEs.
5633
5634 2008-07-25 Sebastian Pop <sebastian.pop@amd.com>
5635
5636 Remove fallouts from "Reverted the Condate changes".
5637 * tree.h: Remove unused decl.
5638 * gcc.dg/tree-checker: Same.
5639 * timevar.def: Remove counter.
5640
5641 2008-07-24 Sebastian Pop <sebastian.pop@amd.com>
5642
5643 * Merge from mainline (135673:138072).
5644
5645 Reverted the MIRO changes (from 2008-04-05) that are now
5646 tracked in the miro branch.
5647 * tree-bounds.c: Removed.
5648 * tree-bounds.h: Removed.
5649
5650 Reverted the Condate changes (from 2006-07-04, 2007-03-20) that
5651 are now tracked in the condate branch.
5652 * tree-check.c: Removed.
5653 * tree-match.c: Removed.
5654 * condate.y: Removed.
5655
5656 2008-07-24 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5657
5658 * common.opt: New user flag -floop-block, -floop-strip-mine
5659 and -floop-interchange.
5660 * toplev.c (process_options): Enable -fgraphite pass if any one of the
5661 graphite loop optimization flags is turned on.
5662 * graphite.c (graphite_apply_transformations): Add flag_loop_block,
5663 flag_loop_strip_mine and flag_loop_interchange checks before
5664 optimizations.
5665 * doc/invoke.texi: Remove -fgraphite and add -floop-block,
5666 -floop-strip-mine and -floop-interchange.
5667 * gcc.dg/graphite/block-0.c: Add -floop-block and remove
5668 -fgraphite.
5669 * gcc.dg/graphite/scop-16.c: Ditto.
5670 * gcc.dg/graphite/scop-17.c: Ditto.
5671 * gcc.dg/graphite/scop-18.c: Ditto.
5672
5673 2008-07-23 Jan Sjodin <jan.sjodin@amd.com>
5674 Sebastian Pop <sebastian.pop@amd.com>
5675
5676 * cfgloopmanip.c (update_dominators_in_loop): Make it static.
5677 (create_empty_loop_on_edge): More fixes.
5678 * tree-phinodes.c (resize_phi_node): Extern.
5679 (unlink_phi_node, move_phi_node): New split from remove_phi_node.
5680 * cfghooks.c (update_dominator_information): New split from
5681 split_edge.
5682 * tree-vectorizer.c (rename_variables_in_bb): Extern.
5683 * tree-dfa.c (collect_dfa_stats): Start walking the CFG on the
5684 successor of the function entry block.
5685
5686 * graphite.c: Include pointer-set.h.
5687 (debug_loop_mapping, increment_loop_mapped_depths,
5688 get_loop_mapped_depth_for_num, get_loop_mapped_depth,
5689 set_loop_mapped_depth_for_num, set_loop_mapped_depth,
5690 swap_loop_mapped_depth_for_num, get_num_from_index,
5691 swap_loop_mapped_depth, loop_iv_stack_debug,
5692 loop_iv_stack_push, loop_iv_stack_pop, loop_iv_stack_get_iv,
5693 loop_iv_stack_get_iv_from_name, loop_iv_stack_debug,
5694 get_old_iv_from_ssa_name): New.
5695 (new_scop): Initialize SCOP_LOOPS_MAPPING.
5696 (free_scop): Free SCOP_LOOPS_MAPPING.
5697 (scop_record_loop): Record old ivs.
5698 (create_var_name): Removed.
5699 (initialize_cloog_names): Allocate double space in case strip mine
5700 applies to all loops once.
5701 (clast_name_to_gcc): Look up in the map ivstack passed in parameter.
5702 (clast_to_gcc_expression): Same. Implement more clast to gimple
5703 translation.
5704 (graphite_create_new_loop): Pass in ivstack.
5705 (remove_all_edges): Pass in the construction_edge.
5706 (graphite_remove_iv): Removed.
5707 (graphite_rename_ivs, graphite_rename_ivs_stmt,
5708 remove_cond_exprs): Rewritten.
5709 (move_phi_nodes): New.
5710 (disconnect_virtual_phi_nodes, disconnect_cond_expr): Removed.
5711 (translate_clast): Pass in ivstack. Rewrite some cases.
5712 (set_cloog_options, debug_clast_stmt): New.
5713 (find_transform): Use set_cloog_options.
5714 (outermost_loop_layer): Removed.
5715 (get_construction_edge, collect_virtual_phis, find_vdef_for_var_in_bb,
5716 find_vdef_for_var_1, find_vdef_for_var, patch_phis_for_virtual_defs,
5717 mark_old_loops, remove_dead_loops): New.
5718 (gloog): Rewritten.
5719 (graphite_trans_bb_move_loop): Call swap_loop_mapped_depth.
5720 (const_column_index, get_first_matching_sign_row_index,
5721 get_lower_bound_row, get_upper_bound_row, get_lower_bound,
5722 get_upper_bound): New.
5723 (graphite_trans_bb_strip_mine): Also update the iv map.
5724
5725 * graphite.h (graphite_loops_mapping, GBB_LOOPS_MAPPING): New.
5726 (struct name_tree): Add a loop field.
5727 (struct scop): Add a graphite_loops_mapping field.
5728 (SCOP_LOOPS_MAPPING): New.
5729 (debug_clast_stmt): Declare.
5730 * lambda.h (find_induction_var_from_exit_cond): Declare.
5731 (lambda-code.c): (find_induction_var_from_exit_cond): Extern.
5732 * cfgloop.h (update_dominators_in_loop): Removed declaration.
5733 (create_empty_loop_on_edge): Updated.
5734 * tree-flow.h (remove_bb, resize_phi_node, move_phi_node,
5735 rename_variables_in_bb): Declare.
5736 * tree-cfg.c (remove_bb): Extern.
5737
5738 * gcc.dg/graphite/block-0.c: New.
5739
5740 2008-07-21 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5741 Sebastian Pop <sebastian.pop@amd.com>
5742
5743 * graphite.c (strip_mine_profitable_p): New.
5744 (graphite_trans_bb_block): Disable strip mining if not profitable.
5745
5746 * gcc.dg/graphite/scop-18.c: New.
5747 * gcc.dg/graphite/scop-17.c: Fixed.
5748 * gcc.dg/graphite/scop-16.c: Fixed.
5749
5750 2008-07-17 Harsha Jagasia <harsha.jagasia@amd.com>
5751 Jan Sjodin <jan.sjodin@amd.com>
5752 Sebastian Pop <sebastian.pop@amd.com>
5753
5754 * graphite.c (is_interchange_valid): New.
5755 (graphite_trans_bb_block): Check loop nest of basic block for legality
5756 of interchange.
5757
5758 * graphite.h (gbb_inner_most_loop_index, outer_most_loop_1,
5759 outer_most_loop, gbb_outer_most_loop_index): New.
5760
5761 * tree-loop-linear.c (perfect_loop_nest_depth): Remove static.
5762 * tree-flow.h (perfect_loop_nest_depth): Declare as extern.
5763 * gcc.dg/graphite/scop-16.c: New.
5764 * gcc.dg/graphite/scop-17.c: New.
5765
5766 2008-07-11 Tobias Grosser <grosser@fim.uni-passau.de>
5767
5768 * graphite.c (scop_remove_ignoreable_gbbs): Also update bitmap.
5769 (graphite_trans_scop_block): Ignore SCoPs without bbs.
5770
5771 2008-07-11 Tobias Grosser <grosser@fim.uni-passau.de>
5772
5773 * graphite.c (new_scop): Initialize SCOP_EXIT.
5774 (scopdet_info): Add.
5775 (scopdet_bb_info): Rename from is_bb_addable. Cleanup, bugfixes.
5776 (build_scops_1): Cleanup, bugfixes.
5777 (build_scops): Cleanup.
5778
5779 * gcc.dg/graphite/scop-matmult.c: Remove duplicated code.
5780 * gcc.dg/graphite/scop-15.c: Add SCoP numbers.
5781
5782 2008-07-10 Harsha Jagasia <harsha.jagasia@amd.com>
5783
5784 * gfortran.dg/graphite/scop-1.f: Update to reduced test case.
5785
5786 * gfortran.dg/graphite/graphite.exp: Use
5787 DEFAULT_GRAPHITE_FLAGS.
5788
5789 * gcc.dg/graphite/scop-15.c: Update to reduced test case.
5790
5791 2008-07-10 Harsha Jagasia <harsha.jagasia@amd.com>
5792
5793 * graphite.c (scan_tree_for_params): Do not assert any more if
5794 MULT_EXPR parameter is negative.
5795
5796 * gfortran.dg/graphite/scop-1.f: New.
5797
5798 * gfortran.dg/graphite/graphite.exp: New.
5799
5800 * gcc.dg/graphite/scop-15.c: New.
5801
5802 2008-07-10 Harsha Jagasia <harsha.jagasia@amd.com>
5803
5804 * graphite.c (is_bb_addable): Fix segfault in spec gzip and reformat.
5805
5806 2008-07-10 Tobias Grosser <grosser@fim.uni-passau.de>
5807
5808 * graphite.c (graphite_trans_bb_swap_loops): Rename from
5809 graphite_swap_loops.
5810 (graphite_trans_bb_move_loop): New.
5811 (graphite_trans_bb_strip_mine): Rename from graphite_strip_mine_loop.
5812 (graphite_trans_bb_block): New.
5813 (graphite_trans_loop_block): New.
5814 (graphite_trans_scop_swap_1and2): Rename from
5815 graphite_trans_swap_1and2.
5816 (graphite_trans_scop_strip): Rename from graphite_trans_strip.
5817 (graphite_trans_scop_block): New.
5818 (graphite_apply_transformations): Rename from
5819 graphite_transformations.
5820
5821 * gcc.dg/graphite/scop-matmult.c: New.
5822
5823 2008-07-10 Tobias Grosser <grosser@fim.uni-passau.de>
5824
5825 * graphite.c (gbb_compare): New.
5826 (graphite_sort_gbbs): New.
5827 (gbb_can_be_ignored): New.
5828 (scop_remove_ignoreable_gbbs): New.
5829 (graphite_transformations): Cleanup and add
5830 scop_remove_ignoreable_gbbs.
5831 * lambda.h (lambda_vector_compare): New.
5832
5833 2008-07-09 Tobias Grosser <grosser@fim.uni-passau.de>
5834
5835 * graphite.c (print_graphite_bb): Correct printing of static schedule.
5836 (graphite_swap_loops): int -> unsigned
5837 (graphite_strip_mine_loop): int -> unsigned, Fix SCHEDULE
5838 (graphite_transformations): New.
5839 (graphite_transform_loops): Move to graphite_transformations.
5840 * graphite.h (gbb_nb_loops): Return unsigned.
5841
5842 2008-07-04 Tobias Grosser <grosser@fim.uni-passau.de>
5843
5844 * graphite.c (scan_tree_for_params): Fix insertion of parameters into
5845 the domain matrix. This makes scop-0.c work again.
5846
5847 2008-06-20 Richard Guenther <rguenther@suse.de>
5848
5849 * graphite.h: Adjust copyright to GPLv3.
5850 * graphite.c: Likewise.
5851 (stmt_simple_memref_for_scop_p): Split out from ...
5852 (stmt_simple_for_scop_p): ... here. Fix handling of calls
5853 and simplify.
5854 (get_bb_type): Optimize.
5855 (is_pred): Remove.
5856 (is_bb_addable): Fix memleak, replace is_pred call with
5857 single_pred.
5858 (build_scops): Use current_loops.
5859 (param_index): Fix memleak.
5860
5861 2008-06-20 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5862
5863 * graphite.c: Fix formatting.
5864
5865 2008-06-19 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5866
5867 * graphite.c (new_scop): Memory allocation for SCOP_{NEWIVS, OLDIVS}.
5868 (free_scop): Memory deallocation for SCOP_NEWIVS, SCOP_OLDIVS.
5869 (create_var_name, save_var_name): Newly defined functions.
5870 (initialize_cloog_names): Part of the code factored out to
5871 save_var_name.
5872 (clast_to_gcc_expression): Now handles the case of clast_red_sum
5873 in clast_reduction statement.
5874 (graphite_create_new_loop): Now takes a new parameter
5875 for outer_loop.
5876 (translate_clast): Now also takes the context_loop and bb_exit
5877 parameters. Rewritten the code so that it creates a gimple code
5878 inside the given context.
5879 (outermost_loop_layer, graphite_remove_iv, graphite_rename_ivs,
5880 remove_cond_expr, disconnect_cond_expr,
5881 disconnect_virtual_phi_nodes): Newly defined functions.
5882 * graphite.h (struct scop): added old_ivs vector.
5883 SCOP_OLDIVS: New macro.
5884
5885 2008-06-19 Sebastian Pop <sebastian.pop@amd.com>
5886
5887 * cfgloopmanip.c: Add missing function comments, fix formatting.
5888
5889 2008-06-18 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5890
5891 * cfgloopmanip.c (update_dominators_in_loop): Defined.
5892 (create_empty_loop_on_edge): Defined.
5893 * tree-parloops.c (canonicalize_loop_ivs): Returns tree
5894 instead of void.
5895 * cfgloop.h (create_empty_loop_on_edge): Declared as extern.
5896 (update_dominators_in_loop): Declared as extern
5897 * tree-flow.h (canonicalize_loop_ivs): Declared as extern.
5898
5899 2008-06-16 Tobias Grosser <grosser@fim.uni-passau.de>
5900
5901 * graphite.c (print_graphite_bb): Allow changing number of loops
5902 in SCoP domain.
5903 (initialize_cloog_names): Allow changing number of loops.
5904 (build_cloog_prog): Simplify.
5905 (find_transform): Enable cloog option --strides.
5906 (graphite_swap_loops): New.
5907 (graphite_strip_mine_loop): New.
5908 (graphite_trans_swap_1and2): New.
5909 (graphite_trans_strip): New.
5910 (graphite_transform_loops): Add graphite_trans_strip.
5911 * graphite.h (scop_max_loop_depth): New.
5912
5913 2008-06-15 Tobias Grosser <grosser@fim.uni-passau.de>
5914
5915 * graphite.c (build_scop_iteration_domain): Remove forgotten
5916 line. (Fixes compile)
5917
5918 2008-06-15 Tobias Grosser <grosser@fim.uni-passau.de>
5919
5920 * graphite.c (print_graphite_bb): Add output of GBB_LOOPS.
5921 (build_graphite_bb): Add GBB_LOOPS and GBB_DOMAIN and reorder.
5922 (build_bb_loops): New.
5923 (graphite_transform_loops): Add build_bb_loops.
5924 (schedule_to_scattering): Use gbb_nb_loops to support changing loop
5925 numbers.
5926 * graphite.h (graphite_bb): Add loops.
5927 (gbb_nb_loops): New.
5928 (gbb_loop_at_index): New.
5929 (gbb_loop_index): New.
5930 (nb_params_in_scop): Renamed to scop_nb_params. Updated all functions
5931 using nb_params_in_scop.
5932
5933 2008-06-14 Tobias Grosser <grosser@fim.uni-passau.de>
5934
5935 * graphite.c (print_graphite_bb): Adapt to minimized schedule.
5936 (build_scop_canonical_schedules): Build minimized schedule.
5937 (schedule_to_scattering): Adapt to minimized schedule.
5938 * graphite.h (graphite_bb): Add/Update descriptions.
5939
5940 2008-06-14 Adrien Eliche <aeliche@isty.uvsq.fr>
5941 Tobias Grosser <grosser@fim.uni-passau.de>
5942
5943 * graphite.c (print_graphite_bb): Add condition printing.
5944 (dump_value): New.
5945 (dump_gbb_conditions): New.
5946 (build_scop_conditions_1): New.
5947 (build_scop_conditions): New.
5948 * graphite.h (graphite_bb): Add conditions.
5949
5950 2008-06-14 Tobias Grosser <grosser@fim.uni-passau.de>
5951
5952 * graphite.c (print_graphite_bb):
5953 (free_graphite_bb): New.
5954 (free_scop): Free bbs.
5955 (get_bb_type): Free doms.
5956 (build_scop_context): Free context matrix.
5957 (build_loop_iteration_domains): Remove unused code.
5958 (build_cloog_prog): Free scattering function and blocklist.
5959 (find_transform): Free options.
5960
5961 2008-06-13 Tobias Grosser <grosser@fim.uni-passau.de>
5962
5963 * graphite.c (loop_body_to_cloog_stmts): Rename to add_bb_domains.
5964 Remove unnecessery cloog data structures. Make a copy of the domain
5965 (setup_cloog_loop): Rename to build_loop_iteration_domains. Remove
5966 unnecessary cloog data structures. Fix memory leaks. Remove insert
5967 into SCOP_LOOP2CLOOG_LOOP as the inserted CloogLoops will never be
5968 used.
5969 (build_scop_iteration_domain): Remove unnecessary cloog
5970 data structures. Fix memory leaks.
5971 (graphite_transform_loops): Disable build_scop_dynamic_schedules as it
5972 uses SCOP_LOOP2CLOOG_LOOP, that is at the moment not working.
5973
5974 2008-06-12 Tobias Grosser <grosser@fim.uni-passau.de>
5975
5976 * graphite.c (find_scop_params): Remove initialize_cloog_names.
5977
5978 2008-06-12 Tobias Grosser <grosser@fim.uni-passau.de>
5979
5980 * graphite.c (end_scop): Style fix.
5981 (schedule_to_scattering): Style and comment fix.
5982
5983 2008-06-12 Tobias Grosser <grosser@fim.uni-passau.de>
5984 * graphite.c (print_graphite_bb): Fix definiton of
5985 schedule_to_scattering.
5986 (initialize_cloog_names): Change nb_scattdims to max loop
5987 depth in SCoP.
5988 (schedule_to_scattering): Take parameter for number of scattering
5989 dimensions.
5990 (build_cloog_prog): Only build as much scattering dimensions as
5991 necessary.
5992
5993 2008-06-12 Tobias Grosser <grosser@fim.uni-passau.de>
5994
5995 * graphite.c (end_scop): Disable bb splitting. Fixes SIGSEGV
5996 in polyhedron/aermod.f90.
5997
5998 2008-06-11 Tobias Grosser <grosser@fim.uni-passau.de>
5999 Dwarak Rajagopal <dwarak.rajagopal@amd.com>
6000 Harsha Jagasia <harsha.jagasia@amd.com>
6001
6002 * graphite.c (is_bb_addable): Fix segfault.
6003
6004 2008-06-10 Tobias Grosser <grosser@fim.uni-passau.de>
6005
6006 * graphite.c (is_bb_addable): Fix memory leak, handling of loops
6007 with multiple exits and conditional handling in edge cases.
6008 (is_loop_exit): Fix memory leak. (Forgotten in last commit)
6009
6010 * gcc.dg/graphite/scop-14.c: New.
6011
6012 2008-06-06 Tobias Grosser <grosser@fim.uni-passau.de>
6013 Adrien Eliche <aeliche@isty.uvsq.fr>
6014
6015 * graphite.c (is_bb_addable): Add more comments and enhance
6016 readablity of the source code. Fix memory leak.
6017 (is_loop_exit): Fix memory leak.
6018
6019 2008-06-05 Tobias Grosser <grosser@fim.uni-passau.de>
6020
6021 * graphite.c (first_loop_in_scop): Deleted.
6022 (setup_cloog_loop): Only walk the loop chain for inner loops.
6023 (build_scop_iteration_domain): Execute setup_cloog_loop for
6024 all loops in the first layer.
6025
6026 2008-06-05 Tobias Grosser <grosser@fim.uni-passau.de>
6027
6028 * graphite.c (scan_tree_for_params): Change the way params are
6029 added to be indepenent of the number of loops.
6030 (setup_cloog_loop): Revert to short matrix format. Fix parameter
6031 handling.
6032 (build_cloog_prog): Revert to short matrix format.
6033
6034 2008-06-05 Sebastian Pop <sebastian.pop@amd.com>
6035 Dwarak Rajagopal <dwarak.rajagopal@amd.com>
6036
6037 * tree-loop-fusion.c (fuse_loops): Fix uninitialized variable
6038 warning.
6039
6040 2008-06-05 Sebastian Pop <sebastian.pop@amd.com>
6041
6042 * graphite.c (nb_data_refs_in_scop): New.
6043 (graphite_transform_loops): Print more stats: number of
6044 loops, basic blocks and data references per scop.
6045
6046 2008-06-04 Sebastian Pop <sebastian.pop@amd.com>
6047 Jan Sjodin <jan.sjodin@amd.com>
6048
6049 * graphite.c (loop_affine_expr, idx_record_params,
6050 find_scop_parameters, setup_cloog_loop): Use instantiate_scev
6051 instead of instantiate_parameters.
6052
6053 2008-06-04 Tobias Grosser <grosser@fim.uni-passau.de>
6054
6055 * graphite.c (schedule_to_scattering): Fix scattering dimensions,
6056 add support for parameters, add STATIC_SCHEDULE at the right places,
6057 cleanup.
6058
6059 2008-06-04 Tobias Grosser <grosser@fim.uni-passau.de>
6060
6061 * graphite.c (build_scop_loop_nests): Only add the loops, that
6062 are contained completely in the SCoP.
6063 (build_cloog_prog): Disable scattering, until schedule_to_scattering
6064 and the domains are fixed.
6065 (build_scop_canonical_schedules): Add support for bbs not contained
6066 in any SCoP.
6067
6068 2008-06-04 Tobias Grosser <grosser@fim.uni-passau.de>
6069
6070 * graphite.h (scop_contains_loop): Update comments to match
6071 the actual behavior.
6072 (scop_contains_loop): New.
6073 * graphite.c (schedule_to_scattering): Use scop_contains_loop.
6074
6075 2008-06-04 Sebastian Pop <sebastian.pop@amd.com>
6076
6077 * graphite.c (get_bb_type): On function body, i.e. loop_0,
6078 don't mark blocks as GBB_LOOP_SING_EXIT_HEADER, mark them
6079 as GBB_COND_HEADER.
6080
6081 2008-06-04 Sebastian Pop <sebastian.pop@amd.com>
6082 Tobias Grosser <grosser@fim.uni-passau.de>
6083
6084 * graphite.c (graphite_transform_loops): Early return when
6085 there are no loops in the function.
6086
6087 2008-05-31 Sebastian Pop <sebastian.pop@amd.com>
6088 Jan Sjodin <jan.sjodin@amd.com>
6089
6090 * graphite.c (scan_tree_for_params, setup_cloog_loop): Compute the
6091 offset of the last loop.
6092 (setup_cloog_loop): Copy the entire outer constraint matrix.
6093
6094 2008-05-31 Sebastian Pop <sebastian.pop@amd.com>
6095 Jan Sjodin <jan.sjodin@amd.com>
6096
6097 * graphite.c (stmt_in_scop_p, function_parameter_p,
6098 invariant_in_scop_p): Removed.
6099 (scan_tree_for_params): Can be used with no constraint
6100 matrix for gathering parameters.
6101 (idx_record_params): Don't use idx_record_param, instead use
6102 scan_tree_for_params.
6103 (find_scop_parameters): Same.
6104 (setup_cloog_loop, build_scop_iteration_domain, build_cloog_prog):
6105 Fix the size of loop domains.
6106 (schedule_to_scattering): Exit when the outer loop is not in scop.
6107 (find_transform): Enable build_cloog_prog.
6108
6109 2008-05-31 Sebastian Pop <sebastian.pop@amd.com>
6110 Jan Sjodin <jan.sjodin@amd.com>
6111
6112 * graphite.c (schedule_to_scattering): Make scattering domains
6113 uniformly of the same size, as required by CLooG 0.14.0 and before.
6114
6115 2008-05-31 Sebastian Pop <sebastian.pop@amd.com>
6116 Jan Sjodin <jan.sjodin@amd.com>
6117
6118 * graphite.c (schedule_to_scattering): Rewrite, correct the
6119 translation of the scheduling function to scattering.
6120 (build_cloog_prog): Call schedule_to_scattering only once.
6121 * graphite.h (scop_loop_index): Do not fail for loops not
6122 in the scop: return -1.
6123
6124 2008-05-30 Tobias Grosser <grosser@fim.uni-passau.de>
6125
6126 * graphite.c (build_graphite_bb): Initialize GBB_DOMAIN.
6127 (loop_body_to_cloog_stmts): Export GBB_DOMAIN.
6128 (setup_cloog_loop): Export GBB_DOMAIN.
6129 (build_cloog_prog): New. Create new CLOOG_PROG, which should be
6130 able to rebuild the original control flow.
6131 * graphite.h (graphite_bb): Add domain field and access macro.
6132 (GBB_DOMAIN): New.
6133
6134 2008-05-30 Sebastian Pop <sebastian.pop@amd.com>
6135
6136 * graphite.c (debug_gbb): New.
6137 (print_scop, build_graphite_bb): Use SCOP_BBS.
6138 (build_scop_bbs): Reimplemented.
6139 (dfs_bb_in_scop_p): Removed.
6140 (build_scop_loop_nests): Reorder loops inserted in
6141 SCOP_LOOP_NEST: outer loops should come first.
6142 (build_scop_canonical_schedules): Reinitialize at zero
6143 the components of the SCOP_STATIC_SCHEDULE for the loops
6144 that have already been parsed.
6145
6146 * graphite.h (debug_gbb): Declared.
6147
6148 2008-05-30 Sebastian Pop <sebastian.pop@amd.com>
6149 Jan Sjodin <jan.sjodin@amd.com>
6150
6151 * graphite.c (create_empty_loop): Renamed graphite_create_new_loop.
6152 (graphite_loop_to_gcc_loop): Removed.
6153 (remove_all_edges): New.
6154 (graphite_stmt_to_gcc_stmt): Renamed translate_clast.
6155 (gloog): Remove useless code.
6156
6157 2008-05-29 Tobias Grosser <grosser@fim.uni-passau.de>
6158
6159 * graphite.c (get_bb_type): Reworked. We distinguish between
6160 loops with one or multiple exits.
6161 (is_loop_exit): New.
6162 (is_pred): New.
6163 (is_bb_addable): Rework condition handling, now support for case
6164 case statements and loops with multiple exits.
6165
6166 * gcc.dg/graphite/scop-11.c: New.
6167 * gcc.dg/graphite/scop-12.c: New.
6168 * gcc.dg/graphite/scop-13.c: New.
6169
6170 2008-05-29 Tobias Grosser <grosser@fim.uni-passau.de>
6171
6172 * graphite.c (dot_all_scops_1): Fix some colors. Reuse colors, if
6173 we have too many colors.
6174
6175 2008-05-22 Sandeep Maram <smaram_b04@iiita.ac.in>
6176
6177 * doc/invoke.texi (-ftree-loop-fusion): Document.
6178 * tree-pass.h (pass_loop_fusion): Declared.
6179 * tree-loop-fusion.c: New.
6180 * timevar.def (TV_TREE_LOOP_FUSION): Declared.
6181 * tree-data-ref.c (find_data_references_in_loop): Make extern.
6182 * tree-data-ref.h (find_data_references_in_loop): Declared.
6183 * common.opt (ftree-loop-fusion): Declared.
6184 * Makefile.in (tree-loop-fusion.o): Added rule and to OBJS-common.
6185
6186 2008-05-21 Sebastian Pop <sebastian.pop@amd.com>
6187
6188 * graphite.c (build_access_matrix): Fix typo from the merge.
6189
6190 2008-05-20 Sebastian Pop <sebastian.pop@amd.com>
6191
6192 * Merge from mainline (130800:135673).
6193
6194 2008-05-07 Sebastian Pop <sebastian.pop@amd.com>
6195
6196 * graphite.c (end_scop): The exit of the scop is not part of the scop.
6197 Update dominators after splitting.
6198
6199 2008-05-07 Sebastian Pop <sebastian.pop@amd.com>
6200
6201 * graphite.c (is_bb_addable): Return the harmful statement.
6202 Factor up some code.
6203 (end_scop): New. Splits end of scope bbs on a harmful statement.
6204 (build_scops_1): Call end_scop.
6205
6206 2008-05-07 Sebastian Pop <sebastian.pop@amd.com>
6207
6208 * graphite.c: (succs_at_same_depth, end_scop, all_preds_visited_p,
6209 all_succs_visited_p, start_new_scop_for_each_succ, start_new_scop,
6210 add_dominators_to_open_scops, stop_last_open_scop, scop_end_loop,
6211 build_scops_1): Removed.
6212 (build_scops_2): Renamed build_scops_1.
6213
6214 2008-05-06 Sebastian Pop <sebastian.pop@amd.com>
6215
6216 * graphite.c: Fix formatting.
6217
6218 2008-05-06 Tobias Grosser <grosser@fim.uni-passau.de>
6219
6220 * graphite.c (get_bb_type): New.
6221 (move_scops): New.
6222 (build_scops_2): New.
6223 (is_bb_addable): New.
6224 (build_scops): Switch the scop detection.
6225 (build_scop_bbs): Add entry bb to scop.
6226 * graphite.h (struct scop): Update comment.
6227
6228 2008-05-06 Tobias Grosser <grosser@fim.uni-passau.de>
6229
6230 * graphite.c (dot_all_scops_1): Fix some incorrect colors and add
6231 more colors.
6232
6233 2008-05-06 Tobias Grosser <grosser@fim.uni-passau.de>
6234
6235 * gcc.dg/graphite/scop-1.c: Update.
6236 * gcc.dg/graphite/scop-2.c: Update.
6237 * gcc.dg/graphite/scop-4.c: Update.
6238 * gcc.dg/graphite/scop-5.c: Add.
6239 * gcc.dg/graphite/scop-6.c: Add.
6240
6241 2008-05-06 Sebastian Pop <sebastian.pop@amd.com>
6242
6243 * gcc.dg/graphite/scop-0.c: Add.
6244 * gcc.dg/graphite/scop-7.c: Add.
6245 * gcc.dg/graphite/scop-8.c: Add.
6246 * gcc.dg/graphite/scop-9.c: Add.
6247 * gcc.dg/graphite/scop-10.c: Add.
6248
6249 2008-05-06 Tobias Grosser <grosser@fim.uni-passau.de>
6250
6251 * graphite.c (scop_affine_expr): Renamed to loop_affine_expr.
6252 Check affine expressions depending on the outermost loop
6253 instead of a scop.
6254 (stmt_simple_for_scop_p): Same.
6255 (harmfule_stmt_in_scop): Same.
6256
6257 2008-04-28 Tobias Grosser <grosser@fim.uni-passau.de>
6258
6259 * graphite.c (dot_all_scops): Remove incorrect difficult bb coloring,
6260 mark entry and exit, that are not part of the SCoP and update HTML
6261 formatting.
6262
6263 2008-04-25 Sebastian Pop <sebastian.pop@amd.com>
6264
6265 * graphite.c (basic_block_simple_for_scop_p): Renamed
6266 harmful_stmt_in_bb.
6267 (save_scop, preds_at_same_depth, test_for_scop_bound): Removed.
6268 (add_dominators_to_open_scops, build_scops_1): Reimplemented.
6269 (all_preds_visited_p, all_succs_visited_p,
6270 start_new_scop_for_each_succ, start_new_scop, stop_last_open_scop,
6271 scop_end_loop): New.
6272 (build_scops): Do not use dfs_enumerate_from.
6273
6274 * gcc.dg/graphite/scop-{1,2,4}.c: Updated.
6275
6276 2008-04-23 Sebastian Pop <sebastian.pop@amd.com>
6277
6278 * graphite.c: Add comments to functions that are missing a
6279 description.
6280 (graphite_create_iv): Removed. Merged in graphite_loop_to_gcc_loop.
6281
6282 2008-04-23 Sebastian Pop <sebastian.pop@amd.com>
6283
6284 * graphite.c (nb_params_in_scop): Moved...
6285 (graphite_bb_from_bb, loop_body_to_cloog_stmts): New.
6286 (setup_cloog_loop): Call loop_body_to_cloog_stmts.
6287 (clast_to_gcc_expression): Reduce column size to less than 80.
6288 (graphite_create_iv): Return the new name of the IV.
6289 (find_transform): Set options->esp and options->cpp.
6290 (gloog): Comment out the invalidation of the old loop code.
6291 (initialize_dependence_polyhedron): Replace scop_nb_params with
6292 nb_params_in_scop.
6293
6294 * graphite.h (nb_params_in_scop): ... here.
6295 (scop_nb_params): Removed.
6296 (loop_domain_dim): Return something even when the loop was not
6297 found in the hash table: avoid ICEing on all the graphite.exp
6298 testcases.
6299
6300 2008-04-14 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6301
6302 * tree-chrec.c (for_each_scev_op): SCEV can have 3 operands.
6303
6304 * graphite.c (build_scop_dynamic_schedules): Schedule is built
6305 according to nesting level.
6306 (find_scop_parameters): Call instantiate_parameters.
6307 (scan_tree_for_params): Extend it to handle general affine bounds.
6308 Inner loop bound can depend on outer loop induction variable.
6309 (setup_cloog_loop): tmp variable is allocated on stack. Call
6310 instantiate_parameters with respect to outermost_loop_in_scop.
6311 (loop_domain_dim, ref_nb_loops, loop_iteration_vector_dim): moved to
6312 graphite.h.
6313 (create_empty_loop): Function loopify should be given edge
6314 probability, instead of edge frequency. Dominance relation from
6315 switch_bb to loop_header.
6316 (clast_to_gcc_expression): Added handling of clast_reduction node.
6317 (gloog): New functionality for removing old loop.
6318 (test_dependence): Factored out from build_rdg_all_levels.
6319 (build_rdg_all_levels): Dependence testing factored out to
6320 test_dependence function.
6321
6322 * graphite.h (struct graphite_bb): Extended with dynamic_schedule.
6323 (loop_domain_dim, ref_nb_loops, loop_iteration_vector_dim): Moved
6324 from graphite.c
6325
6326 2008-04-07 Sebastian Pop <sebastian.pop@amd.com>
6327
6328 * graphite.c (free_scop, param_index, initialize_cloog_names,
6329 nb_params_in_scop): Use name_tree map instead of just a tree
6330 for keeping track of the variable name associated to that tree.
6331 (create_empty_loop, gmp_cst_to_tree, clast_name_to_gcc,
6332 clast_to_gcc_expression, graphite_create_iv,
6333 graphite_loop_to_gcc_loop, graphite_cond_to_gcc_cond,
6334 graphite_stmt_to_gcc_stmt): New.
6335 (gloog): Call these.
6336 * graphite.h (struct name_tree): New.
6337 (struct scop): Use name_tree instead of tree for params.
6338 Store a vector of name_tree for new_ivs.
6339 (SCOP_NEWIVS): New.
6340 (scop_nb_params): Use name_tree instead of tree.
6341
6342 2008-04-05 Alexander Lamaison <awl03@doc.ic.ac.uk>
6343 Sebastian Pop <sebastian.pop@amd.com>
6344
6345 * tree-bounds.c: New.
6346 * tree-bounds.h: New.
6347 * tree-pass.h: Declare pass_bounds_early and pass_bounds_late.
6348 * passes.c: Schedule pass_bounds_early, pass_bounds_late.
6349 * builtins.c (expand_builtin_alloca): Add flag_bounds as for
6350 flag_mudflap.
6351 * gcc.c: Same.
6352 * toplev.c: Same.
6353 * c-cppbuiltin.c: Same.
6354 * c-pragma.c: Same.
6355 * common.opt: Same.
6356 * varasm.c: Same.
6357 * tree-outof-ssa.c: Same.
6358 * c-common.c: Same.
6359 * Makefile.in: Same.
6360
6361 2008-03-15 Antoniu Pop <antoniu.pop@gmail.com>
6362 Sebastian Pop <sebastian.pop@amd.com>
6363
6364 * tree-loop-distribution.c (remaining_stmts,
6365 upstream_mem_writes): Removed static variables.
6366 (copy_loop_before, create_bb_after_loop,
6367 mark_nodes_having_upstream_mem_writes, free_rdg_components,
6368 rdg_build_components, rdg_build_partitions,
6369 dump_rdg_partitions): Extern.
6370 (generate_loops_for_partition, generate_code_for_partition): Do not
6371 return a bool.
6372 (already_processed_vertex_p, predecessor_has_mem_write,
6373 mark_nodes_having_upstream_mem_writes, has_upstream_mem_writes,
6374 rdg_flag_all_uses, rdg_flag_uses, rdg_flag_vertex_and_dependent,
6375 rdg_flag_loop_exits, rdg_flag_similar_memory_accesses,
6376 build_rdg_partition_for_component, rdg_build_partitions, ldist_gen):
6377 Pass remaining_stmts and upstream_mem_writes as parameters.
6378 (rdg_component): Moved...
6379 (build_rdg_partition_for_component): Do not aggregate components when
6380 flag_streamize_loops is set.
6381 (gen_sequential_loops): New.
6382 (ldist_gen): Call gen_sequential_loops.
6383
6384 * tree-pass.h (pass_loop_streamization): Declared.
6385
6386 * omp-low.c (expand_omp_sections): Call add_bb_to_loop on created
6387 basic blocks when loops structures exist.
6388
6389 * builtin-types.def (BT_FN_VOID_PTR_PTR_INT): New.
6390
6391 * tree-ssa-loop-ivopts.c (expr_invariant_in_region_p): New.
6392
6393 * tree-parloops.c (take_address_of, eliminate_local_variables_1,
6394 eliminate_local_variables_stmt, eliminate_local_variables,
6395 separate_decls_in_loop_name, separate_decls_in_loop_stmt,
6396 separate_decls_in_loop, gen_parallel_loop): Make them work on a region
6397 of code delimited by two edges in the CFG.
6398 (separate_decls_in_loop_name): Renamed separate_decls_in_region_name.
6399 (separate_decls_in_loop_stmt): Renamed separate_decls_in_region_stmt.
6400 (separate_decls_in_loop): Renamed separate_decls_in_region. Isolate
6401 the case of parallelisation of reductions.
6402 (create_loop_fn): Extern.
6403 (create_omp_parallel_region): New.
6404
6405 * tree-data-ref.c (dump_data_dependence_relation): Don't call
6406 dump_data_reference for printing dra and drb.
6407 (create_rdg_edge_for_ddr, create_rdg_edges_for_scalar): Initialise
6408 RDGE_RELATION.
6409 (build_rdg): Don't call free_dependence_relations for the moment, as
6410 we attach dependence relations on each edge of the RDG.
6411 To be fixed later.
6412
6413 * tree-data-ref.h (rdg_component): ...here.
6414 (struct rdg_edge): New field ddr_p relation.
6415 (RDGE_RELATION): New.
6416 (create_bb_after_loop, copy_loop_before,
6417 mark_nodes_having_upstream_mem_writes, rdg_build_components,
6418 rdg_build_partitions, dump_rdg_partitions,
6419 free_rdg_components): Declared.
6420
6421 * omp-builtins.def (BUILT_IN_GOMP_STREAM_ALIGN_PUSH,
6422 BUILT_IN_GOMP_STREAM_ALIGN_POP): New.
6423
6424 * tree-loop-streamization.c: New.
6425
6426 * tree-flow.h (gather_blocks_in_sese_region, create_loop_fn,
6427 create_omp_parallel_region, expr_invariant_in_region_p): Declared.
6428
6429 * Makefile.in (tree-loop-streamization.o): Added to OBJS-common.
6430
6431 * tree-cfg.c (gather_blocks_in_sese_region): Extern.
6432
6433 * passes.c: Schedule pass_loop_streamization.
6434
6435 2008-03-08 Tobias Grosser <grosser@fmi.uni-passau.de>
6436
6437 * graphite.c (dot_all_scops_1): Fix formatting for difficult bbs and
6438 update comment.
6439
6440 2008-03-07 Tobias Grosser <grosser@fim.uni-passau.de>
6441
6442 * graphite.c (dot_all_scops): Update formatting.
6443 Bbs can now be part of more than one SCoP.
6444
6445 2008-03-04 Sebastian Pop <sebastian.pop@amd.com>
6446
6447 * graphite.c (new_loop_to_cloog_loop_str, setup_cloog_loop): Fix
6448 malloc problems.
6449 (loop_domain_dim): Check for unregistered toplev SCOP loop.
6450 * graphite.h (loop_to_cloog_loop): New.
6451
6452 2008-03-04 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6453
6454 * graphite.c (loop_domain_dim, ref_nb_loops,
6455 loop_iteration_vector_dim): New.
6456 (build_access_matrix_with_af, build_access_matrix,
6457 initialize_dependence_polyhedron): Fixed for new matrix layout.
6458 No longer assume that all iteration domains are of the same
6459 dimensionality.
6460
6461 2008-03-02 Sebastian Pop <sebastian.pop@amd.com>
6462
6463 * tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME
6464 defined in a loop at depth 0 is invariant.
6465 * tree-chrec.c (evolution_function_is_invariant_rec_p): Ditto.
6466 * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Should never
6467 be called at loop depth 0.
6468
6469 * graphite.c (basic_block_simple_for_scop_p): Take the scop as
6470 a parameter.
6471 (dot_all_scops_1): Update use of basic_block_simple_for_scop_p.
6472 (down_open_scop): Removed.
6473 (loop_in_scop_p): Redefined.
6474 (scop_affine_expr): New argument: scop.
6475 (stmt_simple_for_scop_p): New argument: scop. RETURN_EXPR is not
6476 a harmful statement ending a scop.
6477 (basic_block_simple_for_scop_p): New argument: scop.
6478 (get_loop_start): Removed.
6479 (new_scop): Initialize SCOP_LOOPS.
6480 (free_scop): Free SCOP_LOOPS.
6481 (succs_at_same_depth, preds_at_same_depth): New.
6482 (end_scop): Test the validity of a scop.
6483 (add_dominators_to_open_scops): New.
6484 (test_for_scop_bound): Call add_dominators_to_open_scops.
6485 Add cases for opening and closing multiple scops.
6486 (build_scops, build_scop_bbs): Iterate over basic blocks in
6487 depth first order.
6488 (build_graphite_bb): Pass scop directly.
6489 (dfs_bb_in_scop_p): New.
6490 (scop_record_loop): Use SCOP_LOOPS for not recording the same loop
6491 several times.
6492 (nb_loops_around_gb): Use loop_in_scop_p.
6493 (schedule_to_scattering): Disabled for the moment the code computing
6494 the "textual order for outer loop".
6495
6496 * graphite.h (struct scop): New field loops.
6497 (SCOP_LOOPS): New.
6498 (scop_loop_index): Test that the given loop belongs to SCOP_LOOPS.
6499
6500 * gcc.dg/graphite/scop-{1,...,7}.c: Updated.
6501
6502 2008-02-27 Antoniu Pop <antoniu.pop@gmail.com>
6503 Sebastian Pop <sebastian.pop@amd.com>
6504
6505 * builtin-types.def (BT_FN_PTR_SIZE_UINT, BT_FN_BOOL_PTR): New.
6506 * common.opt (fstreamize-loops): New.
6507 * omp-builtins.def (BUILT_IN_GOMP_STREAM_CREATE,
6508 BUILT_IN_GOMP_STREAM_PUSH, BUILT_IN_GOMP_STREAM_HEAD,
6509 BUILT_IN_GOMP_STREAM_POP, BUILT_IN_GOMP_STREAM_EOS_P,
6510 BUILT_IN_GOMP_STREAM_SET_EOS, BUILT_IN_GOMP_STREAM_DESTROY): New.
6511
6512 2008-02-22 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6513
6514 * tree-data-ref.c (build_empty_rdg): New.
6515 (build_rdg): Use it.
6516 * tree-data-ref.h (build_empty_rdg): Declared.
6517 * graphite.c (free_scop): Free SCOP_LOOP2CLOOG_LOOP.
6518 (find_vertex_for_stmt): Removed.
6519 (build_rdg_all_levels): Use build_empty_rdg and rdg_vertex_for_stmt.
6520
6521 2008-02-21 Sebastian Pop <sebastian.pop@amd.com>
6522
6523 * tree-loop-distribution.c (generate_builtin): After cancelling the
6524 loop tree, also delete basic blocks.
6525 (rdg_flag_uses): Stop recursion when a vertex has already been
6526 processed.
6527
6528 2008-02-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6529
6530 * graphite.c (build_scop_alpha): Removed.
6531 (graphite_transform_loops): Add a dummy call to build_all_rdg_levels
6532 and dump_dependence_graph to avoid compiler warnings.
6533
6534 2008-02-14 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6535
6536 * tree-data-ref.c (dr_may_alias_p, create_rdg_vertices): Extern.
6537 * tree-data-ref.h (dr_may_alias_p, create_rdg_vertices): Declared.
6538 * graphite.c (new_loop_to_cloog_loop_str, hash_loop_to_cloog_loop,
6539 eq_loop_to_cloog_loop, del_loop_to_cloog_loop): New.
6540 (new_scop, setup_cloog_loop): Initialize SCOP_LOOP2CLOOG_LOOP.
6541 (initialize_dependence_polyhedron, find_vertex_for_stmt,
6542 initialize_data_dependence_polyhedron, is_empty_polyhedron,
6543 statement_precedes_p, build_rdg_all_levels, build_scop_alpha,
6544 dump_dependence_graph): New.
6545 * graphite.h (struct graphite_bb): New field compressed_alpha_matrix.
6546 (GBB_ALPHA): New.
6547 (struct scop): New field loop2cloog_loop.
6548 (SCOP_LOOP2CLOOG_LOOP, struct data_dependence_polyhedron,
6549 RDGE_DDP, ddp_p, struct loop_to_cloog_loop_str): New.
6550
6551 2008-02-10 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6552
6553 * graphite.c (build_graphite_bb): Fix initialization
6554 of the graphite basic block.
6555
6556 2008-02-05 Sebastian Pop <sebastian.pop@amd.com>
6557
6558 * graphite.c (scan_tree_for_params): Rewrite for the new layout of
6559 loop domain matrix. Pass in the number of loops contained in the
6560 constraint matrix.
6561 (nb_loops_around_gb): Moved before setup_cloog_loop that uses it.
6562 (setup_cloog_loop): Rewrite for the new layout of loop domain matrix:
6563 loops that are not surrounding the current loop are not represented
6564 in the domain constraint matrix.
6565 (build_scop_iteration_domain): Initial domain constraint matrix
6566 contains only the eq/ineq, cst, and scop parameters columns.
6567
6568 2008-01-29 Tobias Grosser <grosser@fim.uni-passau.de>
6569
6570 * graphite.c (schedule_to_scattering, nb_loops_around_gb): New.
6571 (print_graphite_bb): Print scattering.
6572
6573 2008-01-29 Tobias Grosser <grosser@fim.uni-passau.de>
6574
6575 * graphite.c (initialize_cloog_names): Initialize names of
6576 scattering variables.
6577
6578 2009-01-29 Tobias Grosser <grosser@fim.uni-passau.de>
6579
6580 * graphite.c (dot_all_scops_1): Disable debug output while
6581 printing graph.
6582
6583 2008-01-29 Tobias Grosser <grosser@fim.uni-passau.de>
6584
6585 * graphite.c (find_transform): Change cloog output language to C.
6586
6587 2008-01-27 Sebastian Pop <sebastian.pop@amd.com>
6588
6589 * tree-loop-distribution.c (generate_memset_zero,
6590 generate_builtin, generate_code_for_partition,
6591 rdg_flag_all_uses): New.
6592 (rdg_flag_uses): Gather in the same partition the statements defining
6593 the VUSES of the current statement.
6594 (rdg_flag_similar_stores): Renamed rdg_flag_similar_memory_accesses.
6595 Gather in the same partition not only the stores to the same memory
6596 access, but also the reads.
6597 (ldist_generate_loops): Renamed ldist_gen.
6598
6599 2008-01-24 Sebastian Pop <sebastian.pop@amd.com>
6600 Tobias Grosser <grosser@fmi.uni-passau.de>
6601
6602 * graphite.c (setup_cloog_loop): Chain all cloog loops with the
6603 next pointer, don't use the inner pointer.
6604
6605 2008-01-20 Tobias Grosser <grosser@fmi.uni-passau.de>
6606
6607 * graphite.c (dot_all_scops, dot_all_scops_1): New.
6608 (find_transform): Call dot_all_1.
6609 * graphite.h (dot_all_scops): Declared.
6610
6611 2007-12-14 Sebastian Pop <sebastian.pop@amd.com>
6612
6613 * tree-loop-distribution.c: Fix apsi.f ICE.
6614 (create_bb_after_loop): New.
6615 (generate_loops_for_partition): Use it.
6616 * gfortran.dg/ldist-1.f90: New.
6617
6618 * tree-data-ref.c (dot_rdg): Use /tmp/rdg.dot for dotty format.
6619 * graphite.c (dot_scop): Use /tmp/scop.dot for dotty format.
6620
6621 2007-12-13 Tobias Grosser <grosser@fmi.uni-passau.de>
6622
6623 * graphite.c (find_transform): Dump cloog program sent to cloog.
6624
6625 2007-12-13 Tobias Grosser <grosser@fmi.uni-passau.de>
6626
6627 * graphite.c (initialize_cloog_names): Initialize cloog
6628 iterator names.
6629
6630 2007-12-13 Tobias Grosser <grosser@fmi.uni-passau.de>
6631
6632 * graphite.c (build_scop_context): Fix typo, for the matrix
6633 format: insert '0 >= 0' instead of '-1 >= 0'.
6634
6635 2007-12-13 Sebastian Pop <sebastian.pop@amd.com>
6636
6637 * Fix merge problems.
6638
6639 2007-12-13 Sebastian Pop <sebastian.pop@amd.com>
6640
6641 * graphite.c (setup_cloog_loop): Fix typo.
6642
6643 2007-12-12 Sebastian Pop <sebastian.pop@amd.com>
6644
6645 * doc/invoke.texi (-ftree-loop-distribution): Documented.
6646 * tree-loop-distribution.c: Reimplemented.
6647 * tree-pass.h (pass_loop_distribution): New.
6648 * tree-scalar-evolution.c (number_of_iterations_for_all_loops): Use
6649 print_loops.
6650 * graphds.h (struct graph): New field indexes.
6651 * timevar.def (TV_TREE_LOOP_DISTRIBUTION): New.
6652
6653 * tree-vect-analyze.c: Remove declaration of static functions when not
6654 needed.
6655 * tree-vectorizer.c: Same.
6656 (rename_variables_in_loop): Now extern.
6657 (slpeel_tree_duplicate_loop_to_edge_cfg): Renamed
6658 tree_duplicate_loop_to_edge_cfg. Reset PENDING_STMT for edges after
6659 calling redirect_edge_and_branch_force.
6660
6661 * tree-vectorizer.h (tree_duplicate_loop_on_edge): Declared.
6662
6663 * tree-data-ref.c: Don't include tree-chrec.h.
6664 (debug_data_dependence_relations): New.
6665 (dump_data_dependence_relation): Call dump_data_reference on data refs
6666 in the relation.
6667 (same_access_functions): Moved...
6668 (find_vertex_for_stmt): Renamed rdg_vertex_for_stmt.
6669 (dump_rdg_vertex, debug_rdg_vertex, dump_rdg_component,
6670 debug_rdg_component, dump_rdg, debug_rdg, dot_rdg_1, dot_rdg,
6671 struct rdg_vertex_info, ): New.
6672 (create_rdg_edge_for_ddr): Compute the dependence level before looking
6673 at DDR_REVERSED_P.
6674 (create_rdg_vertices): Initialize the htab of graph->indexes.
6675 Initialize RDG_MEM_WRITE_STMT and RDG_MEM_READS_STMT.
6676 (stmts_from_loop): Don't save LABEL_EXPR.
6677 (hash_stmt_vertex_info, eq_stmt_vertex_info,
6678 hash_stmt_vertex_del): New.
6679 (build_rdg): Initialize rdg->indexes.
6680 (free_rdg, stores_from_loop, ref_base_address,
6681 rdg_defs_used_in_other_loops_p, have_similar_memory_accesses,
6682 have_similar_memory_accesses_1, ref_base_address_1,
6683 remove_similar_memory_refs): New.
6684
6685 * tree-data-ref.h: Include tree-chrec.h.
6686 (debug_data_dependence_relations): Declared.
6687 (same_access_functions): ...here. Now static inline.
6688 (ddr_is_anti_dependent, ddrs_have_anti_deps,
6689 ddr_dependence_level): New.
6690 (struct rdg_vertex): New fields has_mem_write, has_mem_reads.
6691 (RDGV_HAS_MEM_WRITE, RDGV_HAS_MEM_READS, RDG_STMT, RDG_MEM_WRITE_STMT,
6692 RDG_MEM_READS_STMT): New.
6693 (dump_rdg_vertex, debug_rdg_vertex, dump_rdg_component,
6694 debug_rdg_component, dump_rdg, debug_rdg, dot_rdg,
6695 rdg_vertex_for_stmt): Declared.
6696 (struct rdg_edge): New field level.
6697 (RDGE_LEVEL, free_rdg): New.
6698 (stores_from_loop, remove_similar_memory_refs,
6699 rdg_defs_used_in_other_loops_p,
6700 have_similar_memory_accesses): Declared.
6701 (rdg_has_similar_memory_accesses): New.
6702
6703 * lambda.h (dependence_level): New.
6704 * common.opt (ftree-loop-distribution): New.
6705 * tree-flow.h (debug_loop_ir): Renamed debug_loops.
6706 (print_loop_ir): Renamed print_loops.
6707 (debug_loop, debug_loop_num, print_loops_bb, mark_virtual_ops_in_bb,
6708 tree_duplicate_loop_to_edge_cfg, rename_variables_in_loop): Declared.
6709 * Makefile.in (TREE_DATA_REF_H): Depends on tree-chrec.h.
6710 (tree-loop-distribution.o): Added.
6711 * tree-cfg.c (mark_virtual_ops_in_region): Use mark_virtual_ops_in_bb.
6712 (mark_virtual_ops_in_bb): New.
6713 (print_loops_bb, debug_loop_num, debug_loop): New.
6714 * passes.c: Scheduled pass_loop_distribution.
6715
6716 2007-12-12 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6717
6718 * graphite.c (scan_tree_for_params): Correct the number of columns
6719 for polylib format.
6720 (nb_flat_iterator): New.
6721 (setup_cloog_loop): Initialize to 1 the first column for inequalities.
6722 (build_scop_iteration_domain): Correct the number of columns for
6723 polylib format.
6724
6725 2007-12-12 Sebastian Pop <sebastian.pop@amd.com>
6726
6727 * Merge from mainline (129697:130800).
6728
6729 2007-10-30 Sebastian Pop <sebastian.pop@amd.com>
6730
6731 * graphite.c (build_graphite_bb): SCoP's basic blocks are post
6732 dominated by SCoP's exit.
6733 (graphite_transform_loops): Compute post dominators.
6734
6735 2007-10-28 Sebastian Pop <sebastian.pop@amd.com>
6736
6737 * Merge from mainline (127169:129697).
6738
6739 2007-10-28 Sebastian Pop <sebastian.pop@amd.com>
6740
6741 * graphite.c (affine_expr): Renamed scop_affine_expr. Use an extra
6742 parameter for the basic block that contains the expression. Use
6743 outermost_loop_in_scop for evolution_function_is_affine_multivariate_p.
6744 (stmt_simple_for_scop_p): Pass to scop_affine_expr the basic block of
6745 the expression.
6746 * graphite.h (gbb_loop): New.
6747 (GBB_LOOP): Removed.
6748
6749 2007-08-03 Sebastian Pop <sebpop@gmail.com>
6750
6751 * Makefile.in: Fix merge problem.
6752
6753 2007-08-03 Sebastian Pop <sebpop@gmail.com>
6754
6755 * Merge from mainline (125309:127169).
6756 * tree-loop-distribution.c: Disabled.
6757
6758 2007-06-05 Sebastian Pop <sebpop@gmail.com>
6759
6760 * Merge from mainline (r123693:125309).
6761
6762 2007-05-30 Sebastian Pop <sebpop@gmail.com>
6763
6764 * tree-loop-distribution.c (correct_modify_expr_p): Renamed
6765 correct_modify_p
6766 (correct_modify_p, check_statements, number_of_lvalue_uses,
6767 number_of_scalar_dependences, create_edges): Use GIMPLE_MODIFY_STMT
6768 instead of MODIFY_EXPR.
6769 (update_edge_with_ddv): Don't pass index_of_edge. Initialize
6770 and push new edges.
6771
6772 2007-05-24 Sebastian Pop <sebpop@gmail.com>
6773
6774 * tree-loop-distribution.c (struct rdg): Replace arrays by
6775 VECs for edges and vertices.
6776 (RDG_NBV, RDG_NBE, RDG_VERTEX, RDG_EDGE): Removed.
6777 (RDGV_NB_PARTITIONS): New.
6778 (PRDG_NBV, PRDG_NBE): Removed.
6779 (build_scc_graph, correct_partitions_p, mark_partitions, build_prdg,
6780 dump_rdg, find_vertex_with_stmt, create_vertices, free_rdg,
6781 number_of_scalar_dependences, create_edges, build_rdg): Use VECs.
6782
6783 2007-05-17 Georges-Andre Silber <silber@cri.ensmp.fr>
6784 Sebastian Pop <sebpop@gmail.com>
6785
6786 * doc/invoke.texi (-ftree-loop-distribution): Document.
6787 * tree-loop-distribution.c: New file.
6788 * tree-pass.h (pass_loop_distribution): Declared.
6789 * timevar.def (TV_TREE_LOOP_DISTRIBUTION): New.
6790 * tree-data-ref.c (initialize_data_dependence_relation): Initialize
6791 and set reversed_p.
6792 * tree-data-ref.h (data_dependence_relation): Add reversed_p.
6793 (DDR_REVERSED_P): New.
6794 * common.opt (-ftree-loop-distribution): New.
6795 * tree-flow.h (distribute_loops): Declared.
6796 * Makefile.in (OBJS-common): Depend on tree-loop-distribution.o.
6797 * passes.c (init_optimization_passes): Schedule loop distribution.
6798
6799 2007-05-12 Sebastian Pop <sebastian.pop@inria.fr>
6800
6801 * graphite.c (print_graphite_bb): Don't call dump_data_references.
6802 (print_scop): Don't print when scop is NULL.
6803 (build_scop_context, find_transform): Don't output to stderr.
6804
6805 2007-05-09 Sebastian Pop <sebastian.pop@inria.fr>
6806
6807 * tree-data-ref.c: Don't include graphite.h.
6808 Comment out the code for printing data reference's scop.
6809 (build_access_matrix_with_af): Moved...
6810 * tree-data-ref.h (build_access_matrix_with_af): Removed declaration.
6811 * graphite.c (build_access_matrix_with_af): ... here. Now static.
6812 (print_graphite_bb): Print basic block's schedule.
6813 (print_scop): Don't print the schedule, call cloog's pretty printer.
6814 (bb_in_scop_p): A basic block is in a scop only if it is both
6815 dominated and postdominated by the scop's entry and exit basic blocks.
6816 (function_parameter_p): New.
6817 (invariant_in_scop_p): Use function_parameter_p.
6818 (new_scop, save_scop): New.
6819 (end_scop, test_for_scop_bound, build_scops): Use new_scop, and
6820 save_scop.
6821 (scan_tree_for_params): Directly build the constraint as CloogMatrix.
6822 (loop_in_scop_p): New.
6823 (scop_record_loop): Use loop_in_scop_p.
6824 (build_scop_domain): Renamed build_scop_iteration_domain.
6825 (setup_cloog_loop, initialize_cloog_names, find_scop_parameters,
6826 nb_params_in_scop, build_scop_context, first_loop_in_scop,
6827 setup_cloog_loop, dot_scop_1, dot_scop): New.
6828 * graphite.h (GBB_LOOP, SCOP_PROG, dot_scop): New.
6829 (struct scop): Add a pointer to cloog's representation of a program.
6830
6831 2007-04-14 Sebastian Pop <sebastian.pop@inria.fr>
6832
6833 * doc/invoke.texi (-ftree-check-verbose): Renamed
6834 -ftree-checks-verbose.
6835 * common.opt (flag_tree_check_verbose): Renamed
6836 flag_tree_checks_verbose.
6837 * tree-check.c (tree_check_warning): Use flag_tree_checks_verbose.
6838
6839 2007-04-14 Sebastian Pop <sebastian.pop@inria.fr>
6840
6841 * configure: Regenerated.
6842 * config.in: Regenerated.
6843 * tree-ssa-loop.c (graphite_transforms): Execute
6844 graphite_transform_loops only when HAVE_cloog.
6845 * configure.ac (HAVE_polylib, HAVE_cloog, GRAPHITE): Defined.
6846 * graphite.c: Include polylibgmp.h and cloog.h.
6847 (graphite_transform_loops): Removed loops parameter.
6848 * tree-flow.h (graphite_transform_loops): Update declaration.
6849 * Makefile.in (POLYLIBLIBS, POLYLIBINC, CLOOGLIBS, CLOOGINC): New.
6850 (LIBS): Depend on CLOOGLIBS and on POLYLIBLIBS.
6851 (INCLUDES): Depend on POLYLIBINC and on CLOOGINC.
6852 (OBJS-common): Remove dependence on graphite.o.
6853 (BACKEND): Depend on @GRAPHITE@.
6854
6855 2007-04-13 Sebastian Pop <sebastian.pop@inria.fr>
6856
6857 * doc/invoke.texi (-ftree-check-verbose): Documented.
6858 * gcc.dg/tree-checker/tree-checks-1.c: New.
6859 * gcc.dg/tree-checker/tree-checks-2.c: New.
6860 * gcc.dg/tree-checker/tree-checks-3.c: New.
6861 * gcc.dg/tree-checker/tree-checks-4.c: New.
6862 * gcc.dg/tree-checker/tree-checks.exp: New.
6863 * gcc.dg/tree-checker/condates.crp: New.
6864 * common.opt (ftree-checks-verbose): New.
6865 * tree-check.c (tree_check_warning): Move extra stderr output
6866 under control of flag_tree_check_verbose.
6867
6868 2007-04-12 Sebastian Pop <sebastian.pop@inria.fr>
6869
6870 * tree-match.c: Fix comments formatting.
6871 * tree-match.h: Fix comments formatting.
6872 * tree-check.c: Fix comments formatting.
6873 (tree_check_init): Restructure.
6874
6875 2007-04-12 Nic Volanschi <nic.volanschi@free.fr>
6876
6877 * doc/invoke.texi (-ftree-check, -ftree-checks): Documented.
6878
6879 2007-04-10 Sebastian Pop <sebastian.pop@inria.fr>
6880
6881 * Merge from mainline (r120733:123693).
6882
6883 2007-03-20 Nic Volanschi <nic.volanschi@free.fr>
6884
6885 * condate.y: New file.
6886 * tree-match.h (struct patt_info_s): New field sign.
6887 (struct condate_s): New field msg.
6888 (normalize_condate, name_condate, add_condate): New.
6889 (conds[], condate_parse): Made extern.
6890 * tree-check.c (tree_check_warning): First arg changed to cond;
6891 warning reformatted.
6892 (tree_check_init): Reset the TREE_VISITED bit on every CFG node.
6893 (tree_scan): New.
6894 (tree_check): Process trivial condates.
6895 (read_delimited_string): Removed.
6896 (print_cond): Print name and msg.
6897 (conds[]): Made extern.
6898 (parse_tree_check_file_once): Rewritten to use the parser in
6899 condate.y.
6900 Processing of option --tree_check_string moved to tree_scan().
6901 * Makefile.in: Added condate.y
6902
6903 2007-03-12 Sebastian Pop <sebastian.pop@inria.fr>
6904
6905 * tree-pretty-print.c (dump_generic_bb_buff, lazy_dump_generic_node):
6906 Use VECs instead of varrays.
6907 * diagnostic.h (lazy_dump_generic_node): Update declaration.
6908 * Makefile.in (pretty-print.o): Depend on vec.h.
6909 * pretty-print.c: Include tree.h and vec.h.
6910 (pp_clear_state, pp_write_list_to_stream, pp_base_format,
6911 pp_base_format, pp_construct, pp_base_string, pp_lazy_mode,
6912 new_tree_chunk, pp_add_tree, pp_add_string, pp_add_char, pp_write_list,
6913 pp_free_list): Use VECs instead of varrays.
6914 * pretty-print.h: Do not include varray.h.
6915 (struct tree_chunk_s): Declaration moved before its use.
6916 (output_buffer): Rename varray field to chunks.
6917 * tree-match.c (tree_equal, chunk_1st_char, chunks_lookahead,
6918 tree_1st_char, match_chunks_pattinfo, match_tree_pattinfo,
6919 save_global_holes): Use VECs instead of varrays.
6920 * tree-match.h: Declare VECs of cfg_node, and hole_p.
6921 * tree-check.c (scan_cfg_stmts, push_node,
6922 print_matching_stmt): Removed.
6923 (tree_check_instance, push_global_holes_if_new, tree_check,
6924 execute_tree_check): Use VECs instead of varrays.
6925 (gate_tree_check): Don't execute the CFG check when basic_block_info
6926 is not available.
6927
6928 2007-01-12 Sebastian Pop <sebastian.pop@inria.fr>
6929
6930 * Merge from mainline (r115016:120733).
6931
6932 2007-01-12 Sebastian Pop <sebastian.pop@inria.fr>
6933
6934 * Merge from mainline (r117632:117661).
6935
6936 2007-01-12 Sebastian Pop <sebastian.pop@inria.fr>
6937
6938 * tree-dump.c (dump_option_value_in): Add TDF_DEBUG.
6939 * tree-pass.h (TDF_DEBUG, debug_p): New.
6940 * tree-scalar-evolution.c (set_scalar_evolution, get_scalar_evolution,
6941 get_scalar_evolution, add_to_evolution, set_nb_iterations_in_loop,
6942 get_loop_exit_condition, analyze_evolution_in_loop,
6943 analyze_initial_condition, analyze_scalar_evolution,
6944 instantiate_parameters, number_of_latch_executions): Use debug_p.
6945 * tree-chrec.c (chrec_apply): Use debug_p.
6946 * tree-data-ref.c: Include graphite.h.
6947 (dump_data_reference): Print also the access matrix.
6948 (analyze_array, analyze_indirect_ref, init_data_ref,
6949 analyze_offset_expr, address_analysis, object_analysis,
6950 create_data_ref, finalize_ddr_dependent,
6951 non_affine_dependence_relation, analyze_ziv_subscript,
6952 analyze_siv_subscript_cst_affine,
6953 compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine,
6954 can_use_analyze_subscript_affine_affine, analyze_siv_subscript,
6955 analyze_miv_subscript, analyze_overlapping_iterations,
6956 build_classic_dist_vector, subscript_dependence_tester,
6957 compute_affine_dependence, analyze_all_data_dependences): Use debug_p.
6958 (build_access_matrix_with_af): No longer static.
6959 * tree-data-ref.h (scop_p): ... declaration here.
6960 (data_reference.scop): New field.
6961 (DR_SCOP, DR_ACCESS_MATRIX): New.
6962 (build_access_matrix_with_af, dr_num_subscripts): Declared.
6963 * graphite.c (print_graphite_bb): Call dump_data_references.
6964 (print_scop): Use scop_nb_loops and scop_dim_domain.
6965 (test_for_scop_bound): Use debug_p.
6966 (scan_tree_for_params): Use scop_nb_loops, scop_nb_loops and
6967 scop_nb_params.
6968 (scop_loop_index): Moved...
6969 (scop_record_loop): New.
6970 (build_scop_loop_nests): Use scop_record_loop.
6971 (build_scop_domain): Use scop_dim_domain.
6972 (build_access_matrix): Implemented.
6973 (build_scop_canonical_schedules): Use scop_nb_loops.
6974 (build_graphite_bb): Initialize GBB_SCOP.
6975 * graphite.h (scop_p): Moved...
6976 (graphite_bb.scop): New field.
6977 (graphite_bb.iteration_domain, GBB_DOMAIN, scop.nb_params,
6978 scop.nb_loops, scop.dim_domain, SCOP_NB_LOOPS, SCOP_NB_PARAMS,
6979 SCOP_DIM_DOMAIN, SCOP_STMTS): Removed.
6980 (scop_nb_params, scop_nb_loops, scop_dim_domain, gbb_dim_domain,
6981 scop_loop_index): New.
6982 * Makefile.in (tree-data-ref.o): Depends on graphite.h.
6983
6984 2007-01-05 Sebastian Pop <sebastian.pop@inria.fr>
6985
6986 * Merge from mainline (r117661:120450).
6987
6988 2006-10-12 Sebastian Pop <sebastian.pop@inria.fr>
6989
6990 * tree-scalar-evolution.c (instantiate_parameters_1): Don't stop
6991 at the first declaration outside the varying loop, instantiate as
6992 far as possible.
6993 * tree-chrec.c (for_each_scev_op): New.
6994 * tree-chrec.h (for_each_scev_op): Declared.
6995 * tree-ssa-loop.c (pass_graphite_trans): Don't dump the function.
6996 * tree-data-ref.c (get_references_in_stmt,
6997 find_data_references_in_stmt): New, from trunk.
6998 (find_data_references_in_loop): Use get_references_in_stmt
6999 and find_data_references_in_loop, modified as in trunk.
7000 (build_access_matrix_with_af): New.
7001 * tree-data-ref.h (data_reference): Add a field access_matrix.
7002 (data_ref_loc): New, as in trunk.
7003 * graphite.c (print_graphite_bb, bb_in_scop_p, stmt_in_scop_p,
7004 invariant_in_scop_p, param_index, scan_tree_for_params,
7005 scop_loop_index, build_scop_loop_nests, build_scop_domain, irp_data,
7006 idx_record_param, idx_record_params, build_access_matrix,
7007 build_scop_data_accesses, build_scop_canonical_schedules,
7008 build_graphite_bb, build_scop_bbs, find_params_in_bb,
7009 build_scop_params): New.
7010 * graphite.h (graphite_bb): New.
7011 (scop): Add fields static_schedule, params, loop_nest,
7012 iteration_domain.
7013 * lambda.h: Declare vecs of lambda_matrix.
7014 * tree-flow.h (print_loop_ir_bb): Declared.
7015 * tree-cfg.c (print_loop_ir_bb): New.
7016 (print_loop): Use print_loop_ir_bb.
7017
7018 2006-10-12 Sebastian Pop <pop@cri.ensmp.fr>
7019
7020 * Merge from mainline (r115016:117632).
7021
7022 2006-10-11 Sebastian Pop <pop@cri.ensmp.fr>
7023
7024 * graphite.c (debug_scops): Adjust definition for avoiding a bootstrap
7025 break due to a warning.
7026
7027 2006-10-10 Sebastian Pop <pop@cri.ensmp.fr>
7028
7029 * graphite.c (print_scops, debug_scops): New.
7030 (graphite_transform): Renamed graphite_find_transform.
7031 * graphite.h (debug_scops): Declared.
7032
7033 2006-08-17 Sebastian Pop <pop@cri.ensmp.fr>
7034
7035 * tree-match.c: Reformat following the GNU style.
7036 * tree-match.h: Reformat following the GNU style.
7037 * tree-pattern.h: Removed empty file.
7038 * Makefile.in: Remove references to tree-pattern.h.
7039 * tree-check.c: Reformat following the GNU style.
7040 (execute_tree_check): Move gate condition code to...
7041 (gate_tree_check): ...here. New function.
7042 (pass_check): Use the gate function.
7043
7044 2006-07-04 Nic Volanschi <nic.volanschi@free.fr>
7045
7046 * tree-pattern.h: New. Tree pattern matching and checking using
7047 concrete syntax.
7048 * tree-check.c: New. Tree/CFG checking pass.
7049 * tree-match.c: New. Library for tree pattern matching.
7050 * opts.c, common.opt: Add options --ftree-check & --ftree-checks.
7051 * toplev.c, flags.h: Add globals for tree-check pass.
7052 * Makefile.in: Integrate the files in tree-check pass.
7053 * timevar.def, tree-optimize.c, tree-pass.h: Register tree-check pass.
7054 * pretty-print.c, pretty-print.h, tree-pretty-print.c, diagnostic.h:
7055 Introduce a "lazy" pretty-print mode.
7056 * tree.c, tree.h: Add tree_name.
7057
7058 2006-07-04 Sebastian Pop <pop@cri.ensmp.fr>
7059
7060 * doc/invoke.texi (-fgraphite): Correct typo.
7061 * tree-scalar-evolution.c (number_of_iterations_for_all_loops): Update
7062 use of print_loop_ir.
7063 * gcc.dg/graphite/scop-1.c: New.
7064 * gcc.dg/graphite/scop-2.c: New.
7065 * gcc.dg/graphite/graphite.exp: New.
7066 * graphite.c: Include domwalk.h.
7067 (print_scop): Print only the entry and exit blocks.
7068 (debug_scop): No longer static.
7069 (affine_expr): Fix formating. Return also true when the expression is
7070 constant.
7071 (stmt_simple_for_scop_p): Fix formating.
7072 (build_scops): Use domwalk.
7073 (get_loop_start, end_scop, test_for_scop_bound): New.
7074 (graphite_transform_loops): Avoid printing on stderr.
7075 * graphite.h (debug_scop): Declared.
7076 * tree-flow.h (debug_loop_ir, print_loop_ir): Update declarations.
7077 * Makefile.in (graphite.o): Depend on domwalk.h.
7078 * tree-cfg.c (print_loop, print_pred_bbs, print_succ_bbs): Remove
7079 declarations for static functions.
7080 (print_loop, print_loop_ir, debug_loop_ir): Use an extra parameter for
7081 controlling output verbosity.
7082
7083 2006-06-26 Sebastian Pop <pop@cri.ensmp.fr>
7084 Plesco Alexandru <shurikx@gmail.com>
7085
7086 * doc/invoke.texi (-fgraphite): Document.
7087 * tree-pass.h (pass_graphite_transforms): Declared.
7088 * timevar.def (TV_GRAPHITE_TRANSFORMS): New.
7089 * tree-ssa-loop.c (graphite_transforms, gate_graphite_transforms): New.
7090 (pass_graphite_transforms): Defined.
7091 * tree-data-ref.c (free_data_ref, data_reference): Extern.
7092 * tree-data-ref.h (free_data_ref, data_reference): Declared.
7093 * graphite.c, graphite.h: New.
7094 * common.opt (fgraphite): Declared.
7095 * tree-flow.h (graphite_transform_loops): Declared.
7096 * Makefile.in (OBJS-common): Add graphite.o.
7097 (graphite.o): New rule.
7098 * passes.c (pass_graphite_transforms): Scheduled.
7099