Linux Sparse
[Prev Page][Next Page]
- [PATCH] Add testcases for bitwise cast on pointer,
Thiebaud Weksteen
- Re: [PATCH v2 1/4] tpm: Add explicit endianness cast,
Thiebaud Weksteen
- [PATCH] Makefile: Use find's -delete instead of -exec rm {} \;,
Uwe Kleine-König
- [PATCH] Honor CPPFLAGS,
Uwe Kleine-König
- [PATCH 0/3] fix typing of enums,
Luc Van Oostenryck
- Fwd: Noisy Sparse warnings,
Aurélien Aptel
- [PATCH] do not to ignore old preprocessor testcases, Luc Van Oostenryck
- [PATCH] fix: remove usage when killing symaddr (part 2), Luc Van Oostenryck
- [PATCH] fix: remove usage when killing symaddr (part 1), Luc Van Oostenryck
- [PATCH] fix comment about PSEUDO_SYM usage, Luc Van Oostenryck
- [PATCH] alloc: check if size is too big, Luc Van Oostenryck
- [PATCH] add test case bug expand union, Luc Van Oostenryck
- [PATCH] add testcases for packed bitfields, Luc Van Oostenryck
- [PATCH 0/3] warn on typedef redefinition,
Luc Van Oostenryck
- [PATCH] add testcase for array size type difference, Luc Van Oostenryck
- [PATCH] add testcase for enum / int type difference, Luc Van Oostenryck
- [PATCH v4] sparse: option to print compound global data symbol info,
Randy Dunlap
- [PATCH v3] sparse: add option to print compound global data symbol info,
Randy Dunlap
- [PATCH v4] sparse: add -Wpointer-arith flag to toggle sizeof(void) warnings,
Joey Pabalinas
- [PATCH v2] sparse: option to print compound global data symbol info,
Randy Dunlap
- [PATCH v3] sparse: add -Wpointer-arith flag to toggle sizeof(void) warnings,
Joey Pabalinas
- [PATCH V3] doc: copy-edit text related to applying sizeof to a _Bool,
Joey Pabalinas
- [PATCH V2] doc: copy-edit text related to applying sizeof to a _Bool,
Joey Pabalinas
- [PATCH] doc: copy-edit manual/warning text for sizeof(_Bool),
Joey Pabalinas
- [PATCH v2] add -Wpointer-arith sparse flag to toggle sizeof(void) warnings,
Joey Pabalinas
- [PATCH] add sparse flag to toggle sizeof(void) warnings,
Joey Pabalinas
- Re: Sparse false-positive warnings,
Christopher Li
- [PATCH 0/2] OP_SYMADDR is simply an unop,
Luc Van Oostenryck
- [PATCH] fix missing handling of OP_FNEG, Luc Van Oostenryck
- Re: [dhowells-fs:afs-next] BUILD REGRESSION 0c4555b845cdb41cc48a5831ec7c8d08df686062,
Fengguang Wu
- [GIT PULL] Sparse v0.5.2, Luc Van Oostenryck
- [PATCH v1 00/18] SSA conversion, the classical way,
Luc Van Oostenryck
- [PATCH v1 01/18] graph: build the CFG reverse postorder traversal, Luc Van Oostenryck
- [PATCH v1 02/18] graph: add debugging for (reverse) postorder traversal, Luc Van Oostenryck
- [PATCH v1 03/18] dom: calculate the dominance tree, Luc Van Oostenryck
- [PATCH v1 04/18] dom: add some debugging for the dominance tree, Luc Van Oostenryck
- [PATCH v1 05/18] dom: add support for dominance queries, Luc Van Oostenryck
- [PATCH v1 06/18] dom: build the domtree before optimization, Luc Van Oostenryck
- [PATCH v1 07/18] dom: use domtree for bb_dominates(), Luc Van Oostenryck
- [PATCH v1 08/18] sset: add implementation of sparse sets, Luc Van Oostenryck
- [PATCH v1 09/18] idf: compute the iterated dominance frontier, Luc Van Oostenryck
- [PATCH v1 10/18] idf: add test/debug/example, Luc Van Oostenryck
- [PATCH v1 11/18] add new helper: is_integral_type(), Luc Van Oostenryck
- [PATCH v1 12/18] add PSEUDO_UNDEF & undef_pseudo(), Luc Van Oostenryck
- [PATCH v1 13/18] add insert_phi_node(), Luc Van Oostenryck
- [PATCH v1 14/18] ptrmap: core implementation, Luc Van Oostenryck
- [PATCH v1 15/18] ptrmap: add type-safe interface, Luc Van Oostenryck
- [PATCH v1 16/18] ssa: SSA conversion, the classical way, Luc Van Oostenryck
- [PATCH v1 17/18] ssa: remove unused simplify_symbol_usage(), Luc Van Oostenryck
- [PATCH v1 18/18] ssa: phi worklist, Luc Van Oostenryck
- Re: [PATCH v1 00/18] SSA conversion, the classical way, Dibyendu Majumdar
- Re: [PATCH v1 00/18] SSA conversion, the classical way, Christopher Li
- [PATCH v2 0/2] doc: development options,
Luc Van Oostenryck
- [PATCH 0/4] improve the tests about the generated IR,
Luc Van Oostenryck
- [PATCH 0/7] kill more dead stores,
Luc Van Oostenryck
- [PATCH] fix dominance testing of mixed types,
Luc Van Oostenryck
- [PATCH 0/2] doc: development options,
Luc Van Oostenryck
- [PATCH] avoid deadborn loads & stores, Luc Van Oostenryck
- [PATCH] fix-return: remove special case for single return, Luc Van Oostenryck
- [PATCH] defer initialization of bb::context, Luc Van Oostenryck
- [PATCH] alloc: add missing #include "compat.h", Luc Van Oostenryck
- [PATCH] small code reorg of add_store(), Luc Van Oostenryck
- [PATCH] extract alloc_phisrc() from alloc_phi(), Luc Van Oostenryck
- [PATCH] fix: don't dump pointer value in error message,
Luc Van Oostenryck
- [PATCH 0/2] remove usage without killing dead instructions,
Luc Van Oostenryck
- [PATCH] show_label: add (and use) show_label(), Luc Van Oostenryck
- [PATCH 0/2] simplify null select,
Luc Van Oostenryck
- [PATCH] cleanup deadborn phi-sources, Luc Van Oostenryck
- [PATCH 0/8] fix optimization loops,
Luc Van Oostenryck
- Re: [tip:locking/core 9/11] include/asm-generic/atomic-instrumented.h:288:24: sparse: cast truncates bits from constant value (100 becomes 0),
Dmitry Vyukov
- [PATCH 0/2] add support for sizeof of VLAs,
Luc Van Oostenryck
- [PATCH] fix symbol cleanup, Luc Van Oostenryck
- [PATCH] fix address_taken(), Luc Van Oostenryck
- [PATCH 0/2] avoid repeated 'invalied access' warnings,
Luc Van Oostenryck
- [PATCH] testsuite: fix problem with double-escaping in patterns, Luc Van Oostenryck
- [PATCH 0/5] fix memops simplification / missing symaddr,
Luc Van Oostenryck
- sparse release 0.5.2-RC1,
Christopher Li
- [Bug 199061] New: Sparse IR does not provide enough information for value pseudos (PSEUDO_VAL) in certain situations,
bugzilla-daemon
- [Bug 199051] New: Sparse IR generation for initializers is generating STORE instructions with PSEUDO_VAL with value 0 but size greater than 64-bits,
bugzilla-daemon
- [Bug 198981] Make Sparse code more portable (avoid gcc extensions),
bugzilla-daemon
- [Kernel.org Bugzilla] Your account linux-sparse@xxxxxxxxxxxxxxx is being impersonated, bugzilla-daemon
- (#365722783) Gmail Forwarding Confirmation - Receive Mail from sparse.bugs@xxxxxxxxx,
Gmail Team
- How to determine if a struct is packed?,
Dan Carpenter
- Re: [GIT PULL] release 0.5.2,
Christopher Li
- [RFC PATCH] build dominator tree and dominance frontier fast!,
Christopher Li
- Merging Luc's master branch.,
Christopher Li
- LLVM fixes,
Dibyendu Majumdar
- Reintroduce sparse-next,
Dibyendu Majumdar
- regressions on HEAD,
Luc Van Oostenryck
[PATCH 00/10] add support for sphinx-doc,
Luc Van Oostenryck
- [PATCH 01/10] doc: fix typo in options.md, Luc Van Oostenryck
- [PATCH 02/10] doc: fix markdown syntax, Luc Van Oostenryck
- [PATCH 03/10] doc: fix headings, Luc Van Oostenryck
- [PATCH 04/10] doc: add minimal support for sphinx-doc, Luc Van Oostenryck
- [PATCH 05/10] doc: add logo, Luc Van Oostenryck
- [PATCH 06/10] doc: automatically set the copyright date, Luc Van Oostenryck
- [PATCH 07/10] doc: allow .md with py3-sphinx, Luc Van Oostenryck
- [PATCH 08/10] doc: move sparse.txt to markdown and rename it, Luc Van Oostenryck
- [PATCH 09/10] doc: the man page in reST, Luc Van Oostenryck
- [PATCH 10/10] doc: fix weirdness with option lists, Luc Van Oostenryck
- Re: [PATCH 00/10] add support for sphinx-doc, Randy Dunlap
[PATCH] fix accesses through incorrect union members,
Jann Horn
sparse maintenance pace?,
Jason A. Donenfeld
[PATCH] evaluate: fix dereferencing function pointers,
Jann Horn
[DRAFT PATCH 0/3] add support for restricted enums,
Luc Van Oostenryck
bitwise enums,
Matthew Wilcox
[PATCH] ban use of 'true' or 'false', Luc Van Oostenryck
[PATCH] testsuite: fix typo with 'test-suite format -a', Luc Van Oostenryck
[PATCH] 'amd64' is also ok for sparse-llvm, Luc Van Oostenryck
[PATCH 0/6] move the optimization loop in its own file,
Luc Van Oostenryck
[PATCH 0/2] use '-MP' & '-MMD' to generate dependencies,
Luc Van Oostenryck
[PATCH] use '%lld' for printing long longs, Luc Van Oostenryck
[RFC PATCH 0/2] use a single multiplication instruction,
Luc Van Oostenryck
[PATCH] quiet memset() warning with sizeof(VLA),
Luc Van Oostenryck
[PATCH 0/4] expansion of builtin FP predicates (isinf(), ...),
Luc Van Oostenryck
[PATCH] disable sparse warnings about unknown attributes,
Luc Van Oostenryck
[PATCH 0/2] simplify types for struct access_data,
Luc Van Oostenryck
[PATCH 0/5] IR cleanup,
Luc Van Oostenryck
[PATCH 0/2] cleanup show OP_SYMADDR/PSEUDO_SYM,
Luc Van Oostenryck
warning: division by zero,
Randy Dunlap
[PATCH 0/2] small cleanup for sparse-llvm.c,
Luc Van Oostenryck
[RFC PATCH 0/2] drop the concept of 'known-but-ignored' attributes,
Luc Van Oostenryck
[PATCH v2 00/10] fix usage when killing loads & stores,
Luc Van Oostenryck
- [PATCH v2 01/10] add testcase for bad killing of dominated stores, Luc Van Oostenryck
- [PATCH v2 02/10] add testcases for converted loads, Luc Van Oostenryck
- [PATCH v2 03/10] fix killing of converted loads, Luc Van Oostenryck
- [PATCH v2 04/10] kill dead stores when simplifying symbols, Luc Van Oostenryck
- [PATCH v2 05/10] fix usage of deadborn loads, Luc Van Oostenryck
- [PATCH v2 06/10] add helper for pseudo's user-list's size, Luc Van Oostenryck
- [PATCH v2 07/10] add helper: has_users(), Luc Van Oostenryck
- [PATCH v2 08/10] use has_users() in dead_insn() too, Luc Van Oostenryck
- [PATCH v2 09/10] let kill_instruction() report if changes were made, Luc Van Oostenryck
- [PATCH v2 10/10] kill dead loads, Luc Van Oostenryck
[PATCH] sparse: ignore indirect_branch attribute,
Randy Dunlap
[PATCH] let struct access_data use a single type, Luc Van Oostenryck
[PATCH] cleanup: remove unused 'struct pseudo_ptr_list',
Luc Van Oostenryck
[PATCH 0/9] fix usage when killing loads & stores,
Luc Van Oostenryck
[PATCH] fix missing checks for deleted instructions,
Luc Van Oostenryck
[PATCH 0/2] fix dead dominator,
Luc Van Oostenryck
[PATCH 0/2] fix usage in converted loads,
Luc Van Oostenryck
[PATCH] extract extract eval_insn() from simplify_constant_binop(), Luc Van Oostenryck
[PATCH] fix examination of bad typeof, Luc Van Oostenryck
[PATCH 0/8] avoid duplicated warnings,
Luc Van Oostenryck
[PATCH 1/3] compiler-gcc.h: Introduce __optimize function attribute,
Geert Uytterhoeven
[PATCH] remove warning "call with no type",
Luc Van Oostenryck
wrong "imbalanced unlock" warning?,
Aurélien Aptel
[PATCH] lib.c: early return from handle_onoff_switch(),
Randy Dunlap
should we document more command line options,
Randy Dunlap
[PATCH] test-suite: handle format with filename.c not existing,
Randy Dunlap
[PATCH 0/3] fix ignored type attributes,
Luc Van Oostenryck
symbol.h question,
Randy Dunlap
[PATCH] Documentation: editing fixes in test-suite,
Randy Dunlap
[PATCH] also report type & size when warning on non-power-of-2 pointer subtraction, Luc Van Oostenryck
[PATCH] doc: fix manpage formatting,
Luc Van Oostenryck
[PATCH] sparse: option to print compound global data symbol info,
Randy Dunlap
[PATCH] Documentation: make data-structures.txt easier to read,
Randy Dunlap
[PATCH] sparse: minor manpage corrections,
Randy Dunlap
Re: [mm 4.15-rc8] Random oopses under memory pressure.,
Luc Van Oostenryck
[RFC] proper handling of #pragma,
foobar
sparse ctags segfaults (latest git),
foobar
[PATCH 0/2] teach sparse about -funsigned-char & friends,
Luc Van Oostenryck
[PATCH] teach sparse about '-fmax-warnings', Luc Van Oostenryck
[PATCH 0/2] llvm: improve default/zero initialization,
Luc Van Oostenryck
[PATCH 0/2] restore CSE of floating-point compares,
Luc Van Oostenryck
[PATCH] add testcases for type comparison, Luc Van Oostenryck
[PATCH 0/2] fix crash on bad expression in linearize_switch(),
Luc Van Oostenryck
[PATCH] fix implicit size of unsized arrays,
Luc Van Oostenryck
[PATCH] llvm: fix: previous function ref MUST be reused, Luc Van Oostenryck
Re: [PATCH 2/2] Introduce __cond_lock_err,
Josh Triplett
[PATCH 0/2] fix examination of base type,
Luc Van Oostenryck
[PATCH 0/3] multiple dereference in function calls,
Luc Van Oostenryck
[PATCH 0/3] fix function calls via pointers,
Luc Van Oostenryck
[PATCH] bug.h: Work around GCC PR82365 in BUG(),
Arnd Bergmann
[PATCH] testcases: add missing return statements, Luc Van Oostenryck
[PATCH] testsuite: allow default args from environment for test commands, Luc Van Oostenryck
[PATCH] testsuite: process extra options without exec, Luc Van Oostenryck
[PATCH 0/6] whitespace & '-D' option,
Luc Van Oostenryck
[PATCH 00/16] testsuite improvements,
Luc Van Oostenryck
- [PATCH 01/16] testsuite: make the '%.t' rule depends on PROGRAMS too, Luc Van Oostenryck
- [PATCH 02/16] testsuite: fix a few more incorrect check-commands, Luc Van Oostenryck
- [PATCH 03/16] testsuite: convert to the new pattern syntax, Luc Van Oostenryck
- [PATCH 04/16] testsuite: remove old ugly pattern syntax, Luc Van Oostenryck
- [PATCH 05/16] testsuite: move verbose/error() before get_tag_value(), Luc Van Oostenryck
- [PATCH 06/16] testsuite: add & use warning(), Luc Van Oostenryck
- [PATCH 07/16] testsuite: reset 'quiet' at the start of each testcase, Luc Van Oostenryck
- [PATCH 08/16] testsuite: fix invalid 'check-...' tags, Luc Van Oostenryck
- [PATCH 09/16] testsuite: validate the 'check-...' tags, Luc Van Oostenryck
- [PATCH 10/16] testsuite: early return in getopt loop, Luc Van Oostenryck
- [PATCH 11/16] testsuite: move do_test_suite out of the getopt loop, Luc Van Oostenryck
- [PATCH 12/16] testsuite: move no-arg out of the getopt loop, Luc Van Oostenryck
- [PATCH 13/16] testsuite: change do_usage text, Luc Van Oostenryck
- [PATCH 14/16] testsuite: allow to test only a subdir, Luc Van Oostenryck
- [PATCH 15/16] testsuite: default to shift in the getopt loop, Luc Van Oostenryck
- [PATCH 16/16] testsuite: add support for 'format -a', Luc Van Oostenryck
- Re: [PATCH 00/16] testsuite improvements, Christopher Li
[PATCH 0/3] add missing degenerate() for logical-not,
Luc Van Oostenryck
[PATCH] fix: build sparse-llvm on i686s too.,
Luc Van Oostenryck
function designators & function pointers,
Luc Van Oostenryck
[PATCH 0/2] fix missing base type examination,
Luc Van Oostenryck
[PATCH v2] add __builtin functions for isinf_sign, isfinite and isnan,
Logan Gunthorpe
[PATCH] add __builtin functions for isinf_sign, isfinite and isnan,
Logan Gunthorpe
[PATCH 2/2] V2 sparse-llvm: use pseudo->size to select llvm integer type, Christopher Li
[PATCH 1/2] V2 Give the constant pseudo value a size,
Christopher Li
[PATCH 0/2] V2 llvm constant value pseudo size fix,
Christopher Li
[Index of Archives]
[Trinity Fuzzer Tool]
[Linux Kernel]
[Netdev]
[IETF Annouce]
[Security]
[Bugtraq]