summaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins/stackleak_plugin.c
Commit message (Expand)AuthorAgeFilesLines
* gcc-plugins: remove code for GCC versions older than 4.9Masahiro Yamada2020-12-041-3/+1
* gcc-plugins/stackleak: Add 'verbose' plugin parameterAlexander Popov2020-06-241-5/+42
* gcc-plugins/stackleak: Use asm instrumentation to avoid useless register savingAlexander Popov2020-06-241-28/+177
* gcc-plugins/stackleak: Avoid assignment for unused macro argumentKees Cook2020-04-131-3/+2
* stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' passAlexander Popov2018-12-061-3/+5
* gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov2018-09-041-0/+427