1. 45eb84f [Support] Make error banner optional in logAllUnhandledErrors by Jonas Devlieghere · 7 years ago
  2. d2941b4 [AArch64] [Windows] Misc fixes for llvm-readobj -unwind. by Eli Friedman · 7 years ago
  3. cd41638 [ARM64][Windows] Add unwind support to llvm-readobj by Sanjin Sijaric · 7 years ago
  4. dd4baff Typo fix: epilouge->epilogue. NFC. by Eric Christopher · 7 years ago
  5. 931cb65 Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  6. 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
  7. 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
  8. 5afbc1c Fix a crash in running llvm-objdump -t with an invalid Mach-O file already by Kevin Enderby · 10 years ago
  9. 7a08381 Remove uses of builtin comma operator. by Richard Trieu · 10 years ago
  10. 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  11. ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  12. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  13. 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  14. 2fa80cc Simplify getSymbolType. by Rafael Espindola · 10 years ago
  15. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  16. 8029127 Remove bogus std::error_code returns form SectionRef. by Rafael Espindola · 11 years ago
  17. 062c406 Support: Delete {aligned_,}{u,}{little,big}8_t by Rui Ueyama · 11 years ago
  18. 0e18484 Rephrase loop so it doesn't leave unused bools around in Release mode. by Benjamin Kramer · 11 years ago
  19. e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
  20. 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
  21. bff5d0d Remove all uses of 'using std::error_code' from headers. by Rafael Espindola · 11 years ago
  22. c86b54c8 tools: add a high level explanation for WoA EH data by Saleem Abdulrasool · 11 years ago
  23. 72e9a25 tools: fix parenthesis warning from GCC by Saleem Abdulrasool · 11 years ago
  24. e6971ca tools: initial implementation of WoA EH decoding by Saleem Abdulrasool · 11 years ago