aboutsummaryrefslogtreecommitdiffstats
path: root/tools/macho-dump
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+4
* Update LLVM for rebase to r212749.Stephen Hines2014-07-212-2/+17
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-0/+35
* Update to LLVM 3.5a.Stephen Hines2014-04-242-9/+24
* 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
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-111-0/+23
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-11/+5
* 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
* macho-dump: Fix CMake build, following up to r121466.NAKAMURA Takumi2010-12-101-1/+1
* macho-dump: Switch to C++ macho-dump tool.Daniel Dunbar2010-12-101-1/+1
* 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-273-0/+58