summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [llvm-objdump] Mark noreturn function as such.Davide Italiano2015-12-291-1/+2
* [llvm-objdump] Use stderr and not stdout for fatal errors.Davide Italiano2015-12-251-2/+2
* [llvm-objdump] Move COFF function to where it belongs.Davide Italiano2015-12-201-50/+1
* [llvm-objdump] Fail early if we can't parse the object header.Davide Italiano2015-12-191-4/+5
* Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper2015-12-181-13/+1
* Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper2015-12-181-1/+13
* [llvm-objdump] Use report_fatal_error() for a more uniform error handling.Davide Italiano2015-12-171-29/+13
* [llvm-objdump/MachO] Don't cut'n'paste the same code over and over.Davide Italiano2015-12-081-1/+1
* [llvm-objdump] Use report_fatal_error() if we can't find a target.Davide Italiano2015-12-031-8/+2
* Fix LLD testsuite fallout from r253429David Majnemer2015-11-181-4/+4
* [llvm-objdump] Use the COFF export table for additional symbolsDavid Majnemer2015-11-181-57/+118
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-051-1/+4
* [ELF] elfiamcu triple should imply e_machine == EM_IAMCUMichael Kuperstein2015-11-041-0/+1
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-211-6/+1
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-211-1/+6
* Stop linking all target libraries in llvm-nm and llvm-objdump.Pete Cooper2015-10-071-1/+0
* [PATCH] D13360: [llvm-objdump] Teach -d about AArch64 mapping symbolsDavide Italiano2015-10-011-0/+49
* [llvm-objdump] Fix time of check to time of use bug.Davide Italiano2015-10-011-3/+0
OpenPOWER on IntegriCloud