summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)AuthorLines
2016-03-09objtool: Only print one warning per functionJosh Poimboeuf-23/+25
2016-03-09objtool: Add several performance improvementsJosh Poimboeuf-14/+35
2016-03-09objtool: Fix false positive warnings for functions with multiple switch state...Josh Poimboeuf-45/+100
2016-03-09objtool: Rename some variables and functionsJosh Poimboeuf-52/+54
2016-03-09objtool: Remove superflous INIT_LIST_HEADJosh Poimboeuf-2/+0
2016-03-09objtool: Add helper macros for traversing instructionsJosh Poimboeuf-73/+55
2016-03-09objtool: Fix false positive warnings related to sibling callsJosh Poimboeuf-1/+6
2016-03-09objtool: Compile with debugging symbolsJosh Poimboeuf-1/+1
2016-03-09objtool: Detect infinite recursionJosh Poimboeuf-12/+33
2016-03-09objtool: Prevent infinite recursion in noreturn detectionJosh Poimboeuf-4/+20
2016-03-03objtool: Support CROSS_COMPILEJosh Poimboeuf-7/+10
2016-03-03x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf-3/+3
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf-0/+5165