OSDN Git Service

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