aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/MachODump.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-08Run clang-format on tools/llvm-objdump/MachODump.cpp again as some of myKevin Enderby1-27/+28
2015-01-07Slightly refactor things for llvm-objdump and the -macho option so it can be ...Kevin Enderby1-24/+60
2015-01-06Don't loop endlessly for MachO files with 0 ncmdsFilipe Cabecinhas1-0/+2
2014-12-24Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last p...Kevin Enderby1-1/+1
2014-12-23Attempt to fix the LLVM Windows build bot lld-x86_64-win7.Kevin Enderby1-1/+1
2014-12-23Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers.Kevin Enderby1-0/+352
2014-12-20strnlen isn't available on some platforms, use StringRef insteadDavid Majnemer1-1/+2
2014-12-19Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea...Kevin Enderby1-0/+40
2014-12-19Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he...Kevin Enderby1-0/+18
2014-12-19Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h...Kevin Enderby1-0/+20
2014-12-18Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-...Kevin Enderby1-0/+19
2014-12-18Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private...Kevin Enderby1-0/+19
2014-12-18Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...Kevin Enderby1-0/+33
2014-12-17Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -pr...Kevin Enderby1-1/+26
2014-12-16Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -priva...Kevin Enderby1-0/+24
2014-12-16Fix a bug in llvm-objdump’s -private-headers for the LC_VERSION_MIN_IPHONEOSKevin Enderby1-1/+2
2014-12-16Fix another use of PRIx32 that should have been PRIx64.Kevin Enderby1-2/+2
2014-12-16Fix the arm build bots for a test that was added. A printing routine was inc...Kevin Enderby1-2/+2
2014-12-16Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O filesKevin Enderby1-1/+1
2014-12-09Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.Rafael Espindola1-6/+8
2014-12-04Re-add support to llvm-objdump for Mach-O universal files and archives with -...Kevin Enderby1-17/+240
2014-12-04Add mach-o LC_RPATH support to llvm-objdumpJean-Daniel Dupas1-0/+19
2014-12-03This reverts commit r223306 and r223277.Rafael Espindola1-240/+17
2014-12-03Add support to llvm-objdump for Mach-O universal files and archives with -macho.Kevin Enderby1-17/+240
2014-11-19Fix Use-of-uninitialized-value for adrp_addr and adrp_inst in MachODump.cppKevin Enderby1-0/+4
2014-11-14Add the code and test cases for 64-bit ARM to llvm-objdump’s Mach-O symboli...Kevin Enderby1-23/+185
2014-11-13Object, Mach-O: Refactor and clean code upDavid Majnemer1-6/+7
2014-11-12Fixing more -Wcast-qual warnings; NFC.Aaron Ballman1-4/+10
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola1-13/+10
2014-11-11Fix a warning about ‘r_type’ may be used uninitialized.Kevin Enderby1-1/+1
2014-11-07Use StringRefMemoryObject. NFC.Rafael Espindola1-34/+5
2014-11-06Plumb in the ARM thumb symbolizer in llvm-objdump’s Mach-O disassembler andKevin Enderby1-24/+235
2014-11-04llvm-objdump: Pass DiceTableEntry by referenceDavid Majnemer1-2/+2
2014-11-04Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbo...Kevin Enderby1-14/+94
2014-10-29Run clang-format on tools/llvm-objdump/MachODump.cpp . No functional change.Kevin Enderby1-113/+82
2014-10-28Update llvm-objdump’s Mach-O symbolizer code to demangle C++ names.Kevin Enderby1-6/+41
2014-10-23MachODump.cpp: fix MSVC buildHans Wennborg1-4/+4
2014-10-23Change the name of the field BindTable to bindtable to not over lap the type.Kevin Enderby1-9/+9
2014-10-23Update llvm-objdump’s Mach-O symbolizer code for Objective-C references.Kevin Enderby1-44/+571
2014-10-16[llvm-objdump] Fix -private-headers for mach-o to print all LC_*_DYLIB variantsNick Kledzik1-1/+6
2014-10-14[llvm-objdump] Update error message and add test case for mach-o file with ba...Nick Kledzik1-1/+1
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola1-30/+18
2014-09-30[llvm-objdump] switch some uses of format() to format_hex() and left_justify()Nick Kledzik1-29/+26
2014-09-26Update llvm-objdump’s Mach-O symbolizer code to print the name of symbol st...Kevin Enderby1-1/+96
2014-09-25Since the DisasmMemoryObject only operates on const data, it now only accepts...Aaron Ballman1-3/+3
2014-09-24Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O file...Kevin Enderby1-31/+300
2014-09-17[llvm-objdump] properly use c_str() with format("%s"). Improve getLibrarySho...Nick Kledzik1-2/+2
2014-09-16[llvm-objdump] improve error reporting of bad mach-o ordinalsNick Kledzik1-2/+8
2014-09-16Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files.Kevin Enderby1-1/+183
2014-09-16[llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik1-1/+116