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