summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF] Convert ELF.h to Expected<T>.Davide Italiano2016-11-161-15/+15
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* [RISCV] Add RISC-V ELF definesAlex Bradbury2016-11-011-0/+1
* llvm-objdump: Make some error messages more consistentJustin Bogner2016-10-261-2/+2
* 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
* [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: 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-181-0/+17
* [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-151-15/+111
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-121-12/+11
* The next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-291-3/+4
* BPF: Use official ELF e_machine valueAlexei Starovoitov2016-07-151-0/+1
* [Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2016-07-141-4/+4
* [Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2016-07-141-4/+4
* [Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames2016-07-131-4/+4
* Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby2016-06-281-0/+6
* Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2016-06-241-7/+13
* [llvm-objdump] Support detection of feature bits from the object and implemen...Daniel Sanders2016-06-161-4/+2
* 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-311-6/+13
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-2/+3
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-171-12/+48
* 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-021-9/+10
* AMDGPU: Fix crash when dumping unknown opcodeMatt Arsenault2016-04-221-0/+5
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-14/+20
* Revert r265817Colin LeMahieu2016-04-081-2/+1
* [llvm-objdump] Printing hex instead of dec by defaultColin LeMahieu2016-04-081-1/+2
* fix r265645: target dependent printf formatting flags.Valery Pykhtin2016-04-071-2/+2
* [AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.Valery Pykhtin2016-04-071-0/+43
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-3/+14
* Revert "[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support."Valery Pykhtin2016-04-061-41/+0
* [AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.Valery Pykhtin2016-04-061-0/+41
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-231-1/+3
* Revert "[llvm-objdump] Printing relocations in executable and shared object f...Rafael Espindola2016-03-211-0/+4
* [llvm-objdump] Printing relocations in executable and shared object files. T...Colin LeMahieu2016-03-211-4/+0
* [llvm-objdump] Print <unknown> in place of instruction text if it couldn't be...Colin LeMahieu2016-03-181-64/+69
* [llvm-objdump] Add '0x' prefix to a target displacement number to accent its ...Simon Atanasyan2016-03-171-1/+1
* [lanai] Add ELF enum value and relocations.Jacques Pienaar2016-03-011-0/+1
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-261-3/+3
* Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky2016-01-261-1/+13
* For llvm-objdump, add the option -private-header (without the trailing ’s’)Kevin Enderby2016-01-131-2/+22
* [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman2016-01-121-0/+17
OpenPOWER on IntegriCloud