1. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  2. 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
  3. 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
  4. d452246 Teach macho-dump to dump the uleb128s referred to by linkedit_data segments. by Benjamin Kramer · 13 years ago
  5. 9942aca Teach macho-dump how to dump linkedit_data load commands. by Benjamin Kramer · 13 years ago
  6. 138b77c Remove unused function. by Eric Christopher · 13 years ago
  7. 74a26fe silence an unused function warning. by Chris Lattner · 13 years ago
  8. 592cf78 Start migrating mach-o dumping facilities to the object file out of a by Eric Christopher · 13 years ago
  9. 3ff9563 MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 14 years ago
  10. 049c74b macho-dump: Fix CMake build, following up to r121466. by NAKAMURA Takumi · 14 years ago
  11. 4e45256 macho-dump: Switch to C++ macho-dump tool. by Daniel Dunbar · 14 years ago
  12. a87d7ec Mach-O: Tweak field name. by Daniel Dunbar · 14 years ago
  13. 333fb04 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 14 years ago
  14. 71130f8 macho-dump: Add support for --dump-section-data and tweak a few format strings. by Daniel Dunbar · 14 years ago
  15. 2208b58 macho-dump: Add support for dumping symbol table entries. by Daniel Dunbar · 14 years ago
  16. f2e2a5f macho-dump: Add support for dumping string table data. by Daniel Dunbar · 14 years ago
  17. 90e3e3a macho-dump: Add support for dumping relocation entries. by Daniel Dunbar · 14 years ago
  18. 2acadbd macho-dump: Add support for dumping sections. by Daniel Dunbar · 14 years ago
  19. 4c55e0d macho-dump: Add support for dumping dysymtab indirect symbol table. by Daniel Dunbar · 14 years ago
  20. f879f14 macho-dump: Add support for dumping symtab and dysymtab commands. by Daniel Dunbar · 14 years ago
  21. 4ba1f5e macho-dump: Add support for dumping segment load commands. by Daniel Dunbar · 14 years ago
  22. a956d8b Object/Mach-O: Add header and load command information. by Daniel Dunbar · 14 years ago
  23. ad12524 macho-dump: More sketching. by Daniel Dunbar · 14 years ago
  24. 75373ac macho-dump: Stub out C++ macho-dump tool. by Daniel Dunbar · 14 years ago