linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-16 20:14:30 to 2013-05-19 00:17:47 UTC [more...]

[PATCH 1/4] sparse, llvm: Fix resulting type of store address calculations
 2013-05-19  0:17 UTC  (6+ messages)
` [PATCH 2/4] sparse, llvm: de-duplicate load/store address calculation code
` [PATCH 3/4] sparse, llvm: base load/store address type on insn_symbol_type()
` [PATCH 4/4] sparse, llvm: add a struct access test case

Fwd: [problem] sparse llvm loop conditions
 2013-05-18 18:42 UTC  (2+ messages)

[PATCH 3/3] symbol.c: Set correct size of array from parenthesized string initializer
 2013-05-18  8:14 UTC  (3+ messages)

[PATCH RFC] sparse, llvm: simplify function generation
 2013-05-18  7:36 UTC  (2+ messages)

[PATCH] sparse, llvm: fix phi generation
 2013-05-18  7:35 UTC  (3+ messages)

[PATCH] fix floating point ! type
 2013-05-17 21:52 UTC  (2+ messages)

[PATCH 2/3] Makefile: Fix some macro redefinition warnings
 2013-05-17 18:30 UTC  (2+ messages)

[PATCH 1/3] char.c: Fix parsing of escapes
 2013-05-17 18:27 UTC  (2+ messages)

[PATCH] fix casting to bool
 2013-05-16 20:56 UTC 

[PATCH] fix logical operand type
 2013-05-16 20:56 UTC 

[PATCH] fix pointer casts in evaluate_compare()
 2013-05-16 20:55 UTC 

[PATCH 0/3] v0.4.5-rc1
 2013-05-16 19:39 UTC 

[PATCH 1/2] sparse, llvm: group PHI nodes at the top of each BB
 2013-05-16  5:28 UTC  (14+ messages)

[PATCH] sparse, llvm: fix link errors
 2013-05-15 12:02 UTC  (5+ messages)

[PATCH] fix SIGFPE caused by signed division overflow
 2013-05-11 18:25 UTC  (2+ messages)

Sparse release 0.4.5-rc1
 2013-05-09 13:31 UTC 

dringender Vorschlag
 2013-05-08  8:46 UTC 

[next:akpm 798/1000] drivers/rtc/rtc-ds1286.c:343:24: sparse: incorrect type in argument 1 (different address spaces)
 2013-04-26  6:35 UTC  (6+ messages)
      ` [PATCH] forced argument Was "

[PATCH 1/3] Warn about initialization of a char array with a too long constant C string
 2013-04-22 16:42 UTC  (4+ messages)
` [PATCH 2/3] Test case for -Winit-cstring option
` [PATCH 3/3] Add description "

[PATCH] Support #pragma once
 2013-04-22 16:41 UTC  (3+ messages)

[PATCH] Define __SIZEOF_POINTER__
 2013-04-18 19:14 UTC 

Re:Just read your email and this is my response
 2013-04-09 18:21 UTC 

Suggestion for fixing the variable length array used in the kernel
 2013-03-10 11:38 UTC  (7+ messages)

[RFC PATCH] sparse: Add cmd line --version option
 2013-03-07  5:10 UTC  (9+ messages)

[PATCH] Larger buffer size for token concatenation
 2013-03-07  4:22 UTC 

RFC: [0/2] Moving attribute data out of ctype
 2013-02-27 15:28 UTC  (2+ messages)

[PATCH 2/2] Remove the redundant attribute from ctype
 2013-02-27 15:23 UTC 

[PATCH 1/2] Introduce the attribute structure
 2013-02-27 15:18 UTC 

[PATCH] Make "break" and "continue" consistent with other label
 2013-02-27 14:45 UTC 

Sparse repository updated
 2013-02-27 14:36 UTC 

sparse: add noclone as an ignored attribute
 2013-02-22  0:56 UTC  (4+ messages)
  ` sparse patch v2: "

[PATCH] sparse: add built-in byte swap identifiers
 2013-02-19 19:13 UTC  (4+ messages)
  ` [PATCH v2] "

From Capt: Mohamed Habbash
 2013-02-14  1:38 UTC 

[PATCH 03/10 v3] ext4: add physical block and status member into extent status tree
 2013-02-03 14:57 UTC  (5+ messages)

[PATCH 1/2 sparse] Support the force attribute for function parameters
 2013-01-30 19:32 UTC  (2+ messages)
` [PATCH 2/2] Ignore address space for IS_ERR() and friends

[PATCH 0/10] Cleanup & new features for compiler*.h and bug.h
 2013-01-01 22:54 UTC  (95+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/10] compiler-gcc4.h: Reorder macros based upon gcc ver
  ` [PATCH v3 02/10] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
  ` [PATCH v3 03/10] compiler-gcc{3,4}.h: Use "
  ` [PATCH v3 04/10] bug.h: directly include linux/compiler.h
  ` [PATCH v3 05/10] compiler{,-gcc4}.h, bug.h: Remove duplicate macros
  ` [PATCH v3 06/10] bug.h: Make BUILD_BUG_ON generate compile-time error
  ` [PATCH v3 07/10] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
  ` [PATCH v3 08/10] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__
  ` [PATCH v3 09/10] bug.h: Add BUILD_BUG_ON_MSG & _BUILD_BUG_INTERNAL
  ` [PATCH v3 10/10] bug.h: Convert BUILD_BUG{,_ON} to use BUILD_BUG_ON_MSG
` [PATCH v4 0/10] Cleanup & new features for compiler*.h and bug.h
  ` [PATCH v4 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver
  ` [PATCH v4 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
  ` [PATCH v4 3/9] compiler-gcc{3,4}.h: Use "
  ` [PATCH v4 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros
  ` [PATCH v4 5/9] bug.h: Make BUILD_BUG_ON generate compile-time error
  ` [PATCH v4 6/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
  ` [PATCH v4 7/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__
  ` [PATCH v4 8/9] bug.h: Add BUILD_BUG_ON_MSG & _BUILD_BUG_INTERNAL
  ` [PATCH v4 9/9] bug.h: Convert BUILD_BUG{,_ON} to use BUILD_BUG_ON_MSG
` [PATCH v5 0/9] Cleanup & new features for compiler*.h and bug.h
  ` [PATCH v5 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver
  ` [PATCH v5 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
  ` [PATCH v5 3/9] compiler-gcc{3,4}.h: Use "
  ` [PATCH v5 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros
  ` [PATCH v5 5/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__
  ` [PATCH v5 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON
  ` [PATCH v5 7/9] bug.h: Make BUILD_BUG_ON generate compile-time error
  ` [PATCH v5 8/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
  ` [PATCH v5 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG
` [PATCH v6 0/9] Cleanup & new features for compiler*.h and bug.h
  ` [PATCH v6 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver
  ` [PATCH v6 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
  ` [PATCH v6 3/9] compiler-gcc{3,4}.h: Use "
  ` [PATCH v6 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros
  ` [PATCH v6 5/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__
  ` [PATCH v6 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON
  ` [PATCH v6 7/9] bug.h: Make BUILD_BUG_ON generate compile-time error
  ` [PATCH v6 8/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
  ` [PATCH v6 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG
` [PATCH v7 0/9] Cleanup & new features for compiler*.h and bug.h
  ` [PATCH v7 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver
    ` [PATCH v7 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
    ` [PATCH v7 3/9] compiler-gcc{3,4}.h: Use "
    ` [PATCH v7 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros
    ` [PATCH v7 5/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__
    ` [PATCH v7 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON
    ` [PATCH v7 7/9] bug.h: Make BUILD_BUG_ON generate compile-time error
    ` [PATCH v7 8/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
    ` [PATCH v7 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG
` [PATCH v8 0/9] Cleanup & new features for compiler*.h and bug.h
  ` [PATCH v8 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver
  ` [PATCH v8 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
  ` [PATCH v8 3/9] compiler-gcc{3,4}.h: Use "
  ` [PATCH v8 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros
  ` [PATCH v8 5/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__
  ` [PATCH v8 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON
  ` [PATCH v8 7/9] bug.h: Make BUILD_BUG_ON generate compile-time error
  ` [PATCH v8 8/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
  ` [PATCH v8 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG

Using smatch on Chrome OS kernel, cannot process "__restrict__"
 2012-12-20  7:22 UTC 

[PATCH] Add GCC's byteswap intrinsics
 2012-12-13 16:29 UTC  (3+ messages)

Many warnings when building sparse with MinGW- format specifiers for "printf"
 2012-12-07 12:07 UTC 

[PATCH] Documentation/sparse.txt: document context annotations for lock checking
 2012-10-19 22:14 UTC  (3+ messages)

[PATCH v2 0/10] Cleanup & new features for compiler*.h and bug.h
 2012-10-18  2:26 UTC  (5+ messages)
` [PATCH v2 01/10] compiler-gcc4.h: Reorder macros based upon gcc ver

[PATCH] Inherit nocast modifier when referencing a variable
 2012-10-17 17:12 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).