summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* [yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman2016-06-271-0/+1
* Update llvm-obdump(1) to print FAT_MAGIC_64 for Darwin’s 64-bit universal f...Kevin Enderby2016-06-212-0/+6
* Fix llvm-objdump when disassembling a stripped Mach-O binary with the -macho ...Kevin Enderby2016-06-153-0/+12
* Update the AArch64ExternalSymbolizer to print literal strings as escaped stringsKevin Enderby2016-06-131-2/+1
* Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby2016-05-232-0/+60
* add support for -print-imm-hex for AArch64Paul Osmialowski2016-05-131-4/+4
* Fix a bug in llvm-objdump for -private-headers printing the LC_CODE_SIGNATURE...Kevin Enderby2016-04-282-0/+7
* Update llvm-objdump for disassembly of ARM Mach-O files to always include the...Kevin Enderby2016-04-281-4/+4
* Fix bugs in llvm-objdump printing the last word for -section in non i386 and ...Kevin Enderby2016-04-272-1/+5
* Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...Kevin Enderby2016-04-272-0/+4
* Add a test case for the crash fixed with r267037. David Blaikie said it woul...Kevin Enderby2016-04-272-0/+3
* llvm-objdump: deal with invalid ARM encodings slightly better.Tim Northover2016-04-222-2/+10
* MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover2016-04-221-0/+10
* Revert r265817Colin LeMahieu2016-04-0810-29/+29
* [llvm-objdump] Printing hex instead of dec by defaultColin LeMahieu2016-04-0810-29/+29
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-1/+1
* Revert "[llvm-objdump] Printing relocations in executable and shared object f...Rafael Espindola2016-03-212-9/+0
* [llvm-objdump] Printing relocations in executable and shared object files. T...Colin LeMahieu2016-03-212-0/+9
* [llvm-objdump] Move test case to the X86 sub-directory because it depends on ...Simon Atanasyan2016-03-182-11/+6
* [llvm-objdump] Add REQUIRES x86 directive to fix buildbotsSimon Atanasyan2016-03-171-0/+1
* [llvm-objdump] Add '0x' prefix to a target displacement number to accent its ...Simon Atanasyan2016-03-171-0/+10
* [llvm-objdump] Add support for dumping the PE TLS directoryDavid Majnemer2016-03-152-0/+12
* [DebugInfo] Dump CIE augmentation data as a list of hex bytesSimon Atanasyan2016-03-013-1/+28
* [DebugInfo] Support zero-length CIE in the _eh_frame parserIgor Laevsky2016-01-272-0/+10
* Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky2016-01-261-22/+22
* [llvm-objdump] Use report_error() and improve error coverage.Davide Italiano2016-01-133-1/+3
* For llvm-objdump, add the option -private-header (without the trailing ’s’)Kevin Enderby2016-01-131-0/+6
* Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper2015-12-181-22/+22
* Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper2015-12-181-22/+22
* Start implementing FDE dumping when printing the eh_frame.Pete Cooper2015-12-141-1/+6
* Print the eh_frame section in MachoDump.Pete Cooper2015-12-142-0/+18
* [llvm-objdump] Use the COFF export table for additional symbolsDavid Majnemer2015-11-182-0/+8
* [Object, MachO] Mark symbols from DATA and BSS sections as ST_DataKuba Brecka2015-11-121-3/+3
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-054-0/+62
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-214-62/+0
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-214-0/+62
* Tweak to r250117 and change to use ErrorOr and drop isSizeValid forKevin Enderby2015-10-131-7/+0
* The issue with the malformed-machos 00000031.a test is that it needed ‘-arc...Kevin Enderby2015-10-131-0/+10
* Looks like malformed-machos 00000031.a test is just getting a different errorKevin Enderby2015-10-131-6/+0
* Remove the correct unstable malformed-machos test mem-crup-0261.macho andKevin Enderby2015-10-131-3/+6
* Temporarily remove the test added in r250117 while I investigate why twoKevin Enderby2015-10-121-6/+0
* Fixed bugs in llvm-obdump while parsing Mach-O files from malformed archivesKevin Enderby2015-10-122-0/+6
* Move llvm-objdump malformed Mach-O tests to X86 test directory.Kevin Enderby2015-10-108-0/+0
* Fix a bugs in the Mach-O disassembler when disassembling from aKevin Enderby2015-10-102-0/+6
* Fixed two bugs in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-093-0/+9
* Fix a bug in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-082-0/+6
* Fix a bug in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-082-0/+6
* Fix two bugs in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-063-0/+14
* [PATCH] D13360: [llvm-objdump] Teach -d about AArch64 mapping symbolsDavide Italiano2015-10-011-0/+30
* COFF: Assign the correct symbol type to internal functions.Peter Collingbourne2015-08-062-0/+3
OpenPOWER on IntegriCloud