summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorLines
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf-21/+60
2017-08-21objtool: Fix objtool fallthrough detection with function paddingJosh Poimboeuf-7/+7
2017-08-11objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf-24/+30
2017-08-11objtool: Fix validate_branch() return codesJosh Poimboeuf-3/+3
2017-07-28objtool: Skip unreachable warnings for 'alt' instructionsJosh Poimboeuf-1/+6
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf-2/+55
2017-07-25objtool: Fix gcov check for older versions of GCCJosh Poimboeuf-29/+7
2017-07-18objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf-11/+180
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf-4/+54
2017-07-08objtool: Fix sibling call detection logicJosh Poimboeuf-2/+11
2017-06-30objtool: Silence warnings for functions which use IRETJosh Poimboeuf-8/+6
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf-141/+535
2017-06-30objtool: Move checking code to check.cJosh Poimboeuf-0/+1263