[Prev Page][Next Page]
- [PATCH 1/2] fix result type of relational and logical operators,
Xi Wang
- [PATCH 1/5] Add the __restrict__ keyword,
Ramsay Jones
- [PATCH 3/5] Fix some "unknown format" warnings,
Ramsay Jones
- [PATCH 5/5] lib.c: Add __sync_lock_test_and_set as a builtin function,
Ramsay Jones
- [PATCH 0/5] sparse on MinGW,
Ramsay Jones
- [PATCH 4/5] test-suite: Add -b option to ignore CR at eol on MinGW,
Ramsay Jones
- [PATCH 2/5] Add support for the MinGW platform,
Ramsay Jones
- [PATCH] lib: rename die_if_error to error_happened,
Jonathan Neuschäfer
- [PATCH 1/2] sparse, llvm: improve pointer arithmetic handling,
Xi Wang
- [PATCH 1/4] sparse, llvm: Fix resulting type of store address calculations,
Jonathan Neuschäfer
- [PATCH RFC] sparse, llvm: simplify function generation,
Xi Wang
- [PATCH] fix casting to bool,
Xi Wang
- [PATCH] fix logical operand type,
Xi Wang
- [PATCH] fix floating point ! type,
Xi Wang
- [PATCH] fix pointer casts in evaluate_compare(),
Xi Wang
- [PATCH 3/3] symbol.c: Set correct size of array from parenthesized string initializer,
Ramsay Jones
- [PATCH 1/3] char.c: Fix parsing of escapes,
Ramsay Jones
- [PATCH 0/3] v0.4.5-rc1,
Ramsay Jones
- [PATCH 2/3] Makefile: Fix some macro redefinition warnings,
Ramsay Jones
- [PATCH] sparse, llvm: fix phi generation,
Xi Wang
- [PATCH] sparse, llvm: fix link errors,
Xi Wang
- [PATCH] fix SIGFPE caused by signed division overflow,
Xi Wang
- Sparse release 0.4.5-rc1,
Christopher Li
- Re: [next:akpm 798/1000] drivers/rtc/rtc-ds1286.c:343:24: sparse: incorrect type in argument 1 (different address spaces),
Andrew Morton
- [PATCH] Support #pragma once,
Josh Triplett
- [PATCH] Define __SIZEOF_POINTER__,
Josh Triplett
- [PATCH 1/3] Warn about initialization of a char array with a too long constant C string.,
Masatake YAMATO
- Suggestion for fixing the variable length array used in the kernel.,
Christopher Li
- [PATCH] Larger buffer size for token concatenation,
Christopher Li
- [RFC PATCH] sparse: Add cmd line --version option,
Joe Perches
- [PATCH 2/2] Remove the redundant attribute from ctype,
Christopher Li
- [PATCH 1/2] Introduce the attribute structure.,
Christopher Li
- RFC: [0/2] Moving attribute data out of ctype,
Christopher Li
- [PATCH] Make "break" and "continue" consistent with other label,
Christopher Li
- Sparse repository updated,
Christopher Li
- [PATCH] sparse: add built-in byte swap identifiers,
Kim Phillips
- sparse: add noclone as an ignored attribute,
Randy Dunlap
- Re: [PATCH 03/10 v3] ext4: add physical block and status member into extent status tree,
Theodore Ts'o
- [PATCH 1/2 sparse] Support the force attribute for function parameters,
Thierry Reding
- Re: Using smatch on Chrome OS kernel, cannot process "__restrict__",
Dan Carpenter
- [PATCH] Add GCC's byteswap intrinsics,
David Woodhouse
- Many warnings when building sparse with MinGW- format specifiers for "printf",
Tom Schmid
- [PATCH] Documentation/sparse.txt: document context annotations for lock checking,
Ed Cashin
- [PATCH] Inherit nocast modifier when referencing a variable,
Lars-Peter Clausen
- Re: [GIT PULL] Sparse/LLVM updates,
Pekka Enberg
- [PATCH 1/2] sparse, llvm: group PHI nodes at the top of each BB,
Jonathan Neuschäfer
- [GIT PULL] Sparse/LLVM updates,
Pekka Enberg
- [PATCH 1/2] lib: rename die_if_error to error_happened,
Jonathan Neuschäfer
- [PATCH] linux/compiler.h: Add __must_hold macro for functions called with a lock held,
Josh Triplett
- "unexpected unlock" when unlocking, conditional, lock in loop,
ecashin
- [PATCH 0/10] Cleanup & new features for compiler*.h and bug.h,
Daniel Santos
- [PATCH 2/10] compiler-gcc4.h: Reorder macros based upon gcc ver,
Daniel Santos
- [PATCH 4/10] compiler-gcc{3,4}.h: Use GCC_VERSION macro,
Daniel Santos
- [PATCH 5/10] compiler{,-gcc4}.h: Remove duplicate macros,
Daniel Santos
- [PATCH 7/10] compiler{,-gcc4}.h: Introduce __flatten function attribute,
Daniel Santos
- [PATCH 9/10] bug.h: Add BUILD_BUG_ON_NON_CONST macro,
Daniel Santos
- [PATCH 3/10] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro,
Daniel Santos
- [PATCH 1/10] compiler-gcc4.h: correct verion check for __compiletime_error,
Daniel Santos
- [PATCH 6/10] bug.h: Replace __linktime_error with __compiletime_error,
Daniel Santos
- [PATCH 10/10] bug.h: Add gcc 4.2+ versions of BUILD_BUG_ON_* macros,
Daniel Santos
- [PATCH 8/10] bug.h: Make BUILD_BUG_ON generate compile-time error,
Daniel Santos
- [PATCH v2 0/10] Cleanup & new features for compiler*.h and bug.h,
danielfsantos
- [PATCH v2 01/10] compiler-gcc4.h: Reorder macros based upon gcc ver,
danielfsantos
- [PATCH v2 04/10] bug.h: directly include linux/compiler.h,
danielfsantos
- [PATCH v2 09/10] bug.h: Add BUILD_BUG_ON_MSG & BUILD_BUG_INTERNAL{,2},
danielfsantos
- [PATCH v2 10/10] bug.h: Convert BUILD_BUG{,_ON} to use BUILD_BUG_ON_MSG,
danielfsantos
- [PATCH v2 07/10] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON},
danielfsantos
- [PATCH v2 05/10] compiler{,-gcc4}.h, bug.h: Remove duplicate macros,
danielfsantos
- [PATCH v2 06/10] bug.h: Make BUILD_BUG_ON generate compile-time error,
danielfsantos
- [PATCH v2 03/10] compiler-gcc{3,4}.h: Use GCC_VERSION macro,
danielfsantos
- [PATCH v2 02/10] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro,
danielfsantos
- [PATCH v2 08/10] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__,
danielfsantos
- Re: [PATCH v2 0/10] Cleanup & new features for compiler*.h and bug.h,
Steven Rostedt
- Re: [PATCH v2 0/10] Cleanup & new features for compiler*.h and bug.h,
Daniel Santos
- [PATCH v3 0/10] Cleanup & new features for compiler*.h and bug.h,
danielfsantos
- [PATCH v3 09/10] bug.h: Add BUILD_BUG_ON_MSG & _BUILD_BUG_INTERNAL,
danielfsantos
- [PATCH v3 07/10] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON},
danielfsantos
- [PATCH v3 04/10] bug.h: directly include linux/compiler.h,
danielfsantos
- [PATCH v3 10/10] bug.h: Convert BUILD_BUG{,_ON} to use BUILD_BUG_ON_MSG,
danielfsantos
- [PATCH v3 08/10] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__,
danielfsantos
- [PATCH v3 02/10] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro,
danielfsantos
- [PATCH v3 01/10] compiler-gcc4.h: Reorder macros based upon gcc ver,
danielfsantos
- [PATCH v3 03/10] compiler-gcc{3,4}.h: Use GCC_VERSION macro,
danielfsantos
- [PATCH v3 06/10] bug.h: Make BUILD_BUG_ON generate compile-time error,
danielfsantos
- [PATCH v3 05/10] compiler{,-gcc4}.h, bug.h: Remove duplicate macros,
danielfsantos
- [PATCH v4 0/10] Cleanup & new features for compiler*.h and bug.h,
danielfsantos
- [PATCH v4 5/9] bug.h: Make BUILD_BUG_ON generate compile-time error,
danielfsantos
- [PATCH v4 9/9] bug.h: Convert BUILD_BUG{,_ON} to use BUILD_BUG_ON_MSG,
danielfsantos
- [PATCH v4 8/9] bug.h: Add BUILD_BUG_ON_MSG & _BUILD_BUG_INTERNAL,
danielfsantos
- [PATCH v4 6/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON},
danielfsantos
- [PATCH v4 7/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__,
danielfsantos
- [PATCH v4 3/9] compiler-gcc{3,4}.h: Use GCC_VERSION macro,
danielfsantos
- [PATCH v4 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros,
danielfsantos
- [PATCH v4 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver,
danielfsantos
- [PATCH v4 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro,
danielfsantos
- [PATCH v5 0/9] Cleanup & new features for compiler*.h and bug.h,
danielfsantos
- [PATCH v5 5/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__,
danielfsantos
- [PATCH v5 7/9] bug.h: Make BUILD_BUG_ON generate compile-time error,
danielfsantos
- [PATCH v5 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG,
danielfsantos
- [PATCH v5 8/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON},
danielfsantos
- [PATCH v5 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON,
danielfsantos
- [PATCH v5 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros,
danielfsantos
- [PATCH v5 3/9] compiler-gcc{3,4}.h: Use GCC_VERSION macro,
danielfsantos
- [PATCH v5 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro,
danielfsantos
- [PATCH v5 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver,
danielfsantos
- [PATCH v6 0/9] Cleanup & new features for compiler*.h and bug.h,
danielfsantos
- [PATCH v6 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver,
danielfsantos
- [PATCH v6 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG,
danielfsantos
- [PATCH v6 8/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON},
danielfsantos
- [PATCH v6 5/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__,
danielfsantos
- [PATCH v6 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON,
danielfsantos
- [PATCH v6 3/9] compiler-gcc{3,4}.h: Use GCC_VERSION macro,
danielfsantos
- [PATCH v6 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros,
danielfsantos
- [PATCH v6 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro,
danielfsantos
- [PATCH v6 7/9] bug.h: Make BUILD_BUG_ON generate compile-time error,
danielfsantos
- Re: [PATCH v6 0/9] Cleanup & new features for compiler*.h and bug.h,
Michel Lespinasse
- Re: [PATCH v6 0/9] Cleanup & new features for compiler*.h and bug.h,
Borislav Petkov
- [PATCH v7 0/9] Cleanup & new features for compiler*.h and bug.h,
danielfsantos
- [PATCH v7 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver,
danielfsantos
- [PATCH v7 5/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__,
danielfsantos
- [PATCH v7 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros,
danielfsantos
- [PATCH v7 7/9] bug.h: Make BUILD_BUG_ON generate compile-time error,
danielfsantos
- [PATCH v7 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG,
danielfsantos
- [PATCH v7 8/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON},
danielfsantos
- [PATCH v7 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON,
danielfsantos
- [PATCH v7 3/9] compiler-gcc{3,4}.h: Use GCC_VERSION macro,
danielfsantos
- [PATCH v7 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro,
danielfsantos
- Re: [PATCH v7 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver,
Daniel Santos
- [PATCH v8 0/9] Cleanup & new features for compiler*.h and bug.h,
danielfsantos
- [PATCH v8 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros,
danielfsantos
- [PATCH v8 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON,
danielfsantos
- [PATCH v8 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG,
danielfsantos
- [PATCH v8 7/9] bug.h: Make BUILD_BUG_ON generate compile-time error,
danielfsantos
- [PATCH v8 5/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__,
danielfsantos
- [PATCH v8 8/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON},
danielfsantos
- [PATCH v8 3/9] compiler-gcc{3,4}.h: Use GCC_VERSION macro,
danielfsantos
- [PATCH v8 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro,
danielfsantos
- [PATCH v8 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver,
danielfsantos
- [PATCH v6 0/25] Generic Red-Black Trees,
Daniel Santos
- [PATCH v6 1/25] compiler-gcc4.h: Correct verion check for __compiletime_error,
Daniel Santos
- [PATCH v6 4/25] compiler-gcc{3,4}.h: Use GCC_VERSION macro,
Daniel Santos
- [PATCH v6 6/25] bug.h: Replace __linktime_error with __compiletime_error,
Daniel Santos
- [PATCH v6 7/25] compiler{,-gcc4}.h: Introduce __flatten function attribute,
Daniel Santos
- [PATCH v6 5/25] compiler{,-gcc4}.h: Remove duplicate macros,
Daniel Santos
- [PATCH v6 2/25] compiler-gcc4.h: Reorder macros based upon gcc ver,
Daniel Santos
- [PATCH v6 3/25] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro,
Daniel Santos
- Re: [PATCH v6 0/25] Generic Red-Black Trees,
Andrew Morton
- Re: [PATCH v5 0/25] Generic Red-Black Trees (still WIP),
Daniel Santos
- [PATCH v5 7/25] compiler{,-gcc4}.h: Introduce __flatten function attribute,
Daniel Santos
- [PATCH v5 5/25] compiler{,-gcc4}.h: Remove duplicate macros,
Daniel Santos
- Fwd: [problem] sparse llvm loop conditions,
Jeff Garzik
- [PATCH] sparse, llvm: convert the condition of branch/select to bool,
Jonathan Neuschäfer
- [PATCH] sparse, llvm: Fix 'void' return type code generation,
Pekka Enberg
- [PATCH] sparse, llvm: 'Verify' the LLVM module before writing it,
Jonathan Neuschäfer
- sparse-llvm: void return type compiles to i8,
Jonathan Neuschäfer
- [PATCH] sparse, llvm: Fix SIGSEGV for extern symbols,
Pekka Enberg
- [PATCH] Fix wrong array size expression,
Mauro Dreissig
- re: Adding default for m64/m32 handle,
Dan Carpenter
- False warning from Sparse,
Larry Finger
- sparse-llvm segfaults when passing a struct pointer,
Jonathan Neuschäfer
- comparisons yield bool instead of int?,
Ben Pfaff
- Generic Red-Black Trees: preliminary performance results,
Daniel Santos
- [PATCH v4 0/13] Generic Red-Black Trees,
Daniel Santos
- [PATCH v4 4/13] compiler-gcc{3,4}.h: Use GCC_VERSION macro,
Daniel Santos
- [PATCH v4 7/13] compiler{,-gcc4}.h: Introduce __flatten function attribute,
Daniel Santos
- [PATCH v4 5/13] compiler{,-gcc4}.h: Remove duplicate macros,
Daniel Santos
- [PATCH v4 6/13] bug.h: Replace __linktime_error with __compiletime_error,
Daniel Santos
- [PATCH v4 3/13] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro,
Daniel Santos
- [PATCH v4 12/13] fair.c: Use generic rbtree impl in fair scheduler,
Daniel Santos
- [PATCH v4 10/13] bug.h: Add gcc 4.2+ versions of BUILD_BUG_ON_* macros,
Daniel Santos
- [PATCH v4 11/13] rbtree.h: Generic Red-Black Trees,
Daniel Santos
- [PATCH v4 1/13] compiler-gcc4.h: Correct verion check for __compiletime_error,
Daniel Santos
- [PATCH v4 8/13] bug.h: Make BUILD_BUG_ON generate compile-time error,
Daniel Santos
- [PATCH v4 2/13] compiler-gcc4.h: Reorder macros based upon gcc ver,
Daniel Santos
- [PATCH v4 9/13] bug.h: Add BUILD_BUG_ON_NON_CONST macro,
Daniel Santos
- [PATCH v4 13/13] documentation for rbtrees,
Daniel Santos
- Re: [PATCH v4 0/13] Generic Red-Black Trees,
Rob Landley
- Print function, return type, arguments and their types,
Shakthi Kannan
- My new gpg key and temporary sparse repository,
Christopher Li
- [PATCH] compile sparse with Intel C,
Mikulas Patocka
- [PATCH 1/2] FAQ: update the website address and call it Wiki,
Jonathan Neuschäfer
- Re: buffer overflow check bug,
Dan Carpenter
- [PATCH][RFC] handle -I and -include combination,
kosaki . motohiro
- [PATCH 0/2] Add some more ignored attributes for glibc,
Dan Carpenter
- [PATCH v2] fix casting constant to _Bool,
Xi Wang
- [RFC][PATCH] fix casting constant to _Bool,
Xi Wang
- [GIT PULL] LLVM backend updates,
Pekka Enberg
- [RFC/PATCH] sparse, llvm: Fix string globals access,
Pekka Enberg
- [PATCH 1/2] sparse, llvm: Simplify output_data() type logic,
Pekka Enberg
- simplify_cast() question,
Xi Wang
- [PATCH] fix casts when linearizing compound assignments,
Xi Wang
- [RFC][PATCH 0/3] implement pseudo->ctype,
Xi Wang
- [PATCH] check missing or duplicate goto labels,
Xi Wang
- [PATCH] compile-i386: fix use-after-free in func_cleanup(),
Xi Wang
[PATCH] Updated __nocast vs __bitwise documentation,
Shakthi Kannan
simplify: conservative handling of casts with pointers,
Jan Pokorný
[PATCH] unssa: track use of newly added pseudo,
Jan Pokorný
Re: [PATCH] depend.c: build up a dependency tree from c entities downto tokens: entries in the tree are: macro-depend: tree of #if nesting macro-expansions: possible macro expansion source of a token tok->macro-expansions->macro tok->macro-depend->ma,
Konrad Eisele
dependency tee from c parser entities downto token,
Konrad Eisele
- [PATCH] depend.c: build up a dependency tree from c entities downto tokens: entries in the tree are: macro-depend: tree of #if nesting macro-expansions: possible macro expansion source of a token tok->macro-expansions->macro tok->macro-depend->macro c entities are linked in via [stmt|expr|sym]->start-end-token,
Konrad Eisele
- Re: dependency tee from c parser entities downto token,
Christopher Li
- Re: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: dependency tee from c parser entities downto token,
Christopher Li
- Re: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: dependency tee from c parser entities downto token,
Christopher Li
- Re: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: dependency tee from c parser entities downto token,
Christopher Li
- Re: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: dependency tee from c parser entities downto token,
Christopher Li
- Re: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: dependency tee from c parser entities downto token,
Christopher Li
- Re: dependency tee from c parser entities downto token,
Konrad Eisele
- Message not available
- Fwd: dependency tee from c parser entities downto token,
Christopher Li
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Christopher Li
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Christopher Li
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Christopher Li
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Christopher Li
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Christopher Li
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Christopher Li
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Christopher Li
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Christopher Li
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Christopher Li
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Christopher Li
- Re: Fwd: dependency tee from c parser entities downto token,
Konrad Eisele
- Re: Fwd: dependency tee from c parser entities downto token,
Christopher Li
- Re: Fwd: dependency tee from c parser entities downto token,
Christopher Li
Killing off __cond_lock(),
Peter Zijlstra
help needed: document __nocast vs __bitwise (Was: [PATCH 00/16] mm: prepare for converting vm->vm_flags to 64-bit),
Christopher Li
Using c2xml on kernel sources,
Shakthi Kannan
Patch: add __builtin_stpcpy and __sync_synchronize to builtin functions,
Frederic Crozat
strings,
Benjamin Herrenschmidt
sparse-llvm: pseudo_to_value: Assertion `sym->ident == ((void *)0)' failed,
Benjamin Herrenschmidt
[RFC/PATCH 1/2] sparse, llvm: Make function declaration accessible to backend,
Pekka Enberg
[PATCH] evaluate: reject post-ops on void*,
Jan Pokorný
sparse-llvm has been merged,
Christopher Li
[PATCH] sparse: Add 'leaf' to ignored attributes.,
Ethan Jackson
[PATCH 1/3] sparse, llvm: Use LLVMInt1Type() in sym_basetype_type(),
Pekka Enberg
Sparse 0.4.4 is released,
Christopher Li
[GIT PULL] Sparse LLVM backend,
Pekka Enberg
[PATCH] sparse, llvm: Don't fail the build if LLVM is too old,
Pekka Enberg
[PATCH] sparse, llvm: FP comparison op code generation,
Pekka Enberg
[PATCH] sparse, llvm: Simplify comparison op code generation,
Pekka Enberg
[PATCH] sparse, llvm: More comparison ops code generation,
Pekka Enberg
[PATCH 1/2] sparse, llvm: Pointer cast code generation,
Pekka Enberg
suggestion for Merging LLVM,
Christopher Li
[PATCH 1/3] sparse, llvm: Fix symbol initializer code generation,
Pekka Enberg
cannot size expression - exported array in kernel,
Johannes Berg
[PATCH 1/2] sparse, llvm: Make 'sparsec' error handling more robust,
Pekka Enberg
OP_CALL and function pointers,
Pekka Enberg
Reduced call graph,
Nguyen Thai Ngoc Duy
sparse repository at kernel.org is back,
Christopher Li
Sparse at git.kernel.org,
Pekka Enberg
variable size array declarations,
Dan Carpenter
[PATCH] sparse, llvm: Add support for union types,
Pekka Enberg
[PATCH] sparse, llvm: Add support for array types,
Pekka Enberg
[PATCH] sparse, llvm: Fix symbol_type() for bitfields and enums,
Pekka Enberg
[PATCH 1/2] sparse, llvm: Use new LLVM type system API for structs,
Pekka Enberg
[PATCH] sparse, llvm: Fix 'void *' pointer code generation,
Pekka Enberg
[RFC/PATCH 1/2] sparse: Fix including glibc headers on x86-64,
penberg
[PATCH 1/2] sparse: Bump up sizeof(_Bool) to 8 bits,
Pekka Enberg
improper sparse warnings in linux kernel build?,
H Hartley Sweeten
Re: [PATCH] recognize binary constants,
Kamal Mostafa
[sparse-llvm] LLVM and alignment,
Pekka Enberg
[PATCH v2] sparse: Reduce 'test-suite' run output,
Pekka Enberg
Re: LLVM and PSEUDO_REG/PSEUDO_PHI,
Pekka Enberg
Sparse 0.4.4-rc2,
Christopher Li
Re: [PATCH] Re: LLVM and PSEUDO_REG/PSEUDO_PHI,
Jeff Garzik
[ANNOUNCE] LLVM backend for Sparse,
Pekka Enberg
[PATCH 1/3] evaluate: warn on identical exprs around '&&',
Chris Forbes
[PATCH 0/3] linearize_statement: split up into helper functions,
Linus Torvalds
[PATCH] sparse: Reduce 'test-suite' run output,
Pekka Enberg
sparse considers LONG_MAX too big for long on x86-64,
Josh Triplett
sparse and multiarch include paths,
Josh Triplett
(slightly) inconsistent code in evaluate.c:type_difference,
Jonathan Neuschäfer
Re: [PATCH 2/2] mmc: fix integer assignments to pointer,
Chris Ball
[PATCH] FAQ: update the website address and call it Wiki,
Jonathan Neuschäfer
[PATCH 1/5] sparse: Show expected vs. actual output on test failure,
Pekka Enberg
[FAQ]
[Linux Kernel]
[LKML FAQ]
[Site Home]
[IETF Annouce]
[Security]
[Bugtraq]