1. bf246f5 Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O files to by Kevin Enderby · 11 years ago
  2. 3006130 [llvm-objdump] properly use c_str() with format("%s"). Improve getLibraryShortNameByIndex() error handling. by Nick Kledzik · 11 years ago
  3. abd2987 [llvm-objdump] improve error reporting of bad mach-o ordinals by Nick Kledzik · 11 years ago
  4. 98c9acc Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files. by Kevin Enderby · 11 years ago
  5. 56ebef4 [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options by Nick Kledzik · 11 years ago
  6. 3df5fb8 [llvm-objdump] Use PRIX64 with format() by Nick Kledzik · 11 years ago
  7. ac43144 [llvm-objdump] support -rebase option for mach-o to dump rebasing info by Nick Kledzik · 11 years ago
  8. 0b0add5 llvm-objdump: don't crash when __compact_unwind has no relocs. by Tim Northover · 11 years ago
  9. 8ae63c1 Adds the next bit of support for llvm-objdump’s -private-headers for executable Mach-O files. by Kevin Enderby · 11 years ago
  10. 1d1ac4b Replace printf with outs() << by Nick Kledzik · 11 years ago
  11. 888320e Nuke MCAnalysis. by Sean Silva · 11 years ago
  12. ac7cbdc Code review tweaks by Nick Kledzik · 11 years ago
  13. d04bc35 Object/llvm-objdump: allow dumping of mach-o exports trie by Nick Kledzik · 11 years ago
  14. 956366c Next bit of support for llvm-objdump’s -private-headers for Mach-O files. by Kevin Enderby · 11 years ago
  15. 9d515ff This code is from r216285, which did not go out to the mailing list for some reason. by Aaron Ballman · 11 years ago
  16. b76d386 Add the start of the support for llvm-objdump’s -private-headers for Mach-O files. by Kevin Enderby · 11 years ago
  17. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  18. ec5ca03 Make llvm-objdump handle both arm and thumb disassembly from the same Mach-O by Kevin Enderby · 11 years ago
  19. 80930af Silencing some -Wcast-qual warnings and removing some C-style casts at the same time. NFC. by Aaron Ballman · 11 years ago
  20. 39c70bb llvm-objdump: print contents of MachO __unwind_info sections by Tim Northover · 11 years ago
  21. 63a2562 llvm-objdump: fix remaining use of %x format specifier for 64-bit values by Tim Northover · 11 years ago
  22. 06af260 llvm-objdump: add missing % in format specifier. by Tim Northover · 11 years ago
  23. b911bf8 llvm-objdump: use portable format specifiers for info. by Tim Northover · 11 years ago
  24. c959562 Add the -mcpu= option to llvm-objdump for use with the disassemblers. by Kevin Enderby · 11 years ago
  25. 4bd286a llvm-objdump: implement printing for MachO __compact_unwind info. by Tim Northover · 11 years ago
  26. a04bb5b Use a reference instead of a pointer. by Rafael Espindola · 11 years ago
  27. 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  28. adf21f2 Update the MemoryBuffer API to use ErrorOr. by Rafael Espindola · 11 years ago
  29. 6304e94 Pass a std::unique_ptr& to the create??? methods is lib/Object. by Rafael Espindola · 11 years ago
  30. 4453e4294 Remove 'using std::error_code' from tools. by Rafael Espindola · 11 years ago
  31. bff5d0d Remove all uses of 'using std::error_code' from headers. by Rafael Espindola · 11 years ago
  32. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  33. e6cb63e [C++] Use 'nullptr'. Tools edition. by Craig Topper · 12 years ago
  34. d010999 [DWARF parser] Turn DILineInfo into a struct. by Alexey Samsonov · 12 years ago
  35. a1bc0f5 [MC] Require an MCContext when constructing an MCDisassembler. by Lang Hames · 12 years ago
  36. 464d2e4 [C++11] Introduce ObjectFile::symbols() to use range-based loops. by Alexey Samsonov · 12 years ago
  37. aa4d295 [C++11] Introduce SectionRef::relocations() to use range-based loops by Alexey Samsonov · 12 years ago
  38. 48803e5 [C++11] Use ObjectFile::sections() in commandline llvm tools by Alexey Samsonov · 12 years ago
  39. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  40. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  41. b5155a5 Change the begin and end methods in ObjectFile to match the style guide. by Rafael Espindola · 12 years ago
  42. 5e812af Simplify the handling of iterators in ObjectFile. by Rafael Espindola · 12 years ago
  43. 692410e Be a bit more consistent about using ErrorOr when constructing Binary objects. by Rafael Espindola · 12 years ago
  44. 44fee4e Remove several unused variables. by Rafael Espindola · 12 years ago
  45. 8bdfafd Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
  46. 1827bd8 Revert "Fix the build broken by r189315." and "Move everything depending on Object/MachOFormat.h over to Support/MachO.h." by Charles Davis · 12 years ago
  47. 0c6f71b Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
  48. 8c81172 keep only the StringRef version of getFileOrSTDIN. by Rafael Espindola · 12 years ago
  49. 273ae01 Teach llvm-objdump with the -macho parser how to use the data in code table by Kevin Enderby · 12 years ago
  50. 806f006 Handle relocations that don't point to symbols. by Rafael Espindola · 13 years ago
  51. aa79068 MC: Disassembled CFG reconstruction. by Ahmed Bougacha · 13 years ago
  52. 227144c Remove the MachineMove class. by Rafael Espindola · 13 years ago
  53. 1e48387 Clarify getRelocationAddress x getRelocationOffset a bit. by Rafael Espindola · 13 years ago
  54. feef8c2 Don't read one command past the end. by Rafael Espindola · 13 years ago
  55. 56f976f At Jim Grosbach's request detemplate Object/MachO.h. by Rafael Espindola · 13 years ago
  56. 9b70925 Finish templating MachObjectFile over endianness. by Rafael Espindola · 13 years ago
  57. 93f4a62 Simplify the code. No functionality change. by Rafael Espindola · 13 years ago
  58. eaae687 Template the MachO types over endianness. by Rafael Espindola · 13 years ago
  59. c2413f5 Convert MachOObjectFile to a template. by Rafael Espindola · 13 years ago
  60. d665259 Implement MachOObjectFile::getHeader directly. by Rafael Espindola · 13 years ago
  61. 3c50f06 Remove LoadCommandInfo now that we always have a pointer to the command. by Rafael Espindola · 13 years ago
  62. 224208b Add MachOObjectFile::LoadCommandInfo. by Rafael Espindola · 13 years ago
  63. 5ffc079 Remove MachOObjectFile::getObject. by Rafael Espindola · 13 years ago
  64. 0944c13 Make getObject const. Remove a const_cast. by Rafael Espindola · 13 years ago
  65. b7b11f7 Remove last use of InMemoryStruct in llvm-objdump. by Rafael Espindola · 13 years ago
  66. 7be6ead Remove dead code. by Rafael Espindola · 13 years ago
  67. 91e626e Remove unused argument. by Rafael Espindola · 13 years ago
  68. b0f76a4 Don't fetch pointers from a InMemoryStruct. by Rafael Espindola · 13 years ago
  69. a9f810b Add a function to get the segment name of a section. by Rafael Espindola · 13 years ago
  70. 0f00de4 Revert 170545 while I debug the ppc failures. by Rafael Espindola · 13 years ago
  71. aa7b278 Add r170095 back. by Rafael Espindola · 13 years ago
  72. c859c29 Revert "Add a funciton to get the segment name of a section." by Eric Christopher · 13 years ago
  73. bc8016d Add a funciton to get the segment name of a section. by Rafael Espindola · 13 years ago
  74. 4d88a1c Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  75. 7370b55 Rewrite DIContext interface to take an object. Update all callers. by Eric Christopher · 13 years ago
  76. 4e68e06 Remove tabs. by Bill Wendling · 13 years ago
  77. 58aeca0 Need a space. by Evan Cheng · 13 years ago
  78. badd100 Fixed a bug in llvm-objdump when disassembling using -macho option for a binary by Kevin Enderby · 14 years ago
  79. edd5872 Fixed a bug in llvm-objdump when disassembling using -macho option for a binary by Kevin Enderby · 14 years ago
  80. 54bfde7 Make MCInstrInfo available to the MCInstPrinter. This will be used to remove getInstructionName and the static data it contains since the same tables are already in MCInstrInfo. by Craig Topper · 14 years ago
  81. fd93a59 Make MCRegisterInfo available to the the MCInstPrinter. by Jim Grosbach · 14 years ago
  82. 88cc16a Allow command-line overrides of the target triple with the Mach-O by Cameron Zwarich · 14 years ago
  83. 54478a5 Do the same fix as r149667, but for the Mach-O disassembler. by Cameron Zwarich · 14 years ago
  84. cbe72fc Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  85. 37ab257 Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 14 years ago
  86. 2631f93 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  87. 7635bb7 Fix llvm-objdump's MachO mode to not depend on the value returned by RelocationRef::getInfo(). by Owen Anderson · 14 years ago
  88. f3da529 Add more PRI.64 macros for MSVC and use them throughout the codebase. by Benjamin Kramer · 14 years ago
  89. 7be7659 Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info. by Owen Anderson · 14 years ago
  90. d9243c4 Rewrite most of MachODump to work through the generic libObject interfaces rather than accessing the MachO internals directly. by Owen Anderson · 14 years ago
  91. 357d7dc llvm-objdump: Take ownership of MCInstrInfos. by Benjamin Kramer · 14 years ago
  92. c1363cf Fix spelling in comment. by Michael J. Spencer · 14 years ago
  93. 206d8a7 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 14 years ago
  94. 350c71b Fix spelling in comment. by Michael J. Spencer · 14 years ago
  95. 8a529dc llvm-objdump: Detach symbol listing from section enumeration for mach-o. by Benjamin Kramer · 14 years ago
  96. 37a7151 llvm-objdump: Take the data from the right object when there's no dSYM around. by Benjamin Kramer · 14 years ago
  97. 9eaefa9 llvm-objdump: Fix use after free. by Benjamin Kramer · 14 years ago
  98. 699128e llvm-objdump: Output line info next to the disassembly if available. by Benjamin Kramer · 14 years ago
  99. 2ad2eb5 llvm-objdump: factor code better, add comments. by Benjamin Kramer · 14 years ago
  100. 444f079 Nope, there's another one! by Benjamin Kramer · 14 years ago