Show patches with: none      |   4062 patches
« 1 2 3 440 41 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
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
[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 Mainlined
.gitignore: Ignore dependencies and Vim swap files - - - --- 2009-04-24 Martin Nagy Mainlined
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 Mainlined
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
[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
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
compile-i386: do not generate an infinite loop 1 - - --- 2009-07-18 Kamil Dudka Mainlined
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
do not ignore attribute 'noreturn'... - - - --- 2009-09-14 Christopher Li Mainlined
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
[PATCHv2] Rename -Wall to Wsparse-all, so it doesn't get turned on unintentionally - - - --- 2009-10-11 Josh Triplett Mainlined
[PATCHv3] New attribute designated_init: mark a struct as requiring designated init - - - --- 2009-10-11 Josh Triplett Mainlined
Fix incorrect linearization of "x && y && z" - - - --- 2009-10-27 Daniel De Graaf Mainlined
Makefile: fix permissions mixup on install - - - --- 2009-10-28 Dan McGee Mainlined
sparse: Add more ignored attributes - - - --- 2009-11-26 Michael Buesch Mainlined
Ignore "naked" attribute - - - --- 2009-11-29 Michael Buesch Mainlined
sparse 0.4.2: cgcc issue - - - --- 2009-12-08 rubisher Mainlined
segfault in sparse snapshot 2010-02-13 - - - --- 2010-03-29 Christopher Li Mainlined
[1/1] parser: add support for asm goto - - - --- 2010-06-18 Jiri Slaby Mainlined
Small patch for __builtin_fabs and an attribute - - - --- 2010-07-10 Morten Welinder Mainlined
[1/2] parser: fix and simplify support of asm goto - - - --- 2010-07-10 Jiri Slaby Mainlined
[2/2] parser: define __builtin_unreachable - - - --- 2010-07-10 Jiri Slaby Mainlined
[[PATCH] ] Fix a typo - "typdef" is neither C nor plain English - - - --- 2010-08-20 Bernd Petrovitsch Mainlined
Fixup and cleanup of the modifier_string() function (was Re: modifier_string() inconsistency with m… - - - --- 2010-08-23 Bernd Petrovitsch Mainlined
[v2] parser: add Blackfin gcc info - - - --- 2010-10-07 Mike Frysinger Mainlined
bad asm goto ? - - - --- 2010-10-26 Christopher Li Mainlined
memops.c: always true expression - - - --- 2010-11-21 Nicolas Kaiser Mainlined
use ARRAY_SIZE() when possible - - - --- 2010-12-09 Namhyung Kim Mainlined
Makefile: warn user when libxml and/or libgtk2 are not available - - - --- 2011-03-03 Florian Fainelli Mainlined
Makefile: warn user when libxml and/or libgtk2 are not available - - - --- 2011-03-04 Florian Fainelli Mainlined
remove unused "container" macro - - - --- 2011-04-07 Jan Pokorný Mainlined
flow.c: make comment for `dominates' reflect code - - - --- 2011-04-07 Jan Pokorný Mainlined
[1/3] build: allow easy override of GCC_BASE - - - --- 2011-04-13 Diego Elio Pettenò Mainlined
[2/3] build: add an all-installable target that builds the targets to install. - - - --- 2011-04-13 Diego Elio Pettenò Mainlined
[3/3] Fix build with GCC 4.6 series. - - - --- 2011-04-13 Diego Elio Pettenò Mainlined
use ARRAY_SIZE() when possible (continued) - - - --- 2011-04-13 Jan Pokorný Mainlined
parse.c: "if(" -> "if (" adjustment - - - --- 2011-04-16 Jan Pokorný Mainlined
« 1 2 3 440 41 »