aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Add backend to graph basic blocksJosh Triplett2006-08-291-1/+5
* [PATCH] Use $(BINDIR) consistently in Makefile rather than $(PREFIX)/binJosh Triplett2006-08-291-3/+3
* [PATCH] dissect.cOleg Nesterov2005-12-201-2/+7
* [PATCH] Add a function to translate the SSA form back to normal form.Luc Van Oostenryck2005-11-211-2/+5
* Add DEBUG mode, which enables various expensive debug optionsLinus Torvalds2005-08-021-0/+5
* Move the ptrlist macros out of the sparse "lib.[ch]" files.Linus Torvalds2005-04-071-2/+4
* [PATCH] sparse: Makefile trivialitiesAlexey Dobriyan2005-04-071-2/+2
* Name static library "libsparse.a" to match shared library namingLinus Torvalds2005-04-071-1/+1
* [PATCH] : "make clean" doesn't delete libsparse.sormps@joel.ist.utl.pt2005-04-071-1/+1
* Support building sparse as a shared library.Linus Torvalds2005-04-071-13/+25
* Remove stat-based file identity tests.Linus Torvalds2005-04-071-2/+2
* [PATCH] missing dependency for storage.oSam Ravnborg2005-04-071-0/+1
* Make "storage" be part of the sparse library, and split outLinus Torvalds2005-04-071-2/+3
* Add silly storage handling example.Linus Torvalds2005-04-071-1/+5
* 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