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
5f864b98
Commit
5f864b98
authored
Apr 18, 2019
by
Segher Boessenkool
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move ChangeLog entry to the correct file
From-SVN: r270444
parent
714996e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
ChangeLog
+0
-9
gcc/ChangeLog
+9
-0
No files found.
ChangeLog
View file @
5f864b98
...
@@ -2,15 +2,6 @@
...
@@ -2,15 +2,6 @@
* MAINTAINERS: Update my email address.
* MAINTAINERS: Update my email address.
2019-04-15 Segher Boessenkool <segher@kernel.crashing.org>
PR rtl-optimization/89794
* combine.c (count_auto_inc): New function.
(try_combine): Count how many auto_inc expressions there were in the
original instructions. Ensure we have the same number in the new
instructions. Remove the code that tried to ensure auto_inc side
effects on i1 and i0 are not lost.
2019-04-14 Johannes Pfau <johannespfau@gmail.com>
2019-04-14 Johannes Pfau <johannespfau@gmail.com>
* configure.ac: Remove d from unsupported languages on mingw and cygwin.
* configure.ac: Remove d from unsupported languages on mingw and cygwin.
...
...
gcc/ChangeLog
View file @
5f864b98
...
@@ -238,6 +238,15 @@
...
@@ -238,6 +238,15 @@
* tree-ssa-reassoc.c (init_range_entry): Do not pick up
* tree-ssa-reassoc.c (init_range_entry): Do not pick up
abnormal operands from def stmts.
abnormal operands from def stmts.
2019-04-15 Segher Boessenkool <segher@kernel.crashing.org>
PR rtl-optimization/89794
* combine.c (count_auto_inc): New function.
(try_combine): Count how many auto_inc expressions there were in the
original instructions. Ensure we have the same number in the new
instructions. Remove the code that tried to ensure auto_inc side
effects on i1 and i0 are not lost.
2019-04-15 Richard Biener <rguenther@suse.de>
2019-04-15 Richard Biener <rguenther@suse.de>
PR ipa/88936
PR ipa/88936
...
...
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