1. 931cb65 Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  2. 7bd8d99 Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 9 years ago
  3. 81e8b7d 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
  4. 0013be1 Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC by Craig Topper · 10 years ago
  5. 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  6. fb3acd6 llvm-readobj: call exit(1) on error. by Rafael Espindola · 10 years ago
  7. ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  8. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  9. 7d09919 Remove object_error::success and use std::error_code() instead by Rui Ueyama · 10 years ago
  10. e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
  11. 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
  12. 4453e4294 Remove 'using std::error_code' from tools. by Rafael Espindola · 11 years ago
  13. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  14. 65dbbb5 tools: avoid use of std::function by Saleem Abdulrasool · 11 years ago
  15. e8839a7 tools: split out Win64EHDumper from COFFDumper by Saleem Abdulrasool · 11 years ago