Fix the -DBUILD_SHARED_LIBS=ON build.
[oota-llvm.git] / tools / macho-dump /
2015-06-03 Alexey Samsonov[Object, MachO] Introduce MachOObjectFile::load_command...
2014-12-18 Kevin EnderbyAdd printing the LC_LINKER_OPTION load command with...
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-06-30 Tim Northovermacho-dump: add code to print LC_ID_DYLIB load commands.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-15 Rafael EspindolaReturn an ErrorOr<Binary *> from createBinary.
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-09-27 Rui UeyamaObject/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 David BlaikieFix the build broken by r189315.
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-06-06 Kevin EnderbyTeach llvm-objdump with the -macho parser how to use...
2013-04-26 Rafael EspindolaUse llvm/Object/MachO.h in macho-dumper. Drop the old...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-04-26 Evan ChengDumpSegment64Command() wasn't returning correct result...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-08-30 Benjamin KramerTeach macho-dump to dump the uleb128s referred to by...
2011-08-30 Benjamin KramerTeach macho-dump how to dump linkedit_data load commands.
2011-04-04 Eric ChristopherRemove unused function.
2011-04-04 Chris Lattnersilence an unused function warning.
2011-04-03 Eric ChristopherStart migrating mach-o dumping facilities to the object...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-10 NAKAMURA Takumimacho-dump: Fix CMake build, following up to r121466.
2010-12-10 Daniel Dunbarmacho-dump: Switch to C++ macho-dump tool.
2010-12-10 Daniel DunbarMach-O: Tweak field name.
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-27 Daniel Dunbarmacho-dump: Add support for --dump-section-data and...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symbol table entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping string table data.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping relocation entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping sections.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping dysymtab indirect...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symtab and dysymtab...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping segment load commands.
2010-11-27 Daniel DunbarObject/Mach-O: Add header and load command information.
2010-11-27 Daniel Dunbarmacho-dump: More sketching.
2010-11-27 Daniel Dunbarmacho-dump: Stub out C++ macho-dump tool.