summaryrefslogtreecommitdiff
path: root/tools/objtool/builtin-check.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-10objtool: Fix STACK_FRAME_NON_STANDARD macro checking for function symbolsJosh Poimboeuf1-2/+6
2016-04-16objtool: Detect falling through to the next functionJosh Poimboeuf1-14/+32
2016-04-15objtool: Add workaround for GCC switch jump table bugJosh Poimboeuf1-12/+41
2016-03-09objtool: Only print one warning per functionJosh Poimboeuf1-23/+25
2016-03-09objtool: Add several performance improvementsJosh Poimboeuf1-6/+12
2016-03-09objtool: Fix false positive warnings for functions with multiple switch state...Josh Poimboeuf1-45/+100
2016-03-09objtool: Rename some variables and functionsJosh Poimboeuf1-39/+41
2016-03-09objtool: Remove superflous INIT_LIST_HEADJosh Poimboeuf1-2/+0
2016-03-09objtool: Add helper macros for traversing instructionsJosh Poimboeuf1-73/+55
2016-03-09objtool: Fix false positive warnings related to sibling callsJosh Poimboeuf1-1/+6
2016-03-09objtool: Detect infinite recursionJosh Poimboeuf1-12/+33
2016-03-09objtool: Prevent infinite recursion in noreturn detectionJosh Poimboeuf1-4/+20
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf1-0/+1072