linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-30 11:47:53 to 2016-02-01 02:40:01 UTC [more...]

[PATCH v3 00/21] improve constexpr handling
 2016-02-01  2:39 UTC  (13+ messages)
` [PATCH v3 01/21] expression: introduce additional expression constness tracking flags
` [PATCH v3 02/21] expression: init constexpr_flags at expression allocation
` [PATCH v3 03/21] expression: examine constness of casts at evaluation only
` [PATCH v3 04/21] expression: examine constness of binops and alike "
` [PATCH v3 05/21] expression: examine constness of preops "
` [PATCH v3 06/21] expression: examine constness of conditionals "
` [PATCH v3 07/21] expression: add support for tagging arithmetic constant expressions
` [PATCH v3 08/21] expression, evaluate: add support for tagging address constants
` [PATCH v3 09/21] evaluate: check static storage duration objects' intializers' constness
` [PATCH v3 10/21] expression, evaluate: recognize static objects as address constants
` [PATCH v3 11/21] evaluate: recognize address constants created through casts
` [PATCH v3 12/21] evaluate: recognize address constants created through pointer arithmetic

[PATCH v2] sparse: add support for static assert
 2016-01-29 16:15 UTC  (4+ messages)

[PATCH v2 00/13] improve constexpr handling
 2016-01-27 18:00 UTC  (41+ messages)
` [PATCH v2 01/13] expression: introduce additional expression constness tracking flags
` [PATCH v2 02/13] expression: examine constness of casts at evaluation only
` [PATCH v2 03/13] expression: examine constness of binops and alike "
` [PATCH v2 04/13] expression: examine constness of preops "
` [PATCH v2 05/13] expression: examine constness of conditionals "
` [PATCH v2 06/13] expression, evaluate: add support for recognizing address constants
` [PATCH v2 07/13] evaluate: check static storage duration objects' intializers' constness
` [PATCH v2 08/13] expression: recognize references to labels as address constants
` [PATCH v2 09/13] expression: examine constness of __builtin_offsetof at evaluation only
` [PATCH v2 10/13] symbol: flag builtins constant_p, safe_p and warning as constexprs
` [PATCH v2 11/13] evaluate: relax some constant expression rules for pointer expressions
` [PATCH v2 12/13] expression, evaluate: support compound literals as address constants
` [PATCH v2 13/13] symbol: do not inherit storage modifiers from base types at examination

sparse error on __int128
 2016-01-25 18:42 UTC  (5+ messages)

[PATCH 0/3] Minor enhancements and fixes
 2016-01-13 14:39 UTC  (35+ messages)
` [PATCH 1/3] .gitignore: add cscope and Qt project files
  ` [PATCH 1/3 v2] "
  ` [PATCH 1/3 v3] "
` [PATCH 2/3] c2xml.c, parse.c: gcc 5+ stricter case statement parsing
  ` [PATCH 2/3 v2] Handle all enum members in case statements
  ` [PATCH 2/3 v3] Add default case to switches on enum variables
` [PATCH 3/3] Add NOWARN and NOERR compile conditions
  ` [PATCH 3/3 V2] lib.c: add Wall_off switch
  ` [PATCH 3/3 V3] Add Wall_off switch to disable errors and warnings
  ` [PATCH 3/3 v4] "

[PATCH RFC 07/13] evaluate: check static storage duration objects' intializers' constness
 2016-01-11 19:28 UTC  (6+ messages)

[PATCH RFC 01/13] expression: introduce additional expression constness tracking flags
 2016-01-11 17:54 UTC  (5+ messages)

[PATCH RFC 00/13] improve constexpr handling
 2016-01-11 17:46 UTC  (10+ messages)

[PATCH] sparse: add support for static assert
 2016-01-11 17:37 UTC  (4+ messages)

[PATCH] Fix size calculation of unsized bool array
 2016-01-07  1:47 UTC 

[kbuild-all] [kvm:queue 27/38] arch/x86/kvm/hyperv.c:186:41: sparse: incorrect type in argument 2 (different modifiers)
 2016-01-05 16:25 UTC  (3+ messages)
            ` [PATCH] Do not drop 'nocast' modifier when taking the address

[PATCH] Fix context checking detection of a reversed lock-pair within a basic block
 2016-01-05 13:23 UTC  (2+ messages)

[RFC v2 0/3] sparse: Introduce __private to privatize members of structs
 2016-01-04 22:21 UTC  (6+ messages)
` [RFC v2 1/3] sparse: Add "
` [RFC v2 2/3] RCU: Privatize rcu_node::lock
` [RFC v2 3/3] irq: Privatize irq_common_data::state_use_accessors

Charity Donation
 2016-01-02 21:12 UTC 

Good Day
 2015-12-31 21:27 UTC 

Good Day
 2015-12-30 13:50 UTC 

Assalam o Alaikum
 2015-12-29  2:03 UTC 

[RFC 0/3] sparse: Introduce __private to privatize members of structs
 2015-12-15  0:56 UTC  (9+ messages)
` [RFC 1/3] sparse: Add "
` [RFC 2/3] RCU: Privatize rcu_node::lock
` [RFC 3/3] irq: Privatize irq_common_data::state_use_accessors

[PATCH 1/2] compiler.h: add support for function attribute assume_aligned
 2015-10-02 10:12 UTC 

Re
 2015-10-02  2:23 UTC 

rhashtable sparse annotations?
 2015-09-09 23:32 UTC  (3+ messages)

(unknown),
 2015-09-05 18:58 UTC 

from: Mitesh Shah
 2015-09-02 11:29 UTC 

[PATCH] remove validation/tmp.o in clean target
 2015-08-04  6:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] ptrlist: reading deleted items in NEXT_PTR_LIST()
 2015-07-23  8:24 UTC 

[PATCH RFC 13/13] symbol: do not inherit storage modifiers from base types at examination
 2015-07-22 23:24 UTC 

[PATCH RFC 12/13] expression, evaluate: support compound literals as address constants
 2015-07-22 23:23 UTC 

[PATCH RFC 11/13] evaluate: relax some constant expression rules for pointer expressions
 2015-07-22 23:23 UTC 

[PATCH RFC 10/13] symbol: flag builtins constant_p, safe_p and warning as constexprs
 2015-07-22 23:22 UTC 

[PATCH RFC 09/13] expression: examine constness of __builtin_offsetof at evaluation only
 2015-07-22 23:21 UTC 

[PATCH RFC 08/13] expression: recognize references to labels as address constants
 2015-07-22 23:20 UTC 

[PATCH RFC 06/13] expression, evaluate: add support for recognizing address constants
 2015-07-22 23:18 UTC 

[PATCH RFC 05/13] expression: examine constness of conditionals at evaluation only
 2015-07-22 23:16 UTC 

[PATCH RFC 04/13] expression: examine constness of preops at evaluation only
 2015-07-22 23:15 UTC 

[PATCH RFC 03/13] expression: examine constness of binops and alike at evaluation only
 2015-07-22 23:14 UTC 

[PATCH RFC 02/13] expression: examine constness of casts at evaluation only
 2015-07-22 23:12 UTC 

[PATCH] include/linux/compiler.h: unconditionally define __pmem sparse attribute
 2015-07-07 15:47 UTC  (3+ messages)

[PATCH] compiler.h: Fix sparse check errors
 2015-07-07 14:56 UTC  (2+ messages)

from: Mitesh Shah
 2015-07-03  2:27 UTC 

BUSINESS DEAL?
 2015-06-13 23:14 UTC 

[PATCH 0/2] sparse-llvm: avoid SIGSEGV for function prototypes
 2015-06-12  5:20 UTC  (9+ messages)
` [PATCH 1/2] sparse, llvm: compile: skip function prototypes to avoid SIGSEGV
` [PATCH 2/2] validation/prototype: regression for skipping prototypes
` [PATCH 1/2 v2] sparse, llvm: compile: skip function prototypes to avoid SIGSEGV
  ` [PATCH 2/2 v2] validation/prototype: regression for skipping prototypes

[PATCH v3] dmaengine: xgene-dma: Fix sparse wannings and coccinelle warnings
 2015-06-12  1:00 UTC  (3+ messages)

linux-4.1-rc7 and dev versions of gcc
 2015-06-09 15:33 UTC  (2+ messages)

[PATCH] build: drop -ON (optimization level) from llvm flags
 2015-05-16 22:34 UTC 

Why sparse does not support context tracking?
 2015-05-04 14:05 UTC  (3+ messages)

[PATCH] sparse/parse.c: ignore hotpatch attribute
 2015-04-30 19:41 UTC  (8+ 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).