1. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  2. 2f9d8d0 Fix a bug in the code of llvm-cxxdump in dumpArchive() when by Kevin Enderby · 9 years ago
  3. fc20962 [Object] Re-apply r275316 now that I have the corresponding LLD patch ready. by Lang Hames · 9 years ago
  4. ae610ab [Object] Revert r275316, Archive::child_iterator changes, while I update lld. by Lang Hames · 9 years ago
  5. c2773e9 [Object] Change Archive::child_iterator for better interop with Error/Expected. by Lang Hames · 9 years ago
  6. 931cb65 Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  7. 2ad6d48 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
  8. ac9e155 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  9. 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
  10. 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
  11. 3fcdf6a Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 9 years ago
  12. 7a96942 Reapply r250906 with many suggested updates from Rafael Espindola. by Kevin Enderby · 10 years ago
  13. da9dd05 Backing out commit r250906 as it broke lld. by Kevin Enderby · 10 years ago
  14. e3bf4fd5 This removes the eating of the error in Archive::Child::getSize() when the characters by Kevin Enderby · 10 years ago
  15. 0013be1 Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC by Craig Topper · 10 years ago
  16. 386e2ab [llvm-cxxdump] Remove duplicate code check. by Davide Italiano · 10 years ago
  17. d7fafa0 [llvm-cxxdump] Correctly process relocations when given multiple files by David Majnemer · 10 years ago
  18. 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  19. 8103294 [llvm-cxxdump] Don't rely on global state by Davide Italiano · 10 years ago
  20. ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  21. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  22. 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  23. 6bf3221 Make computeSymbolSizes never fail. by Rafael Espindola · 10 years ago
  24. a4a4093 Compute correct symbol sizes for MachO and COFF. by Rafael Espindola · 10 years ago
  25. 5eb02e4 Simplify another function that doesn't fail. by Rafael Espindola · 10 years ago
  26. 46f2cc9 Change range-based for-loop to use const auto&. No functionality change. by Richard Trieu · 10 years ago
  27. 6b1aa5f Change range-based for-loops to be -Wrange-loop-analysis clean. by Richard Trieu · 10 years ago
  28. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  29. f45bbd0 llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump by David Majnemer · 11 years ago[Renamed (96%) from llvm/tools/llvm-vtabledump/llvm-vtabledump.cpp]
  30. f044d3f Make helper functions static. by Benjamin Kramer · 11 years ago
  31. 86ee173 llvm-vtabledump: Update field with a better name by David Majnemer · 11 years ago
  32. f50d0a5 llvm-vtabledump: Dump catch/throw exception structures for MS ABI by David Majnemer · 11 years ago
  33. e268361 llvm-vtabledump: Handle Itanium VTables by David Majnemer · 11 years ago
  34. 8029127 Remove bogus std::error_code returns form SectionRef. by Rafael Espindola · 11 years ago
  35. 601327c llvm-vtabledump: Further simplification by David Majnemer · 11 years ago
  36. 6887a25 llvm-vtabledump: Small cleanup by David Majnemer · 11 years ago
  37. 56167c3 llvm-vtabledump: strip trailing NUL bytes by David Majnemer · 11 years ago
  38. 1ac52eb llvm-vtabledump: Dump RTTI structures for the MS ABI by David Majnemer · 11 years ago
  39. eac48b6 Object: Add range iterators for Archive children by David Majnemer · 11 years ago
  40. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  41. 3f6481d Remove some calls to std::move. by Rafael Espindola · 11 years ago
  42. 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  43. bf32f77 llvm-vtabledump: use a std::map instead of a StringMap for VBTables by David Majnemer · 11 years ago
  44. 72ab1a5 llvm-vtabledump: A vtable dumper by David Majnemer · 11 years ago