All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] normalize pseudos numbering
@ 2017-06-03  7:34 Luc Van Oostenryck
  2017-06-03  7:34 ` [PATCH 1/3] rename 'struct warning' to 'struct flag' Luc Van Oostenryck
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Luc Van Oostenryck @ 2017-06-03  7:34 UTC (permalink / raw)
  To: linux-sparse; +Cc: Chris Li, Luc Van Oostenryck

The goal of this series is to add a phase of renumbering
of all pseudos so that the pseudos' name are much less
dependent on linearization and optimization details
and thus make the output of test-linearize much more suited
for the test cases.

Luc Van Oostenryck (3):
  rename 'struct warning' to 'struct flag'
  let handle_simple_switch() handle an array of flags
  allow to normalize the pseudos

 Makefile         |   1 +
 lib.c            |  42 ++++++++++++--------
 lib.h            |   1 +
 linearize.h      |   1 +
 norm-pseudo.c    | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 test-linearize.c |   2 +
 test-unssa.c     |   2 +
 7 files changed, 149 insertions(+), 17 deletions(-)
 create mode 100644 norm-pseudo.c

-- 
2.13.0


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

end of thread, other threads:[~2017-06-06  2:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-03  7:34 [PATCH 0/3] normalize pseudos numbering Luc Van Oostenryck
2017-06-03  7:34 ` [PATCH 1/3] rename 'struct warning' to 'struct flag' Luc Van Oostenryck
2017-06-03  7:34 ` [PATCH 2/3] let handle_simple_switch() handle an array of flags Luc Van Oostenryck
2017-06-03  7:34 ` [PATCH 3/3] allow to normalize the pseudos Luc Van Oostenryck
2017-06-05 18:45   ` Christopher Li
2017-06-05 19:54     ` Luc Van Oostenryck
2017-06-05 20:50       ` Christopher Li
2017-06-05 22:10         ` Luc Van Oostenryck
2017-06-06  2:42           ` Christopher Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.