summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/Inputs
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs in llvm-objdump printing the last word for -section in non i386 and ...Kevin Enderby2016-04-271-0/+0
* Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...Kevin Enderby2016-04-271-0/+0
* Add a test case for the crash fixed with r267037. David Blaikie said it woul...Kevin Enderby2016-04-271-0/+0
* [llvm-objdump] Add support for dumping the PE TLS directoryDavid Majnemer2016-03-151-0/+0
* [DebugInfo] Dump CIE augmentation data as a list of hex bytesSimon Atanasyan2016-03-011-0/+0
* [DebugInfo] Support zero-length CIE in the _eh_frame parserIgor Laevsky2016-01-271-0/+0
* [llvm-objdump] Use report_error() and improve error coverage.Davide Italiano2016-01-131-0/+0
* Print the eh_frame section in MachoDump.Pete Cooper2015-12-141-0/+0
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-053-0/+42
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-213-42/+0
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-213-0/+42
* Move llvm-objdump malformed Mach-O tests to X86 test directory.Kevin Enderby2015-10-107-0/+0
* Fix a bugs in the Mach-O disassembler when disassembling from aKevin Enderby2015-10-101-0/+0
* Fixed two bugs in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-092-0/+0
* Fix a bug in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-081-0/+0
* Fix a bug in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-081-0/+0
* Fix two bugs in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-062-0/+0
* [llvm-objdump] Added -j flag to filter sections that are operated on.Colin LeMahieu2015-07-291-0/+0
* Moving tests in to X86 directory.Colin LeMahieu2015-07-231-0/+0
* Using an input object file instead of trying to generate an object file.Colin LeMahieu2015-07-231-0/+0
* [Objdump] Fixing crash when printing symbols in ELF sections with special types.Colin LeMahieu2015-02-181-0/+0
* [Objdump] Output information about common symbols in a way closer to GNU objd...Colin LeMahieu2015-01-231-0/+0
* Move tests for llvm-objdump for universal files to X86 directory to fix build...Kevin Enderby2014-12-032-0/+0
* Add support to llvm-objdump for Mach-O universal files and archives with -macho.Kevin Enderby2014-12-032-0/+0
* [llvm-objdump] Fix mach-o binding decompression errorNick Kledzik2014-10-181-0/+0
* [llvm-objdump] Update error message and add test case for mach-o file with ba...Nick Kledzik2014-10-141-0/+0
* [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik2014-09-163-0/+0
* [llvm-objdump] support -rebase option for mach-o to dump rebasing infoNick Kledzik2014-09-121-0/+0
* llvm-objdump: don't crash when __compact_unwind has no relocs.Tim Northover2014-09-091-0/+0
* Object/llvm-objdump: allow dumping of mach-o exports trieNick Kledzik2014-08-301-0/+0
* llvm-objdump: print contents of MachO __unwind_info sectionsTim Northover2014-08-122-0/+0
* llvm/test/tools/llvm-objdump: Reorganize target-dependent some tests.NAKAMURA Takumi2014-08-072-0/+0
* llvm-objdump: implement printing for MachO __compact_unwind info.Tim Northover2014-08-012-0/+0
* llvm-objdump: Handle BSS sections larger than the object fileDavid Majnemer2014-07-141-0/+0
* tools: address possible non-null terminated filenamesSaleem Abdulrasool2014-04-141-0/+21
* tools: teach objdump about FILE aux recordsSaleem Abdulrasool2014-04-131-0/+0
* Object/COFF: Support large relocation table.Rui Ueyama2014-03-211-0/+0
* llvm-objdump: Print x64 unwind info in executable.Rui Ueyama2014-03-042-0/+0
* llvm-objdump: Do not attempt to disassemble symbols outside of sectionSimon Atanasyan2014-02-242-0/+15
* llvm-objdump/COFF: Print load configuration table.Rui Ueyama2014-02-191-0/+0
* llmv-objdump/COFF: Print export table contents.Rui Ueyama2014-01-161-0/+0
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-274-0/+53
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-274-53/+0
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-274-0/+53
OpenPOWER on IntegriCloud