Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
76d5b80a
Commit
76d5b80a
authored
Sep 30, 2015
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ChangeLog: Fix whitespace.
From-SVN: r228279
parent
6ddd7fcd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
gcc/ChangeLog
+6
-9
No files found.
gcc/ChangeLog
View file @
76d5b80a
...
@@ -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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment