Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / tools / macho-dump / macho-dump.cpp
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-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-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 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.