| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [Objdump] Pass the correct subtarget to printInst. | Akira Hatanaka | 2015-03-28 | 1 | -2/+2 |
* | [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the | Akira Hatanaka | 2015-03-27 | 1 | -3/+3 |
* | Add a -raw option to the -section mode of llvm-objdump. | Adrian Prantl | 2015-03-27 | 1 | -3/+13 |
* | Refactor: simplify boolean expressions in llvm-objdump | David Blaikie | 2015-03-23 | 1 | -235/+224 |
* | [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from St... | Colin LeMahieu | 2015-03-18 | 1 | -15/+10 |
* | Add the option -no-symbolic-operands to llvm-objdump used with -macho and | Kevin Enderby | 2015-03-17 | 1 | -3/+7 |
* | Add the option, -no-leading-addr llvm-objdump used with -macho and | Kevin Enderby | 2015-03-17 | 1 | -20/+28 |
* | Add the option, -dis-symname to llvm-objdump used with -macho and | Kevin Enderby | 2015-03-17 | 1 | -0/+15 |
* | Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho | Kevin Enderby | 2015-03-16 | 1 | -1/+68 |
* | Add the option, -non-verbose to llvm-objdump used with -macho to print things | Kevin Enderby | 2015-03-13 | 1 | -16/+23 |
* | Add the option, -info-plist to llvm-objdump used with -macho to print the | Kevin Enderby | 2015-03-11 | 1 | -0/+29 |
* | Make helper functions static. | Benjamin Kramer | 2015-03-09 | 1 | -22/+25 |
* | Add code to llvm-objdump so the -section option with -macho will dump literal... | Kevin Enderby | 2015-02-17 | 1 | -18/+196 |
* | Add code to llvm-objdump so the -section option with -macho will dump literal | Kevin Enderby | 2015-02-06 | 1 | -6/+134 |
* | Identical code for different branches (CID 1254883) | Sylvestre Ledru | 2015-02-05 | 1 | -27/+11 |
* | revert 228308. The code has changed since the review | Sylvestre Ledru | 2015-02-05 | 1 | -11/+26 |
* | Identical code for different branches (CID 1254883) | Sylvestre Ledru | 2015-02-05 | 1 | -26/+11 |
* | Add code to llvm-objdump so the -section option with -macho will dump ‘C’... | Kevin Enderby | 2015-02-04 | 1 | -0/+22 |
* | Add code to llvm-objdump so the -section option with -macho will disassemble ... | Kevin Enderby | 2015-02-04 | 1 | -24/+23 |
* | Add the -section option to llvm-objdump used with -macho that takes the argument | Kevin Enderby | 2015-01-31 | 1 | -24/+200 |
* | Move DebugInfo to DebugInfo/DWARF. | Zachary Turner | 2015-01-30 | 1 | -1/+1 |
* | dd the option, -link-opt-hints to llvm-objdump used with -macho to print the | Kevin Enderby | 2015-01-27 | 1 | -1/+66 |
* | Fix the problem with llvm-objdump and -archive-headers in printing the archiv... | Kevin Enderby | 2015-01-23 | 1 | -1/+1 |
* | Add the option, -data-in-code, to llvm-objdump used with -macho to print the ... | Kevin Enderby | 2015-01-23 | 1 | -1/+50 |
* | Add the option, -indirect-symbols, used with -macho to print the Mach-O indir... | Kevin Enderby | 2015-01-22 | 1 | -2/+133 |
* | For llvm-objdump, hook up existing options to work when using -macho (the Mac... | Kevin Enderby | 2015-01-20 | 1 | -14/+10 |
* | unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizer | David Blaikie | 2015-01-18 | 1 | -2/+2 |
* | Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive... | Kevin Enderby | 2015-01-16 | 1 | -1/+1 |
* | Add the option, -archive-headers, used with -macho to print the Mach-O archiv... | Kevin Enderby | 2015-01-15 | 1 | -2/+115 |
* | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
* | Fix an ASAN failure introduced with r225537 (adding the -universal-headers to... | Kevin Enderby | 2015-01-09 | 1 | -5/+5 |
* | Add the option, -universal-headers, used with -macho to print the Mach-O univ... | Kevin Enderby | 2015-01-09 | 1 | -12/+204 |
* | Run clang-format on tools/llvm-objdump/MachODump.cpp again as some of my | Kevin Enderby | 2015-01-08 | 1 | -27/+28 |
* | Slightly refactor things for llvm-objdump and the -macho option so it can be ... | Kevin Enderby | 2015-01-07 | 1 | -24/+60 |
* | Don't loop endlessly for MachO files with 0 ncmds | Filipe Cabecinhas | 2015-01-06 | 1 | -0/+2 |
* | Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last p... | Kevin Enderby | 2014-12-24 | 1 | -1/+1 |
* | Attempt to fix the LLVM Windows build bot lld-x86_64-win7. | Kevin Enderby | 2014-12-23 | 1 | -1/+1 |
* | Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers. | Kevin Enderby | 2014-12-23 | 1 | -0/+352 |
* | strnlen isn't available on some platforms, use StringRef instead | David Majnemer | 2014-12-20 | 1 | -1/+2 |
* | Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea... | Kevin Enderby | 2014-12-19 | 1 | -0/+40 |
* | Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he... | Kevin Enderby | 2014-12-19 | 1 | -0/+18 |
* | Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h... | Kevin Enderby | 2014-12-19 | 1 | -0/+20 |
* | Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-... | Kevin Enderby | 2014-12-18 | 1 | -0/+19 |
* | Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private... | Kevin Enderby | 2014-12-18 | 1 | -0/+19 |
* | Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private... | Kevin Enderby | 2014-12-18 | 1 | -0/+33 |
* | Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -pr... | Kevin Enderby | 2014-12-17 | 1 | -1/+26 |
* | Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -priva... | Kevin Enderby | 2014-12-16 | 1 | -0/+24 |
* | Fix a bug in llvm-objdump’s -private-headers for the LC_VERSION_MIN_IPHONEOS | Kevin Enderby | 2014-12-16 | 1 | -1/+2 |
* | Fix another use of PRIx32 that should have been PRIx64. | Kevin Enderby | 2014-12-16 | 1 | -2/+2 |
* | Fix the arm build bots for a test that was added. A printing routine was inc... | Kevin Enderby | 2014-12-16 | 1 | -2/+2 |