aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sparse.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-20sparse: fix broken 'memcpy-max-count' checkRamsay Jones1-1/+1
2021-03-06ptrlist: use ptr_list_nth() instead of linearize_ptr_list()Luc Van Oostenryck1-12/+1
2018-11-24teach sparse about '-o <file>'Luc Van Oostenryck1-0/+3
2018-09-06topasm: top-level asm is specialLuc Van Oostenryck1-1/+1
2018-06-23cast: specialize integer castsLuc Van Oostenryck1-2/+3
2018-06-23cast: make casts from pointer always size preservingLuc Van Oostenryck1-1/+0
2018-06-23cast: specialize cast from pointersLuc Van Oostenryck1-0/+1
2018-06-21ptrlist: remove the now unneeded FOR_EACH_PTR_NOTAG()Luc Van Oostenryck1-2/+2
2018-05-06Merge branches 'unop', 'describe-dirty', 'range-syntax', 'old-testcases', 'fi...Luc Van Oostenryck1-0/+2
2018-05-06fix missing checks for deleted instructionsLuc Van Oostenryck1-0/+2
2018-05-04sparse: option to print compound global data symbol infoRandy Dunlap1-0/+33
2018-03-18defer initialization of bb::contextLuc Van Oostenryck1-0/+1
2017-06-15add support for -fmemcpy-max-countLuc Van Oostenryck1-2/+1
2017-06-15add support for -Wmemcpy-max-countLuc Van Oostenryck1-1/+2
2017-06-15memcpy()'s byte count is unsignedLuc Van Oostenryck1-3/+3
2017-05-15use -fmem-report to report allocation statsLuc Van Oostenryck1-0/+2
2014-10-10rename -Werror to -Wsparse-errorChristopher Li1-1/+1
2014-09-28sparse: Make -Werror turn warnigns into errorsThomas Graf1-0/+3
2013-11-29sparse: Relicense under the MIT licenseFranz Schrober1-1/+17
2011-04-26use ARRAY_SIZE() when possible (continued)Jan Pokorný1-1/+1
2008-12-24Revert the context tracking codeJohannes Berg1-373/+51
2008-04-24fix bug in context tracking codeJohannes Berg1-14/+114
2008-04-21improve -Wcontext code and messagesJohannes Berg1-76/+158
2008-04-21inlined call bugfix & testJohannes Berg1-0/+1
2008-04-21sparse: simple conditional context trackingJohannes Berg1-14/+40
2008-04-21make sparse keep its promise about context trackingJohannes Berg1-48/+161
2007-03-09Fix typos in commentsJosh Triplett1-2/+2
2007-02-25Adding debug option for showing the linearized instruction.Christopher Li1-1/+5
2006-12-04Rename "check.c" to "sparse.c" to match program name; update .gitignoreJosh Triplett1-0/+283