aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-objdump
AgeCommit message (Expand)AuthorFilesLines
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne2-4/+4
2016-09-12Fix test failure in r281232Hemant Kulkarni2-0/+0
2016-09-12llvm-objdump: Add --start-address and --stop-address optionsHemant Kulkarni2-0/+102
2016-09-06Add an c++ itanium demangler to llvm.Rafael Espindola1-4/+1
2016-08-25llvm-objdump: ELF: Handle code and data mix in all scenariosHemant Kulkarni2-0/+55
2016-08-18llvm-objdump: Add Hexagon printer changes for -S/-l optionsHemant Kulkarni3-0/+88
2016-08-18llvm-objdump: add coff import library symbol listing supportSaleem Abdulrasool2-0/+12
2016-08-15Really fix the issue with 502957cc9cf805dc6093950e8cdcd0db4969d933. Windows %...Hemant Kulkarni1-0/+1
2016-08-15Fix a test that failed due to:Hemant Kulkarni1-1/+1
2016-08-15llvm-objdump: Implement source[line numbers] interleavingHemant Kulkarni2-0/+81
2016-08-12Next set of additional error checks for invalid Mach-O files.Kevin Enderby1-9/+9
2016-08-03Reapply "More fixes to get good error messages for bad archives."Vedant Kumar5-0/+68
2016-08-03Revert "More fixes to get good error messages for bad archives."Vedant Kumar5-68/+0
2016-08-02More fixes to get good error messages for bad archives.Kevin Enderby5-0/+68
2016-07-29Think this will fix issues with the error messages generated for malformed-ar...Kevin Enderby1-0/+60
2016-07-29Remove the test/tools/llvm-objdump/malformed-archives.test forKevin Enderby1-60/+0
2016-07-29The next step along the way to getting good error messages for bad archives.Kevin Enderby6-2/+79
2016-07-25Next step along the way to getting good error messages for bad archives.Kevin Enderby3-3/+36
2016-07-19Next step along the way to getting good error messages for bad archives.Kevin Enderby1-3/+3
2016-07-14llvm-objdump: extend __mh_execute_header handling to other special symsTim Northover2-0/+7
2016-07-14llvm-objdump: handle stubbed and malformed dylibs betterTim Northover4-0/+12
2016-06-27[yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman1-0/+1
2016-06-21Update llvm-obdump(1) to print FAT_MAGIC_64 for Darwin’s 64-bit universal f...Kevin Enderby2-0/+6
2016-06-15Fix llvm-objdump when disassembling a stripped Mach-O binary with the -macho ...Kevin Enderby3-0/+12
2016-06-13Update the AArch64ExternalSymbolizer to print literal strings as escaped stringsKevin Enderby1-2/+1
2016-05-23Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby2-0/+60
2016-05-13add support for -print-imm-hex for AArch64Paul Osmialowski1-4/+4
2016-04-28Fix a bug in llvm-objdump for -private-headers printing the LC_CODE_SIGNATURE...Kevin Enderby2-0/+7
2016-04-28Update llvm-objdump for disassembly of ARM Mach-O files to always include the...Kevin Enderby1-4/+4
2016-04-27Fix bugs in llvm-objdump printing the last word for -section in non i386 and ...Kevin Enderby2-1/+5
2016-04-27Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...Kevin Enderby2-0/+4
2016-04-27Add a test case for the crash fixed with r267037. David Blaikie said it woul...Kevin Enderby2-0/+3
2016-04-22llvm-objdump: deal with invalid ARM encodings slightly better.Tim Northover2-2/+10
2016-04-22MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover1-0/+10
2016-04-08Revert r265817Colin LeMahieu10-29/+29
2016-04-08[llvm-objdump] Printing hex instead of dec by defaultColin LeMahieu10-29/+29
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby1-1/+1
2016-03-21Revert "[llvm-objdump] Printing relocations in executable and shared object f...Rafael Espindola2-9/+0
2016-03-21[llvm-objdump] Printing relocations in executable and shared object files. T...Colin LeMahieu2-0/+9
2016-03-18[llvm-objdump] Move test case to the X86 sub-directory because it depends on ...Simon Atanasyan2-11/+6
2016-03-17[llvm-objdump] Add REQUIRES x86 directive to fix buildbotsSimon Atanasyan1-0/+1
2016-03-17[llvm-objdump] Add '0x' prefix to a target displacement number to accent its ...Simon Atanasyan1-0/+10
2016-03-15[llvm-objdump] Add support for dumping the PE TLS directoryDavid Majnemer2-0/+12
2016-03-01[DebugInfo] Dump CIE augmentation data as a list of hex bytesSimon Atanasyan3-1/+28
2016-01-27[DebugInfo] Support zero-length CIE in the _eh_frame parserIgor Laevsky2-0/+10
2016-01-26Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky1-22/+22
2016-01-13[llvm-objdump] Use report_error() and improve error coverage.Davide Italiano3-1/+3
2016-01-13For llvm-objdump, add the option -private-header (without the trailing ’s’)Kevin Enderby1-0/+6
2015-12-18Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper1-22/+22
2015-12-18Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper1-22/+22