summaryrefslogtreecommitdiffstats
path: root/tools/objtool/builtin-check.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo2016-07-121-0/+1
* objtool: Detect falling through to the next functionJosh Poimboeuf2016-04-161-14/+32
* objtool: Add workaround for GCC switch jump table bugJosh Poimboeuf2016-04-151-12/+41
* objtool: Only print one warning per functionJosh Poimboeuf2016-03-091-23/+25
* objtool: Add several performance improvementsJosh Poimboeuf2016-03-091-6/+12
* objtool: Fix false positive warnings for functions with multiple switch state...Josh Poimboeuf2016-03-091-45/+100
* objtool: Rename some variables and functionsJosh Poimboeuf2016-03-091-39/+41
* objtool: Remove superflous INIT_LIST_HEADJosh Poimboeuf2016-03-091-2/+0Star
* objtool: Add helper macros for traversing instructionsJosh Poimboeuf2016-03-091-73/+55Star
* objtool: Fix false positive warnings related to sibling callsJosh Poimboeuf2016-03-091-1/+6
* objtool: Detect infinite recursionJosh Poimboeuf2016-03-091-12/+33
* objtool: Prevent infinite recursion in noreturn detectionJosh Poimboeuf2016-03-091-4/+20
* objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf2016-02-291-0/+1072