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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
39 deletions
+36
-39
gcc/ChangeLog
+36
-39
No files found.
gcc/ChangeLog
View file @
76d5b80a
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
graphite
-
poly
.
h
:
Removed
compute_deps
,
and
extend_schedule
.
*
graphite
-
poly
.
h
:
Removed
compute_deps
,
and
extend_schedule
.
2015
-
09
-
29
Sebastian
Pop
<
s
.
pop
@
samsung
.
com
>
2015
-
09
-
29
Sebastian
Pop
<
s
.
pop
@
samsung
.
com
>
Aditya
Kumar
<
aditya
.
k7
@
samsung
.
com
>
Aditya
Kumar
<
aditya
.
k7
@
samsung
.
com
>
PR
tree
-
optimization
/
67754
PR
tree
-
optimization
/
67754
*
graphite
-
optimize
-
isl
.
c
(
optimize_isl
):
Call
*
graphite
-
optimize
-
isl
.
c
(
optimize_isl
):
Call
...
@@ -46,31 +46,32 @@
...
@@ -46,31 +46,32 @@
(imm->ext_dest_operand splitter): Likewise.
(imm->ext_dest_operand splitter): Likewise.
2015-09-29 Sebastian Pop <s.pop@samsung.com>
2015-09-29 Sebastian Pop <s.pop@samsung.com>
Aditya Kumar <aditya.k7@samsung.com>
Aditya Kumar <aditya.k7@samsung.com>
* graphite-sese-to-poly.c (gsi_for_phi_node): Remove.
* graphite-sese-to-poly.c (gsi_for_phi_node): Remove.
(nb_data_writes_in_bb): Remove.
(nb_data_writes_in_bb): Remove.
(split_pbb): Remove.
(split_pbb): Remove.
(split_reduction_stmt): Remove.
(split_reduction_stmt): Remove.
(is_reduction_operation_p): Remove.
(is_reduction_operation_p): Remove.
(phi_contains_arg): Remove.
(phi_contains_arg): Remove.
(follow_ssa_with_commutative_ops): Remove.
(follow_ssa_with_commutative_ops): Remove.
(detect_commutative_reduction_arg): Remove.
(detect_commutative_reduction_arg): Remove.
(detect_commutative_reduction_assign): Remove.
(detect_commutative_reduction_assign): Remove.
(follow_inital_value_to_phi): Remove.
(follow_inital_value_to_phi): Remove.
(edge_initial_value_for_loop_phi): Remove.
(edge_initial_value_for_loop_phi): Remove.
(initial_value_for_loop_phi): Remove.
(initial_value_for_loop_phi): Remove.
(used_outside_reduction): Remove.
(used_outside_reduction): Remove.
(detect_commutative_reduction): Remove.
(detect_commutative_reduction): Remove.
(translate_scalar_reduction_to_array_for_stmt): Remove.
(translate_scalar_reduction_to_array_for_stmt): Remove.
(remove_phi): Remove.
(remove_phi): Remove.
(dr_indices_valid_in_loop): Remove.
(dr_indices_valid_in_loop): Remove.
(close_phi_written_to_memory): Remove.
(close_phi_written_to_memory): Remove.
(translate_scalar_reduction_to_array): Remove.
(translate_scalar_reduction_to_array): Remove.
(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>
...
@@ -175,7 +176,7 @@
...
@@ -175,7 +176,7 @@
* config/sh/sh.c (sh_override_options_after_change): New.
* config/sh/sh.c (sh_override_options_after_change): New.
(TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
(TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
(sh_option_override): Move align_loops, align_jumps and
(sh_option_override): Move align_loops, align_jumps and
align_functions handling into sh_override_options_after_change.
align_functions handling into sh_override_options_after_change.
2015-09-28 Nathan Sidwell <nathan@codesourcery.com>
2015-09-28 Nathan Sidwell <nathan@codesourcery.com>
...
@@ -196,12 +197,12 @@
...
@@ -196,12 +197,12 @@
* omp-builtins.def (BUILT_IN_GOACC_PARALLEL): Change target fn name.
* omp-builtins.def (BUILT_IN_GOACC_PARALLEL): Change target fn name.
2015-09-28 Aditya Kumar <aditya.k7@samsung.com>
2015-09-28 Aditya Kumar <aditya.k7@samsung.com>
Sebastian Pop <s.pop@samsung.com>
Sebastian Pop <s.pop@samsung.com>
* sese.c (invariant_in_sese_p_rec): Remove unused variable.
* sese.c (invariant_in_sese_p_rec): Remove unused variable.
2015-09-28 Aditya Kumar <aditya.k7@samsung.com>
2015-09-28 Aditya Kumar <aditya.k7@samsung.com>
Sebastian Pop <s.pop@samsung.com>
Sebastian Pop <s.pop@samsung.com>
* graphite-optimize-isl.c (optimize_isl): Use ISL_SCHEDULE_FUSE_MAX.
* graphite-optimize-isl.c (optimize_isl): Use ISL_SCHEDULE_FUSE_MAX.
* graphite-scop-detection.c (struct sese_l): New type.
* graphite-scop-detection.c (struct sese_l): New type.
...
@@ -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
...
@@ -287,7 +285,7 @@
...
@@ -287,7 +285,7 @@
loops.
loops.
2015-09-28 Aditya Kumar <aditya.k7@samsung.com>
2015-09-28 Aditya Kumar <aditya.k7@samsung.com>
Sebastian Pop <s.pop@samsung.com>
Sebastian Pop <s.pop@samsung.com>
PR tree-optimization/67700
PR tree-optimization/67700
* graphite-sese-to-poly.c (parameter_index_in_region): Call
* graphite-sese-to-poly.c (parameter_index_in_region): Call
...
@@ -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>
...
@@ -388,7 +385,7 @@
...
@@ -388,7 +385,7 @@
without FPU.
without FPU.
(untyped_return): Do not load %f0 for a target without FPU.
(untyped_return): Do not load %f0 for a target without FPU.
2015-09-28 Andrew Pinski <apinski@cavium.com>
2015-09-28 Andrew Pinski <apinski@cavium.com>
* config/aarch64/aarch64.md (prefetch):
* config/aarch64/aarch64.md (prefetch):
Change the predicate of operand 0 to register_operand.
Change the predicate of operand 0 to register_operand.
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