summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
AgeCommit message (Expand)Author
2015-02-04Add code to llvm-objdump so the -section option with -macho will disassemble ...Kevin Enderby
2015-01-31Add the -section option to llvm-objdump used with -macho that takes the argumentKevin Enderby
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner
2015-01-27dd the option, -link-opt-hints to llvm-objdump used with -macho to print theKevin Enderby
2015-01-23Fix the problem with llvm-objdump and -archive-headers in printing the archiv...Kevin Enderby
2015-01-23[Objdump] Output information about common symbols in a way closer to GNU objd...Colin LeMahieu
2015-01-23Add the option, -data-in-code, to llvm-objdump used with -macho to print the ...Kevin Enderby
2015-01-22Add the option, -indirect-symbols, used with -macho to print the Mach-O indir...Kevin Enderby
2015-01-20For llvm-objdump, hook up existing options to work when using -macho (the Mac...Kevin Enderby
2015-01-18unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizerDavid Blaikie
2015-01-16Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive...Kevin Enderby
2015-01-15Add the option, -archive-headers, used with -macho to print the Mach-O archiv...Kevin Enderby
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2015-01-09Fix an ASAN failure introduced with r225537 (adding the -universal-headers to...Kevin Enderby
2015-01-09Add the option, -universal-headers, used with -macho to print the Mach-O univ...Kevin Enderby
2015-01-08Run clang-format on tools/llvm-objdump/MachODump.cpp again as some of myKevin Enderby
2015-01-07Slightly refactor things for llvm-objdump and the -macho option so it can be ...Kevin Enderby
2015-01-06Don't loop endlessly for MachO files with 0 ncmdsFilipe Cabecinhas
2014-12-24Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last p...Kevin Enderby
2014-12-23Attempt to fix the LLVM Windows build bot lld-x86_64-win7.Kevin Enderby
2014-12-23Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers.Kevin Enderby
2014-12-20strnlen isn't available on some platforms, use StringRef insteadDavid Majnemer
2014-12-19Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea...Kevin Enderby
2014-12-19Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he...Kevin Enderby
2014-12-19Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h...Kevin Enderby
2014-12-18Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-...Kevin Enderby
2014-12-18Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private...Kevin Enderby
2014-12-18Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...Kevin Enderby
2014-12-17Remove unused includes and out of date comment. NFC.Rafael Espindola
2014-12-17Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -pr...Kevin Enderby
2014-12-16Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -priva...Kevin Enderby
2014-12-16Fix a bug in llvm-objdump’s -private-headers for the LC_VERSION_MIN_IPHONEOSKevin Enderby
2014-12-16Fix another use of PRIx32 that should have been PRIx64.Kevin Enderby
2014-12-16Fix the arm build bots for a test that was added. A printing routine was inc...Kevin Enderby
2014-12-16Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O filesKevin Enderby
2014-12-09Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.Rafael Espindola
2014-12-04Re-add support to llvm-objdump for Mach-O universal files and archives with -...Kevin Enderby
2014-12-04Add mach-o LC_RPATH support to llvm-objdumpJean-Daniel Dupas
2014-12-03This reverts commit r223306 and r223277.Rafael Espindola
2014-12-03Add support to llvm-objdump for Mach-O universal files and archives with -macho.Kevin Enderby
2014-11-26Object/COFF: Fix off-by-one error for object having lots of relocationsRui Ueyama
2014-11-19Fix Use-of-uninitialized-value for adrp_addr and adrp_inst in MachODump.cppKevin Enderby
2014-11-17Object, COFF: Tighten the object file parserDavid Majnemer
2014-11-14Add the code and test cases for 64-bit ARM to llvm-objdump’s Mach-O symboli...Kevin Enderby
2014-11-13Object, Mach-O: Refactor and clean code upDavid Majnemer
2014-11-12Fixing more -Wcast-qual warnings; NFC.Aaron Ballman
2014-11-12Remove the now unused StringRefMemoryObject.h.Rafael Espindola
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola
2014-11-11Fix a warning about ‘r_type’ may be used uninitialized.Kevin Enderby
2014-11-11llvm-objdump: Skip empty sections when dumping contentsDavid Majnemer