1. 686dfe3 [Support] Make error banner optional in logAllUnhandledErrors by Jonas Devlieghere · 7 years ago
  2. bb2ce32 [llvm-cxxdump] Use error reporting helpers from support by Jonas Devlieghere · 7 years ago
  3. 0b9d56a Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
  4. d1fe0c4 Fix more inconsistent line endings. NFC. by Dimitry Andric · 8 years ago
  5. bdc30c02 Add llvm::for_each as a range-based extensions to <algorithm> and make use of it in some cases where it is a more clear alternative to std::for_each. by Aaron Ballman · 8 years ago
  6. df0b8bc Make the Error class constructor protected by Mehdi Amini · 9 years ago
  7. a9abde4 Fix a bug in the code of llvm-cxxdump in dumpArchive() when by Kevin Enderby · 9 years ago
  8. aacf2fb [Object] Re-apply r275316 now that I have the corresponding LLD patch ready. by Lang Hames · 9 years ago
  9. 5daf897 [Object] Revert r275316, Archive::child_iterator changes, while I update lld. by Lang Hames · 9 years ago
  10. 9b42aca [Object] Change Archive::child_iterator for better interop with Error/Expected. by Lang Hames · 9 years ago
  11. 317de7c Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  12. 0eeb3d4 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
  13. 77be094 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  14. a486dca 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
  15. 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
  16. c6bf9be Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 9 years ago
  17. 268709a Reapply r250906 with many suggested updates from Rafael Espindola. by Kevin Enderby · 10 years ago
  18. da78537 Backing out commit r250906 as it broke lld. by Kevin Enderby · 10 years ago
  19. e36c14f This removes the eating of the error in Archive::Child::getSize() when the characters by Kevin Enderby · 10 years ago
  20. 795a06a Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC by Craig Topper · 10 years ago
  21. a4ff83a [llvm-cxxdump] Remove duplicate code check. by Davide Italiano · 10 years ago
  22. 218b64b [llvm-cxxdump] Correctly process relocations when given multiple files by David Majnemer · 10 years ago
  23. e84d8c1 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  24. ac01854 [llvm-cxxdump] Don't rely on global state by Davide Italiano · 10 years ago
  25. 5954faa Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  26. 8a80641 Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  27. ff67629 Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  28. a3af347 Make computeSymbolSizes never fail. by Rafael Espindola · 10 years ago
  29. dba0706 Compute correct symbol sizes for MachO and COFF. by Rafael Espindola · 10 years ago
  30. 481f35f Simplify another function that doesn't fail. by Rafael Espindola · 10 years ago
  31. c0a57ae Change range-based for-loop to use const auto&. No functionality change. by Richard Trieu · 10 years ago
  32. 64b905a Change range-based for-loops to be -Wrange-loop-analysis clean. by Richard Trieu · 10 years ago
  33. df93f4b Purge unused includes throughout libSupport. by Benjamin Kramer · 10 years ago
  34. c976146 llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump by David Majnemer · 10 years ago[Renamed (96%) from tools/llvm-vtabledump/llvm-vtabledump.cpp]
  35. 0df4e22 Make helper functions static. by Benjamin Kramer · 10 years ago
  36. 7de1732 llvm-vtabledump: Update field with a better name by David Majnemer · 10 years ago
  37. a72314c llvm-vtabledump: Dump catch/throw exception structures for MS ABI by David Majnemer · 10 years ago
  38. 5dc81d5 llvm-vtabledump: Handle Itanium VTables by David Majnemer · 11 years ago
  39. 8175be5 Remove bogus std::error_code returns form SectionRef. by Rafael Espindola · 11 years ago
  40. 98a2899 llvm-vtabledump: Further simplification by David Majnemer · 11 years ago
  41. 5373645 llvm-vtabledump: Small cleanup by David Majnemer · 11 years ago
  42. 178cb75 llvm-vtabledump: strip trailing NUL bytes by David Majnemer · 11 years ago
  43. 035e22b llvm-vtabledump: Dump RTTI structures for the MS ABI by David Majnemer · 11 years ago
  44. 5c1c055 Object: Add range iterators for Archive children by David Majnemer · 11 years ago
  45. 548f2b6 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  46. 9aa0b5e Remove some calls to std::move. by Rafael Espindola · 11 years ago
  47. 79002da Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  48. b984536 llvm-vtabledump: use a std::map instead of a StringMap for VBTables by David Majnemer · 11 years ago
  49. 9617132 llvm-vtabledump: A vtable dumper by David Majnemer · 11 years ago