public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/ARM/heads/arm-11)] Enable -fcode-hoisting with -Os.
@ 2022-07-12 10:22 Stam Markianos-Wright
  0 siblings, 0 replies; 5+ messages in thread
From: Stam Markianos-Wright @ 2022-07-12 10:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4249a65c814287af667aa78789436d3fc618e80a

commit 4249a65c814287af667aa78789436d3fc618e80a
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.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/common/config/arm/arm-common.c b/gcc/common/config/arm/arm-common.c
index 481aa9e43d9..4405e90265c 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -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] 5+ messages in thread

* [gcc(refs/vendors/ARM/heads/arm-11)] Enable -fcode-hoisting with -Os.
@ 2022-01-11  9:32 Stam Markianos-Wright
  0 siblings, 0 replies; 5+ messages in thread
From: Stam Markianos-Wright @ 2022-01-11  9:32 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:028202d8ad150f23fcccd4d923c96aff4c2607cf

commit 028202d8ad150f23fcccd4d923c96aff4c2607cf
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.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/common/config/arm/arm-common.c b/gcc/common/config/arm/arm-common.c
index 481aa9e43d9..4405e90265c 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -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] 5+ messages in thread

* [gcc(refs/vendors/ARM/heads/arm-11)] Enable -fcode-hoisting with -Os.
@ 2022-01-07 15:35 Stam Markianos-Wright
  0 siblings, 0 replies; 5+ messages in thread
From: Stam Markianos-Wright @ 2022-01-07 15:35 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a3cfb5a8bce88f1db41b2021ea0e94ad0909f2b3

commit a3cfb5a8bce88f1db41b2021ea0e94ad0909f2b3
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.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/common/config/arm/arm-common.c b/gcc/common/config/arm/arm-common.c
index 481aa9e43d9..4405e90265c 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -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] 5+ messages in thread

* [gcc(refs/vendors/ARM/heads/arm-11)] Enable -fcode-hoisting with -Os.
@ 2021-11-02 10:19 Stam Markianos-Wright
  0 siblings, 0 replies; 5+ messages in thread
From: Stam Markianos-Wright @ 2021-11-02 10:19 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ef01ab3e5f8f439e045631fe7f73841c31134eca

commit ef01ab3e5f8f439e045631fe7f73841c31134eca
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.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/common/config/arm/arm-common.c b/gcc/common/config/arm/arm-common.c
index 481aa9e43d9..4405e90265c 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -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] 5+ messages in thread

* [gcc(refs/vendors/ARM/heads/arm-11)] Enable -fcode-hoisting with -Os.
@ 2021-09-23 17:14 Vidya Praveen
  0 siblings, 0 replies; 5+ messages in thread
From: Vidya Praveen @ 2021-09-23 17:14 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:dbd9caa55dd5b7e9cdf92567fb567e29fbb2348f

commit dbd9caa55dd5b7e9cdf92567fb567e29fbb2348f
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.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/common/config/arm/arm-common.c b/gcc/common/config/arm/arm-common.c
index 481aa9e43d9..4405e90265c 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -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] 5+ messages in thread

end of thread, other threads:[~2022-07-12 10:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-12 10:22 [gcc(refs/vendors/ARM/heads/arm-11)] Enable -fcode-hoisting with -Os Stam Markianos-Wright
  -- strict thread matches above, loose matches on Subject: below --
2022-01-11  9:32 Stam Markianos-Wright
2022-01-07 15:35 Stam Markianos-Wright
2021-11-02 10:19 Stam Markianos-Wright
2021-09-23 17:14 Vidya Praveen

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).