aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for TImode type (__int128_t)Blue Swirl2009-08-011-0/+6
* move extern inline function to file scopeChristopher Li2009-07-191-1/+5
* Take the rest of specifiers to parse.cAl Viro2009-07-171-42/+6
* Take the rest of storage class keywords to parse.cAl Viro2009-07-171-6/+0
* Warn about explicit usage of sizeof(void)Christopher Li2008-12-281-1/+1
* Let void have sizeof 1Alexey Zaytsev2008-12-181-1/+1
* Looks more evident this way.Alexey Zaytsev2008-12-181-1/+1
* Unhardcode byte size being 8 bits.David Given2008-12-171-5/+5
* Remove symbol.id_listAlexey Zaytsev2008-06-111-2/+2
* [PATCH] deal correctly with qualifiers on arraysAl Viro2007-07-141-18/+19
* new get_type_name functionRob Taylor2007-07-131-0/+29
* add end position to symbolsRob Taylor2007-07-131-0/+1
* first pass at null pointer constantsAl Viro2007-07-081-1/+3
* fix the comma handling in integer constant expressionsAl Viro2007-07-081-0/+1
* [PATCH] fix handling of typeof on structsAl Viro2007-06-181-1/+6
* fix interaction of typeof with bitwise typesAl Viro2007-05-261-0/+6
* fix alignment for _BoolAl Viro2007-05-261-1/+1
* 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