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
f822fcf7
Commit
f822fcf7
authored
Feb 05, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Feb 05, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* emit-rtl.c: Update the comment about the file.
From-SVN: r77312
parent
4ef84575
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
gcc/ChangeLog
+4
-0
gcc/emit-rtl.c
+5
-8
No files found.
gcc/ChangeLog
View file @
f822fcf7
2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
* emit-rtl.c: Update the comment about the file.
2004-02-05 Joseph S. Myers <jsm@polyomino.org.uk>
2004-02-05 Joseph S. Myers <jsm@polyomino.org.uk>
* sourcebuild.texi (Test Idioms): Update testcase naming
* sourcebuild.texi (Test Idioms): Update testcase naming
...
...
gcc/emit-rtl.c
View file @
f822fcf7
...
@@ -22,17 +22,14 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
...
@@ -22,17 +22,14 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* Middle-to-low level generation of rtx code and insns.
/* Middle-to-low level generation of rtx code and insns.
This file contains the functions `gen_reg_rtx' and `gen_label_rtx'
This file contains support functions for creating rtl expressions
that are the usual ways of creating rtl expressions for most
and manipulating them in the doubly-linked chain of insns.
purposes.
It also has the functions for creating insns and linking
them in the doubly-linked chain.
The patterns of the insns are created by machine-dependent
The patterns of the insns are created by machine-dependent
routines in insn-emit.c, which is generated automatically from
routines in insn-emit.c, which is generated automatically from
the machine description. These routines use `gen_rtx_fmt_ee' and
the machine description. These routines make the individual rtx's
others to make the individual rtx's of the pattern; what is machine
of the pattern with `gen_rtx_fmt_ee' and others in genrtl.[ch],
which are automatically generated from rtl.def; what is machine
dependent is the kind of rtx's they make and what arguments they
dependent is the kind of rtx's they make and what arguments they
use. */
use. */
...
...
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