aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-04cleanup write to argument array hackChristopher Li1-9/+10
2005-11-02Handle symbols from "-include" file tooLinus Torvalds1-1/+1
2005-08-03Update the calling interface to "sparse()".Linus Torvalds1-12/+13
2005-04-07Add "stream_name()" helper function, and use it.Linus Torvalds1-1/+1
2005-04-07Split out the blob allocator from lib.c into allocate.c.Linus Torvalds1-0/+1
2005-04-07Make "compile" use the sparse() helper function too.Linus Torvalds1-55/+6
2005-04-07Make "translation_unit()" do symbol evaluation too.Linus Torvalds1-3/+3
2005-04-07Get rid of the old "iterate()" interfaces.Linus Torvalds1-5/+9
2005-04-07Print out the proper filename on open failure.Linus Torvalds1-1/+1
2005-04-07Make "next_path" be per-stream for better "include_next".Linus Torvalds1-1/+1
2005-04-07Simplify the interface between compile.c and the actualLinus Torvalds1-5/+4
2005-04-07Initialize C type system after parsing the command line arguments.Linus Torvalds1-0/+3
2005-04-07[be] Kill unused varJeff Garzik1-1/+1
2005-04-07Don't crash if no filename specifiedDave Jones1-0/+3
2005-04-07o make compile.c use the generic do_switch and create_builtin_streamArnaldo Carvalho de Melo1-37/+8
2005-04-07[PATCH] "silly sparse x86 backend"Jeff Garzik1-0/+134