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

https://gcc.gnu.org/g:9ad1a6b4c5b9f8f35a2b8ae19933cef8136547e3

commit 9ad1a6b4c5b9f8f35a2b8ae19933cef8136547e3
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 78a779c9350..08615f65b8c 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -39,6 +39,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] 9+ messages in thread

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

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

commit a7eb0564c3060418b5ca68c2806ad74f73384fd0
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 a4b3e86ad52..6becdffc347 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -39,6 +39,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] 9+ messages in thread

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

https://gcc.gnu.org/g:0de8f510b5c0e9024eff13111247e755c61bc5c4

commit 0de8f510b5c0e9024eff13111247e755c61bc5c4
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 a4b3e86ad52..6becdffc347 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -39,6 +39,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] 9+ messages in thread

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

https://gcc.gnu.org/g:098ef5a86d3547127be59aa0f8da7725f4121864

commit 098ef5a86d3547127be59aa0f8da7725f4121864
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 a4b3e86ad52..6becdffc347 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -39,6 +39,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] 9+ messages in thread

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

https://gcc.gnu.org/g:0b3a129521934c5c65fa3603f7d22efe740632e4

commit 0b3a129521934c5c65fa3603f7d22efe740632e4
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 78a779c9350..08615f65b8c 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -39,6 +39,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] 9+ messages in thread

* [gcc(refs/vendors/ARM/heads/arm-10)] Enable -fcode-hoisting with -Os.
@ 2021-04-27 16:19 Vidya Praveen
  0 siblings, 0 replies; 9+ messages in thread
From: Vidya Praveen @ 2021-04-27 16:19 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7d5aac7385bf1895678aafcca7e58c43625df340

commit 7d5aac7385bf1895678aafcca7e58c43625df340
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 78a779c9350..08615f65b8c 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -39,6 +39,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] 9+ messages in thread

* [gcc(refs/vendors/ARM/heads/arm-10)] Enable -fcode-hoisting with -Os.
@ 2020-11-03 20:10 Vidya Praveen
  0 siblings, 0 replies; 9+ messages in thread
From: Vidya Praveen @ 2020-11-03 20:10 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3b91aab15443ee150b2ba314a4b26645ce8d713b

commit 3b91aab15443ee150b2ba314a4b26645ce8d713b
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 78a779c9350..08615f65b8c 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -39,6 +39,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] 9+ messages in thread

* [gcc(refs/vendors/ARM/heads/arm-10)] Enable -fcode-hoisting with -Os.
@ 2020-10-06 18:19 Vidya Praveen
  0 siblings, 0 replies; 9+ messages in thread
From: Vidya Praveen @ 2020-10-06 18:19 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6c08c51aa10750fb0696429cb4126740e0d5f962

commit 6c08c51aa10750fb0696429cb4126740e0d5f962
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 78a779c9350..08615f65b8c 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -39,6 +39,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] 9+ messages in thread

* [gcc(refs/vendors/ARM/heads/arm-10)] Enable -fcode-hoisting with -Os.
@ 2020-06-19 16:23 Vidya Praveen
  0 siblings, 0 replies; 9+ messages in thread
From: Vidya Praveen @ 2020-06-19 16:23 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:58ae4fa0f1563eacac56291c00c876e6594f9925

commit 58ae4fa0f1563eacac56291c00c876e6594f9925
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 78a779c9350..08615f65b8c 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -39,6 +39,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] 9+ messages in thread

end of thread, other threads:[~2021-09-27 16:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 15:04 [gcc(refs/vendors/ARM/heads/arm-10)] Enable -fcode-hoisting with -Os Stam Markianos-Wright
  -- strict thread matches above, loose matches on Subject: below --
2021-09-27 16:13 Stam Markianos-Wright
2021-09-27 10:54 Stam Markianos-Wright
2021-06-21 11:07 Stam Markianos-Wright
2021-06-08  9:11 Stam Markianos-Wright
2021-04-27 16:19 Vidya Praveen
2020-11-03 20:10 Vidya Praveen
2020-10-06 18:19 Vidya Praveen
2020-06-19 16:23 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).