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
9c603f8f
Commit
9c603f8f
authored
Feb 19, 2006
by
Ben Elliston
Committed by
Ben Elliston
Feb 20, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tree-ssa.texi (Interfaces): Describe low vs. high GIMPLE.
From-SVN: r111286
parent
3d8504ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/doc/tree-ssa.texi
+5
-0
No files found.
gcc/ChangeLog
View file @
9c603f8f
2006-02-20 Ben Elliston <bje@au.ibm.com>
* doc/tree-ssa.texi (Interfaces): Describe low vs. high GIMPLE.
2006-02-19 Roger Sayle <roger@eyesopen.com>
Steven Bosscher <stevenb.gcc@gmail.com>
...
...
gcc/doc/tree-ssa.texi
View file @
9c603f8f
...
...
@@ -132,6 +132,11 @@ convert the front end trees to GIMPLE@. Usually such a hook will involve
much
of
the
same
code
for
expanding
front
end
trees
to
RTL
@
.
This
function
can
return
fully
lowered
GIMPLE
,
or
it
can
return
GENERIC
trees
and
let
the
main
gimplifier
lower
them
the
rest
of
the
way
;
this
is
often
simpler
.
GIMPLE
that
is
not
fully
lowered
is
known
as
``
high
GIMPLE
''
and
consists
of
the
IL
before
the
pass
@code
{
pass_lower_cf
}.
High
GIMPLE
still
contains
lexical
scopes
and
nested
expressions
,
while
low
GIMPLE
exposes
all
of
the
implicit
jumps
for
control
expressions
like
@code
{
COND_EXPR
}.
The
C
and
C
++
front
ends
currently
convert
directly
from
front
end
trees
to
GIMPLE
,
and
hand
that
off
to
the
back
end
rather
than
first
...
...
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