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
f432760f
Commit
f432760f
authored
15 years ago
by
Sebastian Pop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ChangeLog entries.
From-SVN: r156717
parent
c2814aab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
0 deletions
+52
-0
gcc/ChangeLog
+30
-0
gcc/testsuite/ChangeLog
+22
-0
No files found.
gcc/ChangeLog
View file @
f432760f
2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/42930
* graphite-scop-detection.c (graphite_can_represent_scev): Call
graphite_can_represent_init for MULT_EXPR.
2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/42914
PR middle-end/42530
* graphite-sese-to-poly.c (remove_phi): New.
(translate_scalar_reduction_to_array): Call remove_phi.
2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/42771
* graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
* graphite-clast-to-gimple.h (gloog): Update declaration.
* graphite-poly.c (new_scop): Clear POLY_SCOP_P.
* graphite-poly.h (struct poly_bb): Add missing comments.
(struct scop): Add poly_scop_p field.
(POLY_SCOP_P): New.
* graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
* graphite.c (graphite_transform_loops): Build the polyhedral
representation for each scop before code generation.
* sese.c (rename_variables_in_operand): Removed.
(rename_variables_in_expr): Return the renamed expression.
(rename_sese_parameters): New.
* sese.h (rename_sese_parameters): Declared.
2010-02-11 Richard Guenther <rguenther@suse.de>
PR tree-optimization/42998
...
...
This diff is collapsed.
Click to expand it.
gcc/testsuite/ChangeLog
View file @
f432760f
2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/43012
* gcc.dg/graphite/pr43012.c: New.
2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/42930
* g++.dg/graphite/pr42930.C: New.
2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/42914
PR middle-end/42530
* gcc.dg/graphite/pr42530.c: New.
* gcc.dg/graphite/pr42914.c: New.
2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/42771
* gcc.dg/graphite/pr42771.c: New.
2010-02-11 Richard Guenther <rguenther@suse.de>
PR tree-optimization/42998
...
...
This diff is collapsed.
Click to expand it.
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