| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Parse and track multiple contexts by expression | Josh Triplett | 2006-08-30 | 1 | -1/+4 |
* | Make local declarations be statements of their own | Linus Torvalds | 2005-12-31 | 1 | -1/+4 |
* | Get closer to parsing multiple files correctly. | Linus Torvalds | 2005-08-03 | 1 | -1/+1 |
* | [PATCH] static declear | Christopher Li | 2005-04-07 | 1 | -0/+1 |
* | Add compile-time "range-check" infrastructure to sparse | Linus Torvalds | 2005-04-07 | 1 | -1/+7 |
* | Save away (most) of the asm information when parsing inline assembly. | Linus Torvalds | 2005-04-07 | 1 | -0/+6 |
* | Allow the C99/C++ mixed variable declaration syntax. | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |
* | Make "translation_unit()" do symbol evaluation too. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Add an internal sparse "context" statement type. | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Remove "match_string_ident" now that nothing uses it. | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |
* | [PATCH] uninlining inline functions | Alexander Viro | 2005-04-07 | 1 | -0/+1 |
* | Mondane cleanups at the level of typos. | welinder@troll.com | 2005-04-07 | 1 | -2/+2 |
* | Keep track of computed target label lists per-function. | Linus Torvalds | 2005-04-07 | 1 | -0/+6 |
* | Remove now-obsolete temporary statement types. | Linus Torvalds | 2005-04-07 | 1 | -6/+0 |
* | Add proper linearization of switch statements. | Linus Torvalds | 2005-04-07 | 1 | -0/+7 |
* | Split "STMT_GOTO_BB" into "STMT_CONDTRUE" and "STMT_CONDFALSE". | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |
* | Linearize iterators, at least a first try at it. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Add real flow control to the basic-block handling. | Linus Torvalds | 2005-04-07 | 1 | -0/+7 |
* | Update copyright notices to reflect the fact that Transmeta | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Clean up function inlining some, and fix the type of the | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | [PATCH] Make all the anonymous structures truly anonymous | Ryan Anderson | 2005-04-07 | 1 | -9/+9 |
* | Create "inline.c", which contains the function "copy_statement()", | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Make function returns a bit more realistic | Linus Torvalds | 2005-04-07 | 1 | -0/+5 |
* | Simplify if-statements without even evaluating the false side | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |
* | Parse and evaluate gcc computed goto extensions: label addressing | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Parse C99 style 'for()' statements with variable declarations. | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Fix switch/case statement show-parse. | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Add comments about special terator/switch statement symbols. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Start updating the copyright license comments to the OSL, | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Show if/label/asm statements in a saner format. | Linus Torvalds | 2005-04-07 | 1 | -2/+3 |
* | Turn 'break'/'continue' statements into goto's with | Linus Torvalds | 2005-04-07 | 1 | -2/+2 |
* | Make statement and expression printouts be more "linearized", and | Linus Torvalds | 2005-04-07 | 1 | -2/+2 |
* | Add some limited attribute parsing. "packed", "aligned" and "type". | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | Change the copyright to Transmeta Corp, that's likely to be | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Make labels be symbols in their own namespace (NS_LABEL). | Linus Torvalds | 2005-04-07 | 1 | -3/+3 |
* | Remove last user of "struct token" from "struct expression". | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Make a function call point an expression type of its own, and | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Clean up type handling in a big way. Don't leave those | Linus Torvalds | 2005-04-07 | 1 | -0/+3 |
* | Replace for/while/do-while loops with a generic internal | Linus Torvalds | 2005-04-07 | 1 | -6/+9 |
* | Move expression data structures to "expression.h", they got | Linus Torvalds | 2005-04-07 | 1 | -41/+0 |
* | Add copyright statements and file comments. Add a FAQ, README, and | Linus Torvalds | 2005-04-07 | 1 | -0/+5 |
* | Make iterators take a helper datum, and tell the callback whether | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Bind symbols when declared. Bind arguments to functions. | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Fix up warnings by adding includes and the proper prototypes. | Linus Torvalds | 2005-04-07 | 1 | -0/+3 |
* | Fix cast parsing. Add parsing of gcc typeof/attribute stuff. Parse the | Linus Torvalds | 2005-04-07 | 1 | -0/+11 |
* | Add parsing for 'for', 'while', 'do', 'goto' and label statements. | Linus Torvalds | 2005-04-07 | 1 | -1/+17 |
* | Parse compound statements, 'break', 'continue', 'default', 'case' and | Linus Torvalds | 2005-04-07 | 1 | -0/+14 |
* | Parse if-else and return statements | Linus Torvalds | 2005-04-07 | 1 | -4/+8 |
* | Parse a lot more types (including complex structures and unions and | Linus Torvalds | 2005-04-07 | 1 | -3/+7 |
* | Start binding typedefs. More work needed, but this parses correctly: | Linus Torvalds | 2005-04-07 | 1 | -2/+3 |