1. 8c4b0ce [WebAssembly] objdump: Don't assume all relocations have symbols by Sam Clegg · 7 years ago
  2. f676cdd [WebAssembly] Implement getRelocationValueString() by Sam Clegg · 7 years ago
  3. 1834682 [llvm-objdump] Print "..." instead of random data for virtual sections by Francis Visoiu Mistrih · 7 years ago
  4. 197194b Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
  5. 8db564e [tools] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  6. 7116e89 [AMDGPU] Improve disassembler error handling by Tim Corringham · 8 years ago
  7. b0e4b91 [llvm-objdump] Support disassembling by symbol name by Rafael Auler · 8 years ago
  8. 16c7bda [DebugInfo] Support DWARF v5 source code embedding extension by Scott Linder · 8 years ago
  9. a07169e Fix typo by Alex Denisov · 8 years ago
  10. 3a13ed6 Avoid int to string conversion in Twine or raw_ostream contexts. by Benjamin Kramer · 8 years ago
  11. e4f5d01 Fix more inconsistent line endings. NFC. by Dimitry Andric · 8 years ago
  12. 3fc9188 Fix a crash in llvm-objdump when printing a bad x86_64 relocation in a Mach-O by Kevin Enderby · 8 years ago
  13. ecf0e95 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
  14. de62046 Allow public Triple deduction from ObjectFiles. by Vlad Tsyrklevich · 8 years ago
  15. c0a758d [dwarfdump] Make .eh_frame an alias for .debug_frame by Jonas Devlieghere · 8 years ago
  16. f162013 Remove unneccessary string copies from method invocations. by Vlad Tsyrklevich · 8 years ago
  17. 7bc1b28 llvm-dwarfdump: Replace -debug-dump=sect option with individual options. by Adrian Prantl · 8 years ago
  18. 3886705 [llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDEND by Simon Dardis · 8 years ago
  19. 9f92995 Don't pass the code model to MC by Rafael Espindola · 8 years ago
  20. c398e67 Use delegation instead of inheritance. by Rafael Espindola · 8 years ago
  21. 8c0317d [llvm-objdump] Properly print MachO aarch64 addend relocations by Martin Storsjo · 8 years ago
  22. fa5183b [llvm-objdump] Correctly distinguish between the MachO upper/lower16 relocations by Martin Storsjo · 8 years ago
  23. 4df5d76 [WebAssembly] Add support for printing relocations with llvm-objdump by Sam Clegg · 8 years ago
  24. f4bc1f7 [DWARF] Introduce Dump Options by Adrian Prantl · 8 years ago
  25. 86611a0 [llvm-objdump] Don't attempt to print lines beyond the end of file by Petr Hosek · 8 years ago
  26. a8d256c Add the rest of the error checking for Mach-O dyld compact bind entry errors by Kevin Enderby · 9 years ago
  27. f895b20 llvm-objdump: handle line numbers and source options for amdgpu objects by Konstantin Zhuravlyov · 9 years ago
  28. dea14b2 llvm-objdump: make NoLeadingAddr work on more than just MachO by Saleem Abdulrasool · 9 years ago
  29. 5fba45a Use dynamic symbols for ELF disassembly by Sam Parker · 9 years ago
  30. df7c6ef [ARM] Create objdump subtarget from build attrs by Sam Parker · 9 years ago
  31. 1ed7896 Revert r291903 and r291898. Reason: they break check-lld on the bots. by Ivan Krasin · 9 years ago
  32. 770ceb6 [ARM] Enable objdump to construct triple for ARM by Sam Parker · 9 years ago
  33. 3b9efca [bpf] change llvm-objdump to print dec instead of hex by Alexei Starovoitov · 9 years ago
  34. 2c6f75d [WebAssembly] Add llvm-objdump support for wasm file format by Derek Schuff · 9 years ago
  35. 7fa40c9 General clean up of error handling in llvm-objdump to remove its use of report_fatal_error(). by Kevin Enderby · 9 years ago
  36. 6cf0926 [ELF] Convert ELF.h to Expected<T>. by Davide Italiano · 9 years ago
  37. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  38. 1524f62 [RISCV] Add RISC-V ELF defines by Alex Bradbury · 9 years ago
  39. 31d8b7d llvm-objdump: Make some error messages more consistent by Justin Bogner · 9 years ago
  40. 732afdd Turn cl::values() (for enum) from a vararg function to using C++ variadic template by Mehdi Amini · 9 years ago
  41. 3381d7a [AMDGPU] Disassembler: print label names in branch instructions by Sam Kolton · 9 years ago
  42. 1166112 [AVR] Allow llvm-objdump to handle AVR ELF files by Dylan McKay · 9 years ago
  43. 9844610 Revert "[AMDGPU] Disassembler: print label names in branch instructions" by Sam Kolton · 9 years ago
  44. 1559f76 [AMDGPU] Disassembler: print label names in branch instructions by Sam Kolton · 9 years ago
  45. 1bdaa20 [llvm-objump] Simplify the code. NFCI. by Davide Italiano · 9 years ago
  46. aecf9d0 llvm-objdump: Add --start-address and --stop-address options by Hemant Kulkarni · 9 years ago
  47. 5b60f63 llvm-objdump: ELF: Handle code and data mix in all scenarios by Hemant Kulkarni · 9 years ago
  48. e77a0a9 llvm-objdump: Add Hexagon printer changes for -S/-l options by Hemant Kulkarni · 9 years ago
  49. c6bf547 llvm-objdump: add coff import library symbol listing support by Saleem Abdulrasool · 9 years ago
  50. c05d778 [AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the begining of kernel symbol. by Sam Kolton · 9 years ago
  51. 8dfc0b5 llvm-objdump: Implement source[line numbers] interleaving by Hemant Kulkarni · 9 years ago
  52. 4253126 Use the range variant of find/find_if instead of unpacking begin/end by David Majnemer · 9 years ago
  53. f458603 The next step along the way to getting good error messages for bad archives. by Kevin Enderby · 9 years ago
  54. cfb51f5 BPF: Use official ELF e_machine value by Alexei Starovoitov · 9 years ago
  55. fc20962 [Object] Re-apply r275316 now that I have the corresponding LLD patch ready. by Lang Hames · 9 years ago
  56. ae610ab [Object] Revert r275316, Archive::child_iterator changes, while I update lld. by Lang Hames · 9 years ago
  57. c2773e9 [Object] Change Archive::child_iterator for better interop with Error/Expected. by Lang Hames · 9 years ago
  58. 4239805 Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary by Kevin Enderby · 9 years ago
  59. 931cb65 Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  60. 1d14864 [llvm-objdump] Support detection of feature bits from the object and implement this for Mips. by Daniel Sanders · 9 years ago
  61. 2ad6d48 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
  62. 9acb109 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  63. 82de7d3 Apply clang-tidy's misc-move-constructor-init throughout LLVM. by Benjamin Kramer · 9 years ago
  64. ac9e155 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  65. b34e3a1 Clean up the specific error message for a malformed Mach-O files with bad segment by Kevin Enderby · 9 years ago
  66. 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
  67. 87d80db AMDGPU: Fix crash when dumping unknown opcode by Matt Arsenault · 9 years ago
  68. 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
  69. efe3732 Revert r265817 by Colin LeMahieu · 9 years ago
  70. 4a1975b [llvm-objdump] Printing hex instead of dec by default by Colin LeMahieu · 9 years ago
  71. 8e79f5b fix r265645: target dependent printf formatting flags. by Valery Pykhtin · 9 years ago
  72. de04805 [AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support. by Valery Pykhtin · 9 years ago
  73. 3fcdf6a Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 9 years ago
  74. 1dcb91b Revert "[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support." by Valery Pykhtin · 9 years ago
  75. bd90c60 [AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support. by Valery Pykhtin · 9 years ago
  76. 5afbc1c Fix a crash in running llvm-objdump -t with an invalid Mach-O file already by Kevin Enderby · 10 years ago
  77. 9219fe7 Revert "[llvm-objdump] Printing relocations in executable and shared object files. This partially reverts r215844 by removing test objdump-reloc-shared.test which stated GNU objdump doesn't print relocations, it does." by Rafael Espindola · 10 years ago
  78. cdaf644 [llvm-objdump] Printing relocations in executable and shared object files. This partially reverts r215844 by removing test objdump-reloc-shared.test which stated GNU objdump doesn't print relocations, it does. by Colin LeMahieu · 10 years ago
  79. 307a83d [llvm-objdump] Print <unknown> in place of instruction text if it couldn't be disassembled. by Colin LeMahieu · 10 years ago
  80. 34223a7 [llvm-objdump] Add '0x' prefix to a target displacement number to accent its hex format by Simon Atanasyan · 10 years ago
  81. ea9f25a [lanai] Add ELF enum value and relocations. by Jacques Pienaar · 10 years ago
  82. f57c197 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago
  83. 03a670c Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Igor Laevsky · 10 years ago
  84. 0ae163f For llvm-objdump, add the option -private-header (without the trailing ’s’) by Kevin Enderby · 10 years ago
  85. 4635017 [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it. by Dan Gohman · 10 years ago
  86. ed9d95b [llvm-objdump] Mark noreturn function as such. by Davide Italiano · 10 years ago
  87. 140af64 [llvm-objdump] Use stderr and not stdout for fatal errors. by Davide Italiano · 10 years ago
  88. e85abf7 [llvm-objdump] Move COFF function to where it belongs. by Davide Italiano · 10 years ago
  89. 540e921 [llvm-objdump] Fail early if we can't parse the object header. by Davide Italiano · 10 years ago
  90. 9805253 Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Pete Cooper · 10 years ago
  91. 6c97f4c Improve DWARFDebugFrame::parse to also handle __eh_frame. by Pete Cooper · 10 years ago
  92. 711e495 [llvm-objdump] Use report_fatal_error() for a more uniform error handling. by Davide Italiano · 10 years ago
  93. b13edeb [llvm-objdump/MachO] Don't cut'n'paste the same code over and over. by Davide Italiano · 10 years ago
  94. bb599e3 [llvm-objdump] Use report_fatal_error() if we can't find a target. by Davide Italiano · 10 years ago
  95. 153722d Fix LLD testsuite fallout from r253429 by David Majnemer · 10 years ago
  96. fbb1c3a [llvm-objdump] Use the COFF export table for additional symbols by David Majnemer · 10 years ago
  97. 7a96942 Reapply r250906 with many suggested updates from Rafael Espindola. by Kevin Enderby · 10 years ago
  98. a3b79dd [ELF] elfiamcu triple should imply e_machine == EM_IAMCU by Michael Kuperstein · 10 years ago
  99. da9dd05 Backing out commit r250906 as it broke lld. by Kevin Enderby · 10 years ago
  100. e3bf4fd5 This removes the eating of the error in Archive::Child::getSize() when the characters by Kevin Enderby · 10 years ago