1. 81e8b7d Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 10 years ago
  2. d59b23a Fix typo. NFC. by Tim Northover · 10 years ago
  3. f04f184 Add a unwrapOrError utility and use it to simplify ELFDumper.cpp. by Rafael Espindola · 10 years ago
  4. 6009db6 This reverts commit r260488 and r260489. by Rafael Espindola · 10 years ago
  5. 582c4d2 [readobj] Handle ELF files with no section table or with no program headers. by Michael J. Spencer · 10 years ago
  6. d8a985e [llvm-readobj] Option to emit readelf like output by Hemant Kulkarni · 10 years ago
  7. f46c92f Revert "[llvm-readobj] Option to emit readelf like output" by Hemant Kulkarni · 10 years ago
  8. 4f2ca0d [llvm-readobj] Option to emit readelf like output by Hemant Kulkarni · 10 years ago
  9. 72e2ba7 [readobj] Expand CodeView dumping functionality by Reid Kleckner · 10 years ago
  10. 9f23516 Fix llvm-readobj build on Windows, match noreturn attribute on reportError in headers by Reid Kleckner · 10 years ago
  11. 00ddb14 llvm-readobj: Handle invalid references to the string table. by Rafael Espindola · 10 years ago
  12. fb3acd6 llvm-readobj: call exit(1) on error. by Rafael Espindola · 10 years ago
  13. 99f0215 Modify llvm-readobj to dump symbol record bytes. by Zachary Turner · 11 years ago
  14. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  15. 8043390 [llvm-readobj][ELF] New `-mips-plt-got` command line option to output by Simon Atanasyan · 11 years ago
  16. bff5d0d Remove all uses of 'using std::error_code' from headers. by Rafael Espindola · 11 years ago
  17. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  18. 5c4f829 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  19. 15d16d8 tools: add support for decoding ARM attributes by Saleem Abdulrasool · 12 years ago
  20. 48703be Teach the llvm-readobj COFF dumper to dump debug line tables from object files by Timur Iskhodzhanov · 12 years ago
  21. f3f0b79 Add -expand-relocs to llvm-readobj by Nico Rieck · 13 years ago
  22. 9cad53c Implements low-level object file format specific output for COFF and by Eric Christopher · 13 years ago
  23. 6a8746b [llvm-readobj] Add ELF .dynamic table dumping. by Michael J. Spencer · 13 years ago