summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
AgeCommit message (Expand)Author
2017-07-13[llvm-objdump] Correctly distinguish between the MachO upper/lower16 relocationsMartin Storsjo
2017-06-27[WebAssembly] Add support for printing relocations with llvm-objdumpSam Clegg
2017-06-22Updated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE file types soKevin Enderby
2017-06-22Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLEKevin Enderby
2017-06-20Updated llvm-objdump with Mach-O files and the -objc-meta-data option soKevin Enderby
2017-06-20Change llvm-objdump with Mach-O files and the -info-plist option with theKevin Enderby
2017-06-19Fix a FIXME in llvm-objdump for the -exports-trie option that was not addingKevin Enderby
2017-06-19Change llvm-nm for Mach-O files to use dyld info in some cases when printing ...Kevin Enderby
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-01[DWARF] Introduce Dump OptionsAdrian Prantl
2017-04-25[llvm-objdump] Don't attempt to print lines beyond the end of filePetr Hosek
2017-03-20Add the rest of the error checking for Mach-O dyld compact bind entry errorsKevin Enderby
2017-03-07llvm-objdump: handle line numbers and source options for amdgpu objectsKonstantin Zhuravlyov
2017-02-28Actually add error handling to unpacking the dyld compact bind andKevin Enderby
2017-02-09Tweak the implementation of llvm-objdump’s -objc-meta-data option soKevin Enderby
2017-02-08llvm-objdump: make NoLeadingAddr work on more than just MachOSaleem Abdulrasool
2017-02-08Use dynamic symbols for ELF disassemblySam Parker
2017-02-06Fix a bug in llvm-obdump(1) with the -macho and -info-plist optionsKevin Enderby
2017-02-06Fix a bug in llvm-obdump(1) with the -macho and -disassemble optionsKevin Enderby
2017-02-03Fix a bug in llvm-obdump(1) with the -objc-meta-data flag with -machoKevin Enderby
2017-01-31Fix a bug in llvm-obdump(1) with the -macho flag disassembling an objectKevin Enderby
2017-01-30Change the llvm-obdump(1) behavior with the -macho flag and inappropriate fil...Kevin Enderby
2017-01-23Add support for the x86_thread_state32_t andKevin Enderby
2017-01-23Add LC_BUILD_VERSION load commandSteven Wu
2017-01-19Add support for the new LC_NOTE load command.Kevin Enderby
2017-01-18[ARM] Create objdump subtarget from build attrsSam Parker
2017-01-16[llvm-objdump] Dump PT_NOTE as part of -p.Davide Italiano
2017-01-16[llvm-objdump] Dump PT_GNU_RELRO as part of -p.Davide Italiano
2017-01-16[llvm-objdump] Dump PT_OPENBSD_{BOOTDATA,RANDOMIZE,WXNEEDED}.Davide Italiano
2017-01-13Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin
2017-01-13[ARM] Enable objdump to construct triple for ARMSam Parker
2017-01-08llvm-objdump: speed up -objc-meta-dataSaleem Abdulrasool
2016-12-24llvm-objdump: sort phdr type strings in advance of adding new onesEd Maste
2016-12-16Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby
2016-12-13[bpf] change llvm-objdump to print dec instead of hexAlexei Starovoitov
2016-11-30[WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff
2016-11-29Add to llvm-objdump the -no-leading-headers option with the use of the -macho...Kevin Enderby
2016-11-20Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim
2016-11-16General clean up of error handling in llvm-objdump to remove its use of repor...Kevin Enderby
2016-11-16[ELF] Convert ELF.h to Expected<T>.Davide Italiano
2016-11-15General clean up of Mach-O error handling in llvm-objdump.Kevin Enderby
2016-11-15llvm-objdump: deal with unexpected object files more gracefully.Tim Northover
2016-11-14Add a checkSymbolTable() method to the MachOObjectFile class.Kevin Enderby
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-11-04Remove dead code trying to handle when the amount of data read isChandler Carruth
2016-11-03Add support for the ARM_THREAD_STATE64 andKevin Enderby
2016-11-03Replace a report_fatal_error with an ErrorOr.Rafael Espindola
2016-11-01[RISCV] Add RISC-V ELF definesAlex Bradbury
2016-10-31Fix an unconditional break in checkMachOAndArchFlagsDavid Majnemer
2016-10-26llvm-objdump: Make some error messages more consistentJustin Bogner