summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
AgeCommit message (Expand)Author
2017-11-03Fix a crash in llvm-objdump when printing a bad x86_64 relocation in a Mach-OKevin Enderby
2017-11-03Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman
2017-11-02[tools] Add option to install binutils symlinksShoaib Meenai
2017-10-18Untabify.NAKAMURA Takumi
2017-10-11Convert a few ErrorOr to Expected.Rafael Espindola
2017-10-09[llvm-objdump] Use initializer list for scoped xar api constructorsFrancis Ricci
2017-10-06Guard xar RAII behind HAVE_LIBXARFrancis Ricci
2017-10-06[llvm-objdump] Add RAII for xar apisFrancis Ricci
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2017-09-21Fix a bug in llvm-objdump when disassembling using the wrong default CPUKevin Enderby
2017-09-19Allow public Triple deduction from ObjectFiles.Vlad Tsyrklevich
2017-09-18[dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere
2017-09-13[llvm-objdump] Fix memory leaks in macho dumpFrancis Ricci
2017-09-12Remove unneccessary string copies from method invocations.Vlad Tsyrklevich
2017-09-11llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl
2017-08-28Untabify.NAKAMURA Takumi
2017-08-07[llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDENDSimon Dardis
2017-08-02Don't pass the code model to MCRafael Espindola
2017-07-29[llvm] Update MachOObjectFile::exports interfaceAlexander Shaposhnikov
2017-07-20Add error handling to the dyld compact export entries in libObject.Kevin Enderby
2017-07-19Use delegation instead of inheritance.Rafael Espindola
2017-07-13[llvm-objdump] Properly print MachO aarch64 addend relocationsMartin Storsjo
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