summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/MachODump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE file types soKevin Enderby2017-06-221-2/+7
* Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLEKevin Enderby2017-06-221-4/+38
* Updated llvm-objdump with Mach-O files and the -objc-meta-data option soKevin Enderby2017-06-201-0/+6
* Change llvm-objdump with Mach-O files and the -info-plist option with theKevin Enderby2017-06-201-1/+2
* Fix a FIXME in llvm-objdump for the -exports-trie option that was not addingKevin Enderby2017-06-191-1/+17
* Change llvm-nm for Mach-O files to use dyld info in some cases when printing ...Kevin Enderby2017-06-191-0/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-3/+4
* [DWARF] Introduce Dump OptionsAdrian Prantl2017-06-011-1/+4
* Add the rest of the error checking for Mach-O dyld compact bind entry errorsKevin Enderby2017-03-201-139/+21
* Actually add error handling to unpacking the dyld compact bind andKevin Enderby2017-02-281-5/+20
* Tweak the implementation of llvm-objdump’s -objc-meta-data option soKevin Enderby2017-02-091-63/+91
* llvm-objdump: make NoLeadingAddr work on more than just MachOSaleem Abdulrasool2017-02-081-3/+0
* Fix a bug in llvm-obdump(1) with the -macho and -info-plist optionsKevin Enderby2017-02-061-1/+1
* Fix a bug in llvm-obdump(1) with the -macho and -disassemble optionsKevin Enderby2017-02-061-1/+28
* Fix a bug in llvm-obdump(1) with the -objc-meta-data flag with -machoKevin Enderby2017-02-031-1/+1
* Fix a bug in llvm-obdump(1) with the -macho flag disassembling an objectKevin Enderby2017-01-311-2/+5
* Change the llvm-obdump(1) behavior with the -macho flag and inappropriate fil...Kevin Enderby2017-01-301-2/+7
* Add support for the x86_thread_state32_t andKevin Enderby2017-01-231-1/+98
* Add LC_BUILD_VERSION load commandSteven Wu2017-01-231-0/+36
* Add support for the new LC_NOTE load command.Kevin Enderby2017-01-191-0/+16
* llvm-objdump: speed up -objc-meta-dataSaleem Abdulrasool2017-01-081-26/+5
* Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby2016-12-161-11/+15
* Add to llvm-objdump the -no-leading-headers option with the use of the -macho...Kevin Enderby2016-11-291-6/+11
* Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim2016-11-201-1/+1
* General clean up of Mach-O error handling in llvm-objdump.Kevin Enderby2016-11-151-173/+72
* llvm-objdump: deal with unexpected object files more gracefully.Tim Northover2016-11-151-8/+18
* Add a checkSymbolTable() method to the MachOObjectFile class.Kevin Enderby2016-11-141-0/+3
* Make the Error class constructor protectedMehdi Amini2016-11-111-5/+6
* Remove dead code trying to handle when the amount of data read isChandler Carruth2016-11-041-12/+2
* Add support for the ARM_THREAD_STATE64 andKevin Enderby2016-11-031-0/+84
* Fix an unconditional break in checkMachOAndArchFlagsDavid Majnemer2016-10-311-24/+20
* For llvm-objdump for Mach-O files add printing ofKevin Enderby2016-10-211-2/+69
* Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)Mehdi Amini2016-10-011-1/+1
* llvm-objdump: add missing ) in help output, NFCSaleem Abdulrasool2016-09-081-1/+1
* Add an c++ itanium demangler to llvm.Rafael Espindola2016-09-061-16/+5
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-121-3/+3
* Use the range variant of find_if instead of unpacking begin/endDavid Majnemer2016-08-121-15/+11
* Reapply "More fixes to get good error messages for bad archives."Vedant Kumar2016-08-031-4/+14
* Revert "More fixes to get good error messages for bad archives."Vedant Kumar2016-08-031-14/+4
* More fixes to get good error messages for bad archives.Kevin Enderby2016-08-021-4/+14
* The next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-291-4/+11
* Next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-191-12/+20
* llvm-objdump: extend __mh_execute_header handling to other special symsTim Northover2016-07-141-5/+7
* llvm-objdump: handle stubbed and malformed dylibs betterTim Northover2016-07-141-2/+12
* [Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2016-07-141-28/+20
* [Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2016-07-141-20/+28
* [Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames2016-07-131-28/+20
* Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby2016-06-281-3/+19
* Update llvm-obdump(1) to print FAT_MAGIC_64 for Darwin’s 64-bit universal f...Kevin Enderby2016-06-211-3/+6
* Fix llvm-objdump when disassembling a stripped Mach-O binary with the -macho ...Kevin Enderby2016-06-151-1/+21
OpenPOWER on IntegriCloud