1. 2da433e [COFF] Expose the PE debug data directory and dump it by Reid Kleckner · 9 years ago
  2. 9acb109 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  3. ac9e155 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  4. 0b26974 [codeview] Add type stream merging prototype by Reid Kleckner · 9 years ago
  5. 8a71b53 [llvm-readobj] Print MIPS .MIPS.options section content by Simon Atanasyan · 9 years ago
  6. 88bb163 Move llvm-readobj/StreamWriter to Support. by Zachary Turner · 9 years ago
  7. 9b1b7f0 [llvm-readobj] Add ELF hash histogram printing by Hemant Kulkarni · 9 years ago
  8. 3fcdf6a Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 9 years ago
  9. d59b23a Fix typo. NFC. by Tim Northover · 10 years ago
  10. d8a985e [llvm-readobj] Option to emit readelf like output by Hemant Kulkarni · 10 years ago
  11. f46c92f Revert "[llvm-readobj] Option to emit readelf like output" by Hemant Kulkarni · 10 years ago
  12. 4f2ca0d [llvm-readobj] Option to emit readelf like output by Hemant Kulkarni · 10 years ago
  13. ab4a46f [llvm-readobj] Add -elf-section-groups option by Hemant Kulkarni · 10 years ago
  14. 0a07a82 [llvm-readobj] Use stderr and not stdout for error messages. by Davide Italiano · 10 years ago
  15. 83ebad3 Reland "[llvm-readobj] Simplify usage of -codeview flag" by Reid Kleckner · 10 years ago
  16. b88796b Revert "[llvm-readobj] Simplify usage of -codeview flag" by Reid Kleckner · 10 years ago
  17. d37fe9a [llvm-readobj] Simplify usage of -codeview flag by Reid Kleckner · 10 years ago
  18. e66b73f [llvm-readobj] report_error() does not return, so we can simplify. by Davide Italiano · 10 years ago
  19. 1eb9234 [llvm-readobj] reportError() never returns. Mark with the correct attribute. by Davide Italiano · 10 years ago
  20. 7a96942 Reapply r250906 with many suggested updates from Rafael Espindola. by Kevin Enderby · 10 years ago
  21. da9dd05 Backing out commit r250906 as it broke lld. by Kevin Enderby · 10 years ago
  22. e3bf4fd5 This removes the eating of the error in Archive::Child::getSize() when the characters by Kevin Enderby · 10 years ago
  23. 4f05f32 [llvm-readobj] Teach ELFDumper about symbol versioning. by Davide Italiano · 10 years ago
  24. 496fb2f [llvm-readobj/ELF] Print GNU Hash section by Igor Kudrin · 10 years ago
  25. 096cda1 [llvm-readobj] Fix another "time of check to time of use bug". by Davide Italiano · 10 years ago
  26. 9a429b7 [llvm-readobj] MachO -- dump LinkerOptions load command. by Davide Italiano · 10 years ago
  27. 4410b22 [llvm-readobj] Dump MachO indirect symbols. by Davide Italiano · 10 years ago
  28. d1f0996 [llvm-readobj] MachO: Dump segment command. by Davide Italiano · 10 years ago
  29. 35eebe1 [llvm-readobj] Dump MachO Dysymtab command. by Davide Italiano · 10 years ago
  30. 1e12fc4 [llvm-readobj] Add pair of missing braces. by Davide Italiano · 10 years ago
  31. 9321089 llvm-readobj: Dump more info for COFF import libraries. by Rui Ueyama · 10 years ago
  32. 71ba9bd Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files by Rui Ueyama · 10 years ago
  33. 976f4da [llvm-readobj] Add support for dumping MachO min version load command. by Davide Italiano · 10 years ago
  34. 07e7acb [llvm-readobj] Add support for MachO DataInCodeDataCommand. by Davide Italiano · 10 years ago
  35. db8803b [llvm-readobj] Convert to range-loops. by Davide Italiano · 10 years ago
  36. 8b3b09f Move to llvm-readobj code that is only used there. by Rafael Espindola · 10 years ago
  37. cd1b6db [llvm-reaobj] Display COFF-specific sections/tables only if the object is COFF. by Davide Italiano · 10 years ago
  38. 33e746f2 Simplify printing the soname. NFC. by Rafael Espindola · 10 years ago
  39. aa62fc0 Remove duplicated code. by Rafael Espindola · 10 years ago
  40. 00ddb14 llvm-readobj: Handle invalid references to the string table. by Rafael Espindola · 10 years ago
  41. fb3acd6 llvm-readobj: call exit(1) on error. by Rafael Espindola · 10 years ago
  42. 724d4b4 Refactor duplicated code. NFC. by Rafael Espindola · 10 years ago
  43. 20546ff [Object][ELF] Support dumping hash-tables from files with no section table. by Michael J. Spencer · 10 years ago
  44. bfdf7dd Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots. by Adrian Prantl · 10 years ago
  45. c4a25be [Object][ELF] Support dumping hash-tables from files with no section table. by Michael J. Spencer · 10 years ago
  46. c768930 Simplify. NFC. by Rafael Espindola · 10 years ago
  47. 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  48. 0000afd [StackMaps] Add a lightweight parser for stackmap version 1 sections. by Lang Hames · 10 years ago
  49. 594c028 [Object][ELF] Add support for dumping dynamic relocations when sections are stripped. by Michael J. Spencer · 10 years ago
  50. d8757a4 We don't need the targets to read objects. by Rafael Espindola · 10 years ago
  51. 6e07e93 [llvm-readobj] Print MIPS .reginfo section content by Simon Atanasyan · 10 years ago
  52. c914de2 [llvm-readobj] Print .MIPS.abiflags section content by Simon Atanasyan · 10 years ago
  53. 29ac43c llvm-readobj: teach it to handle MachO Universal Archive correctly by David Blaikie · 10 years ago
  54. 8448a24 [llvm-readobj] add support for macho universal binary. by Rafael Espindola · 11 years ago
  55. 99f0215 Modify llvm-readobj to dump symbol record bytes. by Zachary Turner · 11 years ago
  56. ddd9264 llvm-readobj: add support to dump COFF export tables by Saleem Abdulrasool · 11 years ago
  57. 74e8513 llvm-readobj: teach it how to dump COFF base relocation table by Rui Ueyama · 11 years ago
  58. e0eb086 llvm-readobj: relocAddressLess could potentially lie by David Majnemer · 11 years ago
  59. f957863 llvm-readobj: add support to dump (COFF) directives by Saleem Abdulrasool · 11 years ago
  60. 1e152d5 This patch adds a new flag "-coff-imports" to llvm-readobj. by Rui Ueyama · 11 years ago
  61. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  62. 6762231 getLoadName is only implemented for ELF, make it ELF only. by Rafael Espindola · 11 years ago
  63. 3f6481d Remove some calls to std::move. by Rafael Espindola · 11 years ago
  64. 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  65. 8043390 [llvm-readobj][ELF] New `-mips-plt-got` command line option to output by Simon Atanasyan · 11 years ago
  66. ae46002 Convert the Archive API to use ErrorOr. by Rafael Espindola · 11 years ago
  67. 4453e4294 Remove 'using std::error_code' from tools. by Rafael Espindola · 11 years ago
  68. bff5d0d Remove all uses of 'using std::error_code' from headers. by Rafael Espindola · 11 years ago
  69. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  70. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  71. 15d16d8 tools: add support for decoding ARM attributes by Saleem Abdulrasool · 12 years ago
  72. 23a9750 Rename these methods to match the style guide. by Rafael Espindola · 12 years ago
  73. 63da295 Return an ErrorOr<Binary *> from createBinary. by Rafael Espindola · 12 years ago
  74. 07baed5 Re-sort #include lines again, prior to moving headers around. by Chandler Carruth · 12 years ago
  75. 48703be Teach the llvm-readobj COFF dumper to dump debug line tables from object files by Timur Iskhodzhanov · 12 years ago
  76. 054f422 Remove byte order mark from source file. by Benjamin Kramer · 12 years ago
  77. 126973b [Object] Split the ELF interface into 3 parts. by Michael J. Spencer · 12 years ago
  78. d9104c0 Revert r181009. by Amara Emerson · 12 years ago
  79. 2f54d9f Add support for reading ARM ELF build attributes. by Amara Emerson · 12 years ago
  80. 1e48387 Clarify getRelocationAddress x getRelocationOffset a bit. by Rafael Espindola · 12 years ago
  81. d6df054 Teach llvm-readobj to print ELF program headers by Nico Rieck · 12 years ago
  82. f3f0b79 Add -expand-relocs to llvm-readobj by Nico Rieck · 12 years ago
  83. 9cad53c Implements low-level object file format specific output for COFF and by Eric Christopher · 12 years ago
  84. 8205034 [tools][llvm-readobj] print the name of the section when iterating the symbol table / dynamic symbol table by Shankar Easwaran · 13 years ago
  85. 6a8746b [llvm-readobj] Add ELF .dynamic table dumping. by Michael J. Spencer · 13 years ago
  86. 91814e3 [readobj] Fix memory leak. by Michael J. Spencer · 13 years ago
  87. d7e7003 [objdump,readobj] Document the purpose and goals of each tool. by Michael J. Spencer · 13 years ago
  88. 278e891 Use the generic dump template. Extracted from a patch by Sami Liedes. by Rafael Espindola · 13 years ago
  89. 21bd841 Dump sections. Extracted from a patch by Sami Liedes. by Rafael Espindola · 13 years ago
  90. 144af2c Print a header above the symbols. Extracted from a patch by Sami Liedes. by Rafael Espindola · 13 years ago
  91. 63d52b1 Check for errors. Extracted from a patch by Sami Liedes. by Rafael Espindola · 13 years ago
  92. ae74095 Fix indentation. Extracted from a patch by Sami Liedes! by Rafael Espindola · 13 years ago
  93. f4b73f9 Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes! by Rafael Espindola · 13 years ago
  94. 4d88a1c Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  95. 8280311 Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs. by Benjamin Kramer · 14 years ago
  96. 6c614bf Support reading GNU symbol versions in ELFObjectFile by David Meyer · 14 years ago
  97. ae11a78 Fix comments for llvm-readobj, remove extraneous headers by David Meyer · 14 years ago
  98. c429b80 [Object] by David Meyer · 14 years ago
  99. 2fc34c5 [Object] by David Meyer · 14 years ago