summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/MachODump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply: "objdump: Support newer ObjC image info flags"Dave Lee2018-07-061-0/+6
* Revert "objdump: Support newer ObjC image info flags"Dave Lee2018-07-061-6/+0
* objdump: Support newer ObjC image info flagsDave Lee2018-07-051-0/+6
* [llvm-objdump] Add --archive-headers (-a) optionPaul Semel2018-07-051-5/+0
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [llvm-objdump] Issue error message when object file cannot be createdGerolf Hoflehner2018-04-191-4/+6
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-1/+1
* For llvm-objdump and Mach-O files, fix the printing of module init andKevin Enderby2018-03-201-9/+43
* For llvm-objdump and Mach-O files, update the printing of some thread statesKevin Enderby2018-03-081-0/+20
* [llvm-objdump] Use unique_ptr to simplify memory ownershipDavid Blaikie2018-02-201-34/+31
* Use delete[] instead of freeSerge Pavlov2018-02-141-2/+2
* Use delete[] to deallocate array of charsSerge Pavlov2018-02-141-2/+2
* Refactor DisassembleInfo in MachODump.cppSerge Pavlov2018-02-141-83/+23
* llvm-objdump when printing the Objective-C meta data also prints the Swift ABIKevin Enderby2018-02-091-0/+16
* llvm-objdump: prevent out of bounds accesses during unwind dumping.Tim Northover2018-01-231-57/+80
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-151-4/+332
* reverting out -r320532 because a warning is breaking the lld buildMichael Trent2017-12-131-332/+4
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-121-4/+332
* Reverting r320166 to fix test failures.Michael Trent2017-12-081-326/+4
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-081-4/+326
* Test commit, as per the LLVM Developer Policy.Michael Trent2017-12-051-0/+1
* Untabify.NAKAMURA Takumi2017-10-181-2/+2
* [llvm-objdump] Use initializer list for scoped xar api constructorsFrancis Ricci2017-10-091-4/+3
* Guard xar RAII behind HAVE_LIBXARFrancis Ricci2017-10-061-0/+2
* [llvm-objdump] Add RAII for xar apisFrancis Ricci2017-10-061-15/+33
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-1/+1
* Fix a bug in llvm-objdump when disassembling using the wrong default CPUKevin Enderby2017-09-211-3/+7
* [dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere2017-09-181-3/+2
* [llvm-objdump] Fix memory leaks in macho dumpFrancis Ricci2017-09-131-2/+5
* Untabify.NAKAMURA Takumi2017-08-281-31/+31
* [llvm] Update MachOObjectFile::exports interfaceAlexander Shaposhnikov2017-07-291-1/+1
* Add error handling to the dyld compact export entries in libObject.Kevin Enderby2017-07-201-1/+4
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-2/+2
* 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
OpenPOWER on IntegriCloud