summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/MachODump.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objdump] - Move getRelocationValueString and dependenices out of the ll...George Rimar2019-01-181-0/+258
* llvm-objdump -m -D should disassemble all text segmentsMichael Trent2019-01-151-2/+13
* [llvm-objdump] - Cleanup the code. NFCI.George Rimar2019-01-151-6/+6
* [llvm-objdump][MachO] Fix error reporting after r350848 and r350849Francis Visoiu Mistrih2019-01-101-3/+5
* [llvm-objdump][MachO] Use the -dsym file name when reporting errorsFrancis Visoiu Mistrih2019-01-101-2/+2
* [llvm-objdump][MachO] Correctly handle the llvm::Error when -dsym has errorsFrancis Visoiu Mistrih2019-01-101-2/+3
* [binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0Jordan Rupprecht2018-12-201-9/+8
* Update the Swift version numbers reported by objdumpMichael Trent2018-12-071-2/+6
* [llvm-objdump] Use WithColor for error reportingJonas Devlieghere2018-11-111-39/+53
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [llvm-objdump] Keep the memory buffer from the dSYM alive when using -g -dsymFrancis Visoiu Mistrih2018-08-311-0/+3
* [llvm-objdump] Remove continue after report_error which is unreachableFangrui Song2018-08-041-2/+0
* objdump: Better handling of Mach-O universal binariesDave Lee2018-08-031-153/+167
* 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
OpenPOWER on IntegriCloud