1. 0bc6ed4 Fix sanitizer-x86_64-linux-fast failure that was not deleting the bindtable. by Kevin Enderby · 11 years ago
  2. 0fc1182 Add the option -objc-meta-data to llvm-objdump used with -macho to by Kevin Enderby · 11 years ago
  3. f801940 Replace the MCSubtargetInfo parameter with a Triple when creating by Eric Christopher · 11 years ago
  4. 1d07994 [Objdump] Pass the correct subtarget to printInst. by Akira Hatanaka · 11 years ago
  5. b46d023 [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the by Akira Hatanaka · 11 years ago
  6. c2401dd Add a -raw option to the -section mode of llvm-objdump. by Adrian Prantl · 11 years ago
  7. 33dd45d0 Refactor: simplify boolean expressions in llvm-objdump by David Blaikie · 11 years ago
  8. fc32b1b [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from StringRef. Removing reinterpret_casts. by Colin LeMahieu · 11 years ago
  9. 8e29ec9 Add the option -no-symbolic-operands to llvm-objdump used with -macho and by Kevin Enderby · 11 years ago
  10. ab5e6c9 Add the option, -no-leading-addr llvm-objdump used with -macho and by Kevin Enderby · 11 years ago
  11. 6a22175 Add the option, -dis-symname to llvm-objdump used with -macho and by Kevin Enderby · 11 years ago
  12. bc847fa Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho by Kevin Enderby · 11 years ago
  13. f064075 Add the option, -non-verbose to llvm-objdump used with -macho to print things by Kevin Enderby · 11 years ago
  14. cd66be5 Add the option, -info-plist to llvm-objdump used with -macho to print the by Kevin Enderby · 11 years ago
  15. f044d3f Make helper functions static. by Benjamin Kramer · 11 years ago
  16. 578fe5a Add code to llvm-objdump so the -section option with -macho will dump literal pointer sections by Kevin Enderby · 11 years ago
  17. 74b43cb Add code to llvm-objdump so the -section option with -macho will dump literal by Kevin Enderby · 11 years ago
  18. 648cced Identical code for different branches (CID 1254883) by Sylvestre Ledru · 11 years ago
  19. fe0c7ad revert 228308. The code has changed since the review by Sylvestre Ledru · 11 years ago
  20. d0ee6da Identical code for different branches (CID 1254883) by Sylvestre Ledru · 11 years ago
  21. 10ba041 Add code to llvm-objdump so the -section option with -macho will dump ‘C’ string by Kevin Enderby · 11 years ago
  22. 95df54c Add code to llvm-objdump so the -section option with -macho will disassemble sections by Kevin Enderby · 11 years ago
  23. f6d2585 Add the -section option to llvm-objdump used with -macho that takes the argument by Kevin Enderby · 11 years ago
  24. 82af943 Move DebugInfo to DebugInfo/DWARF. by Zachary Turner · 11 years ago
  25. 9a50944 dd the option, -link-opt-hints to llvm-objdump used with -macho to print the by Kevin Enderby · 11 years ago
  26. 479ee61 Fix the problem with llvm-objdump and -archive-headers in printing the archive header size field. by Kevin Enderby · 11 years ago
  27. 69fe98d Add the option, -data-in-code, to llvm-objdump used with -macho to print the Mach-O data in code table. by Kevin Enderby · 11 years ago
  28. a7bdc7e Add the option, -indirect-symbols, used with -macho to print the Mach-O indirect symbol table to llvm-objdump. by Kevin Enderby · 11 years ago
  29. 98da613 For llvm-objdump, hook up existing options to work when using -macho (the Mach-O parser). by Kevin Enderby · 11 years ago
  30. 186db43 unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizer by David Blaikie · 11 years ago
  31. c1271893 Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive-headers option by Kevin Enderby · 11 years ago
  32. 13023a1 Add the option, -archive-headers, used with -macho to print the Mach-O archive headers to llvm-objdump. by Kevin Enderby · 11 years ago
  33. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  34. 0512bd7 Fix an ASAN failure introduced with r225537 (adding the -universal-headers to llvm-obdump). by Kevin Enderby · 11 years ago
  35. 131d177 Add the option, -universal-headers, used with -macho to print the Mach-O universal headers to llvm-objdump. by Kevin Enderby · 11 years ago
  36. 66d51fc Run clang-format on tools/llvm-objdump/MachODump.cpp again as some of my by Kevin Enderby · 11 years ago
  37. e2297dd Slightly refactor things for llvm-objdump and the -macho option so it can be used with by Kevin Enderby · 11 years ago
  38. e71bd0c Don't loop endlessly for MachO files with 0 ncmds by Filipe Cabecinhas · 11 years ago
  39. aefb003 Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last place to fix I think. by Kevin Enderby · 11 years ago
  40. 227df34 Attempt to fix the LLVM Windows build bot lld-x86_64-win7. by Kevin Enderby · 11 years ago
  41. 48ef534 Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
  42. d4449ed strnlen isn't available on some platforms, use StringRef instead by David Majnemer · 11 years ago
  43. 52e4ce4 Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
  44. 186eac3 Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
  45. 36c8d3a Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
  46. a2bd8d9 Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
  47. b4b7931 Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
  48. d0b6b7f Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
  49. 5753829 Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -private-headers by Kevin Enderby · 11 years ago
  50. 0804f467 Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
  51. 1ff0ecc Fix a bug in llvm-objdump’s -private-headers for the LC_VERSION_MIN_IPHONEOS by Kevin Enderby · 11 years ago
  52. 75594b6 Fix another use of PRIx32 that should have been PRIx64. by Kevin Enderby · 11 years ago
  53. adb7c43 Fix the arm build bots for a test that was added. A printing routine was incorrectly using PRIx32 by Kevin Enderby · 11 years ago
  54. c971338 Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O files by Kevin Enderby · 11 years ago
  55. 0bfe828 Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive. by Rafael Espindola · 11 years ago
  56. ef3ad2f Re-add support to llvm-objdump for Mach-O universal files and archives with -macho by Kevin Enderby · 11 years ago
  57. 00cc1f5 Add mach-o LC_RPATH support to llvm-objdump by Jean-Daniel Dupas · 11 years ago
  58. de882cd This reverts commit r223306 and r223277. by Rafael Espindola · 11 years ago
  59. 3f0ffab Add support to llvm-objdump for Mach-O universal files and archives with -macho. by Kevin Enderby · 11 years ago
  60. 1073822 Fix Use-of-uninitialized-value for adrp_addr and adrp_inst in MachODump.cpp by Kevin Enderby · 11 years ago
  61. ae3c126 Add the code and test cases for 64-bit ARM to llvm-objdump’s Mach-O symbolizer. by Kevin Enderby · 11 years ago
  62. 73cc6ff Object, Mach-O: Refactor and clean code up by David Majnemer · 11 years ago
  63. 106fd7b Fixing more -Wcast-qual warnings; NFC. by Aaron Ballman · 11 years ago
  64. 7fc5b87 Pass an ArrayRef to MCDisassembler::getInstruction. by Rafael Espindola · 11 years ago
  65. 3eb73e1 Fix a warning about ‘r_type’ may be used uninitialized. by Kevin Enderby · 11 years ago
  66. bd604f2 Use StringRefMemoryObject. NFC. by Rafael Espindola · 11 years ago
  67. 930fdc7 Plumb in the ARM thumb symbolizer in llvm-objdump’s Mach-O disassembler and by Kevin Enderby · 11 years ago
  68. ea9b8ee llvm-objdump: Pass DiceTableEntry by reference by David Majnemer · 11 years ago
  69. 9907d0a Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbolizer. by Kevin Enderby · 11 years ago
  70. b28ed01 Run clang-format on tools/llvm-objdump/MachODump.cpp . No functional change. by Kevin Enderby · 11 years ago
  71. 04bf693 Update llvm-objdump’s Mach-O symbolizer code to demangle C++ names. by Kevin Enderby · 11 years ago
  72. db53e30 MachODump.cpp: fix MSVC build by Hans Wennborg · 11 years ago
  73. 078be60 Change the name of the field BindTable to bindtable to not over lap the type. by Kevin Enderby · 11 years ago
  74. 6f326ce Update llvm-objdump’s Mach-O symbolizer code for Objective-C references. by Kevin Enderby · 11 years ago
  75. 1555891 [llvm-objdump] Fix -private-headers for mach-o to print all LC_*_DYLIB variants by Nick Kledzik · 11 years ago
  76. 51d2c2b [llvm-objdump] Update error message and add test case for mach-o file with bad library ordinals by Nick Kledzik · 11 years ago
  77. 8029127 Remove bogus std::error_code returns form SectionRef. by Rafael Espindola · 11 years ago
  78. 5ffacc1 [llvm-objdump] switch some uses of format() to format_hex() and left_justify() by Nick Kledzik · 11 years ago
  79. 8597488 Update llvm-objdump’s Mach-O symbolizer code to print the name of symbol stubs. by Kevin Enderby · 11 years ago
  80. 8cb2cae Since the DisasmMemoryObject only operates on const data, it now only accepts a const data pointer. This silences a -Wcast-qual warning. by Aaron Ballman · 11 years ago
  81. bf246f5 Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O files to by Kevin Enderby · 11 years ago
  82. 3006130 [llvm-objdump] properly use c_str() with format("%s"). Improve getLibraryShortNameByIndex() error handling. by Nick Kledzik · 11 years ago
  83. abd2987 [llvm-objdump] improve error reporting of bad mach-o ordinals by Nick Kledzik · 11 years ago
  84. 98c9acc Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files. by Kevin Enderby · 11 years ago
  85. 56ebef4 [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options by Nick Kledzik · 11 years ago
  86. 3df5fb8 [llvm-objdump] Use PRIX64 with format() by Nick Kledzik · 11 years ago
  87. ac43144 [llvm-objdump] support -rebase option for mach-o to dump rebasing info by Nick Kledzik · 11 years ago
  88. 0b0add5 llvm-objdump: don't crash when __compact_unwind has no relocs. by Tim Northover · 11 years ago
  89. 8ae63c1 Adds the next bit of support for llvm-objdump’s -private-headers for executable Mach-O files. by Kevin Enderby · 11 years ago
  90. 1d1ac4b Replace printf with outs() << by Nick Kledzik · 11 years ago
  91. 888320e Nuke MCAnalysis. by Sean Silva · 11 years ago
  92. ac7cbdc Code review tweaks by Nick Kledzik · 11 years ago
  93. d04bc35 Object/llvm-objdump: allow dumping of mach-o exports trie by Nick Kledzik · 11 years ago
  94. 956366c Next bit of support for llvm-objdump’s -private-headers for Mach-O files. by Kevin Enderby · 11 years ago
  95. 9d515ff This code is from r216285, which did not go out to the mailing list for some reason. by Aaron Ballman · 11 years ago
  96. b76d386 Add the start of the support for llvm-objdump’s -private-headers for Mach-O files. by Kevin Enderby · 11 years ago
  97. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  98. ec5ca03 Make llvm-objdump handle both arm and thumb disassembly from the same Mach-O by Kevin Enderby · 11 years ago
  99. 80930af Silencing some -Wcast-qual warnings and removing some C-style casts at the same time. NFC. by Aaron Ballman · 11 years ago
  100. 39c70bb llvm-objdump: print contents of MachO __unwind_info sections by Tim Northover · 11 years ago