All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] Trivial sparse patches
@ 2008-12-15  0:25 Alexey Zaytsev
  2008-12-15  0:25 ` [PATCH 01/15] Evaluate iterator symbols Alexey Zaytsev
                   ` (14 more replies)
  0 siblings, 15 replies; 24+ messages in thread
From: Alexey Zaytsev @ 2008-12-15  0:25 UTC (permalink / raw)
  To: Josh Triplett; +Cc: Blue Swirl, Christopher Li, linux-sparse, David Given

Hello.

Here are a few sparse patches that I have collected
from the mailing list and from my own repository
and that I consider either trivial or harmless.
There is an other series that might require some
more review/discussion, which I'll send later.

You can pull the patches from brahch 'trivial' of
git://git.zaytsev.su/git/sparse.git

Please check that everything is correct and that
all theese patches are still intended for mainline
inclusion.

Also, we need sign-offs for theese patches:
David Given (2):
      Add type information to struct instruction.
      Unhardcode byte size being 8 bits.
---

Alexey Zaytsev (9):
      Warning should be enough for an unhandled transparent union
      A slightly edited irc discussion with Josh Triplett.
      Gdb macros to get a better look at some sparse data structures.
      Handle missing argument to -D.
      Mark handle_switch as static and don't export it from lib.h
      Looks more evident this way.
      Handle a terminal -o option properly.
      Make show_symbol newline-consistent
      Replace the -specs cgcc option with -target

Blue Swirl (2):
      OpenBSD support
      Sparc64 (Sparc V9, LP64) support

Christopher Li (2):
      Remove pre_buffer
      Evaluate iterator symbols

David Given (2):
      Add type information to struct instruction.
      Unhardcode byte size being 8 bits.


 Documentation/data-structures.txt |   54 ++++++
 Makefile                          |   20 +-
 cgcc                              |   12 +
 compat-bsd.c                      |   20 ++
 compile-i386.c                    |    2 
 evaluate.c                        |   27 ++-
 example.c                         |    2 
 expand.c                          |    2 
 flow.c                            |   10 +
 gdbhelpers                        |  310 +++++++++++++++++++++++++++++++++++++
 lib.c                             |   40 +++--
 lib.h                             |    1 
 linearize.c                       |    4 
 linearize.h                       |    1 
 parse.c                           |    2 
 show-parse.c                      |    9 +
 symbol.c                          |   12 +
 target.h                          |   10 +
 token.h                           |    2 
 tokenize.c                        |   21 +--
 20 files changed, 494 insertions(+), 67 deletions(-)
 create mode 100644 Documentation/data-structures.txt
 create mode 100644 compat-bsd.c
 create mode 100644 gdbhelpers

--

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

end of thread, other threads:[~2008-12-24 23:27 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-15  0:25 [PATCH 00/15] Trivial sparse patches Alexey Zaytsev
2008-12-15  0:25 ` [PATCH 01/15] Evaluate iterator symbols Alexey Zaytsev
2008-12-15  0:26 ` [PATCH 02/15] Unhardcode byte size being 8 bits Alexey Zaytsev
2008-12-15  0:26 ` [PATCH 03/15] Add type information to struct instruction Alexey Zaytsev
2008-12-23  3:21   ` Christopher Li
2008-12-23  4:46     ` Alexey Zaytsev
2008-12-23  5:38       ` Christopher Li
2008-12-23 11:23     ` David Given
2008-12-24  3:09       ` Christopher Li
2008-12-24 23:01         ` David Given
2008-12-24 23:27           ` Christopher Li
2008-12-24  4:53       ` Alexey Zaytsev
2008-12-15  0:26 ` [PATCH 04/15] Replace the -specs cgcc option with -target Alexey Zaytsev
2008-12-15  0:26 ` [PATCH 05/15] Remove pre_buffer Alexey Zaytsev
2008-12-15  0:26 ` [PATCH 06/15] Sparc64 (Sparc V9, LP64) support Alexey Zaytsev
2008-12-15  0:26 ` [PATCH 07/15] OpenBSD support Alexey Zaytsev
2008-12-15  0:26 ` [PATCH 08/15] Make show_symbol newline-consistent Alexey Zaytsev
2008-12-15  0:27 ` [PATCH 09/15] Handle a terminal -o option properly Alexey Zaytsev
2008-12-15  0:27 ` [PATCH 10/15] Looks more evident this way Alexey Zaytsev
2008-12-15  0:27 ` [PATCH 11/15] Mark handle_switch as static and don't export it from lib.h Alexey Zaytsev
2008-12-15  0:27 ` [PATCH 12/15] Handle missing argument to -D Alexey Zaytsev
2008-12-15  0:27 ` [PATCH 13/15] Gdb macros to get a better look at some sparse data structures Alexey Zaytsev
2008-12-15  0:27 ` [PATCH 14/15] A slightly edited irc discussion with Josh Triplett Alexey Zaytsev
2008-12-15  0:27 ` [PATCH 15/15] Warning should be enough for an unhandled transparent union Alexey Zaytsev

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.