1. 606a338 Update llvm-obdump(1) to print FAT_MAGIC_64 for Darwin’s 64-bit universal files by Kevin Enderby · 9 years ago
  2. d8a6e83 Fix llvm-objdump when disassembling a stripped Mach-O binary with the -macho option. by Kevin Enderby · 9 years ago
  3. 9acb109 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  4. 4288228 Tweak to change in r270491 to deal with the lld-x86_64-darwin13 bot having a old xar.h header. by Kevin Enderby · 9 years ago
  5. 9873e2c Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbosely" by Kevin Enderby · 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. 7bd8d99 Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 10 years ago
  8. 1be37a3 Fix a bug in llvm-objdump for -private-headers printing the LC_CODE_SIGNATURE Mach-O load command. by Kevin Enderby · 10 years ago
  9. 4b627be Update llvm-objdump for disassembly of ARM Mach-O files to always include the opcode bytes. by Kevin Enderby · 10 years ago
  10. 8eccdad Fix bugs in llvm-objdump printing the last word for -section in non i386 and x86 files. by Kevin Enderby · 10 years ago
  11. c493085 Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i386 and x86 files. by Kevin Enderby · 10 years ago
  12. 4397837 Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr."" by Tim Northover · 10 years ago
  13. 09ca33e llvm-objdump: deal with invalid ARM encodings slightly better. by Tim Northover · 10 years ago
  14. 9e8eb41 MachO: remove weird ARM/Thumb interface from MachOObjectFile by Tim Northover · 10 years ago
  15. 19be251 Fix crash in llvm-objdump with -macho -objc-meta-data that was trying dump a non-existent section. by Kevin Enderby · 10 years ago
  16. 81e8b7d Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 10 years ago
  17. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  18. 3fcdf6a Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 10 years ago
  19. 74f58d4 Fix a cut-and-paste error in the changes for r264187 which I think is by Kevin Enderby · 10 years ago
  20. 5afbc1c Fix a crash in running llvm-objdump -t with an invalid Mach-O file already by Kevin Enderby · 10 years ago
  21. 40fdbf8 Update the comments for the macho-invalid-zero-ncmds test and fix by Kevin Enderby · 10 years ago
  22. f57c197 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago
  23. 03a670c Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Igor Laevsky · 10 years ago
  24. 25d8458 [llvm-readobj] Remove dead code. Add an assertion instead. by Davide Italiano · 10 years ago
  25. 3806c5c [llvm-objdump] Use report_error() and improve error coverage. by Davide Italiano · 10 years ago
  26. 0ae163f For llvm-objdump, add the option -private-header (without the trailing ’s’) by Kevin Enderby · 10 years ago
  27. bbd5d16 [llvm-objdump] Use appropriate helper. NFC. by Davide Italiano · 10 years ago
  28. 9805253 Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Pete Cooper · 10 years ago
  29. 6c97f4c Improve DWARFDebugFrame::parse to also handle __eh_frame. by Pete Cooper · 10 years ago
  30. 3eb47e2 [llvm-objdump/MachODump] Shrink code a little bit. NFC. by Davide Italiano · 10 years ago
  31. 6a5def9 Factor out some duplication. NFC. by Pete Cooper · 10 years ago
  32. 52abc5f Start implementing FDE dumping when printing the eh_frame. by Pete Cooper · 10 years ago
  33. 23bfa7e Print the eh_frame section in MachoDump. by Pete Cooper · 10 years ago
  34. b627d9f [llvm-objdump/MachoDump] Simplify. by Davide Italiano · 10 years ago
  35. 6250704 [llvm-objdump/MachODump] Reduce code duplication. by Davide Italiano · 10 years ago
  36. b13edeb [llvm-objdump/MachO] Don't cut'n'paste the same code over and over. by Davide Italiano · 10 years ago
  37. c74277a [llvm-objdump/MachoDump] Make code much more concise. by Davide Italiano · 10 years ago
  38. de83322 [Object, MachO] Mark symbols from DATA and BSS sections as ST_Data by Kuba Brecka · 10 years ago
  39. 7a96942 Reapply r250906 with many suggested updates from Rafael Espindola. by Kevin Enderby · 10 years ago
  40. bfbfb12 MachO: support tvOS and watchOS version min commands in llvm-objdump by Tim Northover · 10 years ago
  41. 266b4fe This can take a const reference. NFC. by Rafael Espindola · 10 years ago
  42. 4a782fb Simplify handling of archive Symbol tables. by Rafael Espindola · 10 years ago
  43. b909132 Simplify boolean expressions in tools/llvm-objdump. by Rafael Espindola · 10 years ago
  44. da9dd05 Backing out commit r250906 as it broke lld. by Kevin Enderby · 10 years ago
  45. e3bf4fd5 This removes the eating of the error in Archive::Child::getSize() when the characters by Kevin Enderby · 10 years ago
  46. d90a417 Fix a bugs in the Mach-O disassembler when disassembling from a by Kevin Enderby · 10 years ago
  47. 81ff44d Fix use of uninitialized bool, found by ubsan in portion of by Richard Smith · 10 years ago
  48. af7c9d0 Fixed two bugs in llvm-objdump’s printing of Objective-C meta data by Kevin Enderby · 10 years ago
  49. 46e642f Fix a bug in llvm-objdump’s printing of Objective-C meta data by Kevin Enderby · 10 years ago
  50. aac7538 Fix a bug in llvm-objdump’s printing of Objective-C meta data by Kevin Enderby · 10 years ago
  51. a59824a Fix two bugs in llvm-objdump’s printing of Objective-C meta data by Kevin Enderby · 10 years ago
  52. cc9deb4 Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups. by Hans Wennborg · 10 years ago
  53. 0013be1 Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC by Craig Topper · 10 years ago
  54. 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  55. 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  56. c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
  57. 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  58. bb9a6cc [llvm-readobj] Shrink code a little bit. No functional change. by Davide Italiano · 10 years ago
  59. 37ff06a [llvm-reaodbj] Simplify code. No functional change (intended). by Davide Italiano · 10 years ago
  60. 56baef3 [llvm-objdump] Use the new MinVersion API introduced in r245938. NFC. by Davide Italiano · 10 years ago
  61. 556b21a Remove and forbid raw_svector_ostream::flush() calls. by Yaron Keren · 10 years ago
  62. a3668a3 Remove raw_svector_ostream::resync and users. It's no-op after r244870. by Yaron Keren · 10 years ago
  63. 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  64. ccd53fe [llvm-objdump] Call exit(1) on error, i.e. fail early. by Davide Italiano · 10 years ago
  65. fcc3276 [llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying some predicate logic. by Colin LeMahieu · 10 years ago
  66. 437105a llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast by Adrian Prantl · 10 years ago
  67. be8b0ea Delete UnknownAddress. It is a perfectly valid symbol value. by Rafael Espindola · 10 years ago
  68. dea0016 Use getValue instead of getAddress in a few MachO only cases. by Rafael Espindola · 10 years ago
  69. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  70. 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  71. 854038e Rename getObjectFile to getObject for consistency. by Rafael Espindola · 10 years ago
  72. 2fa80cc Simplify getSymbolType. by Rafael Espindola · 10 years ago
  73. d7a32ea Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
  74. 572e03a Fix "the the" in comments. by Eric Christopher · 10 years ago
  75. 14ec76e [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and setting instprinter appropriately. by Colin LeMahieu · 10 years ago
  76. d319c4f [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator. by Alexey Samsonov · 10 years ago
  77. 2048ea4 [llvm] Parameterizing the output stream for dumpbytes and outputting directly to stream. by Colin LeMahieu · 10 years ago
  78. c780e8e Make it easier to use DwarfContext with MCJIT by Keno Fischer · 10 years ago
  79. 8972e48 For llvm-objdump, with the -archive-headers and -macho options, use the -non-verbose by Kevin Enderby · 11 years ago
  80. 6489d7b Move DIContext.h to common DebugInfo location. by Zachary Turner · 11 years ago
  81. 4ad9bde For llvm-objdump, dump the (__OBJC,__protocol) section for Objc1 32-bit Mach-O files by Kevin Enderby · 11 years ago
  82. fedecc4 [NFC] [MachO] remove extra semicolons by Jingyue Wu · 11 years ago
  83. 846c000 For llvm-objdump added support for printing Objc1 32-bit runtime meta data by Kevin Enderby · 11 years ago
  84. cf26131 Fix failure on builder clang-cmake-mips where it was printing a 32-bit address by Kevin Enderby · 11 years ago
  85. 28c1c1b For llvm-objdump added support for printing Objc2 32-bit runtime meta data by Kevin Enderby · 11 years ago
  86. 0bc6ed4 Fix sanitizer-x86_64-linux-fast failure that was not deleting the bindtable. by Kevin Enderby · 11 years ago
  87. 0fc1182 Add the option -objc-meta-data to llvm-objdump used with -macho to by Kevin Enderby · 11 years ago
  88. f801940 Replace the MCSubtargetInfo parameter with a Triple when creating by Eric Christopher · 11 years ago
  89. 1d07994 [Objdump] Pass the correct subtarget to printInst. by Akira Hatanaka · 11 years ago
  90. b46d023 [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the by Akira Hatanaka · 11 years ago
  91. c2401dd Add a -raw option to the -section mode of llvm-objdump. by Adrian Prantl · 11 years ago
  92. 33dd45d0 Refactor: simplify boolean expressions in llvm-objdump by David Blaikie · 11 years ago
  93. fc32b1b [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from StringRef. Removing reinterpret_casts. by Colin LeMahieu · 11 years ago
  94. 8e29ec9 Add the option -no-symbolic-operands to llvm-objdump used with -macho and by Kevin Enderby · 11 years ago
  95. ab5e6c9 Add the option, -no-leading-addr llvm-objdump used with -macho and by Kevin Enderby · 11 years ago
  96. 6a22175 Add the option, -dis-symname to llvm-objdump used with -macho and by Kevin Enderby · 11 years ago
  97. bc847fa Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho by Kevin Enderby · 11 years ago
  98. f064075 Add the option, -non-verbose to llvm-objdump used with -macho to print things by Kevin Enderby · 11 years ago
  99. cd66be5 Add the option, -info-plist to llvm-objdump used with -macho to print the by Kevin Enderby · 11 years ago
  100. f044d3f Make helper functions static. by Benjamin Kramer · 11 years ago