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
661cb0b7
Commit
661cb0b7
authored
Mar 03, 2000
by
Richard Kenner
Committed by
Richard Kenner
Mar 03, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* md.texi: Document use of '*' in insn pattern name.
From-SVN: r32309
parent
1e5a1107
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/md.texi
+5
-0
No files found.
gcc/ChangeLog
View file @
661cb0b7
Fri
Mar
3
07
:
38
:
34
2000
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
md
.
texi
:
Document
use
of
'*'
in
insn
pattern
name
.
2000
-
03
-
03
Jason
Merrill
<
jason
@casey
.
cygnus
.
com
>
*
calls
.
c
(
special_function_p
)
:
operator
new
may
not
be
malloc
-
like
.
...
...
gcc/md.texi
View file @
661cb0b7
...
...
@@ -68,6 +68,11 @@ to be combined later on.
Names
that
are
not
thus
known
and
used
in
RTL
-
generation
have
no
effect
;
they
are
equivalent
to
no
name
at
all
.
For
the
purpose
of
debugging
the
compiler
,
you
may
also
specify
a
name
beginning
with
the
@samp
{
*
}
character
.
Such
a
name
is
used
only
for
identifying
the
instruction
in
RTL
dumps
;
it
is
entirely
equivalent
to
having
a
nameless
pattern
for
all
other
purposes
.
@item
The
@dfn
{
RTL
template
}
(
@pxref
{
RTL
Template
})
is
a
vector
of
incomplete
RTL
expressions
which
show
what
the
instruction
should
look
like
.
It
is
...
...
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