2005-04-08 |
Linus Torvalds | Improve statement printout to make the result more...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix "show_symbol_expr_init()" to not crash if
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Split "STMT_GOTO_BB" into "STMT_CONDTRUE" and "STMT_CONDFALSE".
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Linearize iterators, at least a first try at it.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add "goto/label" support for linearization.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix silly "else" case handling bug. If we have
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add real flow control to the basic-block handling.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add a "test-linearize" program to test the output of
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Oops. Fix name clash by renaming the new "copy_ptr_list...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | This add a linearization phase. It's not even close...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Allow variable-sized array size declarations.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix symbol derefence type information merge.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Merge bk://kernel.bkbits.net/jgarzik/sparse.hacking
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Merge bk://kernel.bkbits.net/jgarzik/sparse.hacking
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Merge bk://kernel.bkbits.net/acme/sparse.acme
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Merge bk://kernel.bkbits.net/acme/sparse.acme
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Merge bk://kernel.bkbits.net/jgarzik/sparse
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Warn about non-constant case statements.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Allow DOS-style '\r' characters in the input files.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Check for NULL pointers after having peeled off the...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make the default install directory be $(HOME)/bin instead...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Disable premature dead code removal: a block that
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add a note in the readme about the fact that we now...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Update copyright notices to reflect the fact that Transmeta
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | More conversion from "iterate()" to an explicit FOR_EACH_PTR()
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Start migrating the last straggling users of the "iterate()"
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add a test for '##' handling from the kernel sources,
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Imrpove warning message for failed member name lookup.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make the tokenizer recognize FP tokens, even if we...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Cast evaluation is special: we want to simplify the...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix degenerate types for array/fn expressions. We used to
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add a type checking validation test-case that shows...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | You can use a typedef as a variable name or a struct...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix RESET_PTR_LIST() implementation: we forgot to actually
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make the "unknown named initializer" error message...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix up function inlining:
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | More preprocessor validation tests from comp.std.c.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add two preprocessor test-cases from comp.std.c.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Split tree evaluation into two phases: the first phase
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Now that inlining works, make the return handling work...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Oops. The argument symbol initializers got lost on...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | This makes function inlining largely work correctly...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Do a proper scope allocator, don't use the "bytes"...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix case statement inlining. At least partly.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Flesh out inlining some more.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix a nonchecked (and much too small) nesting level...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make it easier to add extra libraries (eg add a "-lefence...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Clean up function inlining some, and fix the type of the
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make the statement copying slightly more complete,...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add "-v" flag for verbose mode.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Install the kernel source checker as "sparse" in /usr...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add cheesy C++-like "const variable" evaluation. It...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Start doing real expression copying for the inliner...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Create "inline.c", which contains the function "copy_stateme...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Get rid of "#pragma" lines for now, while still keeping a
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Cleanup: factor out function body parsing into a function...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Start doing inline function expansion.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Handle more attributes now that we warn about stuff...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix type warning.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Peter Jones informs about the gcc "attribute((aligned...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Give better warnings for attribute mis-parses.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make function returns a bit more realistic
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Simplify if-statements without even evaluating the...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Don't try to give typdefs storage bits.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | MOD_TOPLEVEL is storage information, and shouldn't...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Define __STDC__ to let sources know we want proper...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Don't ask about logging, the automatic checkin tools...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Check whether a parameter declaration is a type before...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix enums. We can't turn _all_ enums into values, only...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Parse and evaluate gcc computed goto extensions: label...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix include path ordering - check for local paths when...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Print out the rigth filename when an open fails..
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Merge penguin:src/parser into home.transmeta.com:/home...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add a rudimentary "-E" flag handling to check.c.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Define a few more automatic defines that the kernel...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Stupid pre-processor bug #6981: Don't avoid recursively
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Gahh... I really need to revisit the expansion recursion...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Remove the __builtin_constant_p() #define from check.c,
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fxi up the builtin function evaluation. We really just...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add support for evaluating builtin functions at compile...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Parse C99 style 'for()' statements with variable declarations.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Clean up for/while/do parsing by separating them out
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix silly switch printout bug - the "break" label should
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make the switch case table printout look prettier and...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix switch/case statement show-parse.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add current directory to search path.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add a backend generic pointer to the symbol. Not that
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Show switch statements more sanely, one case at a time,
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add comments about special terator/switch statement...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix naming: "is_void_ptr()" did _not_ test for void...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make argument type differences show better error messages.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Don't define __KERNEL__, since we now automatically...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Remove old hacks for getting kernel include directories...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add pre-defined "builtin" support for some more gcc...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Avoid recursive expansion of tokens by keeping track...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Don't bother with memset() on allocations, the chunking
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Check for duplicate symbol definitions only during...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add "__volatile" and "__volatile__" for gcc compatibility.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix (and simplify) handling of "defined()" in the preprocessor.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Use the new factored-out include code to do proper...
|
commit | commitdiff | tree |