| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-08-29 | [PATCH] Use $(BINDIR) consistently in Makefile rather than $(PREFIX)/bin | Josh Triplett | 1 | -3/+3 |
| 2005-12-20 | [PATCH] dissect.c | Oleg Nesterov | 1 | -2/+7 |
| 2005-11-21 | [PATCH] Add a function to translate the SSA form back to normal form. | Luc Van Oostenryck | 1 | -2/+5 |
| 2005-08-02 | Add DEBUG mode, which enables various expensive debug options | Linus Torvalds | 1 | -0/+5 |
| 2005-04-07 | Move the ptrlist macros out of the sparse "lib.[ch]" files. | Linus Torvalds | 1 | -2/+4 |
| 2005-04-07 | [PATCH] sparse: Makefile trivialities | Alexey Dobriyan | 1 | -2/+2 |
| 2005-04-07 | Name static library "libsparse.a" to match shared library naming | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | [PATCH] : "make clean" doesn't delete libsparse.so | rmps@joel.ist.utl.pt | 1 | -1/+1 |
| 2005-04-07 | Support building sparse as a shared library. | Linus Torvalds | 1 | -13/+25 |
| 2005-04-07 | Remove stat-based file identity tests. | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | [PATCH] missing dependency for storage.o | Sam Ravnborg | 1 | -0/+1 |
| 2005-04-07 | Make "storage" be part of the sparse library, and split out | Linus Torvalds | 1 | -2/+3 |
| 2005-04-07 | Add silly storage handling example. | Linus Torvalds | 1 | -1/+5 |
| 2005-04-07 | Fix up dependencies for allocate.c | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Split out the blob allocator from lib.c into allocate.c. | Linus Torvalds | 1 | -2/+3 |
| 2005-04-07 | Rename "register.c" into "liveness.c". That's what it does. | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Add "memop" simplification phase. | Linus Torvalds | 1 | -1/+2 |
| 2005-04-07 | Add a final pseudo usage tracking phase, which keeps | Linus Torvalds | 1 | -1/+2 |
| 2005-04-07 | Happy Thanksgiving, everybody! | Linus Torvalds | 1 | -0/+3 |
| 2005-04-07 | Move instruction simplification to new file "simplify.c". | Linus Torvalds | 1 | -1/+2 |
| 2005-04-07 | Fix cse.c dependencies. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Add initial CSE pass | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Move flow analysis out of "linearize.c" and into new "flow.c" | Linus Torvalds | 1 | -2/+3 |
| 2005-04-07 | Make 'make install' check the target install directory. | Linus Torvalds | 1 | -1/+10 |
| 2005-04-07 | Add compatibility file for solaris. | welinder@troll.com | 1 | -0/+6 |
| 2005-04-07 | Automerge | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Add new "compat.h" header file to lib dependencies list. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | New BitKeeper file ``test-sort.c'' | welinder@anemone.rentec.com | 1 | -0/+3 |
| 2005-04-07 | Add system-specific compatibility functions to make | Linus Torvalds | 1 | -1/+3 |
| 2005-04-07 | [PATCH] Use $(CC) everywhere in Makefile. | pj@ludd.ltu.se | 1 | -6/+6 |
| 2005-04-07 | Add sort_list() function that kind of works like qsort, but | Linus Torvalds | 1 | -1/+3 |
| 2005-04-07 | Morten made us almost -Wwrite-strings clean. Go the extra mile. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | [PATCH] more on fixing dependency | Christopher Li | 1 | -0/+3 |
| 2005-04-07 | Add dependancy information for the new ident-list.h | Linus Torvalds | 1 | -1/+2 |
| 2005-04-07 | Don't strip the binary when installing. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Add proper dependencies on compile.h | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | [PATCH] sparse --- Makefile dependancy fix for check.o | Chris Wedgwood | 1 | -0/+1 |
| 2005-04-07 | Add "bitmap.h" for some simple bitmap ops | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | [PATCH] small sparse additions | Chris Wedgwood | 1 | -1/+1 |
| 2005-04-07 | Use "-O" to compile sparse, to make the compiler warn more. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Use variables for target data structure information, | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Fix another missing dependency. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Fix dependencies | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Add "goto/label" support for linearization. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Add a "test-linearize" program to test the output of | Linus Torvalds | 1 | -2/+6 |
| 2005-04-07 | [PATCH] "silly sparse x86 backend" | Jeff Garzik | 1 | -5/+11 |
| 2005-04-07 | Make the default install directory be $(HOME)/bin instead of /usr/local/bin | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Split tree evaluation into two phases: the first phase | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Make it easier to add extra libraries (eg add a "-lefence" thing for | Linus Torvalds | 1 | -4/+5 |
| 2005-04-07 | Install the kernel source checker as "sparse" in /usr/local/bin. | Linus Torvalds | 1 | -0/+9 |
| 2005-04-07 | [PATCH] Use $(CC) consistently throughout the Makefile | Ryan Anderson | 1 | -1/+1 |
| 2005-04-07 | Create "inline.c", which contains the function "copy_statement()", | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | [PATCH] Get gcc internal header files path from gcc itself | Ryan Anderson | 1 | -2/+5 |
| 2005-04-07 | Make the library look more like a library, preparing for switch-over | Linus Torvalds | 1 | -26/+32 |
| 2005-04-07 | Add "check" program that just evaluates the tree and does nothing | Linus Torvalds | 1 | -1/+4 |
| 2005-04-07 | Add "target.h" to the list of headers, to make dependencies come out right. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Oops. The preprocessor symbol evaluation printed out the wrong name. | Linus Torvalds | 1 | -1/+4 |
| 2005-04-07 | Split the compile time constant evaluation up into | Linus Torvalds | 1 | -1/+2 |
| 2005-04-07 | Add dependencies for new files | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Split up the printout functions into a file of their own. | Linus Torvalds | 1 | -1/+4 |
| 2005-04-07 | Split up the expression parsing in "parse.c" into a file of | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Fix dependencies again, after again having been bitten by me being | Linus Torvalds | 1 | -3/+6 |
| 2005-04-07 | Add symbol scoping for proper parsing. | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Clean up makefile, add more dependencies. | Linus Torvalds | 1 | -9/+12 |
| 2005-04-07 | Make the preprocessor use the C parser, and then evaluate preprocessor | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Preprocessor symbol handling: handle simple cases of #define and | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Add initial preprocessor pass (doesn't actually do much) | Linus Torvalds | 1 | -4/+4 |
| 2005-04-07 | Parse if-else and return statements | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Start handling minimal semantic information, needed for types. | Linus Torvalds | 1 | -2/+3 |
| 2005-04-07 | Parse more C expressions. | Linus Torvalds | 1 | -4/+6 |
| 2005-04-07 | Add simple recursive-descent C expression parsing (but we only do the | Linus Torvalds | 1 | -2/+9 |
| 2005-04-07 | Yaah. I'm a retard, but I want to at least try to see how hard it is | Linus Torvalds | 1 | -0/+10 |