| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't mix storage class bits with ctype->modifiers while parsing type | Al Viro | 2009-07-18 | 1 | -1/+1 |
* | Fix declaration_specifiers() handling of typedef name shadowed by NS_SYMBOL | Al Viro | 2009-07-18 | 1 | -1/+1 |
* | Add comment on taint flags enum referencing expr->taint | Josh Triplett | 2007-10-10 | 1 | -1/+1 |
* | expression.h needs lib.h for struct position and symbol.h for int_ctype | Josh Triplett | 2007-07-14 | 1 | -0/+2 |
* | fix handling of address_space in casts and assignments | Al Viro | 2007-07-10 | 1 | -1/+2 |
* | first pass at null pointer constants | Al Viro | 2007-07-08 | 1 | -0/+1 |
* | fix the comma handling in integer constant expressions | Al Viro | 2007-07-08 | 1 | -1/+8 |
* | [PATCH] fix handling of integer constant expressions | Al Viro | 2007-06-26 | 1 | -1/+8 |
* | [PATCH] implement __builtin_offsetof() | Al Viro | 2007-06-26 | 1 | -0/+10 |
* | [PATCH] rewrite of initializer handling | Al Viro | 2007-06-18 | 1 | -0/+1 |
* | Make local declarations be statements of their own | Linus Torvalds | 2005-12-31 | 1 | -1/+1 |
* | Make expression type enums start at one.. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Split out the blob allocator from lib.c into allocate.c. | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | Make expression tree have an "op value" for the inc/dec operations. | Linus Torvalds | 2005-04-07 | 1 | -1/+4 |
* | Make "translation_unit()" do symbol evaluation too. | Linus Torvalds | 2005-04-07 | 1 | -2/+1 |
* | Remove EXPR_BITFIELD entirely. | Linus Torvalds | 2005-04-07 | 1 | -6/+0 |
* | Separate explicit and implied casts. | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Add __sizeof_ptr__ that looks at a pointer expression and | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Totally re-do how we build up the initializer tree: make the | Linus Torvalds | 2005-04-07 | 1 | -3/+6 |
* | [PATCH] handling of non-lvalue compound objects | Alexander Viro | 2005-04-07 | 1 | -0/+6 |
* | EXPR_SAFELOGICAL is unnecessary. It ends up being the same as EXPR_BINOP. | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |
* | Make expression expansion calculate the "cost" of the | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Add "select" expression. | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | [PATCH] FP handling | Alexander Viro | 2005-04-07 | 1 | -0/+4 |
* | [PATCH] teach sparse about __alignof__ | Stephen Hemminger | 2005-04-07 | 1 | -0/+1 |
* | Support C types as first-class citizens, allowing type | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |
* | Use the "look up multiple namespaces" facility | Linus Torvalds | 2005-04-07 | 1 | -2/+4 |
* | Allow variable-sized array size declarations. | Linus Torvalds | 2005-04-07 | 1 | -0/+10 |
* | Update copyright notices to reflect the fact that Transmeta | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Cast evaluation is special: we want to simplify the cast early | Linus Torvalds | 2005-04-07 | 1 | -0/+4 |
* | Split tree evaluation into two phases: the first phase | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | [PATCH] Make all the anonymous structures truly anonymous | Ryan Anderson | 2005-04-07 | 1 | -10/+10 |
* | Parse and evaluate gcc computed goto extensions: label addressing | Linus Torvalds | 2005-04-07 | 1 | -0/+5 |
* | Check for duplicate symbol definitions only during declaration, | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Start updating the copyright license comments to the OSL, | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Evaluate initializer entry offsets, and add them back into | Linus Torvalds | 2005-04-07 | 1 | -0/+7 |
* | Clean up: mark local stuff 'static', and remove unused function. | Linus Torvalds | 2005-04-07 | 1 | -3/+0 |
* | Evaluate logical expressions, and short-circuit it. | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |
* | evaluate_initializer() is now static to within evaluate.c | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |
* | Change the copyright to Transmeta Corp, that's likely to be | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Change the evaluate functions to return the type of the result | Linus Torvalds | 2005-04-07 | 1 | -4/+4 |
* | Evaluate more expression types: conditional expressions, statement | Linus Torvalds | 2005-04-07 | 1 | -0/+5 |
* | Remove last user of "struct token" from "struct expression". | Linus Torvalds | 2005-04-07 | 1 | -5/+1 |
* | Evaluate initializers separately. We'll need this to handle | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Parse initializers properly. We parsed them before, but we didn't | Linus Torvalds | 2005-04-07 | 1 | -1/+12 |
* | Start doing constant strings right: do proper concatenation of strings, | Linus Torvalds | 2005-04-07 | 1 | -0/+4 |
* | A structure member is just an identifier, not a random token. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Introduce a "struct position", and have the different types refer | Linus Torvalds | 2005-04-07 | 1 | -5/+11 |
* | Zero out the high bits when casting constants to a smaller type, | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Handle 'enum' as 'int' for integer promotion. | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |