aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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