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
150c9fe8
Commit
150c9fe8
authored
Mar 05, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Mar 05, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.texi (HARD_REGNO_RENAME_OK): Document.
From-SVN: r78998
parent
fd917e0d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
gcc/ChangeLog
+4
-0
gcc/doc/tm.texi
+11
-0
No files found.
gcc/ChangeLog
View file @
150c9fe8
2004-03-05 Kazu Hirata <kazu@cs.umass.edu>
* doc/tm.texi (HARD_REGNO_RENAME_OK): Document.
2004-03-05 Jason Merrill <jason@redhat.com>
2004-03-05 Jason Merrill <jason@redhat.com>
* tree.h (TYPE_HASH): Use TYPE_UID.
* tree.h (TYPE_HASH): Use TYPE_UID.
...
...
gcc/doc/tm.texi
View file @
150c9fe8
...
@@ -2072,6 +2072,17 @@ floating registers are not in class @code{GENERAL_REGS}, they will not
...
@@ -2072,6 +2072,17 @@ floating registers are not in class @code{GENERAL_REGS}, they will not
be
used
unless
some
pattern
'
s
constraint
asks
for
one
.
be
used
unless
some
pattern
'
s
constraint
asks
for
one
.
@end
defmac
@end
defmac
@defmac
HARD_REGNO_RENAME_OK
(
@var{
from
}
,
@var{
to
}
)
A
C
expression
that
is
nonzero
if
it
is
OK
to
rename
a
hard
register
@var{
from
}
to
another
hard
register
@var{
to
}
.
One
common
use
of
this
macro
is
to
prevent
renaming
of
a
register
to
another
register
that
is
not
saved
by
a
prologue
in
an
interrupt
handler
.
The
default
is
always
nonzero
.
@end
defmac
@defmac
MODES_TIEABLE_P
(
@var{
mode1
}
,
@var{
mode2
}
)
@defmac
MODES_TIEABLE_P
(
@var{
mode1
}
,
@var{
mode2
}
)
A
C
expression
that
is
nonzero
if
a
value
of
mode
A
C
expression
that
is
nonzero
if
a
value
of
mode
@var{
mode1
}
is
accessible
in
mode
@var{
mode2
}
without
copying
.
@var{
mode1
}
is
accessible
in
mode
@var{
mode2
}
without
copying
.
...
...
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