1. 6856bcc [llvm-readelf] Make llvm-readelf more compatible with GNU readelf. by Jordan Rupprecht · 7 years ago
  2. 686dfe3 [Support] Make error banner optional in logAllUnhandledErrors by Jonas Devlieghere · 7 years ago
  3. eefdbb4 [llvm-readobj] Add experimental support for SHT_RELR sections by Jake Ehrlich · 7 years ago
  4. f393f97e [llvm-readobj] Update readobj to re-use parsing code. by Zachary Turner · 8 years ago
  5. 3483f21 [CodeView] Decouple record deserialization from visitor dispatch. by Zachary Turner · 9 years ago
  6. 92cd0ec [CodeView] Use llvm::Error instead of std::error_code. by Zachary Turner · 9 years ago
  7. 813e0cf Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 9 years ago
  8. 9645a0d Fix typo. NFC. by Tim Northover · 9 years ago
  9. bf33cfe Add a unwrapOrError utility and use it to simplify ELFDumper.cpp. by Rafael Espindola · 9 years ago
  10. ed78335 This reverts commit r260488 and r260489. by Rafael Espindola · 10 years ago
  11. f8cdb80 [readobj] Handle ELF files with no section table or with no program headers. by Michael J. Spencer · 10 years ago
  12. 54f4d3a [llvm-readobj] Option to emit readelf like output by Hemant Kulkarni · 10 years ago
  13. dc8e8f2 Revert "[llvm-readobj] Option to emit readelf like output" by Hemant Kulkarni · 10 years ago
  14. fce97ae [llvm-readobj] Option to emit readelf like output by Hemant Kulkarni · 10 years ago
  15. fb30f09 [readobj] Expand CodeView dumping functionality by Reid Kleckner · 10 years ago
  16. efb247f Fix llvm-readobj build on Windows, match noreturn attribute on reportError in headers by Reid Kleckner · 10 years ago
  17. fa1a4b2 llvm-readobj: Handle invalid references to the string table. by Rafael Espindola · 10 years ago
  18. d60ced8 llvm-readobj: call exit(1) on error. by Rafael Espindola · 10 years ago
  19. 2371901 Modify llvm-readobj to dump symbol record bytes. by Zachary Turner · 10 years ago
  20. 00e08fc Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  21. 42469f6 [llvm-readobj][ELF] New `-mips-plt-got` command line option to output by Simon Atanasyan · 11 years ago
  22. a20bcb9 Remove all uses of 'using std::error_code' from headers. by Rafael Espindola · 11 years ago
  23. 5c792fa Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  24. 7acd886 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  25. 459c949 tools: add support for decoding ARM attributes by Saleem Abdulrasool · 12 years ago
  26. e493a99 Teach the llvm-readobj COFF dumper to dump debug line tables from object files by Timur Iskhodzhanov · 12 years ago
  27. 1c8dfa5 Add -expand-relocs to llvm-readobj by Nico Rieck · 12 years ago
  28. 76e70f3 Implements low-level object file format specific output for COFF and by Eric Christopher · 12 years ago
  29. d326d05 [llvm-readobj] Add ELF .dynamic table dumping. by Michael J. Spencer · 12 years ago