aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump
AgeCommit message (Expand)AuthorFilesLines
2016-09-12llvm-objdump: Add --start-address and --stop-address optionsHemant Kulkarni1-4/+41
2016-09-08llvm-objdump: add missing ) in help output, NFCSaleem Abdulrasool1-1/+1
2016-09-06Add an c++ itanium demangler to llvm.Rafael Espindola3-17/+7
2016-08-25llvm-objdump: ELF: Handle code and data mix in all scenariosHemant Kulkarni1-11/+94
2016-08-18llvm-objdump: Add Hexagon printer changes for -S/-l optionsHemant Kulkarni1-0/+4
2016-08-18llvm-objdump: add coff import library symbol listing supportSaleem Abdulrasool3-0/+43
2016-08-17[AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the begining of kernel ...Sam Kolton1-20/+47
2016-08-15llvm-objdump: Implement source[line numbers] interleavingHemant Kulkarni2-15/+113
2016-08-12Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2-15/+14
2016-08-12Use the range variant of find_if instead of unpacking begin/endDavid Majnemer1-15/+11
2016-08-03Reapply "More fixes to get good error messages for bad archives."Vedant Kumar1-4/+14
2016-08-03Revert "More fixes to get good error messages for bad archives."Vedant Kumar1-14/+4
2016-08-02More fixes to get good error messages for bad archives.Kevin Enderby1-4/+14
2016-07-31[COFF] Remove a duplicate import_directory_table_entry definitionDavid Majnemer1-1/+1
2016-07-29The next step along the way to getting good error messages for bad archives.Kevin Enderby2-7/+15
2016-07-19Next step along the way to getting good error messages for bad archives.Kevin Enderby1-12/+20
2016-07-15BPF: Use official ELF e_machine valueAlexei Starovoitov1-0/+1
2016-07-14llvm-objdump: extend __mh_execute_header handling to other special symsTim Northover1-5/+7
2016-07-14llvm-objdump: handle stubbed and malformed dylibs betterTim Northover1-2/+12
2016-07-14[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2-32/+24
2016-07-14[Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2-24/+32
2016-07-13[Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames2-32/+24
2016-06-28Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby3-3/+26
2016-06-26[Object, COFF] An import data directory might not consist soley of importsDavid Majnemer1-10/+16
2016-06-24Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2-10/+16
2016-06-21Update llvm-obdump(1) to print FAT_MAGIC_64 for Darwin’s 64-bit universal f...Kevin Enderby1-3/+6
2016-06-16[llvm-objdump] Support detection of feature bits from the object and implemen...Daniel Sanders1-4/+2
2016-06-15Fix llvm-objdump when disassembling a stripped Mach-O binary with the -macho ...Kevin Enderby1-1/+21
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-1/+1
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby3-15/+40
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer1-2/+3
2016-05-26[CMake] Restrict libxar linkage to just llvm-objdumpChris Bieneman1-0/+4
2016-05-26llvm-objdump: support dumping AUX records for weak externalsSaleem Abdulrasool1-0/+7
2016-05-25Revert "llvm-objdump: support dumping AUX records for weak externals"Saleem Abdulrasool1-6/+0
2016-05-25llvm-objdump: support dumping AUX records for weak externalsSaleem Abdulrasool1-0/+6
2016-05-23Tweak to change in r270491 to deal with the lld-x86_64-darwin13 bot having a ...Kevin Enderby1-0/+4
2016-05-23Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby1-0/+383
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby3-24/+82
2016-05-05Clean up the specific error message for a malformed Mach-O files with bad seg...Kevin Enderby1-2/+2
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby3-32/+77
2016-04-28Fix a bug in llvm-objdump for -private-headers printing the LC_CODE_SIGNATURE...Kevin Enderby1-1/+1
2016-04-28Update llvm-objdump for disassembly of ARM Mach-O files to always include the...Kevin Enderby1-3/+5
2016-04-27Fix bugs in llvm-objdump printing the last word for -section in non i386 and ...Kevin Enderby1-2/+2
2016-04-27Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...Kevin Enderby1-1/+1
2016-04-26Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr.""Tim Northover1-1/+1
2016-04-22llvm-objdump: deal with invalid ARM encodings slightly better.Tim Northover1-7/+17
2016-04-22MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover1-5/+12
2016-04-22AMDGPU: Fix crash when dumping unknown opcodeMatt Arsenault1-0/+5
2016-04-21Fix crash in llvm-objdump with -macho -objc-meta-data that was trying dump a ...Kevin Enderby1-0/+3
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby3-65/+151