summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* Add support for the new LC_NOTE load command.Kevin Enderby2017-01-191-0/+16
* [ARM] Create objdump subtarget from build attrsSam Parker2017-01-181-2/+19
* [llvm-objdump] Dump PT_NOTE as part of -p.Davide Italiano2017-01-161-0/+3
* [llvm-objdump] Dump PT_GNU_RELRO as part of -p.Davide Italiano2017-01-161-0/+3
* [llvm-objdump] Dump PT_OPENBSD_{BOOTDATA,RANDOMIZE,WXNEEDED}.Davide Italiano2017-01-161-0/+9
* Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin2017-01-131-19/+2
* [ARM] Enable objdump to construct triple for ARMSam Parker2017-01-131-2/+19
* llvm-objdump: speed up -objc-meta-dataSaleem Abdulrasool2017-01-081-26/+5
* llvm-objdump: sort phdr type strings in advance of adding new onesEd Maste2016-12-241-7/+7
* Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby2016-12-161-11/+15
* [bpf] change llvm-objdump to print dec instead of hexAlexei Starovoitov2016-12-131-0/+23
* [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
OpenPOWER on IntegriCloud