linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-23 23:46:52 to 2020-09-30 23:18:52 UTC [more...]

[PATCH 00/13] add warnings for flexible arrays
 2020-09-30 23:18 UTC  (13+ messages)
` [PATCH 01/13] flex-array: add testcases
` [PATCH 02/13] flex-array: factor out common part of lay_out_{struct,union}()
` [PATCH 03/13] flex-array: do not lay out invalid struct members
` [PATCH 04/13] flex-array: flexible array members have zero size and alignment is OK
` [PATCH 05/13] flex-array: detect structures with a flexible array member
` [PATCH 06/13] flex-array: warn on flexible arrays in unions
` [PATCH 07/13] flex-array: warn if flexible array is not last
` [PATCH 08/13] flex-array: identify structures with a flexible array member
` [PATCH 09/13] flex-array: add helper has_flexible_array()
` [PATCH 11/13] flex-array: warn an arrays containing a flexible array
` [PATCH 12/13] flex-array: warn on flexible array in nested aggregate types
` [PATCH 13/13] flex-array: warn when a flexible array member has some padding

[PATCH] compiler.h: avoid escaped section names
 2020-09-30 23:10 UTC  (12+ messages)
        ` convert_section.pl attached

update to format parsing branch
 2020-09-30 22:15 UTC  (7+ messages)

Segmentation fault when running sparse with current linux master
 2020-09-25  8:46 UTC  (6+ messages)

Making structs with variable-sized arrays unsized?
 2020-09-18 21:04 UTC  (4+ messages)

[Spam] We are still waiting for your email
 2020-09-09  8:49 UTC 

[PATCH v2 0/3] fix & extend mask related testcases
 2020-09-08 15:39 UTC  (9+ messages)
` [PATCH v2 1/3] optim: fix some testcases related to bitfield manipulation
` [PATCH v2 2/3] add more testcases for existing AND/OR simplifications
` [PATCH v2 3/3] add more testcases for AND/OR simplification

[PATCH 0/3] fix & extend mask related testcases
 2020-09-06 21:15 UTC  (11+ messages)
` [PATCH 1/3] add more testcases for existing AND/OR simplifications
` [PATCH 2/3] add more testcases for AND/OR simplification
` [PATCH 3/3] optim: fix some testcases related to bitfield manipulation

[PATCH 0/3] add and use new helper: replace_with_value()
 2020-09-05 12:13 UTC  (4+ messages)
` [PATCH 1/3] add helper replace_with_value()
` [PATCH 2/3] use replace_with_value()
` [PATCH 3/3] replace_with_{pseudo,value}() can be tail-calls

[PATCH] testsuite: easier testing via script & makefile
 2020-09-05 11:19 UTC 

[PATCH 0/4] builtin: teach sparse to linearize __builtin_fma()
 2020-09-05 11:12 UTC  (5+ messages)
` [PATCH 1/4] add support for a new instruction: OP_FMA
` [PATCH 2/4] builtin: allow linearization to fail
` [PATCH 3/4] builtin: add declaration for __builtin_fma{,f,l}()
` [PATCH 4/4] builtin: teach sparse to linearize __builtin_fma()

sparse multiple address spaces?
 2020-08-19 21:48 UTC  (4+ messages)

sparse problem with duplicate __iomem?
 2020-08-18 20:11 UTC  (3+ messages)

Sparse improvements & regressions for Linux v5.8-rc1 -> v5.9-rc1
 2020-08-17  0:21 UTC 

[PATCH] cleanup: remove unneeded predeclaration of evaluate_cast()
 2020-08-15 13:45 UTC 

[PATCH 0/4] Fix shifts-assigns and avoid warns on deadcode
 2020-08-15 13:51 UTC  (10+ messages)
` [PATCH 1/4] shift-assign: add more testcases for bogus linearization
` [PATCH 2/4] shift-assign: fix linearization of shift-assign
` [PATCH 3/4] shift-assign: restrict shift count to unsigned int
` [PATCH 4/4] bad-shift: wait dead code elimination to warn about bad shifts

[PATCH 0/3] teach sparse about union casts
 2020-08-15 15:28 UTC  (4+ messages)
` [PATCH 1/3] union-cast: add some testcases
` [PATCH 2/3] union-cast: extract evaluate_compound_literal()
` [PATCH 3/3] union-cast: teach sparse about union casts

[PATCH] fix evaluate_ptr_add() when sizeof(offset) != sizeof(pointer)
 2020-08-15 16:12 UTC 

KASAN: global-out-of-bounds Read in precalculate_color
 2020-08-12  1:07 UTC 

[PATCH] fix is_scalar_type(): fouled types are scalars
 2020-08-11 16:47 UTC 

[PATCH] bug-assign-op0.c: fix test on 32-bit builds
 2020-08-11  4:45 UTC  (2+ messages)

[PATCH 0/7] doc: small tweaks to the online documentation
 2020-08-10 21:53 UTC  (8+ messages)
` [PATCH 1/7] doc: use a smaller logo in the sidebar
` [PATCH 2/7] doc: make the sidebar more compact
` [PATCH 3/7] doc: decrease vertical spacing
` [PATCH 4/7] doc: move down info about tarballs, after git repositories
` [PATCH 5/7] doc: reorganize the table of content
` [PATCH 6/7] doc: use shorter titles
` [PATCH 7/7] doc: add links to some external doc

[PATCH] warning: conditionalize "advancing past deep designator"
 2020-08-10  5:52 UTC 

[PATCH] force to 0 expressions which are erroneously non-constant
 2020-08-10  5:51 UTC 

[PATCH 00/10] separate parsing of asm-names from attributes
 2020-08-09 20:53 UTC  (11+ messages)
` [PATCH 01/10] use lookup_keyword() for qualifiers
` [PATCH 02/10] attribute: split handle_asm_name() from handle_attributes()
` [PATCH 03/10] attribute: fold parse_asm_declarator() into handle_asm_name()
` [PATCH 04/10] attribute: remove argument 'keywords' from handle_attributes()
` [PATCH 05/10] attribute: directly use attribute_specifier() to handle attributes
` [PATCH 06/10] attribute: factorize matching of '__attribute__'
` [PATCH 07/10] attribute: no need to lookup '__attribute__' in NS_KEYWORD
` [PATCH 08/10] testing for SYM_KEYWORD is unneeded for lookup_keyword()
` [PATCH 09/10] testing for sym->op "
` [PATCH 10/10] keyword type is a bitmask and must be tested so

sparse | upgrade to upstream v0.6.2 (!2)
 2020-08-09 19:21 UTC  (11+ messages)

[PATCH 0/8] simplify parsing of storage modifiers
 2020-08-09 16:52 UTC  (9+ messages)
` [PATCH 1/8] show-mod: add helper to show the modifiers but without ending space
` [PATCH 2/8] show-mod: no ending space when showing a single modifier
` [PATCH 3/8] show-mod: no extra space when showing modifiers + ident
` [PATCH 4/8] parse: rework handling of storage_class
` [PATCH 5/8] parse: associate modifiers with their keyword
` [PATCH 6/8] parse: let asm_modifier() use the keyword modifier
` [PATCH 7/8] parse: improve error messages concerning storage specifiers
` [PATCH 8/8] parse: simplify set_storage_class()

[PATCH] force to 0 expressions which are erroneously non-constant
 2020-08-09 16:41 UTC 

[PATCH 0/5] improve presenttation of the documentation
 2020-08-09 14:17 UTC  (6+ messages)
` [PATCH 1/5] doc: replace nocast-vs-bitwise document with its lore link
` [PATCH 2/5] doc: simplify the toctree
` [PATCH 3/5] doc: add index to the sidebar
` [PATCH 4/5] doc: remove link "edit on github"
` [PATCH 5/5] doc: shorter title for "submitting-patches.md"

[PATCH] fix checking if type is void
 2020-08-09 11:49 UTC 

[PATCH] delay 'empty character constant' warning to phase 5
 2020-08-08 16:39 UTC 

[PATCH 0/6] teach sparse about wide string initializers
 2020-08-08 16:11 UTC  (7+ messages)
` [PATCH 1/6] wstring: add support for evaluation of wide string
` [PATCH 2/6] wstring: add support for checking size in string initializer
` [PATCH 3/6] wstring: add support for examination of string initialization
` [PATCH 4/6] wstring: add helper is_wchar_type()
` [PATCH 5/6] wstring: extend is_string_type() to also detect wide strings
` [PATCH 6/6] wstring: call is_string_type() only when needed

[PATCH 0/3] fix evaluation of __sync_{bool,val}_compare_and_swap()
 2020-08-07 20:45 UTC  (4+ messages)
` [PATCH 1/3] add testcases for __sync_{bool,val}_compare_and_swap()
` [PATCH 2/3] export evaluate_arguments()
` [PATCH 3/3] add builtin support for __sync_{bool,val}_compare_and_swap()

sparse | upgrade to upstream v0.6.2 (!2)
 2020-08-05 19:58 UTC  (3+ messages)

Issue with inline functions and switch statements
 2020-08-04 20:25 UTC  (2+ messages)

[PATCH] doc: document the sparse's extensions
 2020-08-02 22:14 UTC 

[PATCH] fix diagnostic source path from command line
 2020-08-02 14:40 UTC 

[PATCH] sindex.1: Use ' for a plain quote char
 2020-08-01 16:41 UTC  (5+ messages)

[PATCH] fix build on Hurd which doesn't define PATH_MAX
 2020-08-01 12:20 UTC 

[PATCH] dissect: add support for _Generic
 2020-07-31 16:13 UTC  (11+ messages)
    ` [PATCH] dissect: support _Generic() a bit more

[PATCH v1] sindex: allow indexing outside the project tree
 2020-07-30 21:02 UTC  (4+ messages)

[PATCH] fix stream_prev() for invalid (negative) stream
 2020-07-29 22:01 UTC 

[PATCH] dissect: use struct symbol::visited/inspected instead of ::examined/evaluated
 2020-07-29 15:48 UTC  (3+ messages)

[PATCH] xtensa: fix configuration of endianness
 2020-07-25 20:56 UTC 

[PATCH] remove unsed field for EXPR_GENERIC
 2020-07-25 20:56 UTC 

[PATCH] generic: fix missing inlining of generic expression
 2020-07-24 22:26 UTC 

[PATCH 0/6] fix parsing of C99's array declarators
 2020-07-23 23:46 UTC  (4+ messages)
` [PATCH 4/6] simplify & fix parsing of "
` [PATCH 5/6] remove now unused match_idents()
` [PATCH 6/6] allow [*] in array declarators


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