aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixup and cleanup modifier_string() function.Christopher Li2010-09-151-19/+45
* Fix a typo - "typdef" is neither C nor plain EnglishBernd Petrovitsch2010-09-011-1/+1
* Add support for TImode type (__int128_t)Blue Swirl2009-08-011-0/+3
* Make show_symbol newline-consistentAlexey Zaytsev2008-12-181-2/+5
* Unhardcode byte size being 8 bits.David Given2008-12-171-1/+1
* fix show_typename()Al Viro2008-04-031-49/+51
* saner warnings for restricted typesAl Viro2008-04-031-0/+4
* [PATCH] saner show_type()Al Viro2007-07-141-18/+44
* fix handling of address_space in casts and assignmentsAl Viro2007-07-101-0/+1
* [PATCH] implement __builtin_offsetof()Al Viro2007-06-261-0/+1
* Use GCC format and sentinel attributes on appropriate functionsJosh Triplett2007-03-091-2/+2
* Add annotation for inline function call.Christopher Li2007-03-021-0/+6
* Enhance debug information.Christopher Li2007-01-271-45/+67
* [PATCH] handle fouled-bitwiseAl Viro2006-10-011-0/+8
* [PATCH] Parse and track multiple contexts by expressionJosh Triplett2006-08-301-4/+13
* Make local declarations be statements of their ownLinus Torvalds2005-12-311-1/+3
* [PATCH] fix treatment of EXPR_COMMA by show_expression()Al Viro2005-11-221-1/+8
* [PATCH] static declearChristopher Li2005-04-071-2/+2
* Add compile-time "range-check" infrastructure to sparseLinus Torvalds2005-04-071-2/+9
* Add "stream_name()" helper function, and use it.Linus Torvalds2005-04-071-2/+2
* Split out the blob allocator from lib.c into allocate.c.Linus Torvalds2005-04-071-0/+1
* Update copyright notices a bit.Linus Torvalds2005-04-071-1/+1
* Remove EXPR_BITFIELD entirely.Linus Torvalds2005-04-071-17/+1
* Separate explicit and implied casts.Linus Torvalds2005-04-071-0/+1
* Remove "fieldwidth" member of struct symbolLinus Torvalds2005-04-071-4/+2
* Remove remnants of two-expression x ? : y handling..Linus Torvalds2005-04-071-2/+0
* Use 'bad_type' instead of NULL when something bad happensLinus Torvalds2005-04-071-0/+1
* Replace context/contextmask (never used) with in_context/out_context.Linus Torvalds2005-04-071-1/+1
* Get rid of the old "iterate()" interfaces.Linus Torvalds2005-04-071-44/+18
* Add an internal sparse "context" statement type.Linus Torvalds2005-04-071-1/+5
* Add __sizeof_ptr__ that looks at a pointer expression andLinus Torvalds2005-04-071-0/+1
* Show the base-type for an enum in "show_typename()".Linus Torvalds2005-04-071-1/+1
* Fix symbol_debug() symbol type print-out.Linus Torvalds2005-04-071-4/+17
* Be a bit nicer about showing string constants.Linus Torvalds2005-04-071-0/+4
* Allow 'show_position_expr()' to survive lack of type information.Linus Torvalds2005-04-071-1/+4
* Totally re-do how we build up the initializer tree: make theLinus Torvalds2005-04-071-5/+16
* Janitorial trivialities.welinder@darter.rentec.com2005-04-071-1/+1
* Many files:welinder@darter.rentec.com2005-04-071-6/+6
* symbol.h, symbol.c:welinder@troll.com2005-04-071-0/+5
* Sanitize base type declarations some more.Linus Torvalds2005-04-071-0/+1
* Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument.Linus Torvalds2005-04-071-6/+6
* [PATCH] __attribute__((bitwise))Alexander Viro2005-04-071-0/+8
* Mergewelinder@troll.com2005-04-071-0/+10
|\
| * [PATCH] handling of non-lvalue compound objectsAlexander Viro2005-04-071-0/+10
* | parse.c:welinder@troll.com2005-04-071-1/+1
|/
* EXPR_SAFELOGICAL is unnecessary. It ends up being the same as EXPR_BINOP.Linus Torvalds2005-04-071-1/+0
* Make expression expansion calculate the "cost" of theLinus Torvalds2005-04-071-0/+1
* Add "select" expression.Linus Torvalds2005-04-071-0/+1
* [PATCH] FP handlingAlexander Viro2005-04-071-0/+11
* [PATCH] teach sparse about __alignof__Stephen Hemminger2005-04-071-0/+1