linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-11 14:25:46 to 2018-01-24 19:13:30 UTC [more...]

[PATCH] test-suite: handle format with filename.c not existing
 2018-01-24 19:13 UTC  (9+ messages)

[PATCH] doc: fix manpage formatting
 2018-01-24  8:18 UTC  (3+ messages)

[PATCH] Documentation: editing fixes in test-suite
 2018-01-23 10:59 UTC  (4+ messages)

[PATCH] sparse: minor manpage corrections
 2018-01-23 10:50 UTC  (4+ messages)

[PATCH] sparse: option to print compound global data symbol info
 2018-01-23 10:46 UTC  (3+ messages)

symbol.h question
 2018-01-22  9:15 UTC  (3+ messages)

[PATCH 0/3] fix ignored type attributes
 2018-01-22  6:36 UTC  (4+ messages)
` [PATCH 1/3] add testcases for "
` [PATCH 2/3] move up apply_ctype()'s declaration
` [PATCH 3/3] fix: do not ignore struct/union/enum type attributes

[PATCH] also report type & size when warning on non-power-of-2 pointer subtraction
 2018-01-21 16:18 UTC 

[PATCH] Documentation: make data-structures.txt easier to read
 2018-01-21  2:30 UTC  (3+ messages)

[RFC] proper handling of #pragma
 2018-01-20 15:12 UTC  (3+ messages)

[mm 4.15-rc8] Random oopses under memory pressure
 2018-01-20 14:45 UTC  (2+ messages)

Donation of 4,800,000.00 EUR
 2018-01-15 23:39 UTC 

sparse ctags segfaults (latest git)
 2018-01-05 17:26 UTC  (12+ messages)
` [PATCH 0/2] fix crash in ctags.c
  ` [PATCH 1/2] give a type to builtin functions
  ` [PATCH 2/2] ctags: avoid null deref

Spende von € 3.400.000,00 EUR
 2017-12-31 22:10 UTC 

[PATCH 1/2] V2 Give the constant pseudo value a size
 2017-12-30  3:44 UTC  (3+ messages)

[PATCH 0/2] teach sparse about -funsigned-char & friends
 2017-12-29 21:46 UTC  (3+ messages)
` [PATCH 1/2] let handle_switches() also handle reverse logic
` [PATCH 2/2] add support for '-f[no-][un]signed-char'

[PATCH] teach sparse about '-fmax-warnings'
 2017-12-28 23:23 UTC 

[PATCH 0/2] llvm: improve default/zero initialization
 2017-12-28 22:30 UTC  (3+ messages)
` [PATCH 1/2] llvm: simplify emit of null pointers
` [PATCH 2/2] llvm: default init of arrays & structs

[PATCH 0/2] restore CSE of floating-point compares
 2017-12-28 22:17 UTC  (3+ messages)
` [PATCH 1/2] add testcase for "
` [PATCH 2/2] fix: restore CSE on "

[PATCH] fix implicit size of unsized arrays
 2017-12-28 22:10 UTC  (7+ messages)

sparse-llvm array size computation issue
 2017-12-28 21:30 UTC  (6+ messages)

[PATCH] add testcases for type comparison
 2017-12-28 20:56 UTC 

[PATCH 0/2] fix crash on bad expression in linearize_switch()
 2017-12-28 17:25 UTC  (3+ messages)
` [PATCH 1/2] warn on empty parenthesized expressions
` [PATCH 2/2] fix crash on bad expression in linearize_switch()

[PATCH] llvm: fix: previous function ref MUST be reused
 2017-12-27 15:18 UTC 

[PATCH 2/2] Introduce __cond_lock_err
 2017-12-27 14:38 UTC  (3+ messages)

You will definetely be interested
 2017-12-27 10:23 UTC 

[PATCH 0/2] fix examination of base type
 2017-12-21  0:30 UTC  (3+ messages)
` [PATCH 1/2] add testcases for unexamined "
` [PATCH 2/2] fix: evaluate_dereference() "

[PATCH 0/3] multiple dereference in function calls
 2017-12-21  0:19 UTC  (4+ messages)
` [PATCH 1/3] add testcases for multiple deref of calls
` [PATCH 2/3] avoid unneeded alloc on error path
` [PATCH 3/3] dereference of a function is a no-op

[PATCH 0/3] fix function calls via pointers
 2017-12-21  0:06 UTC  (4+ messages)
` [PATCH 1/3] add testcases for the linearization of calls
` [PATCH 2/3] simplify linearize_call_expression()
` [PATCH 3/3] fix linearize (*fun)()

[PATCH] bug.h: Work around GCC PR82365 in BUG()
 2017-12-20  9:01 UTC  (6+ messages)

[PATCH] testcases: add missing return statements
 2017-12-17 15:04 UTC 

[PATCH] testsuite: allow default args from environment for test commands
 2017-12-17 15:03 UTC 

[PATCH] testsuite: process extra options without exec
 2017-12-17 15:00 UTC 

[PATCH 0/6] whitespace & '-D' option
 2017-12-17 14:58 UTC  (9+ messages)
` [PATCH 1/6] add testcase for 'sparse -D M...'
` [PATCH 2/6] fix: accept "
` [PATCH 3/6] testsuite: add test case for quoting of command's arguments
` [PATCH 4/6] testsuite: respect command line's quotes & whitespaces
` [PATCH 5/6] add test case for space within command line
` [PATCH 6/6] fix: spaces in macro definition on the "

[PATCH 00/16] testsuite improvements
 2017-12-10 17:25 UTC  (19+ messages)
` [PATCH 01/16] testsuite: make the '%.t' rule depends on PROGRAMS too
` [PATCH 02/16] testsuite: fix a few more incorrect check-commands
` [PATCH 03/16] testsuite: convert to the new pattern syntax
` [PATCH 04/16] testsuite: remove old ugly "
` [PATCH 05/16] testsuite: move verbose/error() before get_tag_value()
` [PATCH 06/16] testsuite: add & use warning()
` [PATCH 07/16] testsuite: reset 'quiet' at the start of each testcase
` [PATCH 08/16] testsuite: fix invalid 'check-...' tags
` [PATCH 09/16] testsuite: validate the "
` [PATCH 10/16] testsuite: early return in getopt loop
` [PATCH 11/16] testsuite: move do_test_suite out of the "
` [PATCH 12/16] testsuite: move no-arg "
` [PATCH 13/16] testsuite: change do_usage text
` [PATCH 14/16] testsuite: allow to test only a subdir
` [PATCH 15/16] testsuite: default to shift in the getopt loop
` [PATCH 16/16] testsuite: add support for 'format -a'

[PATCH 0/3] add missing degenerate() for logical-not
 2017-12-10 17:24 UTC  (7+ messages)
` [PATCH 1/3] add more testcases for using addresses in conditionals
` [PATCH 2/3] add testcases linearization of degenerated arrays/functions
` [PATCH 3/3] fix: add missing degenerate() for logical not

[PATCH] fix: build sparse-llvm on i686s too
 2017-12-07  2:20 UTC  (2+ messages)

function designators & function pointers
 2017-11-27 18:23 UTC  (2+ messages)

[GIT PULL] llvm fixes
 2017-11-26 19:34 UTC  (13+ messages)

[PATCH 0/2] fix missing base type examination
 2017-11-26 19:18 UTC  (5+ messages)
` [PATCH 1/2] add test case unexamined base type
` [PATCH 2/2] fix: evaluate_dereference() "

Interaction between bitfields and casts
 2017-11-25 16:18 UTC  (5+ messages)
      ` [SPARSE] cast rework (was: Re: Interaction between bitfields and casts)

(unknown),
 2017-11-19 20:07 UTC 

[PATCH 0/4] floating-point specific instructions
 2017-11-18 14:27 UTC  (2+ messages)

[PATCH v2] add __builtin functions for isinf_sign, isfinite and isnan
 2017-11-17 23:39 UTC  (6+ messages)

[PATCH v4 00/38] Makefile reognization
 2017-11-17  9:23 UTC  (10+ messages)
` [PATCH v4 31/38] build: simplify quiet commands
` [PATCH v4 32/38] build: simplify clean pattern
` [PATCH v4 33/38] build: add *.o to clean-check pattern
` [PATCH v4 34/38] build: avoid foreach
` [PATCH v4 35/38] build: reorg & add comment
` [PATCH v4 36/38] build: use a single space before assignments
` [PATCH v4 37/38] build: add rule to run a single test
` [PATCH v4 38/38] build: let -fno-strict-aliasing be a mandatory flag

[PATCH] add __builtin functions for isinf_sign, isfinite and isnan
 2017-11-16 23:02 UTC  (2+ messages)

Work With Us!
 2017-11-15 20:55 UTC 

[PATCH 0/2] V2 llvm constant value pseudo size fix
 2017-11-13 23:23 UTC  (3+ messages)

[PATCH 2/2] V2 sparse-llvm: use pseudo->size to select llvm integer type
 2017-11-13 15:28 UTC 

Re:
 2017-11-13 14:55 UTC 

Hello Dear
 2017-11-13 12:08 UTC 

[PATCH 0/2] Fix illegal simplification of volatile stores
 2017-11-13  1:27 UTC  (14+ messages)
` [PATCH 1/2] add test case for bogus volatile simplification
` [PATCH 2/2] fix: volatile stores must not be simplified

[PATCH 1/5] plugins: implement format_template attribute
 2017-11-12 21:19 UTC 

(unknown),
 2017-11-12 15:10 UTC 

[PATCH] flush stdout when warning
 2017-11-11 16:31 UTC 

[PATCH] Makefile: use locally built sparse in the selfcheck target
 2017-11-11 14:44 UTC  (9+ messages)


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