linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-11 19:48:23 to 2017-06-20 16:43:02 UTC [more...]

[PATCH] fix: __builtin_bswap{16,32,64}() constantness
 2017-06-20 16:42 UTC 

[PATCH] dissect: use built_in_ident() instead of MK_IDENT()
 2017-06-20 16:39 UTC  (7+ messages)

[PATCH] arm64: pass machine size to sparse
 2017-06-20 16:24 UTC 

__user with scalar data types
 2017-06-20  8:37 UTC  (9+ messages)

Reply Urgent
 2017-06-19 19:39 UTC 

[PATCH] add fallback for missing __builtin_bswapXX()
 2017-06-19 21:14 UTC 

[PATCH 0/2] fix bogus "crazy progammer"
 2017-06-18  8:11 UTC  (9+ messages)
` [PATCH 1/2] fix OP_PHI usage in try_to_simplify_bb() only when non-bogus
` [PATCH 2/2] fix: try_to_simplify_bb eargerness

Application of sparse - using dmrC in Lua
 2017-06-17 19:15 UTC  (2+ messages)

Token stream question
 2017-06-17 10:31 UTC  (3+ messages)

Trying to debug strange issue
 2017-06-16 19:50 UTC  (2+ messages)

[GIT PULL] patches for -rc2
 2017-06-16 19:46 UTC  (11+ messages)

Potential issue in sparse_file()
 2017-06-16 17:32 UTC  (3+ messages)

Understanding how sparse handles multiple input files
 2017-06-16  1:00 UTC  (6+ messages)

[PATCH] fix: add missing examine in evaluate_dereference()
 2017-06-15 19:17 UTC 

c2xml uses out of type modifiers mapping
 2017-06-15 14:45 UTC  (4+ messages)

Sparse release v0.5.1-rc1
 2017-06-14  2:29 UTC  (8+ messages)

MOD_TYPEDEF unused?
 2017-06-14  1:54 UTC  (3+ messages)

./include/linux/err.h:35:16: warning: dereference of noderef expression
 2017-06-13 10:44 UTC  (2+ messages)

Status of sparse-next
 2017-06-12 22:27 UTC  (6+ messages)

I Would love to discuse something with you
 2017-06-12 14:52 UTC 

[PATCH 0/3] kill dead loads
 2017-06-09  7:46 UTC  (5+ messages)
` [PATCH 1/3] extract has_users() from dead_insn()
` [PATCH 2/3] let kill_instruction() report if it made some changes or not
` [PATCH 3/3] kill dead loads

[PATCH 0/2] warn on implicit type
 2017-06-08  7:25 UTC  (5+ messages)
` [PATCH 1/2] ret-void: add test case for toplevel asm
` [PATCH 2/2] ret-void: warn for implicit type

[PATCH 0/3] normalize pseudos numbering
 2017-06-06  2:42 UTC  (9+ messages)
` [PATCH 1/3] rename 'struct warning' to 'struct flag'
` [PATCH 2/3] let handle_simple_switch() handle an array of flags
` [PATCH 3/3] allow to normalize the pseudos

[PATCH 0/3] -Wmemcpy-max-count & friends
 2017-06-06  1:39 UTC  (10+ messages)
` [PATCH v2 1/3] memcpy()'s byte count is unsigned
    ` [PATCH v2 0/3] -Wmemcpy-max-count & friends
` [PATCH v2 2/3] add support for -Wmemcpy-max-count
` [PATCH v2 3/3] add support for -fmemcpy-max-count

[PATCH v2 0/8] division-by-zero warnings
 2017-06-05 19:16 UTC  (10+ messages)
` [PATCH v2 1/8] add is_pseudo_value()
` [PATCH v2 2/8] add a .warned field to struct instruction
` [PATCH v2 3/8] div0: warn on integer divide by 0 also when the lhs is not constant
` [PATCH v2 4/8] div0: also check for compound assignments
` [PATCH v2 5/8] div0: add warning option -Wdiv-by-zero
` [PATCH v2 6/8] div0: use -Wdiv-by-zero
` [PATCH v2 7/8] div0: warn also during simplification
` [PATCH v2 8/8] div0: warn on float divide by 0 also when the lhs is not constant

[PATCH] teach cgcc about OSX aka darwin
 2017-06-05 18:13 UTC  (2+ messages)

[PATCH 0/6] testsuite speedup
 2017-06-02 10:57 UTC  (14+ messages)
` [PATCH 1/6] testsuite: get all tags in once
` [PATCH 2/6] testsuite: grep the expected output only when needed
` [PATCH 3/6] testsuite: grep the output patterns "
` [PATCH 4/6] testsuite: use shell arithmetic instead of fork-execing expr
` [PATCH 5/6] testsuite: remove unneeded './' before commands
` [PATCH 6/6] testsuite: avoid fork+execing basename

[PATCH 0/3] -Wmemcpy-max-count & friends
 2017-06-02  1:45 UTC  (15+ messages)
  ` [PATCH 1/3] memcpy()'s byte count is unsigned
  ` [PATCH 2/3] add support for -Wmemcpy-max-count
  ` [PATCH 3/3] add support for -fmemcpy-max-count

[PATCH 0/5] report allocation stats
 2017-06-01 14:30 UTC  (4+ messages)
` [PATCH 3/5] add helper handle_simple_switch()

[PATCH 0/6] dump macros definitions
 2017-06-01 14:08 UTC  (4+ messages)
` [PATCH 2/6] teach sparse how to dump macro definitions

[PATCH v2 0/6] fix bitfield initializers
 2017-06-01  6:41 UTC  (3+ messages)
` [PATCH v2 4/6] fix implicit zero initializer

[PATCH] force to 0 expressions which are erroneously non-constant
 2017-05-31 13:31 UTC 

[PATCH 0/9] division by zero warnings
 2017-05-31  3:22 UTC  (10+ messages)
` [PATCH 1/9] add is_pseudo_value()
` [PATCH 2/9] add a .warned field to struct instruction
` [PATCH 3/9] div0: warn on integer divide by 0 also when the lhs is not constant
` [PATCH 4/9] div0: warn on division by zero - general case
` [PATCH 5/9] div0: add warning option -Wdiv-by-zero
` [PATCH 6/9] div0: use -Wdiv-by-zero
` [PATCH 7/9] div0: warn also during simplification
` [PATCH 8/9] div0: warn on float divide by 0 also when the lhs is not constant
` [PATCH 9/9] div0: add missing tests for floating point div by zero

[PATCH] cgcc: fix __DECIMAL_DIG__
 2017-05-29  0:41 UTC 

[GIT PULL] next batch of patches
 2017-05-20 16:14 UTC 

[PATCH] RFC: remove warning "advancing past deep designator"
 2017-05-19 13:58 UTC 

[PATCH 0/3] use internal size for __INT_MAX__ & friends
 2017-05-19 11:20 UTC  (4+ messages)
` [PATCH 1/3] fix hardcoded size of wide chars
` [PATCH 2/3] avoid to redefine __INT_MAX__ and friends
` [PATCH 3/3] fix definition of __SCHAR_MAX__ & friends

[PATCH v3 0/2] avoid warnings for 'bool <- restricted' casts
 2017-05-19  2:47 UTC  (3+ messages)
` [PATCH v3 1/2] avoid warning on implicit "
` [PATCH v3 2/2] avoid warning on explicit "

[PATCH 0/8] avoid creating orphaned OP_PHISRCs
 2017-05-18 17:04 UTC  (2+ messages)

[PATCH] Makefile: remove SMATCH_DATA smatch_data/kernel.balanced_funcs item
 2017-05-17 11:39 UTC  (3+ messages)

[PATCH] fix missing reload
 2017-05-15 15:52 UTC 

[PATCH] fix: kill old branch in insert_branch()
 2017-05-15 14:31 UTC 

[GIT PULL] last pending patches for sparse's next release
 2017-05-12 19:38 UTC  (3+ messages)

APPLY FOR YOUR URGENT LOAN AT 2%
 2017-05-12 10:53 UTC 

[PATCH] fix boolean context for OP_AND_BOOL & OP_OR_BOOL
 2017-05-11 23:37 UTC 

[PATCH] fix: kill unreachable BBs after killing a child
 2017-05-11 22:26 UTC  (5+ messages)
` [PATCH v2 0/3] fix false "crazy programmer" warning
  ` [PATCH v2 1/3] introduce REPEAT_CFG_CLEANUP
  ` [PATCH v2 2/3] let kill_unreachable_bbs() clear REPEAT_CFG_CLEANUP
  ` [PATCH v2 3/3] fix: kill unreachable BBs after killing a child

[PATCH] ignore VOID when trying to if-convert phi-nodes
 2017-05-11 21:14 UTC  (8+ messages)
  ` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] avoid useless warning for 'bool <- restricted type' conversion
 2017-05-11 20:20 UTC  (5+ messages)
          ` [PATCH] FS: Fixing return type of unsigned_offsets


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