summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/llvm-objdump.cpp
AgeCommit message (Expand)Author
2016-11-16[ELF] Convert ELF.h to Expected<T>.Davide Italiano
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-11-01[RISCV] Add RISC-V ELF definesAlex Bradbury
2016-10-26llvm-objdump: Make some error messages more consistentJustin Bogner
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-10-06[AMDGPU] Disassembler: print label names in branch instructionsSam Kolton
2016-09-28[AVR] Allow llvm-objdump to handle AVR ELF filesDylan McKay
2016-09-26Revert "[AMDGPU] Disassembler: print label names in branch instructions"Sam Kolton
2016-09-26[AMDGPU] Disassembler: print label names in branch instructionsSam Kolton
2016-09-18[llvm-objump] Simplify the code. NFCI.Davide Italiano
2016-09-12llvm-objdump: Add --start-address and --stop-address optionsHemant Kulkarni
2016-08-25llvm-objdump: ELF: Handle code and data mix in all scenariosHemant Kulkarni
2016-08-18llvm-objdump: Add Hexagon printer changes for -S/-l optionsHemant Kulkarni
2016-08-18llvm-objdump: add coff import library symbol listing supportSaleem Abdulrasool
2016-08-17[AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the begining of kernel ...Sam Kolton
2016-08-15llvm-objdump: Implement source[line numbers] interleavingHemant Kulkarni
2016-08-12Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer
2016-07-29The next step along the way to getting good error messages for bad archives.Kevin Enderby
2016-07-15BPF: Use official ELF e_machine valueAlexei Starovoitov
2016-07-14[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames
2016-07-14[Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames
2016-07-13[Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames
2016-06-28Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby
2016-06-24Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby
2016-06-16[llvm-objdump] Support detection of feature bits from the object and implemen...Daniel Sanders
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2016-05-05Clean up the specific error message for a malformed Mach-O files with bad seg...Kevin Enderby
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby
2016-04-22AMDGPU: Fix crash when dumping unknown opcodeMatt Arsenault
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby
2016-04-08Revert r265817Colin LeMahieu
2016-04-08[llvm-objdump] Printing hex instead of dec by defaultColin LeMahieu
2016-04-07fix r265645: target dependent printf formatting flags.Valery Pykhtin
2016-04-07[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.Valery Pykhtin
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby
2016-04-06Revert "[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support."Valery Pykhtin
2016-04-06[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.Valery Pykhtin
2016-03-23Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby
2016-03-21Revert "[llvm-objdump] Printing relocations in executable and shared object f...Rafael Espindola
2016-03-21[llvm-objdump] Printing relocations in executable and shared object files. T...Colin LeMahieu
2016-03-18[llvm-objdump] Print <unknown> in place of instruction text if it couldn't be...Colin LeMahieu
2016-03-17[llvm-objdump] Add '0x' prefix to a target displacement number to accent its ...Simon Atanasyan
2016-03-01[lanai] Add ELF enum value and relocations.Jacques Pienaar
2016-01-26Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer
2016-01-26Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky
2016-01-13For llvm-objdump, add the option -private-header (without the trailing ’s’)Kevin Enderby
2016-01-12[WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman