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
c75d5284
Commit
c75d5284
authored
Oct 27, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Oct 27, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* PROJECTS: Remove entry for local spilling.
From-SVN: r23380
parent
2eb6dac7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
gcc/ChangeLog
+2
-0
gcc/PROJECTS
+0
-12
No files found.
gcc/ChangeLog
View file @
c75d5284
...
...
@@ -4,6 +4,8 @@
Wed
Oct
28
00
:
10
:
35
1998
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
PROJECTS
:
Remove
entry
for
local
spilling
.
*
final
.
c
(
cleanup_subreg_operands
)
:
New
function
.
(
final_scan_insn
)
:
Use
it
.
(
alter_subreg
)
:
Clear
the
"used"
field
when
we
turn
a
SUBREG
into
...
...
gcc/PROJECTS
View file @
c75d5284
...
...
@@ -250,18 +250,6 @@ redundant. Constraints might permit a decrement and branch
instruction that checks zeroness to be used when the user has
specified to exit if negative.
* Smarter reload pass.
The reload pass as currently written can reload values only into registers
that are reserved for reloading. This means that in order to use a
register for reloading it must spill everything out of that register.
It would be straightforward, though complicated, for reload1.c to keep
track, during its scan, of which hard registers were available at each
point in the function, and use for reloading even registers that were
free only at the point they were needed. This would avoid much spilling
and make better code.
* Change the type of a variable.
Sometimes a variable is declared as `int', it is assigned only once
...
...
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