aboutsummaryrefslogtreecommitdiffstats
path: root/test-linearize.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-21ptrlist: remove the now unneeded FOR_EACH_PTR_NOTAG()Luc Van Oostenryck1-2/+2
2017-11-13dump-ir: make it more flexibleLuc Van Oostenryck1-1/+1
2017-11-13dump-ir: rename -fdump-linearize to -fdump-irLuc Van Oostenryck1-1/+1
2017-11-13dump-ir: saner use of fdump_linearizeLuc Van Oostenryck1-0/+2
2017-05-15use -fmem-report to report allocation statsLuc Van Oostenryck1-0/+2
2013-11-29sparse: Relicense under the MIT licenseFranz Schrober1-1/+17
2006-12-04cleanup write to argument array hackChristopher Li1-3/+7
2005-11-02Handle symbols from "-include" file tooLinus Torvalds1-1/+1
2005-08-03Update the calling interface to "sparse()".Linus Torvalds1-1/+3
2005-04-07Split out the blob allocator from lib.c into allocate.c.Linus Torvalds1-0/+1
2005-04-07Update test-linearize.c to the new world order.Linus Torvalds1-51/+1
2005-04-07Make "translation_unit()" do symbol evaluation too.Linus Torvalds1-4/+3
2005-04-07Get rid of the old "iterate()" interfaces.Linus Torvalds1-10/+14
2005-04-07test-linearize.c:welinder@troll.com1-5/+5
2005-04-07Make "next_path" be per-stream for better "include_next".Linus Torvalds1-2/+2
2005-04-07Fix test-linearize with symbols that have no code to show.Linus Torvalds1-1/+2
2005-04-07Generalize linearize_symbol()Jeff Garzik1-1/+4
2005-04-07Initialize C type system after parsing the command line arguments.Linus Torvalds1-1/+3
2005-04-07Add a "test-linearize" program to test the output ofLinus Torvalds1-0/+83