aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-08-29[PATCH] Use $(BINDIR) consistently in Makefile rather than $(PREFIX)/binJosh Triplett1-3/+3
2005-12-20[PATCH] dissect.cOleg Nesterov1-2/+7
2005-11-21[PATCH] Add a function to translate the SSA form back to normal form.Luc Van Oostenryck1-2/+5
2005-08-02Add DEBUG mode, which enables various expensive debug optionsLinus Torvalds1-0/+5
2005-04-07Move the ptrlist macros out of the sparse "lib.[ch]" files.Linus Torvalds1-2/+4
2005-04-07[PATCH] sparse: Makefile trivialitiesAlexey Dobriyan1-2/+2
2005-04-07Name static library "libsparse.a" to match shared library namingLinus Torvalds1-1/+1
2005-04-07[PATCH] : "make clean" doesn't delete libsparse.sormps@joel.ist.utl.pt1-1/+1
2005-04-07Support building sparse as a shared library.Linus Torvalds1-13/+25
2005-04-07Remove stat-based file identity tests.Linus Torvalds1-2/+2
2005-04-07[PATCH] missing dependency for storage.oSam Ravnborg1-0/+1
2005-04-07Make "storage" be part of the sparse library, and split outLinus Torvalds1-2/+3
2005-04-07Add silly storage handling example.Linus Torvalds1-1/+5
2005-04-07Fix up dependencies for allocate.cLinus Torvalds1-0/+1
2005-04-07Split out the blob allocator from lib.c into allocate.c.Linus Torvalds1-2/+3
2005-04-07Rename "register.c" into "liveness.c". That's what it does.Linus Torvalds1-2/+2
2005-04-07Add "memop" simplification phase.Linus Torvalds1-1/+2
2005-04-07Add a final pseudo usage tracking phase, which keepsLinus Torvalds1-1/+2
2005-04-07Happy Thanksgiving, everybody!Linus Torvalds1-0/+3
2005-04-07Move instruction simplification to new file "simplify.c".Linus Torvalds1-1/+2
2005-04-07Fix cse.c dependencies.Linus Torvalds1-0/+1
2005-04-07Add initial CSE passLinus Torvalds1-1/+1
2005-04-07Move flow analysis out of "linearize.c" and into new "flow.c"Linus Torvalds1-2/+3
2005-04-07Make 'make install' check the target install directory.Linus Torvalds1-1/+10
2005-04-07Add compatibility file for solaris.welinder@troll.com1-0/+6
2005-04-07AutomergeLinus Torvalds1-1/+1
2005-04-07Add new "compat.h" header file to lib dependencies list.Linus Torvalds1-1/+1
2005-04-07New BitKeeper file ``test-sort.c''welinder@anemone.rentec.com1-0/+3
2005-04-07Add system-specific compatibility functions to makeLinus Torvalds1-1/+3
2005-04-07[PATCH] Use $(CC) everywhere in Makefile.pj@ludd.ltu.se1-6/+6
2005-04-07Add sort_list() function that kind of works like qsort, butLinus Torvalds1-1/+3
2005-04-07Morten made us almost -Wwrite-strings clean. Go the extra mile.Linus Torvalds1-1/+1
2005-04-07[PATCH] more on fixing dependencyChristopher Li1-0/+3
2005-04-07Add dependancy information for the new ident-list.hLinus Torvalds1-1/+2
2005-04-07Don't strip the binary when installing.Linus Torvalds1-1/+1
2005-04-07Add proper dependencies on compile.hLinus Torvalds1-2/+2
2005-04-07[PATCH] sparse --- Makefile dependancy fix for check.oChris Wedgwood1-0/+1
2005-04-07Add "bitmap.h" for some simple bitmap opsLinus Torvalds1-1/+1
2005-04-07[PATCH] small sparse additionsChris Wedgwood1-1/+1
2005-04-07Use "-O" to compile sparse, to make the compiler warn more.Linus Torvalds1-1/+1
2005-04-07Use variables for target data structure information, Linus Torvalds1-1/+1
2005-04-07Fix another missing dependency. Linus Torvalds1-0/+1
2005-04-07Fix dependenciesLinus Torvalds1-0/+1
2005-04-07Add "goto/label" support for linearization.Linus Torvalds1-1/+1
2005-04-07Add a "test-linearize" program to test the output ofLinus Torvalds1-2/+6
2005-04-07[PATCH] "silly sparse x86 backend"Jeff Garzik1-5/+11
2005-04-07Make the default install directory be $(HOME)/bin instead of /usr/local/binLinus Torvalds1-1/+1
2005-04-07Split tree evaluation into two phases: the first phaseLinus Torvalds1-1/+1
2005-04-07Make it easier to add extra libraries (eg add a "-lefence" thing forLinus Torvalds1-4/+5
2005-04-07Install the kernel source checker as "sparse" in /usr/local/bin.Linus Torvalds1-0/+9
2005-04-07[PATCH] Use $(CC) consistently throughout the MakefileRyan Anderson1-1/+1
2005-04-07Create "inline.c", which contains the function "copy_statement()",Linus Torvalds1-1/+1
2005-04-07[PATCH] Get gcc internal header files path from gcc itselfRyan Anderson1-2/+5
2005-04-07Make the library look more like a library, preparing for switch-overLinus Torvalds1-26/+32
2005-04-07Add "check" program that just evaluates the tree and does nothingLinus Torvalds1-1/+4
2005-04-07Add "target.h" to the list of headers, to make dependencies come out right.Linus Torvalds1-1/+1
2005-04-07Oops. The preprocessor symbol evaluation printed out the wrong name.Linus Torvalds1-1/+4
2005-04-07Split the compile time constant evaluation up intoLinus Torvalds1-1/+2
2005-04-07Add dependencies for new filesLinus Torvalds1-0/+2
2005-04-07Split up the printout functions into a file of their own.Linus Torvalds1-1/+4
2005-04-07Split up the expression parsing in "parse.c" into a file ofLinus Torvalds1-2/+2
2005-04-07Fix dependencies again, after again having been bitten by me beingLinus Torvalds1-3/+6
2005-04-07Add symbol scoping for proper parsing.Linus Torvalds1-2/+2
2005-04-07Clean up makefile, add more dependencies.Linus Torvalds1-9/+12
2005-04-07Make the preprocessor use the C parser, and then evaluate preprocessorLinus Torvalds1-2/+2
2005-04-07Preprocessor symbol handling: handle simple cases of #define andLinus Torvalds1-2/+2
2005-04-07Add initial preprocessor pass (doesn't actually do much)Linus Torvalds1-4/+4
2005-04-07Parse if-else and return statementsLinus Torvalds1-1/+1
2005-04-07Start handling minimal semantic information, needed for types.Linus Torvalds1-2/+3
2005-04-07Parse more C expressions.Linus Torvalds1-4/+6
2005-04-07Add simple recursive-descent C expression parsing (but we only do theLinus Torvalds1-2/+9
2005-04-07Yaah. I'm a retard, but I want to at least try to see how hard it isLinus Torvalds1-0/+10