summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* 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-063-6/+18
* 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 cut-and-paste error in the changes for r264187 which I think isKevin Enderby2016-03-231-1/+1
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-232-7/+29
* 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
* [llvm-objdump] Add support for dumping the PE TLS directoryDavid Majnemer2016-03-151-0/+51
* [lanai] Add ELF enum value and relocations.Jacques Pienaar2016-03-011-0/+1
* Remove autoconf supportChris Bieneman2016-01-261-17/+0
* Update the comments for the macho-invalid-zero-ncmds test and fixKevin Enderby2016-01-261-0/+4
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-262-4/+4
* Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky2016-01-263-259/+21
* [llvm-readobj] Remove dead code. Add an assertion instead.Davide Italiano2016-01-131-2/+3
* [llvm-objdump] Use report_error() and improve error coverage.Davide Italiano2016-01-131-4/+2
* For llvm-objdump, add the option -private-header (without the trailing ’s’)Kevin Enderby2016-01-133-11/+46
* COFF: Teach llvm-objdump how to dump DLL forwarder symbols.Rui Ueyama2016-01-121-1/+18
* [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-292-2/+4
* [llvm-objdump] Use stderr and not stdout for fatal errors.Davide Italiano2015-12-251-2/+2
* [llvm-objdump] Use appropriate helper. NFC.Davide Italiano2015-12-211-2/+1
* [llvm-objdump] Move COFF function to where it belongs.Davide Italiano2015-12-203-50/+51
* [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-183-21/+259
* Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper2015-12-183-259/+21
* [llvm-objdump] Use report_fatal_error() for a more uniform error handling.Davide Italiano2015-12-171-29/+13
* [llvm-objdump/MachODump] Shrink code a little bit. NFC.Davide Italiano2015-12-151-4/+1
* Factor out some duplication. NFC.Pete Cooper2015-12-141-44/+20
* Start implementing FDE dumping when printing the eh_frame.Pete Cooper2015-12-141-5/+107
* Print the eh_frame section in MachoDump.Pete Cooper2015-12-141-1/+180
* [llvm-objdump/MachoDump] Simplify.Davide Italiano2015-12-121-7/+3
* [llvm-objdump/MachODump] Reduce code duplication.Davide Italiano2015-12-111-69/+41
* [llvm-objdump/MachO] Don't cut'n'paste the same code over and over.Davide Italiano2015-12-083-21/+10
* [llvm-objdump/MachoDump] Make code much more concise.Davide Italiano2015-12-071-20/+5
* [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
* [Object, MachO] Mark symbols from DATA and BSS sections as ST_DataKuba Brecka2015-11-121-1/+1
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-052-8/+39
* [ELF] elfiamcu triple should imply e_machine == EM_IAMCUMichael Kuperstein2015-11-041-0/+1
* MachO: support tvOS and watchOS version min commands in llvm-objdumpTim Northover2015-11-021-7/+22
* This can take a const reference. NFC.Rafael Espindola2015-10-311-1/+1
* Simplify handling of archive Symbol tables.Rafael Espindola2015-10-311-7/+2
* Simplify boolean expressions in tools/llvm-objdump.Rafael Espindola2015-10-241-2/+2
OpenPOWER on IntegriCloud