Linux Sparse
[Prev Page][Next Page]
- Re: [PATCH 2/6] Hardcode actual type sizes, add -m32 support, (continued)
- [PATCH] c2xml,
Rob Taylor
- declaration specifiers wooziness,
Alexey Dobriyan
- sparse ctags,
Aneesh Kumar
- support for C++ ?,
Mathieu Bouchard
- problems with qualifiers on arrays, Al Viro
- [PATCH 16/16] fix handling of integer constant expressions,
Al Viro
- [PATCH 15/16] deal with enum members without excessive PITA,
Al Viro
- [PATCH 14/16] warn on return <void expression>;, Al Viro
- [PATCH 13/16] in case of compound literal we want to delay examining type, Al Viro
- [PATCH 12/16] move degenerate() down into compatible_assignment_types(), Al Viro
- [PATCH 11/16] fix default argument promotion, Al Viro
- [PATCH 10/16] fix index conversions in evaluate_ptr_add(), Al Viro
- [PATCH 9/16] clean up usual_conversions(), kill evaluate_shift(), Al Viro
- [PATCH 8/16] clean up the typechecking in arithmetics, Al Viro
- [PATCH 7/16] cleanup of evaluate_assign_op(), Al Viro
- [PATCH 6/16] remove useless argument in evaluate_ptr_sub(), Al Viro
- [PATCH 5/16] remove long-dead variable in evaluate_ptr_add(), Al Viro
- [PATCH 4/16] null pointer constants have no special meaning for pointer subtraction, Al Viro
- [PATCH 3/16] mechanically split compatible_assignment_types(), Al Viro
- [PATCH 2/16] take cast_to() out of usual_conversions(), do it in callers, Al Viro
- [PATCH 1/16] missing NULL checks in initializer handling, Al Viro
- [patchset] rewrite of initializer handling,
Al Viro
- [PATCH] Fix -E handling,
Alexey Dobriyan
- Messing typedefs?,
Thomas Schmid
- Re: [RFC][PATCH 00/10] Sparse: Git's "make check" target,
Josh Triplett
- sparse missing bitwise warnings with dubious bitfields,
Johannes Berg
- Re: warnings in git-wireless,
Andrew Morton
- [PATCH] Improve error message if using a member of an incomplete struct or union,
Pavel Roskin
- sparse and ARRAY_SIZE() foolproofing, Alexey Dobriyan
- [PATCH] '\?' is a valid escape character defined by ANSI C. Its value is '?'.,
Michael Stefaniuc
- sizeof() problem, Michael Stefaniuc
- Please make "no member" error more informative, Pavel Roskin
- [RFC] infinite loop in free_preprocessor_line(),
Alexey Dobriyan
- pointer arithmetics and casts,
Al Viro
- comparison of safe pointers,
Al Viro
- [PATCH] better recovery from bad operations on bitwise, Al Viro
- [PATCH] fix interaction of typeof with bitwise types, Al Viro
- [PATCH] fix alignment for _Bool, Al Viro
- [PATCH] check for whitespace before object-like macro body, Al Viro
- [PATCH] saner reporting of overlaps in initializers, Al Viro
- [PATCH] handle __alignof as equivalent of __alignof__, Al Viro
- [patches] misc fixes,
Al Viro
- '$' as "valid" character in identifiers,
Michael Stefaniuc
- [PATCH 5/5] Add cygwin support to cgcc,
Ramsay Jones
- [PATCH 1/5] Fix an "'__sentinel__' attribute directive ignored" warning,
Ramsay Jones
- [PATCH 0/5] Sparse on Cygwin (and git).,
Ramsay Jones
- [PATCH 3/5] Add (more) support for WIN32 attribute names,
Ramsay Jones
- [PATCH 4/5] Fix an __attribute__() parsing error,
Ramsay Jones
- [PATCH] Beautify all & install Makefile targets v2,
Damien Lespiau
- [PATCH] Fix compilation warning on 64 bits platforms v2, Damien Lespiau
- [PATCH] Fix compilation warning on 64 bits platforms,
Damien Lespiau
- [PATCH] __DATE__ & __TIME expansion v2,
Damien Lespiau
- [PATCH] Beautify all & install Makefile targets,
Damien Lespiau
- [PATCH] Change sparse homepage in ctags headers.,
Damien Lespiau
- fun with ?:,
Al Viro
- Differences in the behaviour of sparse and gcc within cygwin environment,
Thomas Schmid
- [PATCH 0/2] Improved flow graphs,
Dan Sheridan
- Test that causes sparse to hang,
Josh Triplett
- Ignore the cdecl and stdcall attributes for now.,
Michael Stefaniuc
[PATCH 2/2] Add gvpr-based post-processing for graphs, Dan Sheridan
[PATCH 1/2] Improved graph generation using subgraph clusters for functions, Dan Sheridan
looking for any examples of using sparse,
Mish Mash
Re: inline functions and context,
Christopher Li
Listing special marked symbols - attribute section,
Thomas Schmid
Array declarators not well diagnosed, Neil Booth
Sparse 0.3 version number, Josh Triplett
barrier macro,
Randy Dunlap
Variable "combinations" in tokenize.c and token.h,
Josh Triplett
sparse -Wptr-subtraction-blows: still needed?,
Josh Triplett
[ANNOUNCE] Sparse 0.3 released, Josh Triplett
C++ support,
Mitesh Shah
Style checking,
Mike Goodwin
sparse preprocessing confused,
Randy Dunlap
0.3 ?,
Dave Jones
Wikipedia entry, Derek M Jones
[PATCH] Sparse- add macro bracket checking, Darren Jenkins\
[PATCH] Add const to pointer qualifiers for __chk_user_ptr and __chk_io_ptr.,
Russ Cox
Sparse RFC,
Darren Jenkins\
sparse segfault on ppc64.,
Dave Jones
Sparse participating in Google Summer of Code 2007; apply by March 24th, Josh Triplett
Sparse homepage moved; Git repository moving soon [Re: update 'getting sparse' info.],
Josh Triplett
constness bug in include/linux/compiler.h,
Russ Cox
sparse context tags,
Russ Cox
BUG: sparse redeclaration warning when assigning to a declared variable!,
Blaisorblade
sparse using insane amounts of memory,
Johannes Berg
[PATCH 5/5] Introduce keyword driven attribute parsing, Christopher Li
[PATCH 4/5] Introduce top level parsing for asm parsing., Christopher Li
[PATCH 2/5] Introducing statement keywords, Christopher Li
[PATCH 2/5] Free up some special bits in modifiers., Christopher Li
[PATCH 1/5] Moving statement parsing into smaller functions., Christopher Li
[PATCH 0/5] keyword driven parsing,
Christopher Li
sparse segfault in kernel -mm tree,
Randy Dunlap
[PATCH] Introduce expression_error,
Christopher Li
Bogus locking warnings,
Pavel Roskin
Fun with Linux 2.6.21-rc1,
Pavel Roskin
Over-eager code elimination?,
Dan Sheridan
__attribute__ annotations and struct types,
Daniel Drake
Sparse just seg faulted on me!,
Anton Altaparmakov
Bogus sparse warning?,
Anton Altaparmakov
Another sparse warning...,
Anton Altaparmakov
[PATCH 8] Adding spinlock checker, Christopher Li
[PATCH 7] Adding the interrupt checker,
Christopher Li
[PATCH 6] Adding the malloc NULL pointer checker., Christopher Li
[PATCH 5] Add annotation for inline function call., Christopher Li
[PATCH 4] Disable liveness "dead" instruction by default.,
Christopher Li
[PATCH 3] Fix core dump on huge switch,
Christopher Li
[PATCH 2] Fix core dump on anonymous symbol.,
Christopher Li
[PATCH 1] Adding debug option for showing the linearized instruction.,
Christopher Li
error, types differ in signedness,
Randy Dunlap
[ANNOUNCE] sparse-0.2-cl1 is now available,
Christopher Li
Feature request - suppress warnings for system libraries,
Pavel Roskin
Feature request - allow boolean operations of undefined cpp symbols,
Pavel Roskin
attributes are not stored at right location for array variables,
Mitesh Shah
Sparse fooled by double semicolon,
Pavel Roskin
[PATCH 11] Make the ptrlist using the sparse allocator.,
Christopher Li
[PATCH 10] Marking anonymous string.,
Christopher Li
[PATCH 9] Another attempt to fix the attribute parsing.,
Christopher Li
[PATCH 8] Enhance debug information.,
Christopher Li
[PATCH 7] Allow more than one command line include file.,
Christopher Li
[PATCH 5] Adding the NULL pointer checker.,
Christopher Li
[PATCH 5] Update usage chain for dead instruction.,
Christopher Li
[PATCH 4] Update usage chain for dead instruction,
Christopher Li
[PATCH 3] Add instruction to pseudo user tracking.,
Christopher Li
[PATCH] Change the symbol access list to pseudo list,
Christopher Li
[PATCH 1] The updated sparse ctags,
Christopher Li
How do I get the latest sparse?,
Mitesh Shah
[RFC] [PATCH 3/4] and other branch usage fix, Christopher Li
[RFC] [PATCH 4/4] adding the null pointer checking, Christopher Li
[RFC] [PATCH 2/4] remove dead branch usage, Christopher Li
[RFC] [PATCH 1/4] pseudo user chain fix., Christopher Li
[RFC] More checking with sparse 0/4, Christopher Li
Sparse and LLVM,
Sanghyeon Seo
[RFC PATCH] Handling multiple -include directives,
Pavel Roskin
Linux Kernel Markers format string idea,
Mathieu Desnoyers
[PATCH] adding anonymous string, Christopher Li
[PATCH][RFC] Adding instruction to pseudo user tracking., Christopher Li
[PATCH] Update README to match changes in the initialization code,
James Westby
[PATCH] Update the information in README about using the library.,
James Westby
[PATCH] Fix mistaken comparison that becomes a no-op.,
James Westby
[PATCH] Enhance debug information., Christopher Li
Re: [PATCH][take II] Re: sparse handles int64_t type wrong, Christopher Li
[PATCH] dissect: fix multidimensional array initializer,
Oleg Nesterov
[PATCH] dissect: simplify lookup_member(),
Oleg Nesterov
[PATCH] dissect: cleanup report_implicit(),
Oleg Nesterov
sparse handles int64_t type wrong,
Yura Pakhuchiy
basic block output order?,
Christopher Li
[PATCH] Sparse Ctags,
Christopher Li
sparse 0.2 - incomprehensible context warnings,
Ulrich Kunitz
[ANNOUNCE] Sparse 0.2 released, Josh Triplett
Re: [PATCH 1/7] use lookup_macro() in handle_undef(), Josh Triplett
cast truncates bits from constant value (8000000000000000 becomes 0),
Geert Uytterhoeven
[PATCH] delay removing file scope,
Christopher Li
[PATCH] cleanup write to argument array hack,
Christopher Li
[Index of Archives]
[Trinity Fuzzer Tool]
[Linux Kernel]
[Netdev]
[IETF Annouce]
[Security]
[Bugtraq]