summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* llvm-objdump: Add --start-address and --stop-address optionsHemant Kulkarni2016-09-121-4/+41
* llvm-objdump: add missing ) in help output, NFCSaleem Abdulrasool2016-09-081-1/+1
* Add an c++ itanium demangler to llvm.Rafael Espindola2016-09-063-17/+7
* llvm-objdump: ELF: Handle code and data mix in all scenariosHemant Kulkarni2016-08-251-11/+94
* llvm-objdump: Add Hexagon printer changes for -S/-l optionsHemant Kulkarni2016-08-181-0/+4
* llvm-objdump: add coff import library symbol listing supportSaleem Abdulrasool2016-08-183-0/+43
* [AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the begining of kernel ...Sam Kolton2016-08-171-20/+47
* llvm-objdump: Implement source[line numbers] interleavingHemant Kulkarni2016-08-152-15/+113
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-122-15/+14
* Use the range variant of find_if instead of unpacking begin/endDavid Majnemer2016-08-121-15/+11
* Reapply "More fixes to get good error messages for bad archives."Vedant Kumar2016-08-031-4/+14
* Revert "More fixes to get good error messages for bad archives."Vedant Kumar2016-08-031-14/+4
* More fixes to get good error messages for bad archives.Kevin Enderby2016-08-021-4/+14
* [COFF] Remove a duplicate import_directory_table_entry definitionDavid Majnemer2016-07-311-1/+1
* The next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-292-7/+15
* Next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-191-12/+20
* BPF: Use official ELF e_machine valueAlexei Starovoitov2016-07-151-0/+1
* llvm-objdump: extend __mh_execute_header handling to other special symsTim Northover2016-07-141-5/+7
* llvm-objdump: handle stubbed and malformed dylibs betterTim Northover2016-07-141-2/+12
* [Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2016-07-142-32/+24
* [Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2016-07-142-24/+32
* [Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames2016-07-132-32/+24
* Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby2016-06-283-3/+26
* [Object, COFF] An import data directory might not consist soley of importsDavid Majnemer2016-06-261-10/+16
* Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2016-06-242-10/+16
* Update llvm-obdump(1) to print FAT_MAGIC_64 for Darwin’s 64-bit universal f...Kevin Enderby2016-06-211-3/+6
* [llvm-objdump] Support detection of feature bits from the object and implemen...Daniel Sanders2016-06-161-4/+2
* Fix llvm-objdump when disassembling a stripped Mach-O binary with the -macho ...Kevin Enderby2016-06-151-1/+21
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-313-15/+40
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-2/+3
* [CMake] Restrict libxar linkage to just llvm-objdumpChris Bieneman2016-05-261-0/+4
* llvm-objdump: support dumping AUX records for weak externalsSaleem Abdulrasool2016-05-261-0/+7
* Revert "llvm-objdump: support dumping AUX records for weak externals"Saleem Abdulrasool2016-05-251-6/+0
* llvm-objdump: support dumping AUX records for weak externalsSaleem Abdulrasool2016-05-251-0/+6
* Tweak to change in r270491 to deal with the lld-x86_64-darwin13 bot having a ...Kevin Enderby2016-05-231-0/+4
* Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby2016-05-231-0/+383
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-173-24/+82
* Clean up the specific error message for a malformed Mach-O files with bad seg...Kevin Enderby2016-05-051-2/+2
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-023-32/+77
* Fix a bug in llvm-objdump for -private-headers printing the LC_CODE_SIGNATURE...Kevin Enderby2016-04-281-1/+1
* Update llvm-objdump for disassembly of ARM Mach-O files to always include the...Kevin Enderby2016-04-281-3/+5
* Fix bugs in llvm-objdump printing the last word for -section in non i386 and ...Kevin Enderby2016-04-271-2/+2
* Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...Kevin Enderby2016-04-271-1/+1
* Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr.""Tim Northover2016-04-261-1/+1
* llvm-objdump: deal with invalid ARM encodings slightly better.Tim Northover2016-04-221-7/+17
* MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover2016-04-221-5/+12
* AMDGPU: Fix crash when dumping unknown opcodeMatt Arsenault2016-04-221-0/+5
* Fix crash in llvm-objdump with -macho -objc-meta-data that was trying dump a ...Kevin Enderby2016-04-211-0/+3
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-203-65/+151
OpenPOWER on IntegriCloud