| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-05-20 | sparse: fix broken 'memcpy-max-count' check | Ramsay Jones | 1 | -1/+1 |
| 2021-03-06 | ptrlist: use ptr_list_nth() instead of linearize_ptr_list() | Luc Van Oostenryck | 1 | -12/+1 |
| 2018-11-24 | teach sparse about '-o <file>' | Luc Van Oostenryck | 1 | -0/+3 |
| 2018-09-06 | topasm: top-level asm is special | Luc Van Oostenryck | 1 | -1/+1 |
| 2018-06-23 | cast: specialize integer casts | Luc Van Oostenryck | 1 | -2/+3 |
| 2018-06-23 | cast: make casts from pointer always size preserving | Luc Van Oostenryck | 1 | -1/+0 |
| 2018-06-23 | cast: specialize cast from pointers | Luc Van Oostenryck | 1 | -0/+1 |
| 2018-06-21 | ptrlist: remove the now unneeded FOR_EACH_PTR_NOTAG() | Luc Van Oostenryck | 1 | -2/+2 |
| 2018-05-06 | Merge branches 'unop', 'describe-dirty', 'range-syntax', 'old-testcases', 'fi... | Luc Van Oostenryck | 1 | -0/+2 |
| 2018-05-06 | fix missing checks for deleted instructions | Luc Van Oostenryck | 1 | -0/+2 |
| 2018-05-04 | sparse: option to print compound global data symbol info | Randy Dunlap | 1 | -0/+33 |
| 2018-03-18 | defer initialization of bb::context | Luc Van Oostenryck | 1 | -0/+1 |
| 2017-06-15 | add support for -fmemcpy-max-count | Luc Van Oostenryck | 1 | -2/+1 |
| 2017-06-15 | add support for -Wmemcpy-max-count | Luc Van Oostenryck | 1 | -1/+2 |
| 2017-06-15 | memcpy()'s byte count is unsigned | Luc Van Oostenryck | 1 | -3/+3 |
| 2017-05-15 | use -fmem-report to report allocation stats | Luc Van Oostenryck | 1 | -0/+2 |
| 2014-10-10 | rename -Werror to -Wsparse-error | Christopher Li | 1 | -1/+1 |
| 2014-09-28 | sparse: Make -Werror turn warnigns into errors | Thomas Graf | 1 | -0/+3 |
| 2013-11-29 | sparse: Relicense under the MIT license | Franz Schrober | 1 | -1/+17 |
| 2011-04-26 | use ARRAY_SIZE() when possible (continued) | Jan Pokorný | 1 | -1/+1 |
| 2008-12-24 | Revert the context tracking code | Johannes Berg | 1 | -373/+51 |
| 2008-04-24 | fix bug in context tracking code | Johannes Berg | 1 | -14/+114 |
| 2008-04-21 | improve -Wcontext code and messages | Johannes Berg | 1 | -76/+158 |
| 2008-04-21 | inlined call bugfix & test | Johannes Berg | 1 | -0/+1 |
| 2008-04-21 | sparse: simple conditional context tracking | Johannes Berg | 1 | -14/+40 |
| 2008-04-21 | make sparse keep its promise about context tracking | Johannes Berg | 1 | -48/+161 |
| 2007-03-09 | Fix typos in comments | Josh Triplett | 1 | -2/+2 |
| 2007-02-25 | Adding debug option for showing the linearized instruction. | Christopher Li | 1 | -1/+5 |
| 2006-12-04 | Rename "check.c" to "sparse.c" to match program name; update .gitignore | Josh Triplett | 1 | -0/+283 |