public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] disable modref
@ 2021-11-27 11:22 Jan Hubicka
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Hubicka @ 2021-11-27 11:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:23bca17d831567ffe5fcf9a2189df513a884b3a0

commit 23bca17d831567ffe5fcf9a2189df513a884b3a0
Author: Jan Hubicka <jh@suse.cz>
Date:   Sat Nov 27 11:56:37 2021 +0100

    disable modref

Diff:
---
 gcc/opts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/opts.c b/gcc/opts.c
index ad13a5edc3b..6aed4083170 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -591,10 +591,10 @@ static const struct default_options default_options_table[] =
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fdse, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fif_conversion, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fif_conversion2, NULL, 1 },
+    { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_finline_functions_called_once, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fmove_loop_invariants, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fmove_loop_stores, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fssa_phiopt, NULL, 1 },
-    { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_bit_ccp, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_dse, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_pta, NULL, 1 },


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable modref
@ 2021-08-26 16:30 Jan Hubicka
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Hubicka @ 2021-08-26 16:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2ed0fc960ca566917427fab59c4f894d15ab2bff

commit 2ed0fc960ca566917427fab59c4f894d15ab2bff
Author: Jan Hubicka <jh@suse.cz>
Date:   Thu Aug 26 18:30:29 2021 +0200

    Disable modref

Diff:
---
 gcc/opts.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/opts.c b/gcc/opts.c
index e0501551ef5..d4ca34a003e 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -585,7 +585,6 @@ static const struct default_options default_options_table[] =
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fmove_loop_invariants, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fmove_loop_stores, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fssa_phiopt, NULL, 1 },
-    { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_bit_ccp, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_dse, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_pta, NULL, 1 },


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable modref
@ 2020-11-28  9:34 Jan Hubicka
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Hubicka @ 2020-11-28  9:34 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:68ee6d12fe9882223f47f81f93616577ab4e36da

commit 68ee6d12fe9882223f47f81f93616577ab4e36da
Author: Jan Hubicka <jh@suse.cz>
Date:   Sat Nov 28 10:28:11 2020 +0100

    Disable modref

Diff:
---
 gcc/opts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/opts.c b/gcc/opts.c
index cc1d0cc04f6..4dd03e974f4 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -466,7 +466,7 @@ static const struct default_options default_options_table[] =
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_finline_functions_called_once, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fmove_loop_invariants, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fssa_phiopt, NULL, 1 },
-    { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },
+    /*{ OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },*/
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_bit_ccp, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_dse, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_pta, NULL, 1 },


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable modref.
@ 2020-11-23 18:01 Jan Hubicka
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Hubicka @ 2020-11-23 18:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5a5e53fdb29042bbfc662eba9960d04e906cd553

commit 5a5e53fdb29042bbfc662eba9960d04e906cd553
Author: Jan Hubicka <jh@suse.cz>
Date:   Mon Nov 23 19:00:02 2020 +0100

    Disable modref.

Diff:
---
 gcc/opts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/opts.c b/gcc/opts.c
index 57774916a09..5bfd89bd29c 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -466,7 +466,7 @@ static const struct default_options default_options_table[] =
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_finline_functions_called_once, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fmove_loop_invariants, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fssa_phiopt, NULL, 1 },
-    { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },
+    /*{ OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },*/
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_bit_ccp, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_dse, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_pta, NULL, 1 },


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable modref
@ 2020-11-09 18:00 Jan Hubicka
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Hubicka @ 2020-11-09 18:00 UTC (permalink / raw)
  To: gcc-cvs

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

commit dbafcecccb0352d049bdd561d4258f97c4c2d881
Author: Jan Hubicka <jh@suse.cz>
Date:   Mon Nov 9 19:00:04 2020 +0100

    Disable modref
    
            * opts.c: Enable modref

Diff:
---
 gcc/opts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/opts.c b/gcc/opts.c
index 80011294f08..96291e89a49 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -466,7 +466,7 @@ static const struct default_options default_options_table[] =
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_finline_functions_called_once, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fmove_loop_invariants, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fssa_phiopt, NULL, 1 },
-    /*{ OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },*/
+    { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_bit_ccp, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_dse, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_pta, NULL, 1 },


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable modref
@ 2020-11-07 19:22 Jan Hubicka
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Hubicka @ 2020-11-07 19:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:16f976f6fc93808677eeef1733c1ded05ddf046d

commit 16f976f6fc93808677eeef1733c1ded05ddf046d
Author: Jan Hubicka <jh@suse.cz>
Date:   Sat Nov 7 20:22:19 2020 +0100

    Disable modref
    
    2020-11-07  Jan Hubicka  <hubicka@ucw.cz>
    
            * opts.c: Disable modref

Diff:
---
 gcc/opts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/opts.c b/gcc/opts.c
index 96291e89a49..80011294f08 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -466,7 +466,7 @@ static const struct default_options default_options_table[] =
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_finline_functions_called_once, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fmove_loop_invariants, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fssa_phiopt, NULL, 1 },
-    { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },
+    /*{ OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },*/
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_bit_ccp, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_dse, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_pta, NULL, 1 },


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable modref
@ 2020-10-16 17:17 Jan Hubicka
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Hubicka @ 2020-10-16 17:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:41d2bdc4d2a934f9287ee0db1aecff2050a63577

commit 41d2bdc4d2a934f9287ee0db1aecff2050a63577
Author: Jan Hubicka <jh@suse.cz>
Date:   Fri Oct 16 19:16:54 2020 +0200

    Disable modref

Diff:
---
 gcc/opts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/opts.c b/gcc/opts.c
index da503c32dd0..aea59b2129d 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -466,7 +466,7 @@ static const struct default_options default_options_table[] =
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_finline_functions_called_once, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fmove_loop_invariants, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fssa_phiopt, NULL, 1 },
-    { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },
+    /*{ OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },*/
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_bit_ccp, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_dse, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_pta, NULL, 1 },


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable modref
@ 2020-10-11  9:51 Jan Hubicka
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Hubicka @ 2020-10-11  9:51 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:23b477280e318f07d4b034bb089e93cb8639a70f

commit 23b477280e318f07d4b034bb089e93cb8639a70f
Author: Jan Hubicka <jh@suse.cz>
Date:   Sun Oct 11 11:51:13 2020 +0200

    Disable modref

Diff:
---
 gcc/opts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/opts.c b/gcc/opts.c
index da503c32dd0..aea59b2129d 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -466,7 +466,7 @@ static const struct default_options default_options_table[] =
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_finline_functions_called_once, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fmove_loop_invariants, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fssa_phiopt, NULL, 1 },
-    { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },
+    /*{ OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },*/
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_bit_ccp, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_dse, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_pta, NULL, 1 },


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable modref
@ 2020-10-01 22:05 Jan Hubicka
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Hubicka @ 2020-10-01 22:05 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2825609706e8b155e46e216355776403ea1f5035

commit 2825609706e8b155e46e216355776403ea1f5035
Author: Jan Hubicka <jh@suse.cz>
Date:   Fri Oct 2 00:04:42 2020 +0200

    Disable modref
    
            * opts.c: Disable modref.

Diff:
---
 gcc/opts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/opts.c b/gcc/opts.c
index 3bda59afced..1095e6d76b8 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -466,7 +466,7 @@ static const struct default_options default_options_table[] =
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_finline_functions_called_once, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fmove_loop_invariants, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fssa_phiopt, NULL, 1 },
-    { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },
+    /*{ OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },*/
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_bit_ccp, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_dse, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_pta, NULL, 1 },


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-11-27 11:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-27 11:22 [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] disable modref Jan Hubicka
  -- strict thread matches above, loose matches on Subject: below --
2021-08-26 16:30 [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable modref Jan Hubicka
2020-11-28  9:34 Jan Hubicka
2020-11-23 18:01 Jan Hubicka
2020-11-09 18:00 Jan Hubicka
2020-11-07 19:22 Jan Hubicka
2020-10-16 17:17 Jan Hubicka
2020-10-11  9:51 Jan Hubicka
2020-10-01 22:05 Jan Hubicka

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