Commit 76d5b80a by Uros Bizjak

* ChangeLog: Fix whitespace.

From-SVN: r228279
parent 6ddd7fcd
...@@ -70,7 +70,8 @@ ...@@ -70,7 +70,8 @@
(rewrite_commutative_reductions_out_of_ssa_close_phi): Remove. (rewrite_commutative_reductions_out_of_ssa_close_phi): Remove.
(rewrite_commutative_reductions_out_of_ssa_loop): Remove. (rewrite_commutative_reductions_out_of_ssa_loop): Remove.
(rewrite_commutative_reductions_out_of_ssa): Remove. (rewrite_commutative_reductions_out_of_ssa): Remove.
(build_poly_scop): Remove call to rewrite_commutative_reductions_out_of_ssa. (build_poly_scop): Remove call to
rewrite_commutative_reductions_out_of_ssa.
2015-09-29 Evandro Menezes <e.menezes@samsung.com> 2015-09-29 Evandro Menezes <e.menezes@samsung.com>
...@@ -231,8 +232,7 @@ ...@@ -231,8 +232,7 @@
(mark_exit_edges): Deleted. (mark_exit_edges): Deleted.
(create_sese_edges): Deleted. (create_sese_edges): Deleted.
(build_graphite_scops): Deleted. (build_graphite_scops): Deleted.
(canonicalize_loop_closed_ssa): Recompute all dominators at the (canonicalize_loop_closed_ssa): Recompute all dominators at the end.
end.
(build_scops): Use the new scop_builder to build scops. (build_scops): Use the new scop_builder to build scops.
(dot_all_scops_1): Use the new pretty printer. Print loop father (dot_all_scops_1): Use the new pretty printer. Print loop father
as well. as well.
...@@ -263,8 +263,7 @@ ...@@ -263,8 +263,7 @@
constitute a valid SCoP. constitute a valid SCoP.
(region_has_one_loop): Returns true of a region has only one loop. (region_has_one_loop): Returns true of a region has only one loop.
(add_scop): Add SCoP to the list of valid scops. Removes an (add_scop): Add SCoP to the list of valid scops. Removes an
already existing scop if it intersects with or subsumed by this already existing scop if it intersects with or subsumed by this one.
one.
(harmful_stmt_in_region): Returns true if SCoP has any statment (harmful_stmt_in_region): Returns true if SCoP has any statment
which cannot be represented by Graphite. which cannot be represented by Graphite.
(subsumes): Returns true of SCoP S1 subsumes SCoP S2. (subsumes): Returns true of SCoP S1 subsumes SCoP S2.
...@@ -272,8 +271,7 @@ ...@@ -272,8 +271,7 @@
SCoPs, if subsumed by S1. SCoPs, if subsumed by S1.
(intersects): Return true if region bounded by SCoPs S1 and S2 (intersects): Return true if region bounded by SCoPs S1 and S2
intersect. intersect.
(remove_intersecting_scops): Remove any SCoP which intersects with (remove_intersecting_scops): Remove any SCoP which intersects with S1.
S1.
* graphite.c (print_graphite_scop_statistics): * graphite.c (print_graphite_scop_statistics):
(print_graphite_statistics): Print SCoP info while debugging. (print_graphite_statistics): Print SCoP info while debugging.
(graphite_initialize): Early exit in case number of loops in a (graphite_initialize): Early exit in case number of loops in a
...@@ -299,8 +297,7 @@ ...@@ -299,8 +297,7 @@
2015-09-28 David Wohlferd <dw@LimeGreenSocks.com> 2015-09-28 David Wohlferd <dw@LimeGreenSocks.com>
* doc/extend.texi (Asm Labels): Break out text for data vs * doc/extend.texi (Asm Labels): Break out text for data vs functions.
functions.
2015-09-28 Jiong Wang <jiong.wang@arm.com> 2015-09-28 Jiong Wang <jiong.wang@arm.com>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment