aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix up dependencies for allocate.cLinus Torvalds2005-04-071-0/+1
* Split out the blob allocator from lib.c into allocate.c.Linus Torvalds2005-04-071-2/+3
* Rename "register.c" into "liveness.c". That's what it does.Linus Torvalds2005-04-071-2/+2
* Add "memop" simplification phase.Linus Torvalds2005-04-071-1/+2
* Add a final pseudo usage tracking phase, which keepsLinus Torvalds2005-04-071-1/+2
* Happy Thanksgiving, everybody!Linus Torvalds2005-04-071-0/+3
* Move instruction simplification to new file "simplify.c".Linus Torvalds2005-04-071-1/+2
* Fix cse.c dependencies.Linus Torvalds2005-04-071-0/+1
* Add initial CSE passLinus Torvalds2005-04-071-1/+1
* Move flow analysis out of "linearize.c" and into new "flow.c"Linus Torvalds2005-04-071-2/+3
* Make 'make install' check the target install directory.Linus Torvalds2005-04-071-1/+10
* Add compatibility file for solaris.welinder@troll.com2005-04-071-0/+6
* AutomergeLinus Torvalds2005-04-071-1/+1
|\
| * Add new "compat.h" header file to lib dependencies list.Linus Torvalds2005-04-071-1/+1
* | New BitKeeper file ``test-sort.c''welinder@anemone.rentec.com2005-04-071-0/+3
|/
* Add system-specific compatibility functions to makeLinus Torvalds2005-04-071-1/+3
* [PATCH] Use $(CC) everywhere in Makefile.pj@ludd.ltu.se2005-04-071-6/+6
* Add sort_list() function that kind of works like qsort, butLinus Torvalds2005-04-071-1/+3
* Morten made us almost -Wwrite-strings clean. Go the extra mile.Linus Torvalds2005-04-071-1/+1
* [PATCH] more on fixing dependencyChristopher Li2005-04-071-0/+3
* Add dependancy information for the new ident-list.hLinus Torvalds2005-04-071-1/+2
* Don't strip the binary when installing.Linus Torvalds2005-04-071-1/+1
* Add proper dependencies on compile.hLinus Torvalds2005-04-071-2/+2
* [PATCH] sparse --- Makefile dependancy fix for check.oChris Wedgwood2005-04-071-0/+1
* Add "bitmap.h" for some simple bitmap opsLinus Torvalds2005-04-071-1/+1
* [PATCH] small sparse additionsChris Wedgwood2005-04-071-1/+1
* Use "-O" to compile sparse, to make the compiler warn more.Linus Torvalds2005-04-071-1/+1
* Use variables for target data structure information, Linus Torvalds2005-04-071-1/+1
* Fix another missing dependency. Linus Torvalds2005-04-071-0/+1
* Fix dependenciesLinus Torvalds2005-04-071-0/+1
* Add "goto/label" support for linearization.Linus Torvalds2005-04-071-1/+1
* Add a "test-linearize" program to test the output ofLinus Torvalds2005-04-071-2/+6
* [PATCH] "silly sparse x86 backend"Jeff Garzik2005-04-071-5/+11
* Make the default install directory be $(HOME)/bin instead of /usr/local/binLinus Torvalds2005-04-071-1/+1
* Split tree evaluation into two phases: the first phaseLinus Torvalds2005-04-071-1/+1
* Make it easier to add extra libraries (eg add a "-lefence" thing forLinus Torvalds2005-04-071-4/+5
* Install the kernel source checker as "sparse" in /usr/local/bin.Linus Torvalds2005-04-071-0/+9
* [PATCH] Use $(CC) consistently throughout the MakefileRyan Anderson2005-04-071-1/+1
* Create "inline.c", which contains the function "copy_statement()",Linus Torvalds2005-04-071-1/+1
* [PATCH] Get gcc internal header files path from gcc itselfRyan Anderson2005-04-071-2/+5
* Make the library look more like a library, preparing for switch-overLinus Torvalds2005-04-071-26/+32
* Add "check" program that just evaluates the tree and does nothingLinus Torvalds2005-04-071-1/+4
* Add "target.h" to the list of headers, to make dependencies come out right.Linus Torvalds2005-04-071-1/+1
* Oops. The preprocessor symbol evaluation printed out the wrong name.Linus Torvalds2005-04-071-1/+4
* Split the compile time constant evaluation up intoLinus Torvalds2005-04-071-1/+2
* Add dependencies for new filesLinus Torvalds2005-04-071-0/+2
* Split up the printout functions into a file of their own.Linus Torvalds2005-04-071-1/+4
* Split up the expression parsing in "parse.c" into a file ofLinus Torvalds2005-04-071-2/+2
* Fix dependencies again, after again having been bitten by me beingLinus Torvalds2005-04-071-3/+6
* Add symbol scoping for proper parsing.Linus Torvalds2005-04-071-2/+2