summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-304-0/+32
* Add to llvm-objdump the -no-leading-headers option with the use of the -macho...Kevin Enderby2016-11-291-6/+11
* Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim2016-11-201-1/+1
* General clean up of error handling in llvm-objdump to remove its use of repor...Kevin Enderby2016-11-162-40/+54
* [ELF] Convert ELF.h to Expected<T>.Davide Italiano2016-11-162-17/+18
* General clean up of Mach-O error handling in llvm-objdump.Kevin Enderby2016-11-151-173/+72
* llvm-objdump: deal with unexpected object files more gracefully.Tim Northover2016-11-151-8/+18
* Add a checkSymbolTable() method to the MachOObjectFile class.Kevin Enderby2016-11-141-0/+3
* Make the Error class constructor protectedMehdi Amini2016-11-112-6/+7
* Remove dead code trying to handle when the amount of data read isChandler Carruth2016-11-041-12/+2
* Add support for the ARM_THREAD_STATE64 andKevin Enderby2016-11-031-0/+84
* Replace a report_fatal_error with an ErrorOr.Rafael Espindola2016-11-031-1/+4
* [RISCV] Add RISC-V ELF definesAlex Bradbury2016-11-011-0/+1
* Fix an unconditional break in checkMachOAndArchFlagsDavid Majnemer2016-10-311-24/+20
* llvm-objdump: Make some error messages more consistentJustin Bogner2016-10-261-2/+2
* For llvm-objdump for Mach-O files add printing ofKevin Enderby2016-10-211-2/+69
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* [AMDGPU] Disassembler: print label names in branch instructionsSam Kolton2016-10-061-2/+16
* Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [llvm-objdump] Switch to a range loop. NFCI.Davide Italiano2016-09-301-5/+3
* [AVR] Allow llvm-objdump to handle AVR ELF filesDylan McKay2016-09-281-0/+1
* Revert "[AMDGPU] Disassembler: print label names in branch instructions"Sam Kolton2016-09-261-12/+0
* [AMDGPU] Disassembler: print label names in branch instructionsSam Kolton2016-09-261-0/+12
* [llvm-objump] Simplify the code. NFCI.Davide Italiano2016-09-181-23/+12
* 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
OpenPOWER on IntegriCloud