summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objdump] Update error message and add test case for mach-o file with ba...Nick Kledzik2014-10-142-0/+6
* Update llvm-objdump’s Mach-O symbolizer code to print the name of symbol st...Kevin Enderby2014-09-261-0/+1
* Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O file...Kevin Enderby2014-09-241-3/+6
* [llvm-objdump] clean up test cases now that build bots are greenNick Kledzik2014-09-173-8/+6
* [llvm-objdump] properly use c_str() with format("%s"). Improve getLibrarySho...Nick Kledzik2014-09-172-6/+6
* tweak test case for debugging botNick Kledzik2014-09-161-3/+3
* Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files.Kevin Enderby2014-09-162-0/+14
* tweak test case to help build botNick Kledzik2014-09-161-1/+2
* tweak test case to help solve why failing on one build botNick Kledzik2014-09-161-1/+2
* [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik2014-09-166-0/+27
* Stop suppress error messages in test case to see why one buildbot is failingNick Kledzik2014-09-121-1/+1
* [llvm-objdump] support -rebase option for mach-o to dump rebasing infoNick Kledzik2014-09-122-0/+15
* llvm-objdump: don't crash when __compact_unwind has no relocs.Tim Northover2014-09-092-0/+8
* Removed the ctime printed “time stamp” from macho-private-headers.test to...Kevin Enderby2014-09-041-1/+0
* Adds the next bit of support for llvm-objdump’s -private-headers for execut...Kevin Enderby2014-09-042-0/+243
* Fix test case to match correct llvm-objdump outputNick Kledzik2014-09-031-3/+3
* Object/llvm-objdump: allow dumping of mach-o exports trieNick Kledzik2014-08-302-0/+11
* Next bit of support for llvm-objdump’s -private-headers for Mach-O files.Kevin Enderby2014-08-291-0/+92
* Add the start of the support for llvm-objdump’s -private-headers for Mach-O...Kevin Enderby2014-08-222-0/+5
* Make llvm-objdump handle both arm and thumb disassembly from the same Mach-OKevin Enderby2014-08-181-0/+15
* llvm-objdump: print contents of MachO __unwind_info sectionsTim Northover2014-08-124-0/+57
* llvm/test/tools/llvm-objdump: Reorganize target-dependent some tests.NAKAMURA Takumi2014-08-078-0/+2
* Add the -mcpu= option to llvm-objdump for use with the disassemblers.Kevin Enderby2014-08-062-0/+15
* llvm-objdump: implement printing for MachO __compact_unwind info.Tim Northover2014-08-014-0/+54
* llvm-objdump: Handle BSS sections larger than the object fileDavid Majnemer2014-07-142-0/+6
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-091-2/+1
* tools: fix heap-buffer-overrun detected via ASANSaleem Abdulrasool2014-04-141-0/+1
* tools: address possible non-null terminated filenamesSaleem Abdulrasool2014-04-142-0/+26
* tools: teach objdump about FILE aux recordsSaleem Abdulrasool2014-04-132-0/+5
* Object/COFF: Support large relocation table.Rui Ueyama2014-03-212-0/+14
* llvm-objdump output hex to match binutils' objdumpGreg Fitzgerald2014-03-201-0/+17
* llvm-objdump: Indent unwind info contents.Rui Ueyama2014-03-041-80/+80
* llvm-objdump: Fix typo in output.Rui Ueyama2014-03-041-4/+4
* llvm-objdump: Print x64 unwind info in executable.Rui Ueyama2014-03-043-50/+105
* Make a test for llvm-objdump a little bit more readable.Rui Ueyama2014-03-041-44/+44
* llvm-objdump: Do not attempt to disassemble symbols outside of sectionSimon Atanasyan2014-02-243-0/+28
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-201-0/+1
* Object/COFF: Fix padding between CSDVersion and EditList.Rui Ueyama2014-02-201-3/+3
* llvm-objdump/COFF: Print load configuration table.Rui Ueyama2014-02-192-4/+52
* llvm-objdump/COFF: Print ordinal base number.Rui Ueyama2014-01-171-0/+1
* llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama2014-01-161-0/+1
* llmv-objdump/COFF: Print export table contents.Rui Ueyama2014-01-162-6/+13
* Resurrect lit.local.cfg to un-break hexagon buildbot.Rui Ueyama2013-09-271-0/+3
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-2710-125/+128
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-2710-128/+125
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-2710-125/+128
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-09-151-10/+10
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-08-271-1/+1
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+0
* Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-081-1/+1
OpenPOWER on IntegriCloud