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
4bae0b47
Commit
4bae0b47
authored
Apr 27, 2000
by
Alex Samuel
Committed by
Alex Samuel
Apr 27, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi: Document -fssa flag.
From-SVN: r33471
parent
f134997f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
gcc/ChangeLog
+4
-0
gcc/invoke.texi
+8
-1
No files found.
gcc/ChangeLog
View file @
4bae0b47
2000
-
04
-
26
Alex
Samuel
<
samuel
@codesourcery
.
com
>
*
invoke
.
texi
:
Document
-
fssa
flag
.
2000
-
04
-
26
Richard
Henderson
<
rth
@cygnus
.
com
>
*
flow
.
c
(
count_reg_sets_1
)
:
Remove
.
...
...
gcc/invoke.texi
View file @
4bae0b47
...
...
@@ -166,7 +166,7 @@ in the following sections.
-fno-function-cse -fno-inline -fno-peephole
-fomit-frame-pointer -foptimize-register-moves -foptimize-sibling-calls
-fregmove -frerun-cse-after-loop -frerun-loop-opt -freduce-all-givs
-fschedule-insns -fschedule-insns2 -fstrength-reduce
-fschedule-insns -fschedule-insns2 -fs
sa -fs
trength-reduce
-fstrict-aliasing -fthread-jumps -funroll-all-loops
-funroll-loops
-O -O0 -O1 -O2 -O3 -Os
...
...
@@ -2832,6 +2832,13 @@ need be executed.
If @var{n} is not specified, use a machine-dependent default.
@item -fssa
Perform optimizations in static single assignment form. Each function'
s
flow
graph
is
translated
into
SSA
form
,
optimizations
are
performed
,
and
the
flow
graph
is
translated
back
from
SSA
form
.
(
Currently
,
no
SSA
-
based
optimizations
are
implemented
,
but
converting
into
and
out
of
SSA
form
is
not
an
invariant
operation
,
and
generated
code
may
differ
.)
@
end
table
@
node
Preprocessor
Options
...
...
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