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
de72c50f
Commit
de72c50f
authored
Sep 23, 2014
by
Wilco Dijkstra
Committed by
Marcus Shawcroft
Sep 23, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AArch64] Default to -fsched-pressure
From-SVN: r215503
parent
84eca542
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+6
-0
gcc/common/config/aarch64/aarch64-common.c
+2
-0
No files found.
gcc/ChangeLog
View file @
de72c50f
2014
-
09
-
23
Wilco
Dijkstra
<
wdijkstr
@
arm
.
com
>
*
common
/
config
/
aarch64
/
aarch64
-
common
.
c
:
(
default_options
aarch_option_optimization_table
):
Default
to
-
fsched
-
pressure
.
2014
-
09
-
23
Ilya
Enkovich
<
ilya
.
enkovich
@
intel
.
com
>
*
cfgcleanup
.
c
(
try_optimize_cfg
):
Do
not
remove
label
gcc/common/config/aarch64/aarch64-common.c
View file @
de72c50f
...
...
@@ -44,6 +44,8 @@ static const struct default_options aarch_option_optimization_table[] =
{
/* Enable section anchors by default at -O1 or higher. */
{
OPT_LEVELS_1_PLUS
,
OPT_fsection_anchors
,
NULL
,
1
},
/* Enable -fsched-pressure by default when optimizing. */
{
OPT_LEVELS_1_PLUS
,
OPT_fsched_pressure
,
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
}
...
...
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