| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up dependencies for allocate.c | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Split out the blob allocator from lib.c into allocate.c. | Linus Torvalds | 2005-04-07 | 1 | -2/+3 |
* | Rename "register.c" into "liveness.c". That's what it does. | Linus Torvalds | 2005-04-07 | 1 | -2/+2 |
* | Add "memop" simplification phase. | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |
* | Add a final pseudo usage tracking phase, which keeps | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |
* | Happy Thanksgiving, everybody! | Linus Torvalds | 2005-04-07 | 1 | -0/+3 |
* | Move instruction simplification to new file "simplify.c". | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |
* | Fix cse.c dependencies. | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Add initial CSE pass | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Move flow analysis out of "linearize.c" and into new "flow.c" | Linus Torvalds | 2005-04-07 | 1 | -2/+3 |
* | Make 'make install' check the target install directory. | Linus Torvalds | 2005-04-07 | 1 | -1/+10 |
* | Add compatibility file for solaris. | welinder@troll.com | 2005-04-07 | 1 | -0/+6 |
* | Automerge | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
|\ |
|
| * | Add new "compat.h" header file to lib dependencies list. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | | New BitKeeper file ``test-sort.c'' | welinder@anemone.rentec.com | 2005-04-07 | 1 | -0/+3 |
|/ |
|
* | Add system-specific compatibility functions to make | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | [PATCH] Use $(CC) everywhere in Makefile. | pj@ludd.ltu.se | 2005-04-07 | 1 | -6/+6 |
* | Add sort_list() function that kind of works like qsort, but | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Morten made us almost -Wwrite-strings clean. Go the extra mile. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | [PATCH] more on fixing dependency | Christopher Li | 2005-04-07 | 1 | -0/+3 |
* | Add dependancy information for the new ident-list.h | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |
* | Don't strip the binary when installing. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Add proper dependencies on compile.h | Linus Torvalds | 2005-04-07 | 1 | -2/+2 |
* | [PATCH] sparse --- Makefile dependancy fix for check.o | Chris Wedgwood | 2005-04-07 | 1 | -0/+1 |
* | Add "bitmap.h" for some simple bitmap ops | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | [PATCH] small sparse additions | Chris Wedgwood | 2005-04-07 | 1 | -1/+1 |
* | Use "-O" to compile sparse, to make the compiler warn more. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Use variables for target data structure information, | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Fix another missing dependency. | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Fix dependencies | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Add "goto/label" support for linearization. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Add a "test-linearize" program to test the output of | Linus Torvalds | 2005-04-07 | 1 | -2/+6 |
* | [PATCH] "silly sparse x86 backend" | Jeff Garzik | 2005-04-07 | 1 | -5/+11 |
* | Make the default install directory be $(HOME)/bin instead of /usr/local/bin | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Split tree evaluation into two phases: the first phase | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Make it easier to add extra libraries (eg add a "-lefence" thing for | Linus Torvalds | 2005-04-07 | 1 | -4/+5 |
* | Install the kernel source checker as "sparse" in /usr/local/bin. | Linus Torvalds | 2005-04-07 | 1 | -0/+9 |
* | [PATCH] Use $(CC) consistently throughout the Makefile | Ryan Anderson | 2005-04-07 | 1 | -1/+1 |
* | Create "inline.c", which contains the function "copy_statement()", | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | [PATCH] Get gcc internal header files path from gcc itself | Ryan Anderson | 2005-04-07 | 1 | -2/+5 |
* | Make the library look more like a library, preparing for switch-over | Linus Torvalds | 2005-04-07 | 1 | -26/+32 |
* | Add "check" program that just evaluates the tree and does nothing | Linus Torvalds | 2005-04-07 | 1 | -1/+4 |
* | Add "target.h" to the list of headers, to make dependencies come out right. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Oops. The preprocessor symbol evaluation printed out the wrong name. | Linus Torvalds | 2005-04-07 | 1 | -1/+4 |
* | Split the compile time constant evaluation up into | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |
* | Add dependencies for new files | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | Split up the printout functions into a file of their own. | Linus Torvalds | 2005-04-07 | 1 | -1/+4 |
* | Split up the expression parsing in "parse.c" into a file of | Linus Torvalds | 2005-04-07 | 1 | -2/+2 |
* | Fix dependencies again, after again having been bitten by me being | Linus Torvalds | 2005-04-07 | 1 | -3/+6 |
* | Add symbol scoping for proper parsing. | Linus Torvalds | 2005-04-07 | 1 | -2/+2 |