summaryrefslogtreecommitdiffstats
path: root/tools/objtool/builtin-check.c
AgeCommit message (Expand)Author
2016-04-16objtool: Detect falling through to the next functionJosh Poimboeuf
2016-04-15objtool: Add workaround for GCC switch jump table bugJosh Poimboeuf
2016-03-09objtool: Only print one warning per functionJosh Poimboeuf
2016-03-09objtool: Add several performance improvementsJosh Poimboeuf
2016-03-09objtool: Fix false positive warnings for functions with multiple switch state...Josh Poimboeuf
2016-03-09objtool: Rename some variables and functionsJosh Poimboeuf
2016-03-09objtool: Remove superflous INIT_LIST_HEADJosh Poimboeuf
2016-03-09objtool: Add helper macros for traversing instructionsJosh Poimboeuf
2016-03-09objtool: Fix false positive warnings related to sibling callsJosh Poimboeuf
2016-03-09objtool: Detect infinite recursionJosh Poimboeuf
2016-03-09objtool: Prevent infinite recursion in noreturn detectionJosh Poimboeuf
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf