linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-23 20:17:26 to 2017-09-15 08:47:11 UTC [more...]

[PATCH 00/15] testcases for bugs
 2017-09-15  8:46 UTC  (2+ messages)
` [PATCH 01/15] add test case for using multiple input files

[PATCH] compile-i386: make use of expression_list_size()
 2017-09-15  7:46 UTC  (2+ messages)

[PATCH 0/8] dump the IR
 2017-09-15  7:40 UTC  (9+ messages)
` [PATCH 1/8] dump-ir: add defines for the compilation passes
` [PATCH 2/8] dump-ir: allow to specify the passes to execute via cli's options
` [PATCH 3/8] dump-ir: activate/deactive pass 'mem2reg'
` [PATCH 4/8] dump-ir: set the default optimization level to 2
` [PATCH 5/8] dump-ir: use -O0
` [PATCH 6/8] dump-ir: saner use of fdump_linearize
` [PATCH 7/8] dump-ir: rename -fdump-linearize to -fdump-ir
` [PATCH 8/8] dump-ir: make it more flexible

[PATCH 0/9] Simplify the parsion of options
 2017-09-15  7:32 UTC  (10+ messages)
` [PATCH 1/9] option: add helper to parse/match command line options
` [PATCH 2/9] option: rename 'struct warning' to 'struct flag'
` [PATCH 3/9] option: let handle_simple_switch() handle an array of flags
` [PATCH 4/9] option: extract OPTION_NUMERIC() from handle_switch_fmemcpy_max_count()
` [PATCH 5/9] option: add support for options with 'zero is infinity'
` [PATCH 6/9] option: add support for '-<some-option>=unlimited'
` [PATCH 7/9] option: use OPTION_NUMERIC() for handle_switch_fmemcpy_max_count()
` [PATCH 8/9] option: constify match_option()
` [PATCH 9/9] option: handle switches by table

[PATCH 00/28] testsuite improvements
 2017-09-15  7:13 UTC  (29+ messages)
` [PATCH 01/28] testsuite: 'echo -n' may not be interpreted as '-n'
` [PATCH 02/28] testsuite: allow to test a few cases at once
` [PATCH 03/28] testsuite: move verbose() & error()
` [PATCH 04/28] testsuite: better message for pattern nbr checking
` [PATCH 05/28] testsuite: better message for pattern absence/presence
` [PATCH 06/28] testsuite: saner checking of pattern occurences
` [PATCH 07/28] testsuite: clearer result summary
` [PATCH 08/28] testsuite: check error messages first
` [PATCH 09/28] testsuite: saner handling of 'must_fail'
` [PATCH 10/28] testsuite: allow to parse several options
` [PATCH 11/28] testsuite: add support for -q|--quiet
` [PATCH 12/28] testsuite: add support for -a|--abort
` [PATCH 13/28] testsuite: get options from env too
` [PATCH 14/28] testsuite: allow --format & --single
` [PATCH 15/28] testsuite: remove useless selftest
` [PATCH 16/28] testsuite: remove useless test-be.c
` [PATCH 17/28] testsuite: extract disable()
` [PATCH 18/28] testsuite: simplify documentation
` [PATCH 19/28] testsuite: allow arch-specific tests
` [PATCH 20/28] testsuite: save screen real estate
` [PATCH 21/28] testsuite: add a blank line before format
` [PATCH 22/28] testsuite: 'quiet' must be initialized earlier
` [PATCH 23/28] testsuite: move up arg_file()
` [PATCH 24/28] testsuite: make do_format() more self-contained
` [PATCH 25/28] testsuite: format: saner defaults handling
` [PATCH 26/28] testsuite: format: strip .c from default name
` [PATCH 27/28] testsuite: add support for 'format -f'
` [PATCH 28/28] testsuite: add support for 'format -l'

[PATCH] use shorter name for constexpr tests
 2017-09-15  6:53 UTC 

SMATCH indicates warning to almost all files in Linux Kernel + ARM
 2017-09-15  5:41 UTC  (5+ messages)

[PATCH] cgcc: teach cgcc about GNU/kFreeBSD
 2017-09-15  5:09 UTC  (4+ messages)

[PATCH] build: only generate version.h when needed and remove it in clean target
 2017-09-14 18:45 UTC 

Some thoughts on the SSA debate
 2017-09-13 19:10 UTC  (8+ messages)

Potential problem with variable handling - Was: Handling of local variables in the backend
 2017-09-13 13:42 UTC  (4+ messages)

Handling of local variables in the backend
 2017-09-13 10:22 UTC  (5+ messages)

Bug#873508: sparse test failures on ppc32le (and other not so common archs)
 2017-09-12 15:53 UTC  (39+ messages)
  `  "
              ` [PATCH] build: disable sparse-llvm on non-x86

Experimenting with dmrC as backend for Lua
 2017-09-12 12:00 UTC 

[PATCH] compile-i386.c: fix a memory leak in sort_array()
 2017-09-12  5:26 UTC  (2+ messages)

Sparse-llvm question regarding handling of phi/phsrc instructions
 2017-09-08 10:11 UTC  (4+ messages)

Another code snippet that Sparse has problems with
 2017-09-07 20:22 UTC  (4+ messages)

no more tar balls?
 2017-09-07 12:37 UTC  (5+ messages)

master merge plans
 2017-09-07  7:38 UTC  (33+ messages)
      ` Simple SSA status

Question about Sparse Linear form and pseudos
 2017-09-07  2:22 UTC  (8+ messages)

[ANN] dmr_C 0.1 alpha release
 2017-09-07  1:35 UTC  (4+ messages)

[RFC PATCH 00/48] fix promotion of symbol to register
 2017-09-03 19:24 UTC  (15+ messages)
` [RFC PATCH 17/48] dump-ir: rename -fdump-linearize to -fdump-ir
` [RFC PATCH 42/48] mem2reg: rename one->target to dom
` [RFC PATCH 43/48] mem2reg: get recursion right
` [RFC PATCH 44/48] mem2reg: don't check dominance by removed instructions
` [RFC PATCH 45/48] mem2reg: update copyright
` [RFC PATCH 46/48] mem2reg: allow dumping IR
` [RFC PATCH 47/48] mem2reg: add some small test cases
` [RFC PATCH 48/48] mem2reg: don't promote unused or already promoted vars

[PATCH] kernel: Emphasize the return value of READ_ONCE() is honored
 2017-09-03  0:43 UTC 

Sparse preprocessing bug with zero-arg variadic macros
 2017-09-01  0:06 UTC  (7+ messages)

Dear Talented
 2017-08-30  3:18 UTC 

Proposal
 2017-08-29 23:57 UTC 

x86: PIE support and option to extend KASLR randomization
 2017-08-29 19:34 UTC  (22+ 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).