| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-09-14 | Add -Wno-uninitialized | Josh Triplett | 1 | -1/+1 |
| 2006-08-30 | [PATCH] Parse and track multiple contexts by expression | Josh Triplett | 1 | -1/+7 |
| 2005-11-02 | Handle symbols from "-include" file too | Linus Torvalds | 1 | -1/+1 |
| 2005-08-03 | Update the calling interface to "sparse()". | Linus Torvalds | 1 | -1/+3 |
| 2005-06-26 | [PATCH] avoid segfault in check_byte_count() | Luc Van Oostenryck | 1 | -0/+2 |
| 2005-04-07 | Add support for context checking functions. | Linus Torvalds | 1 | -4/+17 |
| 2005-04-07 | Make "check" (aka sparse) check arguments to some functions. | Linus Torvalds | 1 | -0/+65 |
| 2005-04-07 | Use the new per-instruction position information for better | Linus Torvalds | 1 | -5/+5 |
| 2005-04-07 | Add compile-time "range-check" infrastructure to sparse | Linus Torvalds | 1 | -3/+11 |
| 2005-04-07 | Make "check" (aka "sparse") check data-dropping casts. | Linus Torvalds | 1 | -0/+61 |
| 2005-04-07 | Now that we track argument pseudo liveness, make | Linus Torvalds | 1 | -2/+8 |
| 2005-04-07 | Make the "entrypoint" be a special OP_ENTRY instruction instead of | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Split out the blob allocator from lib.c into allocate.c. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Allow multiple levels of verbosity, and print out the _really_ | Linus Torvalds | 1 | -0/+3 |
| 2005-04-07 | Make the new "sparse()" interface even more painfully obvious. | Linus Torvalds | 1 | -4/+2 |
| 2005-04-07 | Move all of the setup code to one single "sparse()" helper function. | Linus Torvalds | 1 | -85/+1 |
| 2005-04-07 | Merge http://sparse-mw.bkbits.net:8080/janitorial | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Update copyright notices a bit. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | check.c: | welinder@troll.com | 1 | -4/+8 |
| 2005-04-07 | Remove the horrid iterators. | Linus Torvalds | 1 | -4/+2 |
| 2005-04-07 | Make "translation_unit()" do symbol evaluation too. | Linus Torvalds | 1 | -5/+4 |
| 2005-04-07 | Make lock context warnings a bit more readable. | Linus Torvalds | 1 | -5/+5 |
| 2005-04-07 | Make context count warning be controllable with "-Wcontext" flag. | Linus Torvalds | 1 | -2/+4 |
| 2005-04-07 | Use the in_context/out_context information in the context balance | Linus Torvalds | 1 | -15/+17 |
| 2005-04-07 | Make context imbalance checker print out slightly better | Linus Torvalds | 1 | -12/+16 |
| 2005-04-07 | Duh. It's ok to not have any instructions in a bb. | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Get rid of the old "iterate()" interfaces. | Linus Torvalds | 1 | -10/+14 |
| 2005-04-07 | Make "check" (aka "sparse") check for context imbalance. | Linus Torvalds | 1 | -1/+64 |
| 2005-04-07 | test-linearize.c: | welinder@troll.com | 1 | -8/+2 |
| 2005-04-07 | Don't add declarations when -E is used. | welinder@troll.com | 1 | -9/+11 |
| 2005-04-07 | Janitorial trivialities. | welinder@darter.rentec.com | 1 | -1/+1 |
| 2005-04-07 | Make "next_path" be per-stream for better "include_next". | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | check.c: | welinder@troll.com | 1 | -2/+3 |
| 2005-04-07 | With no input files, the checker would SIGSEGV. | Linus Torvalds | 1 | -0/+3 |
| 2005-04-07 | Ok, enable linearization in "check" (aka sparse) | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | [PATCH] misc small updates | Alexander Viro | 1 | -0/+9 |
| 2005-04-07 | Check for duplicate symbol info after having | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | [PATCH] small sparse additions | Chris Wedgwood | 1 | -0/+1 |
| 2005-04-07 | [PATCH] Add __builtin_trap() | David S. Miller | 1 | -0/+1 |
| 2005-04-07 | __builtin_memset() returns a "void *" | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | [PATCH] more fun with sparse | Alexander Viro | 1 | -0/+1 |
| 2005-04-07 | Initialize C type system after parsing the command line arguments. | Linus Torvalds | 1 | -1/+3 |
| 2005-04-07 | o move the definition of __CHECKER__ only to check.c | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2005-04-07 | o remove extern __builtin declarations from create_builtin_stream | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2005-04-07 | o create create_builtin_stream | Arnaldo Carvalho de Melo | 1 | -16/+1 |
| 2005-04-07 | o move add_pre_buffer, handle_switch and friends to lib.c | Arnaldo Carvalho de Melo | 1 | -69/+0 |
| 2005-04-07 | Update copyright notices to reflect the fact that Transmeta | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Split tree evaluation into two phases: the first phase | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Add "-v" flag for verbose mode. | Linus Torvalds | 1 | -1/+3 |
| 2005-04-07 | Get rid of "#pragma" lines for now, while still keeping a | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Define __STDC__ to let sources know we want proper ANSI C prototypes. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Print out the rigth filename when an open fails.. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Merge penguin:src/parser into home.transmeta.com:/home/torvalds/parser | Linus Torvalds | 1 | -0/+26 |
| 2005-04-07 | Add a rudimentary "-E" flag handling to check.c. | Linus Torvalds | 1 | -0/+26 |
| 2005-04-07 | Define a few more automatic defines that the kernel expects. | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Remove the __builtin_constant_p() #define from check.c, | Linus Torvalds | 1 | -1/+0 |
| 2005-04-07 | Don't define __KERNEL__, since we now automatically get it | Linus Torvalds | 1 | -1/+0 |
| 2005-04-07 | Remove old hacks for getting kernel include directories right (for me). | Linus Torvalds | 1 | -5/+0 |
| 2005-04-07 | Add pre-defined "builtin" support for some more gcc features | Linus Torvalds | 1 | -0/+5 |
| 2005-04-07 | Check for duplicate symbol definitions only during declaration, | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Avoid warning. Define "__linux__", since the kernel ACPI headers | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Make "check" a bit nicer about checking kernel files: | Linus Torvalds | 1 | -2/+3 |
| 2005-04-07 | Make "check" be able to take a "-include xxxx" command line | Linus Torvalds | 1 | -9/+31 |
| 2005-04-07 | Start updating the copyright license comments to the OSL, | Linus Torvalds | 1 | -1/+3 |
| 2005-04-07 | Hardcode "check.c" with enough pre-defines to work with my | Linus Torvalds | 1 | -0/+13 |
| 2005-04-07 | Add "check" program that just evaluates the tree and does nothing | Linus Torvalds | 1 | -0/+112 |