linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-15 17:13:45 to 2016-11-17 18:17:20 UTC [more...]

[PATCH 0/2] be more generous with ptrlist repacking
 2016-11-17 18:17 UTC  (5+ messages)
` [PATCH 1/2] add missing PACK_PTR_LIST()
` [PATCH 2/2] mark lists to be repacked as dirty

[PATCH 0/8] fix uses of killed instructions
 2016-11-17 14:35 UTC  (5+ messages)
` [PATCH 4/8] fix killing OP_CAST & friends
` [PATCH 6/8] fix killing OP_COMPUTEDGOTO
` [PATCH 7/8] explicitely ignore killing OP_ENTRY
` [PATCH 8/8] cleanup kill_instruction()

[PATCH 0/3] reduce noise from unknown attributes
 2016-11-17 18:04 UTC  (8+ messages)
` [PATCH 1/3] Warn on unknown attributes instead of throwing errors
` [PATCH 2/3] Add a new warning flag: '-Wunknown-attribute'
` [PATCH 3/3] By default disable '-Wunknown-attribute'

[PATCH v2 0/3] reduce noise from unknown attributes
 2016-11-17 17:34 UTC  (6+ messages)
` [PATCH v2 1/3] Warn on unknown attributes instead of throwing errors
` [PATCH v2 2/3] Add a new warning flag: '-Wunknown-attribute'
` [PATCH v2 3/3] By default disable the new warning flag '-Wunknown-attribute'

[PATCH] cleanup: remove evaluate_arguments()'s unused argument
 2016-11-17 16:27 UTC  (4+ messages)

[PATCH 0/3] fix discarded label statement
 2016-11-17 17:19 UTC  (6+ messages)
` [PATCH 1/3] testsuite: add tag to ignore the output/error
` [PATCH 2/3] testsuite: check patterns presence or absence in output
` [PATCH 3/3] fix discarded label statement

[PATCH 0/5] tests & testsuite small improvements
 2016-11-17 16:25 UTC  (11+ messages)
` [PATCH 1/5] testsuite: give a proper name to the 'binary-constant' test
` [PATCH 2/5] testsuite: make tests known to fail effectively fail
` [PATCH 3/5] testsuite: report as error tests known to fail but which succeed
` [PATCH 4/5] testsuite: simplify the ioc-typecheck case
` [PATCH 5/5] testsuite: add a simple test for -Wenum-mismatch

[PATCH] allow to launch the test suite from the project root dir
 2016-11-17 17:10 UTC  (2+ messages)

[PATCH] Remove unneeded variable in integer_promotion()
 2016-11-17 16:56 UTC  (2+ messages)

[PATCH] Handle SForced in storage_modifiers
 2016-11-17 12:43 UTC  (9+ messages)

[PATCH] make 'ignored_attributes[]' static
 2016-11-17 10:18 UTC  (2+ messages)

[PATCH] cleanup: remove unused field 'string' in struct symbol
 2016-11-17 10:14 UTC  (2+ messages)

[PATCH v2] implement constant-folding in __builtin_bswap*()
 2016-11-17  9:55 UTC 

[PATCH] implement constant-folding in __builtin_bswap*()
 2016-11-17  9:39 UTC  (2+ messages)

[PATCH 1/2] linearize: Emit C99 declarations correctly
 2016-11-17  9:14 UTC  (5+ messages)
` [PATCH 2/2] validation: Check C99 for loop variables

[PATCH] add missing #include "char.h" to char.c
 2016-11-17  8:28 UTC  (2+ messages)

[PATCH] sparse: update __builtin_object_size() prototype
 2016-11-17  8:28 UTC  (5+ messages)

[PATCH] Fix type checking of variadic functions
 2016-11-17  0:06 UTC  (2+ messages)

[PATCH] ptrlist: use after free in last_ptr_list()
 2016-11-16 23:22 UTC  (10+ messages)

sparse releases
 2016-11-15 14:53 UTC  (2+ messages)

[RFC PATCH] bits_in_bool should be 8
 2016-11-15  2:27 UTC  (3+ messages)

Urgent (04/11/2016)
 2016-11-04 10:24 UTC 

[PATCH] dissect: teach do_expression() to handle EXPR_OFFSETOF
 2016-11-02 14:21 UTC  (3+ messages)
`  "

[PATCH] dissect: teach do_initializer() to handle the nested EXPR_IDENTIFIER's
 2016-11-02 14:19 UTC  (3+ messages)
`  "

[PATCH] dissect: s/mode_t/usage_t/ in report_member()
 2016-11-02 14:17 UTC  (5+ messages)

[PATCH v3] sparse: add support for static assert
 2016-10-30 18:25 UTC  (8+ messages)

NiosII GCC Compiler Built-Ins Question
 2016-10-28 20:57 UTC  (3+ messages)

[PATCH v3 00/21] improve constexpr handling
 2016-10-28 20:28 UTC  (39+ messages)
` [PATCH v3 01/21] expression: introduce additional expression constness tracking flags
` [PATCH v3 03/21] expression: examine constness of casts at evaluation only
` [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 v3 13/21] evaluate: recognize members of static compound objects as address constants
` [PATCH v3 14/21] evaluate: recognize string literals "
` [PATCH v3 15/21] expression: recognize references to labels "
` [PATCH v3 16/21] expression: examine constness of __builtin_offsetof at evaluation only
` [PATCH v3 17/21] symbol: flag builtins constant_p, safe_p and warning as constexprs
` [PATCH v3 18/21] evaluate: relax some constant expression rules for pointer expressions
` [PATCH v3 19/21] expression, evaluate: support compound literals as address constants
` [PATCH v3 20/21] symbol: do not inherit storage modifiers from base types at examination
` [PATCH v3 21/21] evaluation: treat comparsions between types as integer constexpr

Get A Part Time Job Today
 2016-10-22 11:54 UTC 

Nejdražší odpovězte mi!
 2016-10-18 11:25 UTC 

Review: [PATCH] Fix warning compiling sparse
 2016-10-13  7:30 UTC 

Development version of sparse?
 2016-10-11 18:38 UTC  (2+ messages)

[PATCH v2] sparse: add 'alloc_align' to the ignored attributes
 2016-10-05 23:49 UTC 

[PATCH] sparse: make __builtin_object_size argument const
 2016-10-04  8:55 UTC  (2+ messages)

[PATCH] sparse: add 'alloc_align' to the ignored attributes
 2016-10-03 13:42 UTC  (3+ messages)

[PATCH v2] sparse: ignore __assume_aligned__ attribute
 2016-09-28 20:27 UTC  (2+ messages)

[PATCH] sparse: ignore __assume_aligned__ attribute
 2016-09-28 18:17 UTC  (2+ messages)

xinshiqi has a recommended a Continuing Education course
 2016-09-18 19:34 UTC 

Direct Cash Loans Offer!!!
 2016-08-31 17:20 UTC 

业界最豪华电子游戏套餐,全网电子游艺最佳投注平台!
 2016-08-29  9:44 UTC 

Question regarding anotation
 2016-08-23  8:58 UTC  (5+ messages)

Attention Beneficially
 2016-08-21  6:50 UTC 

[PATCH v2 0/2] arm64 live patching
 2016-08-17  9:38 UTC  (23+ messages)
` [PATCH v2 1/2] arm64: implement FTRACE_WITH_REGS
` [PATCH v2 2/2] arm64: implement live patching
    `  "
        ` [PATCH] arm64: take SHN_LIVEPATCH syms into account when calculating plt_max_entries

[PATCH v3 0/2] arm64 live patching
 2016-08-11 19:32 UTC  (4+ messages)
` [PATCH v3 1/2] arm64: implement FTRACE_WITH_REGS
` [PATCH v3 2/2] arm64: implement live patching

[PATCH] byteswap: don't use __builtin_bswap*() with sparse
 2016-08-11 11:55 UTC  (2+ messages)

[PATCH] arm64: implement FTRACE_WITH_REGS
 2016-06-02 15:07 UTC 

[PATCH] sparse: add no_sanitize_address as an ignored attribute
 2016-06-01  2:45 UTC 

Hello
 2016-05-29  0:45 UTC 

A Business Proposal for You
 2016-05-21 22:10 UTC 

Greetings!!!
 2016-04-18 20:12 UTC 

Greetings!!!
 2016-04-18 17:43 UTC 

FROM: MR. OLIVER SENO!!
 2016-04-08 18:53 UTC 

[PATCH 1/2] compiler.h: add support for malloc attribute
 2016-03-23 23:42 UTC 

REGRESSION: implied: we have to make the false states match as well
 2016-03-20 16:17 UTC  (4+ messages)
  ` Aw: "

RE
 2016-03-19 10:06 UTC 


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