Show patches with: none      |   4062 patches
« 1 2 3 440 41 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
Add -fno-show-column - - - --- 2009-01-10 Hannes Eder Rejected
fun with declarations and definitions - - - --- 2009-02-02 Al Viro Mainlined
Fix type_info_expression() - - - --- 2009-02-02 Al Viro Mainlined
fun with declarations and definitions - - - --- 2009-02-06 Al Viro Mainlined
Fix implicit cast to float (Was:Re: Initializing float variables without type suffix) - - - --- 2009-02-06 Thomas Schmid Mainlined
[1/7] Fix handling of ident-less declarations - - - --- 2009-02-14 Al Viro Mainlined
[2/7] Separate parsing of identifier-list (in K&R-style declarations) - - - --- 2009-02-14 Al Viro Mainlined
[3/7] More nested declarator fixes - - - --- 2009-02-14 Al Viro Mainlined
[4/7] Fix attribute/asm handling - - - --- 2009-02-14 Al Viro Mainlined
[5/7] more direct_declarator() sanitizing - - - --- 2009-02-14 Al Viro Mainlined
[6/7] Warn about non-empty identifier list outside of definition - - - --- 2009-02-14 Al Viro Mainlined
[7/7] Apply attributes after ( to the right place - - - --- 2009-02-14 Al Viro Mainlined
[1/18] Leave applying attributes until we know whether it's a nested declarator - - - --- 2009-03-09 Al Viro Mainlined
[2/18] Don't mess with passing symbol to declarator/direct_declarator - - - --- 2009-03-09 Al Viro Mainlined
[3/18] Fix braino in which_kind() - - - --- 2009-03-09 Al Viro Mainlined
[4/18] Sanitize direct_declarator logics - - - --- 2009-03-09 Al Viro Mainlined
[5/18] Separating ctype and parser state, part 1 - - - --- 2009-03-09 Al Viro Mainlined
[6/18] Propagate decl_state to declaration_specifiers() - - - --- 2009-03-09 Al Viro Mainlined
[7/18] Fix regression created by commit af30c6df74f01db10fa78ac0cbdb5c3c40b5c73f - - - --- 2009-03-09 Al Viro Mainlined
[8/18] Take the rest of storage class keywords to parse.c - - - --- 2009-03-09 Al Viro Mainlined
[9/18] Fix handling of typedefs with several declarators - - - --- 2009-03-09 Al Viro Mainlined
[10/18] preparations to ->declarator() cleanup - separate typedef handling - - - --- 2009-03-09 Al Viro Mainlined
[11/18] Take the rest of specifiers to parse.c - - - --- 2009-03-09 Al Viro Mainlined
[12/18] Saner type for __builtin_va_list - - - --- 2009-03-09 Al Viro Mainlined
[13/18] Rewrite and fix specifiers handling - - - --- 2009-03-09 Al Viro Mainlined
[14/18] Have ->declarator() act directly on ctype being affected - - - --- 2009-03-09 Al Viro Mainlined
[15/18] Clean up and split declaration_specifiers() - - - --- 2009-03-09 Al Viro Mainlined
[16/18] Pass decl_state down to ->declarator() and handle_attributes() - - - --- 2009-03-09 Al Viro Mainlined
[17/18] Pass decl_state down to ->attribute() - - - --- 2009-03-09 Al Viro Mainlined
[18/18] Restore __attribute__((mode)) handling - - - --- 2009-03-09 Al Viro Mainlined
Fix enumeration constants' scope beginning - - - --- 2009-03-09 Al Viro Mainlined
Fix declaration_specifiers() handling of typedef name shadowed by NS_SYMBOL - - - --- 2009-03-09 Al Viro Mainlined
Fix __label__ handling - - - --- 2009-03-09 Al Viro Mainlined
Simplify get_number_value() and ctype_integer() - - - --- 2009-03-11 Al Viro Mainlined
Don't mix storage class bits with ctype->modifiers while parsing type - - - --- 2009-03-11 Al Viro Mainlined
Sanitize pointer() - - - --- 2009-03-11 Al Viro Mainlined
Braino in attribute_packed() - - - --- 2009-03-11 Al Viro Mainlined
test-suite: new preprocessor test case - - - --- 2009-03-19 Hannes Eder Rejected
[bug,bisected,-chrisl] Segfault at evaluate.c:341 - - - --- 2009-03-19 Al Viro Mainlined
[bug,bisected,-chrisl] Segfault at evaluate.c:341 - - - --- 2009-03-21 Al Viro Superseded
[bug,bisected,-chrisl] Segfault at evaluate.c:341 - - - --- 2009-03-21 Al Viro Mainlined
Add missing checks for Waddress-space - - - --- 2009-04-23 Martin Nagy Superseded
.gitignore: Ignore dependencies and Vim swap files - - - --- 2009-04-24 Martin Nagy Mainlined
sparse LLVM backend (was Re: [rfc] built-in native compiler for Linux?) - - - --- 2009-04-25 Jeff Garzik Not Applicable
Add missing checks for Waddress-space - - - --- 2009-04-25 Martin Nagy Mainlined
Print an error if typeof() lacks an argument - - - --- 2009-04-25 Martin Nagy Superseded
Print an error if typeof() lacks an argument - - - --- 2009-04-25 Martin Nagy Mainlined
[v2] sparse: add LLVM code generation backend - - - --- 2009-04-26 Jeff Garzik Rejected
Support the __thread storage class - - - --- 2009-04-27 Alberto Bertogli Superseded
Print an error if typeof() lacks an argument - - - --- 2009-04-27 Martin Nagy Mainlined
show_token: handle TOKEN_UNTAINT and TOKEN_ARG_COUNT types - - - --- 2009-04-30 Reinhard Tartler Mainlined
Support the __thread storage class - - - --- 2009-05-16 Alberto Bertogli Mainlined
[1/3] Add -*- gdb-script -*- to the top of gdbhelpers, for Emacs - - - --- 2009-05-31 Samuel Bronson Rejected
[2/3] Replace SYM_ and MOD_ #defines with enums in symbol.h. - - - --- 2009-05-31 Samuel Bronson Rejected
[3/3] Whitespace tweaks in symbol.h - - - --- 2009-05-31 Samuel Bronson Rejected
[PATCH-v2,2/4] Replace SYM_ and MOD_ #defines with enums in symbol.h. - - - --- 2009-06-01 Samuel Bronson Rejected
[4/4] Have Makefile import config.mak if it exists. - - - --- 2009-06-01 Samuel Bronson Mainlined
Allow array declarators to have 'restrict' in them - - - --- 2009-06-18 Linus Torvalds Mainlined
Turn off '-Wtransparent-union' by default - - - --- 2009-06-18 Linus Torvalds Mainlined
Avoid "attribute 'warning': unknown attribute" warning - - - --- 2009-06-18 Linus Torvalds Mainlined
Multiple translation unit regression - - - --- 2009-07-05 Ramsay Jones Rejected
test-suite: be more verbose on 'unhandled' and 'known to fail' tests - - - --- 2009-07-16 Hannes Eder Mainlined
Multiple translation unit regression - - - --- 2009-07-18 Ramsay Jones Mainlined
[1/5] Fix an "'__sentinel__' attribute directive ignored" warning - - - --- 2009-07-18 Ramsay Jones Superseded
[2/5] Fix some "enum value 'SYM_...' not handled in switch" warnings - - - --- 2009-07-18 Ramsay Jones Superseded
[3/5] Makefile: suppress error message from shell - - - --- 2009-07-18 Ramsay Jones Superseded
[4/5] Fix some "plain integer as NULL pointer" warnings on cygwin - - - --- 2009-07-18 Ramsay Jones Superseded
[5/5] Add a --version option to sparse - - - --- 2009-07-18 Ramsay Jones Superseded
compile-i386: do not generate an infinite loop 1 - - --- 2009-07-18 Kamil Dudka Mainlined
[2/5] Fix some "enum value 'SYM_...' not handled in switch" warnings - - - --- 2009-07-21 Ramsay Jones Rejected
compile-i386: do not generate an infinite loop - - - --- 2009-07-22 Kamil Dudka Mainlined
test-suite: integrate unhandled proprocessor tests - - - --- 2009-07-27 Hannes Eder Mainlined
[1/2,RESEND] Ignore attribute __bounded__, used by OpenBSD headers. - - - --- 2009-08-01 Blue Swirl Mainlined
[2/2] Subject: Add a few GCC builtins - - - --- 2009-08-01 Blue Swirl Mainlined
[1/2] Add support for TImode type (__int128_t) - - - --- 2009-08-05 Blue Swirl Mainlined
[2/2] Define __LP64__ for x86_64 unless in 32 bit mode - - - --- 2009-08-05 Blue Swirl Mainlined
linearize.h: sanitize header - - - --- 2009-08-06 Kamil Dudka Mainlined
linearize.h: sanitize header 1 - - --- 2009-08-06 Kamil Dudka Mainlined
make sparse headers self-compilable... - - - --- 2009-08-07 Kamil Dudka Mainlined
make sparse headers self-compilable... - - - --- 2009-08-08 Kamil Dudka Mainlined
unssa: track uses when replacing a phi node - - - --- 2009-08-09 Kamil Dudka Mainlined
cse: treat PHI-nodes as other instructions - - - --- 2009-08-09 Kamil Dudka Mainlined
make sparse headers self-compilable... - - - --- 2009-08-11 Kamil Dudka Mainlined
sparse: Add GCC pre-defined macros for user-space - - - --- 2009-08-15 Pekka Enberg Mainlined
sparse: Add GCC pre-defined macros for user-space - - - --- 2009-08-15 Pekka Enberg Mainlined
sparse: Add GCC pre-defined macros for user-space - - - --- 2009-08-16 Pekka Enberg Mainlined
sparse: Add GCC pre-defined macros for user-space 1 - - --- 2009-08-16 Pekka Enberg Mainlined
do not ignore attribute 'noreturn'... - - - --- 2009-08-28 Kamil Dudka Mainlined
add warnings enum-to-int and int-to-enum - - - --- 2009-09-01 Kamil Dudka Rejected
add warnings enum-to-int and int-to-enum - - - --- 2009-09-02 Kamil Dudka Rejected
add warnings enum-to-int and int-to-enum - - - --- 2009-09-02 Kamil Dudka Rejected
do not ignore attribute 'noreturn'... - - - --- 2009-09-14 Christopher Li Mainlined
Ignore the ms_abi/sysv_abi attributes. - - - --- 2009-09-29 Michael Stefaniuc Superseded
Ignore the alloc_size attribute. - - - --- 2009-09-29 Michael Stefaniuc Superseded
Ignore the ms_abi/sysv_abi attributes. - - - --- 2009-09-30 Michael Stefaniuc Mainlined
Ignore the alloc_size attribute. - - - --- 2009-09-30 Michael Stefaniuc Mainlined
Handle __builtin_ms_va_list. - - - --- 2009-09-30 Michael Stefaniuc Mainlined
New attribute designated_init: mark a struct as requiring designated init - - - --- 2009-10-10 Josh Triplett Superseded
[PATCHv2] New attribute designated_init: mark a struct as requiring designated init - - - --- 2009-10-11 Josh Triplett Superseded
Rename -Wall to Wsparse-all, so it doesn't get turned on unintentionally - - - --- 2009-10-11 Josh Triplett Superseded
« 1 2 3 440 41 »