aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename -Wall to Wsparse-all, so it doesn't get turned on unintentionallyJosh Triplett2010-03-284-17/+8
* Handle __builtin_ms_va_list.Michael Stefaniuc2010-03-282-0/+3
* Simplify Makefile using static pattern rulesChristopher Li2010-03-281-8/+3
* Ignore the alloc_size attribute.Michael Stefaniuc2010-03-281-0/+2
* Ignore the ms_abi/sysv_abi attributes.Michael Stefaniuc2010-03-281-0/+4
* Declare ignored attributres into a list of string.Christopher Li2010-03-282-71/+86
* Move noreturn attribute out of ignore attr areaChristopher Li2010-03-281-2/+2
* Make MOD_NORETURN fits into 32 bitChristopher Li2009-10-161-1/+1
* do not ignore attribute 'noreturn'...Kamil Dudka2009-10-162-3/+5
* Sparse 0.4.2Christopher Li2009-10-111-2/+2
* sparse: Add GCC pre-defined macros for user-spacePekka Enberg2009-08-212-0/+11
* make sparse headers self-compilable...Kamil Dudka2009-08-115-0/+14
* show_token: handle TOKEN_UNTAINT and TOKEN_ARG_COUNT typesReinhard Tartler2009-08-111-2/+11
* unssa: track uses when replacing a phi nodeKamil Dudka2009-08-023-1/+4
* Define __LP64__ for x86_64 unless in 32 bit modeBlue Swirl2009-08-011-1/+1
* Add support for TImode type (__int128_t)Blue Swirl2009-08-0110-13/+51
* linearize.h: sanitize headerKamil Dudka2009-07-292-4/+4
* Add c{l,t}z{,l,ll}, ffsl{,l}, popcountll and floating point comparison builtins.Blue Swirl2009-08-031-3/+22
* Ignore attribute __bounded__, used by OpenBSD headers.Blue Swirl2009-08-031-0/+2
* test-suite: integrate unhandled proprocessor testsHannes Eder2009-07-279-0/+142
* compile-i386: do not generate an infinite loopKamil Dudka2009-07-221-4/+4
* Makefile: suppress error message from pkg-configRamsay Jones2009-07-201-1/+1
* test-suite: be more verbose on 'unhandled' and 'known to fail' testsHannes Eder2009-07-191-1/+5
* move extern inline function to file scopeChristopher Li2009-07-194-6/+40
* Add validation for restrict and attribute warningChristopher Li2009-07-182-0/+20
* Avoid "attribute 'warning': unknown attribute" warningLinus Torvalds2009-07-181-0/+2
* Turn off '-Wtransparent-union' by defaultLinus Torvalds2009-07-181-1/+1
* Allow array declarators to have 'restrict' in themLinus Torvalds2009-07-182-0/+3
* Have Makefile import local.mk if it exists.Samuel Bronson2009-07-182-2/+12
* Support the __thread storage classAlberto Bertogli2009-07-182-4/+33
* Print an error if typeof() lacks an argumentMartin Nagy2009-07-182-1/+19
* Add missing checks for Waddress-spaceMartin Nagy2009-07-182-5/+5
* .gitignore: Ignore dependencies and Vim swap filesMartin Nagy2009-07-181-0/+2
* warn directive in argument listAl Viro2009-07-181-2/+26
* Segfault at evaluate.c:341Al Viro2009-07-181-0/+1
* Sanitize pointer()Al Viro2009-07-181-15/+5
* Don't mix storage class bits with ctype->modifiers while parsing typeAl Viro2009-07-185-43/+86
* Simplify get_number_value() and ctype_integer()Al Viro2009-07-183-32/+23
* Fix __label__ handlingAl Viro2009-07-185-32/+40
* Fix declaration_specifiers() handling of typedef name shadowed by NS_SYMBOLAl Viro2009-07-183-3/+16
* Fix enumeration constants' scope beginningAl Viro2009-07-182-4/+14
* Restore __attribute__((mode)) handlingAl Viro2009-07-183-22/+101
* Pass decl_state down to ->attribute()Al Viro2009-07-182-19/+20
* Pass decl_state down to ->declarator() and handle_attributes()Al Viro2009-07-172-49/+49
* Clean up and split declaration_specifiers()Al Viro2009-07-171-30/+29
* Have ->declarator() act directly on ctype being affectedAl Viro2009-07-172-73/+162
* Rewrite and fix specifiers handlingAl Viro2009-07-176-166/+468
* Saner type for __builtin_va_listAl Viro2009-07-171-1/+1
* Take the rest of specifiers to parse.cAl Viro2009-07-173-44/+33
* preparations to ->declarator() cleanup - separate typedef handlingAl Viro2009-07-171-9/+11