1. daf8332 [llvm-obdump] - Fix the help lines for -stop-address and -z. by George Rimar · 7 years ago
  2. 45d116d [llvm-objdump] - Cleanup the code. NFCI. by George Rimar · 7 years ago
  3. 04fde6b [llvm-objdump] - Change the output for --all-headers. by George Rimar · 7 years ago
  4. 03e297e [llvm-objdump] - Do not include reserved undefined symbol in -t output. by George Rimar · 7 years ago
  5. 5482030 [llvm-objdump] - Implement -z/--disassemble-zeroes. by George Rimar · 7 years ago
  6. 56b18a6 [llvm-objdump] - Print symbol addressed when dumping disassembly output (-d) by George Rimar · 7 years ago
  7. f6ea129 [binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0 by Jordan Rupprecht · 7 years ago
  8. 96c60ea [llvm-objdump] - Fix one more BB. by George Rimar · 7 years ago
  9. 927407d [llvm-objdump] - Fix BB. by George Rimar · 7 years ago
  10. 92b052b [llvm-objdump] - Demangle the symbols when printing symbol table and relocations. by George Rimar · 7 years ago
  11. 4376a27 [llvm-objdump] Print a blank row at the end of sections by Xing GUO · 7 years ago
  12. 8e8485e [llvm-objdump] Use WithColor for error reporting by Jonas Devlieghere · 7 years ago
  13. 11c0888 [llvm-objdump] Add symbol 'O' for object data by Kristina Brooks · 7 years ago
  14. 686dfe3 [Support] Make error banner optional in logAllUnhandledErrors by Jonas Devlieghere · 7 years ago
  15. a3cc6ce [llvm-objdump] Mark syms/t flags as NotHidden. NFC. by Kristina Brooks · 7 years ago
  16. bb1b895 [llvm-objdump] Add --reloc alias for -r (PR39407) by Kristina Brooks · 7 years ago
  17. 6ee0163 [llvm-objdump] support '--syms' as an alias of -t by Kristina Brooks · 7 years ago
  18. d32696a [llvm-objdump] Don't crash when using `-a` on non-archives by James Henderson · 7 years ago
  19. 198a3ab [llvm-objdump] Add '--full-contents' as alias for '-s' by James Henderson · 7 years ago
  20. 95eb915 [llvm-objdump] Fix --file-headers (-f) option by Petar Jovanovic · 7 years ago
  21. 3b35e17 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  22. e47abe7 [llvm-objdump] Label calls to the PLT. by Joel Galenson · 7 years ago
  23. c04ae04 [llvm-objdump] Add ability to demangle COFF symbols. by Zachary Turner · 7 years ago
  24. 85ffa19 [ADT] Normalize empty triple components by Petr Hosek · 7 years ago
  25. 58b1de4 objdump: Better handling of Mach-O universal binaries by Dave Lee · 7 years ago
  26. 6069e66 [ADT] Replace std::isprint by llvm::isPrint. by Michael Kruse · 7 years ago
  27. 05d358b [llvm-objdump] Add dynamic section printing to private-headers option by Paul Semel · 7 years ago
  28. baea3f0 [llvm-objdump] Add -demangle (-C) option by Paul Semel · 7 years ago
  29. 9c475e3 [llvm-objdump] - An attempt to fix BB after r337361. by George Rimar · 7 years ago
  30. 10c3b3d [llvm-objdump] - Stop reporting bogus section IDs. by George Rimar · 7 years ago
  31. 31b21da Revert "[llvm-objdump] Add -demangle (-C) option" by Paul Semel · 7 years ago
  32. 3a44ccd [llvm-objdump] Add -demangle (-C) option by Paul Semel · 7 years ago
  33. fd46678 [llvm-objdump] Add --archive-headers (-a) option by Paul Semel · 7 years ago
  34. d069a21 [llvm-objdump] Add --file-headers (-f) option by Paul Semel · 7 years ago
  35. 3605e12 Handle absolute symbols as branch targets in disassembly. by Sterling Augustine · 7 years ago
  36. 84e5dbf [llvm-objdump] Add -x --all-headers options by Fangrui Song · 7 years ago
  37. 3fc70658 [llvm-objdump] Add -R option by Paul Semel · 7 years ago
  38. 86986e7 Implemented sane default for llvm-objdump's relocation Value format by Daniel Cederman · 7 years ago
  39. 86cf232 Hexagon: Put relocations after instructions not packets. by Sid Manning · 7 years ago
  40. 0b24b74 Remove @brief commands from doxygen comments, too. by Adrian Prantl · 7 years ago
  41. cc3b83d [WebAssembly] objdump: Don't assume all relocations have symbols by Sam Clegg · 7 years ago
  42. 588fa1c [WebAssembly] Implement getRelocationValueString() by Sam Clegg · 7 years ago
  43. 7effcbd [llvm-objdump] Print "..." instead of random data for virtual sections by Francis Visoiu Mistrih · 7 years ago
  44. 0b9d56a Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
  45. 4ead3eb [tools] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  46. 476b258 [AMDGPU] Improve disassembler error handling by Tim Corringham · 7 years ago
  47. 67fe795 [llvm-objdump] Support disassembling by symbol name by Rafael Auler · 7 years ago
  48. 5e4b515 [DebugInfo] Support DWARF v5 source code embedding extension by Scott Linder · 7 years ago
  49. 25b29aa Fix typo by Alex Denisov · 8 years ago
  50. ca5092a Avoid int to string conversion in Twine or raw_ostream contexts. by Benjamin Kramer · 8 years ago
  51. d1fe0c4 Fix more inconsistent line endings. NFC. by Dimitry Andric · 8 years ago
  52. ce8f24e Fix a crash in llvm-objdump when printing a bad x86_64 relocation in a Mach-O by Kevin Enderby · 8 years ago
  53. 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
  54. b261c46 Allow public Triple deduction from ObjectFiles. by Vlad Tsyrklevich · 8 years ago
  55. 6ad4356 [dwarfdump] Make .eh_frame an alias for .debug_frame by Jonas Devlieghere · 8 years ago
  56. 9022eea Remove unneccessary string copies from method invocations. by Vlad Tsyrklevich · 8 years ago
  57. 8e66c2e llvm-dwarfdump: Replace -debug-dump=sect option with individual options. by Adrian Prantl · 8 years ago
  58. 97d9ed0 [llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDEND by Simon Dardis · 8 years ago
  59. 2600a67 Don't pass the code model to MC by Rafael Espindola · 8 years ago
  60. ee809ac Use delegation instead of inheritance. by Rafael Espindola · 8 years ago
  61. 5dbda1e [llvm-objdump] Properly print MachO aarch64 addend relocations by Martin Storsjo · 8 years ago
  62. 8ca723a [llvm-objdump] Correctly distinguish between the MachO upper/lower16 relocations by Martin Storsjo · 8 years ago
  63. 08da5c5 [WebAssembly] Add support for printing relocations with llvm-objdump by Sam Clegg · 8 years ago
  64. ad988ad [DWARF] Introduce Dump Options by Adrian Prantl · 8 years ago
  65. 10cfd77 [llvm-objdump] Don't attempt to print lines beyond the end of file by Petr Hosek · 8 years ago
  66. 1ae32f1 Add the rest of the error checking for Mach-O dyld compact bind entry errors by Kevin Enderby · 8 years ago
  67. 6b149f3 llvm-objdump: handle line numbers and source options for amdgpu objects by Konstantin Zhuravlyov · 8 years ago
  68. 5bbd189 llvm-objdump: make NoLeadingAddr work on more than just MachO by Saleem Abdulrasool · 9 years ago
  69. 3bfb1e8 Use dynamic symbols for ELF disassembly by Sam Parker · 9 years ago
  70. aa96763 [ARM] Create objdump subtarget from build attrs by Sam Parker · 9 years ago
  71. d6d6b83 Revert r291903 and r291898. Reason: they break check-lld on the bots. by Ivan Krasin · 9 years ago
  72. 6968dd2 [ARM] Enable objdump to construct triple for ARM by Sam Parker · 9 years ago
  73. 6d5780f [bpf] change llvm-objdump to print dec instead of hex by Alexei Starovoitov · 9 years ago
  74. 7a578c9 [WebAssembly] Add llvm-objdump support for wasm file format by Derek Schuff · 9 years ago
  75. fbd189d General clean up of error handling in llvm-objdump to remove its use of report_fatal_error(). by Kevin Enderby · 9 years ago
  76. 63830bc [ELF] Convert ELF.h to Expected<T>. by Davide Italiano · 9 years ago
  77. df0b8bc Make the Error class constructor protected by Mehdi Amini · 9 years ago
  78. 49b5e6b [RISCV] Add RISC-V ELF defines by Alex Bradbury · 9 years ago
  79. 403d906 llvm-objdump: Make some error messages more consistent by Justin Bogner · 9 years ago
  80. 3ffe113 Turn cl::values() (for enum) from a vararg function to using C++ variadic template by Mehdi Amini · 9 years ago
  81. 665e976 [AMDGPU] Disassembler: print label names in branch instructions by Sam Kolton · 9 years ago
  82. e62cb24 [AVR] Allow llvm-objdump to handle AVR ELF files by Dylan McKay · 9 years ago
  83. ecba024 Revert "[AMDGPU] Disassembler: print label names in branch instructions" by Sam Kolton · 9 years ago
  84. 6c6dbe6 [AMDGPU] Disassembler: print label names in branch instructions by Sam Kolton · 9 years ago
  85. 4b868ad [llvm-objump] Simplify the code. NFCI. by Davide Italiano · 9 years ago
  86. 11981cd llvm-objdump: Add --start-address and --stop-address options by Hemant Kulkarni · 9 years ago
  87. c76060f llvm-objdump: ELF: Handle code and data mix in all scenarios by Hemant Kulkarni · 9 years ago
  88. f20ce37 llvm-objdump: Add Hexagon printer changes for -S/-l options by Hemant Kulkarni · 9 years ago
  89. 8a83602 llvm-objdump: add coff import library symbol listing support by Saleem Abdulrasool · 9 years ago
  90. ae33160 [AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the begining of kernel symbol. by Sam Kolton · 9 years ago
  91. 502957c llvm-objdump: Implement source[line numbers] interleaving by Hemant Kulkarni · 9 years ago
  92. 2d62ce6 Use the range variant of find/find_if instead of unpacking begin/end by David Majnemer · 9 years ago
  93. 2a71517 The next step along the way to getting good error messages for bad archives. by Kevin Enderby · 9 years ago
  94. 36b9c09 BPF: Use official ELF e_machine value by Alexei Starovoitov · 9 years ago
  95. aacf2fb [Object] Re-apply r275316 now that I have the corresponding LLD patch ready. by Lang Hames · 9 years ago
  96. 5daf897 [Object] Revert r275316, Archive::child_iterator changes, while I update lld. by Lang Hames · 9 years ago
  97. 9b42aca [Object] Change Archive::child_iterator for better interop with Error/Expected. by Lang Hames · 9 years ago
  98. c827f2c Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary by Kevin Enderby · 9 years ago
  99. 317de7c Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  100. 0b8fc77 [llvm-objdump] Support detection of feature bits from the object and implement this for Mips. by Daniel Sanders · 9 years ago