summaryrefslogtreecommitdiffstats
path: root/llvm/tools/macho-dump/macho-dump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove macho-dump. Its functionality is now covered by llvm-readobj.Davide Italiano2015-09-221-434/+0
* [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator.Alexey Samsonov2015-06-031-11/+5
* Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...Kevin Enderby2014-12-181-4/+4
* Adds the next bit of support for llvm-objdump’s -private-headers for execut...Kevin Enderby2014-09-041-1/+1
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-2/+2
* Remove some calls to std::move.Rafael Espindola2014-08-011-2/+2
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* macho-dump: add code to print LC_ID_DYLIB load commands.Tim Northover2014-06-301-0/+13
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-181-0/+12
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-171-3/+3
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-1/+1
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-4/+3
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-151-2/+3
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-271-2/+2
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-122/+119
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-119/+122
* Fix the build broken by r189315.David Blaikie2013-08-271-17/+8
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-130/+136
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-061-1/+1
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-261-233/+191
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-181-1/+29
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-0/+32
* DumpSegment64Command() wasn't returning correct result. Caught by static anal...Evan Cheng2012-04-261-1/+1
* Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.Benjamin Kramer2011-08-301-1/+10
* Teach macho-dump how to dump linkedit_data load commands.Benjamin Kramer2011-08-301-0/+19
* Remove unused function.Eric Christopher2011-04-041-21/+0
* silence an unused function warning.Chris Lattner2011-04-041-0/+2
* Start migrating mach-o dumping facilities to the object file out of aEric Christopher2011-04-031-2/+2
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-4/+2
* Mach-O: Tweak field name.Daniel Dunbar2010-12-101-1/+1
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-091-2/+4
* macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar2010-11-271-5/+19
* macho-dump: Add support for dumping symbol table entries.Daniel Dunbar2010-11-271-1/+43
* macho-dump: Add support for dumping string table data.Daniel Dunbar2010-11-271-0/+8
* macho-dump: Add support for dumping relocation entries.Daniel Dunbar2010-11-271-19/+42
* macho-dump: Add support for dumping sections.Daniel Dunbar2010-11-271-6/+72
* macho-dump: Add support for dumping dysymtab indirect symbol table.Daniel Dunbar2010-11-271-1/+19
* macho-dump: Add support for dumping symtab and dysymtab commands.Daniel Dunbar2010-11-271-0/+52
* macho-dump: Add support for dumping segment load commands.Daniel Dunbar2010-11-271-3/+58
* Object/Mach-O: Add header and load command information.Daniel Dunbar2010-11-271-12/+69
* macho-dump: More sketching.Daniel Dunbar2010-11-271-2/+28
* macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar2010-11-271-0/+30
OpenPOWER on IntegriCloud