public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/marxin/heads/if-to-switch-v2] First version ported.
@ 2020-08-28 14:10 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2020-08-28 14:10 UTC (permalink / raw)
  To: gcc-cvs

The branch 'marxin/heads/if-to-switch-v2' was updated to point to:

 881b7b43fe4... First version ported.

It previously pointed to:

 99413686ed3... First version ported.

Diff:

!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
-------------------------------------------------------------------

  9941368... First version ported.

commit 99413686ed3c8f8fb93b6ff018860c07997f88da
Author: Martin Liska <mliska@suse.cz>
Date:   Fri Aug 28 10:26:13 2020 +0200

    First version ported.
    
    gcc/ChangeLog:
    
            * Makefile.in: Add new gimple-if-to-switch.o,.
            * common.opt: Add new option.
            * dbgcnt.def (DEBUG_COUNTER): Add new debug counter.
            * doc/invoke.texi:
            * opts.c:
            * passes.def: Register new pass.
            * timevar.def (TV_TREE_IF_TO_SWITCH): Add new time variable.
            * tree-pass.h (make_pass_if_to_switch): New.
            * tree-switch-conversion.h: New file.
            * gimple-if-to-switch.c: New file.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/tree-ssa/reassoc-32.c:
            * gcc.dg/tree-ssa/if-to-switch-1.c: New test.
            * gcc.dg/tree-ssa/if-to-switch-2.c: New test.
            * gcc.dg/tree-ssa/if-to-switch-3.c: New test.
            * gcc.dg/tree-ssa/if-to-switch-4.c: New test.
            * gcc.dg/tree-ssa/if-to-switch-5.c: New test.
            * gcc.dg/tree-ssa/if-to-switch-6.c: New test.
            * gcc.dg/tree-ssa/if-to-switch-7.c: New test.
            * gcc.dg/tree-ssa/if-to-switch-8.c: New test.


Summary of changes (added commits):
-----------------------------------

  881b7b4... First version ported.

commit 881b7b43fe430bf6fceca00f08cab61de2d4863f
Author: Martin Liska <mliska@suse.cz>
Date:   Fri Aug 28 10:26:13 2020 +0200

    First version ported.
    
    gcc/ChangeLog:
    
            * Makefile.in: Add new gimple-if-to-switch.o,.
            * common.opt: Add new option.
            * dbgcnt.def (DEBUG_COUNTER): Add new debug counter.
            * doc/invoke.texi:
            * opts.c:
            * passes.def: Register new pass.
            * timevar.def (TV_TREE_IF_TO_SWITCH): Add new time variable.
            * tree-pass.h (make_pass_if_to_switch): New.
            * tree-switch-conversion.h: New file.
            * gimple-if-to-switch.c: New file.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/tree-ssa/reassoc-32.c:
            * gcc.dg/tree-ssa/if-to-switch-1.c: New test.
            * gcc.dg/tree-ssa/if-to-switch-2.c: New test.
            * gcc.dg/tree-ssa/if-to-switch-3.c: New test.
            * gcc.dg/tree-ssa/if-to-switch-4.c: New test.
            * gcc.dg/tree-ssa/if-to-switch-5.c: New test.
            * gcc.dg/tree-ssa/if-to-switch-6.c: New test.
            * gcc.dg/tree-ssa/if-to-switch-7.c: New test.
            * gcc.dg/tree-ssa/if-to-switch-8.c: New test.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-28 14:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28 14:10 [gcc/marxin/heads/if-to-switch-v2] First version ported Martin Liska

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