linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] dump the IR
@ 2017-09-15  7:40 Luc Van Oostenryck
  2017-09-15  7:40 ` [PATCH 1/8] dump-ir: add defines for the compilation passes Luc Van Oostenryck
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Luc Van Oostenryck @ 2017-09-15  7:40 UTC (permalink / raw)
  To: linux-sparse; +Cc: Christopher Li, Luc Van Oostenryck

The goal of thsi series is to allow and control dumping of
the IR at different stage of the processing.

This is meant to be used for testing & debugging.


Note: this series depends on the series 'option-parsing'


This series is also available for review in the git repository at:

  git://github.com/lucvoo/sparse.git dump-ir

----------------------------------------------------------------
Luc Van Oostenryck (8):
      dump-ir: add defines for the compilation passes
      dump-ir: allow to specify the passes to execute via cli's options
      dump-ir: activate/deactive pass 'mem2reg'
      dump-ir: set the default optimization level to 2
      dump-ir: use -O0
      dump-ir: saner use of fdump_linearize
      dump-ir: rename -fdump-linearize to -fdump-ir
      dump-ir: make it more flexible

 Documentation/options.md               |  29 +++++++++
 cgcc                                   |   3 +-
 lib.c                                  | 113 ++++++++++++++++++++++++++++++---
 lib.h                                  |  19 +++++-
 linearize.c                            |  10 +--
 sparse.1                               |   6 --
 test-linearize.c                       |   2 +
 test-unssa.c                           |   2 +
 validation/linear/bitfield-init-mask.c |   2 +-
 9 files changed, 162 insertions(+), 24 deletions(-)
 create mode 100644 Documentation/options.md

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

end of thread, other threads:[~2017-09-15 17:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-15  7:40 [PATCH 0/8] dump the IR Luc Van Oostenryck
2017-09-15  7:40 ` [PATCH 1/8] dump-ir: add defines for the compilation passes Luc Van Oostenryck
2017-09-15  7:40 ` [PATCH 2/8] dump-ir: allow to specify the passes to execute via cli's options Luc Van Oostenryck
2017-09-15  7:40 ` [PATCH 3/8] dump-ir: activate/deactive pass 'mem2reg' Luc Van Oostenryck
2017-09-15  7:40 ` [PATCH 4/8] dump-ir: set the default optimization level to 2 Luc Van Oostenryck
2017-09-15  7:40 ` [PATCH 5/8] dump-ir: use -O0 Luc Van Oostenryck
2017-09-15  7:40 ` [PATCH 6/8] dump-ir: saner use of fdump_linearize Luc Van Oostenryck
2017-09-15  7:40 ` [PATCH 7/8] dump-ir: rename -fdump-linearize to -fdump-ir Luc Van Oostenryck
2017-09-15  7:40 ` [PATCH 8/8] dump-ir: make it more flexible Luc Van Oostenryck
2017-09-15 17:06 ` [PATCH 0/8] dump the IR Christopher Li

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 NNTP newsgroup(s).