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
473cec55
Commit
473cec55
authored
Apr 29, 2013
by
Ian Bolton
Committed by
Ian Bolton
Apr 29, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable REE pass by default for AArch64 at O2 or higher
From-SVN: r198424
parent
a6f30e66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+5
-0
gcc/common/config/aarch64/aarch64-common.c
+2
-0
No files found.
gcc/ChangeLog
View file @
473cec55
2013-04-29 Ian Bolton <ian.bolton@arm.com>
* common/config/aarch64/aarch64-common.c: Enable REE pass at O2
or higher by default.
2013-04-29 Richard Biener <rguenther@suse.de>
2013-04-29 Richard Biener <rguenther@suse.de>
PR middle-end/57075
PR middle-end/57075
...
...
gcc/common/config/aarch64/aarch64-common.c
View file @
473cec55
...
@@ -44,6 +44,8 @@ static const struct default_options aarch_option_optimization_table[] =
...
@@ -44,6 +44,8 @@ static const struct default_options aarch_option_optimization_table[] =
{
{
/* Enable section anchors by default at -O1 or higher. */
/* Enable section anchors by default at -O1 or higher. */
{
OPT_LEVELS_1_PLUS
,
OPT_fsection_anchors
,
NULL
,
1
},
{
OPT_LEVELS_1_PLUS
,
OPT_fsection_anchors
,
NULL
,
1
},
/* Enable redundant extension instructions removal at -O2 and higher. */
{
OPT_LEVELS_2_PLUS
,
OPT_free
,
NULL
,
1
},
{
OPT_LEVELS_NONE
,
0
,
NULL
,
0
}
{
OPT_LEVELS_NONE
,
0
,
NULL
,
0
}
};
};
...
...
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