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
8af63653
Commit
8af63653
authored
Feb 19, 2007
by
Kazu Hirata
Committed by
Kazu Hirata
Feb 19, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi (-ftree-lrs): Remove.
From-SVN: r122141
parent
ac02df49
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+1
-7
No files found.
gcc/ChangeLog
View file @
8af63653
2007-02-19 Kazu Hirata <kazu@codesourcery.com>
* doc/invoke.texi (-ftree-lrs): Remove.
2007-02-19 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-pre.c (create_value_expr_from): Initialize POOL to
...
...
gcc/doc/invoke.texi
View file @
8af63653
...
...
@@ -349,7 +349,7 @@ Objective-C and Objective-C++ Dialects}.
-
ftree
-
pre
-
ftree
-
ccp
-
ftree
-
dce
-
ftree
-
loop
-
optimize
@
gol
-
ftree
-
loop
-
linear
-
ftree
-
loop
-
im
-
ftree
-
loop
-
ivcanon
-
fivopts
@
gol
-
ftree
-
dominator
-
opts
-
ftree
-
dse
-
ftree
-
copyrename
-
ftree
-
sink
@
gol
-
ftree
-
ch
-
ftree
-
sra
-
ftree
-
ter
-
ftree
-
lrs
-
ftree
-
fre
-
ftree
-
vectorize
@
gol
-
ftree
-
ch
-
ftree
-
sra
-
ftree
-
ter
-
ftree
-
fre
-
ftree
-
vectorize
@
gol
-
ftree
-
vect
-
loop
-
version
-
ftree
-
salias
-
fipa
-
pta
-
fweb
@
gol
-
ftree
-
copy
-
prop
-
ftree
-
store
-
ccp
-
ftree
-
store
-
copy
-
prop
-
fwhole
-
program
@
gol
--
param
@
var
{
name
}=@
var
{
value
}
...
...
@@ -4758,7 +4758,6 @@ compilation time.
-ftree-dominator-opts @gol
-ftree-dse @gol
-ftree-ter @gol
-ftree-lrs @gol
-ftree-sra @gol
-ftree-copyrename @gol
-ftree-fre @gol
...
...
@@ -5454,11 +5453,6 @@ defining expression. This results in non-GIMPLE code, but gives the expanders
much
more
complex
trees
to
work
on
resulting
in
better
RTL
generation
.
This
is
enabled
by
default
at
@
option
{-
O
}
and
higher
.
@
item
-
ftree
-
lrs
Perform
live
range
splitting
during
the
SSA
->
normal
phase
.
Distinct
live
ranges
of
a
variable
are
split
into
unique
variables
,
allowing
for
better
optimization
later
.
This
is
enabled
by
default
at
@
option
{-
O
}
and
higher
.
@
item
-
ftree
-
vectorize
Perform
loop
vectorization
on
trees
.
...
...
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