public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/ARM/heads/arm-12)] Enable -fcode-hoisting with -Os.
@ 2022-12-05 11:38 Stam Markianos-Wright
0 siblings, 0 replies; 4+ messages in thread
From: Stam Markianos-Wright @ 2022-12-05 11:38 UTC (permalink / raw)
To: gcc-cvs
https://gcc.gnu.org/g:ed5092f464a08af47b8a75a3601e7bd6f7e14e8b
commit ed5092f464a08af47b8a75a3601e7bd6f7e14e8b
Author: Vidya Praveen <vidyapraveen@arm.com>
Date: Fri Jun 19 17:01:03 2020 +0100
Enable -fcode-hoisting with -Os.
Author: Wilco Dijkstra <wdijkstr@arm.com>
PR tree-optimization/80155
* common/config/arm/arm-common.c (arm_option_optimization_table):
Enable -fcode-hoisting with -Os.
Diff:
---
gcc/common/config/arm/arm-common.cc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gcc/common/config/arm/arm-common.cc b/gcc/common/config/arm/arm-common.cc
index c38812f1ea6..4e1fece0ab2 100644
--- a/gcc/common/config/arm/arm-common.cc
+++ b/gcc/common/config/arm/arm-common.cc
@@ -41,6 +41,8 @@ static const struct default_options arm_option_optimization_table[] =
/* Enable section anchors by default at -O1 or higher. */
{ OPT_LEVELS_1_PLUS, OPT_fsection_anchors, NULL, 1 },
{ OPT_LEVELS_1_PLUS, OPT_fsched_pressure, NULL, 1 },
+ /* Enable code hoisting only with -Os. */
+ { OPT_LEVELS_SIZE, OPT_fcode_hoisting, NULL, 1 },
{ OPT_LEVELS_NONE, 0, NULL, 0 }
};
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gcc(refs/vendors/ARM/heads/arm-12)] Enable -fcode-hoisting with -Os.
@ 2022-11-22 11:24 Stam Markianos-Wright
0 siblings, 0 replies; 4+ messages in thread
From: Stam Markianos-Wright @ 2022-11-22 11:24 UTC (permalink / raw)
To: gcc-cvs
https://gcc.gnu.org/g:7249b999a6808766492e6759ed4b922bd2e66769
commit 7249b999a6808766492e6759ed4b922bd2e66769
Author: Vidya Praveen <vidyapraveen@arm.com>
Date: Fri Jun 19 17:01:03 2020 +0100
Enable -fcode-hoisting with -Os.
Author: Wilco Dijkstra <wdijkstr@arm.com>
PR tree-optimization/80155
* common/config/arm/arm-common.c (arm_option_optimization_table):
Enable -fcode-hoisting with -Os.
Diff:
---
gcc/common/config/arm/arm-common.cc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gcc/common/config/arm/arm-common.cc b/gcc/common/config/arm/arm-common.cc
index c38812f1ea6..4e1fece0ab2 100644
--- a/gcc/common/config/arm/arm-common.cc
+++ b/gcc/common/config/arm/arm-common.cc
@@ -41,6 +41,8 @@ static const struct default_options arm_option_optimization_table[] =
/* Enable section anchors by default at -O1 or higher. */
{ OPT_LEVELS_1_PLUS, OPT_fsection_anchors, NULL, 1 },
{ OPT_LEVELS_1_PLUS, OPT_fsched_pressure, NULL, 1 },
+ /* Enable code hoisting only with -Os. */
+ { OPT_LEVELS_SIZE, OPT_fcode_hoisting, NULL, 1 },
{ OPT_LEVELS_NONE, 0, NULL, 0 }
};
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gcc(refs/vendors/ARM/heads/arm-12)] Enable -fcode-hoisting with -Os.
@ 2022-11-09 14:33 Stam Markianos-Wright
0 siblings, 0 replies; 4+ messages in thread
From: Stam Markianos-Wright @ 2022-11-09 14:33 UTC (permalink / raw)
To: gcc-cvs
https://gcc.gnu.org/g:4b3934641ceb58b372dd5bcaedc1fdbf407e3523
commit 4b3934641ceb58b372dd5bcaedc1fdbf407e3523
Author: Vidya Praveen <vidyapraveen@arm.com>
Date: Fri Jun 19 17:01:03 2020 +0100
Enable -fcode-hoisting with -Os.
Author: Wilco Dijkstra <wdijkstr@arm.com>
PR tree-optimization/80155
* common/config/arm/arm-common.c (arm_option_optimization_table):
Enable -fcode-hoisting with -Os.
Diff:
---
gcc/common/config/arm/arm-common.cc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gcc/common/config/arm/arm-common.cc b/gcc/common/config/arm/arm-common.cc
index c38812f1ea6..4e1fece0ab2 100644
--- a/gcc/common/config/arm/arm-common.cc
+++ b/gcc/common/config/arm/arm-common.cc
@@ -41,6 +41,8 @@ static const struct default_options arm_option_optimization_table[] =
/* Enable section anchors by default at -O1 or higher. */
{ OPT_LEVELS_1_PLUS, OPT_fsection_anchors, NULL, 1 },
{ OPT_LEVELS_1_PLUS, OPT_fsched_pressure, NULL, 1 },
+ /* Enable code hoisting only with -Os. */
+ { OPT_LEVELS_SIZE, OPT_fcode_hoisting, NULL, 1 },
{ OPT_LEVELS_NONE, 0, NULL, 0 }
};
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gcc(refs/vendors/ARM/heads/arm-12)] Enable -fcode-hoisting with -Os.
@ 2022-09-21 13:49 Stam Markianos-Wright
0 siblings, 0 replies; 4+ messages in thread
From: Stam Markianos-Wright @ 2022-09-21 13:49 UTC (permalink / raw)
To: gcc-cvs
https://gcc.gnu.org/g:3b57560f4670bd7ccea178e18e763cdffda7ad18
commit 3b57560f4670bd7ccea178e18e763cdffda7ad18
Author: Vidya Praveen <vidyapraveen@arm.com>
Date: Fri Jun 19 17:01:03 2020 +0100
Enable -fcode-hoisting with -Os.
Author: Wilco Dijkstra <wdijkstr@arm.com>
PR tree-optimization/80155
* common/config/arm/arm-common.c (arm_option_optimization_table):
Enable -fcode-hoisting with -Os.
Diff:
---
gcc/common/config/arm/arm-common.cc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gcc/common/config/arm/arm-common.cc b/gcc/common/config/arm/arm-common.cc
index c38812f1ea6..4e1fece0ab2 100644
--- a/gcc/common/config/arm/arm-common.cc
+++ b/gcc/common/config/arm/arm-common.cc
@@ -41,6 +41,8 @@ static const struct default_options arm_option_optimization_table[] =
/* Enable section anchors by default at -O1 or higher. */
{ OPT_LEVELS_1_PLUS, OPT_fsection_anchors, NULL, 1 },
{ OPT_LEVELS_1_PLUS, OPT_fsched_pressure, NULL, 1 },
+ /* Enable code hoisting only with -Os. */
+ { OPT_LEVELS_SIZE, OPT_fcode_hoisting, NULL, 1 },
{ OPT_LEVELS_NONE, 0, NULL, 0 }
};
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-12-05 11:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05 11:38 [gcc(refs/vendors/ARM/heads/arm-12)] Enable -fcode-hoisting with -Os Stam Markianos-Wright
-- strict thread matches above, loose matches on Subject: below --
2022-11-22 11:24 Stam Markianos-Wright
2022-11-09 14:33 Stam Markianos-Wright
2022-09-21 13:49 Stam Markianos-Wright
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).