aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsJosh Triplett2007-03-091-2/+2
* Free up some special bits in modifiers.Josh Triplett2007-03-071-34/+1
* double inclusionsNicolas Kaiser2006-11-211-1/+0
* Typo fixesPavel Roskin2006-11-061-1/+1
* [PATCH] handle fouled-bitwiseAl Viro2006-10-011-0/+38
* [PATCH] add support for __builtin_choose_expr()Al Viro2006-09-301-0/+45
* [PATCH] Parse and track multiple contexts by expressionJosh Triplett2006-08-301-2/+7
* First cut at something that approaches a sane -WshadowLinus Torvalds2006-07-311-10/+9
* [PATCH] count_array_initializer() needs to know the type of elementAl Viro2006-05-091-8/+24
* Re-name "error()" function to "sparse_error()"Linus Torvalds2005-11-161-5/+5
* [PATCH] replaced warnings with errors.Mitesh Shah2005-09-221-5/+5
* Warn about undefined preprocessor symbols at expansion time, not parse timeLinus Torvalds2005-09-091-0/+1
* [PATCH] enum: improve error messagesOleg Nesterov2005-08-171-5/+0
* [PATCH] enum: fix sparse segfault with incomplete enumOleg Nesterov2005-08-171-1/+1
* Make types have file scope, not global scopeLinus Torvalds2005-08-021-4/+6
* Make macros have file scopeLinus Torvalds2005-08-021-0/+2
* [PATCH] Fix compile warning in symbol.cMika Kukkonen2005-06-211-1/+1
* Initial cut at __builtin_expect() implementationLinus Torvalds2005-06-191-0/+22
* Fix up type examination.Linus Torvalds2005-06-161-4/+2
* [PATCH] static declearChristopher Li2005-04-071-1/+1
* Fix array size calculation when the last entry is an EXPR_INDEX.Linus Torvalds2005-04-071-2/+2
* Toplevel symbols are externally addressable only if theyLinus Torvalds2005-04-071-1/+3
* 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
* Fix __typeof__ size evaluation.Linus Torvalds2005-04-071-0/+1
* Make "translation_unit()" do symbol evaluation too.Linus Torvalds2005-04-071-2/+2
* enums, bitfields and nodes pick up their signednessLinus Torvalds2005-04-071-1/+11
* Set the bit_offset in the SYM_BITFIELD entry too, not justLinus Torvalds2005-04-071-0/+1
* Remove "fieldwidth" member of struct symbolLinus Torvalds2005-04-071-10/+5
* Fix up structure bitfield placement.Linus Torvalds2005-04-071-1/+10
* Examine bitfield symbols properly.Linus Torvalds2005-04-071-1/+1
* Make sure to examine restricted types too.Linus Torvalds2005-04-071-0/+3
* Use 'bad_type' instead of NULL when something bad happensLinus Torvalds2005-04-071-6/+4
* Implement a C99-like _Bool type.Linus Torvalds2005-04-071-1/+2
* Add comment on what caused type examination recursion.Linus Torvalds2005-04-071-0/+6
* Clean up symbol examination some more.Linus Torvalds2005-04-071-53/+70
* Don't recurse on struct/union symbol examine, if the struct Linus Torvalds2005-04-071-0/+1
* Do base_type examination in common code in examine_symbol_type().Linus Torvalds2005-04-071-16/+14
* Implement __builtin_safe_p() to match __builtin_constant_p.Linus Torvalds2005-04-071-26/+10
* Allow zero-sized array initializers.Linus Torvalds2005-04-071-2/+1
* Do array sizing at "examine_symbol_type()" time.Linus Torvalds2005-04-071-25/+78
* Replace context/contextmask (never used) with in_context/out_context.Linus Torvalds2005-04-071-2/+2
* Get rid of the old "iterate()" interfaces.Linus Torvalds2005-04-071-7/+7
* Make "bind_symbol()" also set sym->ident.Linus Torvalds2005-04-071-1/+3
* Introduce the notion of "reserved" identifiers. Linus Torvalds2005-04-071-4/+9
* [PATCH] enum handlingAlexander Viro2005-04-071-5/+15
* Fix structure size calculation for structures with unsized arrays.Linus Torvalds2005-04-071-6/+19
* Add "__builtin_warning()" builtin.Linus Torvalds2005-04-071-1/+57
* [PATCH] recovery from typeof on expression with bad typeAlexander Viro2005-04-071-2/+2
* Many files:welinder@darter.rentec.com2005-04-071-7/+7