1. 931cb65 Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  2. 1d14864 [llvm-objdump] Support detection of feature bits from the object and implement this for Mips. by Daniel Sanders · 9 years ago
  3. 2ad6d48 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
  4. 9acb109 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  5. 82de7d3 Apply clang-tidy's misc-move-constructor-init throughout LLVM. by Benjamin Kramer · 9 years ago
  6. ac9e155 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  7. b34e3a1 Clean up the specific error message for a malformed Mach-O files with bad segment by Kevin Enderby · 9 years ago
  8. 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
  9. 87d80db AMDGPU: Fix crash when dumping unknown opcode by Matt Arsenault · 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. efe3732 Revert r265817 by Colin LeMahieu · 10 years ago
  12. 4a1975b [llvm-objdump] Printing hex instead of dec by default by Colin LeMahieu · 10 years ago
  13. 8e79f5b fix r265645: target dependent printf formatting flags. by Valery Pykhtin · 10 years ago
  14. de04805 [AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support. by Valery Pykhtin · 10 years ago
  15. 3fcdf6a Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 10 years ago
  16. 1dcb91b Revert "[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support." by Valery Pykhtin · 10 years ago
  17. bd90c60 [AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support. by Valery Pykhtin · 10 years ago
  18. 5afbc1c Fix a crash in running llvm-objdump -t with an invalid Mach-O file already by Kevin Enderby · 10 years ago
  19. 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
  20. 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
  21. 307a83d [llvm-objdump] Print <unknown> in place of instruction text if it couldn't be disassembled. by Colin LeMahieu · 10 years ago
  22. 34223a7 [llvm-objdump] Add '0x' prefix to a target displacement number to accent its hex format by Simon Atanasyan · 10 years ago
  23. ea9f25a [lanai] Add ELF enum value and relocations. by Jacques Pienaar · 10 years ago
  24. f57c197 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago
  25. 03a670c Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Igor Laevsky · 10 years ago
  26. 0ae163f For llvm-objdump, add the option -private-header (without the trailing ’s’) by Kevin Enderby · 10 years ago
  27. 4635017 [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it. by Dan Gohman · 10 years ago
  28. ed9d95b [llvm-objdump] Mark noreturn function as such. by Davide Italiano · 10 years ago
  29. 140af64 [llvm-objdump] Use stderr and not stdout for fatal errors. by Davide Italiano · 10 years ago
  30. e85abf7 [llvm-objdump] Move COFF function to where it belongs. by Davide Italiano · 10 years ago
  31. 540e921 [llvm-objdump] Fail early if we can't parse the object header. by Davide Italiano · 10 years ago
  32. 9805253 Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Pete Cooper · 10 years ago
  33. 6c97f4c Improve DWARFDebugFrame::parse to also handle __eh_frame. by Pete Cooper · 10 years ago
  34. 711e495 [llvm-objdump] Use report_fatal_error() for a more uniform error handling. by Davide Italiano · 10 years ago
  35. b13edeb [llvm-objdump/MachO] Don't cut'n'paste the same code over and over. by Davide Italiano · 10 years ago
  36. bb599e3 [llvm-objdump] Use report_fatal_error() if we can't find a target. by Davide Italiano · 10 years ago
  37. 153722d Fix LLD testsuite fallout from r253429 by David Majnemer · 10 years ago
  38. fbb1c3a [llvm-objdump] Use the COFF export table for additional symbols by David Majnemer · 10 years ago
  39. 7a96942 Reapply r250906 with many suggested updates from Rafael Espindola. by Kevin Enderby · 10 years ago
  40. a3b79dd [ELF] elfiamcu triple should imply e_machine == EM_IAMCU by Michael Kuperstein · 10 years ago
  41. da9dd05 Backing out commit r250906 as it broke lld. by Kevin Enderby · 10 years ago
  42. e3bf4fd5 This removes the eating of the error in Archive::Child::getSize() when the characters by Kevin Enderby · 10 years ago
  43. e11c9de Stop linking all target libraries in llvm-nm and llvm-objdump. by Pete Cooper · 10 years ago
  44. f070688 [PATCH] D13360: [llvm-objdump] Teach -d about AArch64 mapping symbols by Davide Italiano · 10 years ago
  45. c50ae36 [llvm-objdump] Fix time of check to time of use bug. by Davide Italiano · 10 years ago
  46. ac9257b [objdump] Make iterator operator* return a reference. by Benjamin Kramer · 10 years ago
  47. 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  48. 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  49. c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
  50. 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  51. a01ff22 Use higher level functions in llvm-objdump. by Rafael Espindola · 10 years ago
  52. 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  53. 7f6c301 [llvm-objdump] Add missing call to exit(1). by Davide Italiano · 10 years ago
  54. ccd53fe [llvm-objdump] Call exit(1) on error, i.e. fail early. by Davide Italiano · 10 years ago
  55. 95dd3cb [llvm-objdump] Range-loopify. NFC intended. by Davide Italiano · 10 years ago
  56. da1723f [llvm-objdump] Inverting logic to match the word "predicate". Returning true when we want it rather than when we want to discard it. by Colin LeMahieu · 10 years ago
  57. fcc3276 [llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying some predicate logic. by Colin LeMahieu · 10 years ago
  58. 77804be [llvm-objdump] Added -j flag to filter sections that are operated on. by Colin LeMahieu · 10 years ago
  59. f34933e [llvm-objdump] Add -D and --disassemble-all flags that attempt disassembly on all sections instead of just text sections. by Colin LeMahieu · 10 years ago
  60. 0f70ee9 Add missing 'const'. I don't think this is strictly required, but some by Daniel Jasper · 10 years ago
  61. 2603a8fa [llvm-objdump] Require that jump targets shown in -d are functions by David Majnemer · 10 years ago
  62. 437105a llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast by Adrian Prantl · 10 years ago
  63. 81afca6 [llvm-objdump] Print the call target next to the instruction by David Majnemer · 10 years ago
  64. be8b0ea Delete UnknownAddress. It is a perfectly valid symbol value. by Rafael Espindola · 10 years ago
  65. 704cd84 Simplify. NFC. by Rafael Espindola · 10 years ago
  66. ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  67. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  68. 7f162ec Expose getRel and getRela to reduce code duplication. by Rafael Espindola · 10 years ago
  69. 6def304 Return ErrorOr from getSection. by Rafael Espindola · 10 years ago
  70. 41bb432 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  71. 0ad71d9 Move function to the only file that uses it. by Rafael Espindola · 10 years ago
  72. f69ac42 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  73. 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  74. 44c2871 Convert obj->getSymbolName to sym->getName. by Rafael Espindola · 10 years ago
  75. 6a1bfb2 Factor out the checking of string tables. by Rafael Espindola · 10 years ago
  76. 719dc7c Remove Elf_Sym_Iter. by Rafael Espindola · 10 years ago
  77. 854038e Rename getObjectFile to getObject for consistency. by Rafael Espindola · 10 years ago
  78. 2fa80cc Simplify getSymbolType. by Rafael Espindola · 10 years ago
  79. dbb6bd3 Add an ELFSymbolRef type. by Rafael Espindola · 10 years ago
  80. d7a32ea Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
  81. 3f1bc3b Revert "[FaultMaps] Move FaultMapParser to Object/" by Sanjoy Das · 10 years ago
  82. ae3ac08 Don't pass a 32 bit value to "%08" PRIx64. by Rafael Espindola · 10 years ago
  83. 5f7ade2 objdump: Don't print a (always 0) size for MachO symbols. by Rafael Espindola · 10 years ago
  84. 9d95716 [FaultMaps] Move FaultMapParser to Object/ by Sanjoy Das · 10 years ago
  85. 6f567a4 [FaultMaps] Add a parser for the __llvm__faultmaps section. by Sanjoy Das · 10 years ago
  86. 7d09919 Remove object_error::success and use std::error_code() instead by Rui Ueyama · 10 years ago
  87. 14ec76e [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and setting instprinter appropriately. by Colin LeMahieu · 10 years ago
  88. 50d0fbd llvm-objdump: return non-zero exit code for certain cases of invalid input by Alexey Samsonov · 10 years ago
  89. 7884c95 Disassemble the start of sections even if there is no symbol there. by Rafael Espindola · 10 years ago
  90. 75d5b54 Fix the interpretation of a 0 st_name. by Rafael Espindola · 10 years ago
  91. 37070a5 Move to llvm-objdump a large amount of code to that is only used there. by Rafael Espindola · 10 years ago
  92. 5eb02e4 Simplify another function that doesn't fail. by Rafael Espindola · 10 years ago
  93. a4d22472 Simplify interface of function that doesn't fail. by Rafael Espindola · 10 years ago
  94. 35436a2 [Objdump] Removing unused parameter. by Colin LeMahieu · 10 years ago
  95. 68d967d [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle at a time which is the semantic unit for Hexagon. Fixing tests to use the new format. Disabling tests in the direct object emission path for a followup patch. by Colin LeMahieu · 10 years ago
  96. 1196ca2 Removing a switch statement that only contains a default; NFC. by Aaron Ballman · 10 years ago
  97. 0b5890d [llvm] Adding vdtor to fix warning. by Colin LeMahieu · 10 years ago
  98. fb76b00 [Objdump] Allow instruction pretty printing to be specialized by the target triple. by Colin LeMahieu · 10 years ago
  99. 2048ea4 [llvm] Parameterizing the output stream for dumpbytes and outputting directly to stream. by Colin LeMahieu · 10 years ago
  100. cd2514d [Object] Teach Object and llvm-objdump about ".hidden" by Davide Italiano · 10 years ago