summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/MachODump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add mach-o LC_RPATH support to llvm-objdumpJean-Daniel Dupas2014-12-041-0/+19
* This reverts commit r223306 and r223277.Rafael Espindola2014-12-031-240/+17
* Add support to llvm-objdump for Mach-O universal files and archives with -macho.Kevin Enderby2014-12-031-17/+240
* Fix Use-of-uninitialized-value for adrp_addr and adrp_inst in MachODump.cppKevin Enderby2014-11-191-0/+4
* Add the code and test cases for 64-bit ARM to llvm-objdump’s Mach-O symboli...Kevin Enderby2014-11-141-23/+185
* Object, Mach-O: Refactor and clean code upDavid Majnemer2014-11-131-6/+7
* Fixing more -Wcast-qual warnings; NFC.Aaron Ballman2014-11-121-4/+10
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-13/+10
* Fix a warning about ‘r_type’ may be used uninitialized.Kevin Enderby2014-11-111-1/+1
* Use StringRefMemoryObject. NFC.Rafael Espindola2014-11-071-34/+5
* Plumb in the ARM thumb symbolizer in llvm-objdump’s Mach-O disassembler andKevin Enderby2014-11-061-24/+235
* llvm-objdump: Pass DiceTableEntry by referenceDavid Majnemer2014-11-041-2/+2
* Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbo...Kevin Enderby2014-11-041-14/+94
* Run clang-format on tools/llvm-objdump/MachODump.cpp . No functional change.Kevin Enderby2014-10-291-113/+82
* Update llvm-objdump’s Mach-O symbolizer code to demangle C++ names.Kevin Enderby2014-10-281-6/+41
* MachODump.cpp: fix MSVC buildHans Wennborg2014-10-231-4/+4
* Change the name of the field BindTable to bindtable to not over lap the type.Kevin Enderby2014-10-231-9/+9
* Update llvm-objdump’s Mach-O symbolizer code for Objective-C references.Kevin Enderby2014-10-231-44/+571
* [llvm-objdump] Fix -private-headers for mach-o to print all LC_*_DYLIB variantsNick Kledzik2014-10-161-1/+6
* [llvm-objdump] Update error message and add test case for mach-o file with ba...Nick Kledzik2014-10-141-1/+1
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-30/+18
* [llvm-objdump] switch some uses of format() to format_hex() and left_justify()Nick Kledzik2014-09-301-29/+26
* Update llvm-objdump’s Mach-O symbolizer code to print the name of symbol st...Kevin Enderby2014-09-261-1/+96
* Since the DisasmMemoryObject only operates on const data, it now only accepts...Aaron Ballman2014-09-251-3/+3
* Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O file...Kevin Enderby2014-09-241-31/+300
* [llvm-objdump] properly use c_str() with format("%s"). Improve getLibrarySho...Nick Kledzik2014-09-171-2/+2
* [llvm-objdump] improve error reporting of bad mach-o ordinalsNick Kledzik2014-09-161-2/+8
* Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files.Kevin Enderby2014-09-161-1/+183
* [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik2014-09-161-1/+116
* [llvm-objdump] Use PRIX64 with format()Nick Kledzik2014-09-131-1/+2
* [llvm-objdump] support -rebase option for mach-o to dump rebasing infoNick Kledzik2014-09-121-0/+106
* llvm-objdump: don't crash when __compact_unwind has no relocs.Tim Northover2014-09-091-0/+3
* Adds the next bit of support for llvm-objdump’s -private-headers for execut...Kevin Enderby2014-09-041-1/+303
* Replace printf with outs() <<Nick Kledzik2014-09-031-1/+1
* Nuke MCAnalysis.Sean Silva2014-09-021-2/+0
* Code review tweaksNick Kledzik2014-09-021-17/+17
* Object/llvm-objdump: allow dumping of mach-o exports trieNick Kledzik2014-08-301-0/+60
* Next bit of support for llvm-objdump’s -private-headers for Mach-O files.Kevin Enderby2014-08-291-3/+495
* This code is from r216285, which did not go out to the mailing list for some ...Aaron Ballman2014-08-241-6/+1
* Add the start of the support for llvm-objdump’s -private-headers for Mach-O...Kevin Enderby2014-08-221-0/+294
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-7/+11
* Make llvm-objdump handle both arm and thumb disassembly from the same Mach-OKevin Enderby2014-08-181-10/+77
* Silencing some -Wcast-qual warnings and removing some C-style casts at the sa...Aaron Ballman2014-08-141-2/+3
* llvm-objdump: print contents of MachO __unwind_info sectionsTim Northover2014-08-121-11/+249
* llvm-objdump: fix remaining use of %x format specifier for 64-bit valuesTim Northover2014-08-111-1/+1
* llvm-objdump: add missing % in format specifier.Tim Northover2014-08-081-2/+2
* llvm-objdump: use portable format specifiers for info.Tim Northover2014-08-081-6/+6
* Add the -mcpu= option to llvm-objdump for use with the disassemblers.Kevin Enderby2014-08-061-1/+10
* llvm-objdump: implement printing for MachO __compact_unwind info.Tim Northover2014-08-011-0/+223
* Use a reference instead of a pointer.Rafael Espindola2014-07-311-1/+1
OpenPOWER on IntegriCloud