1. 2d92c88 [llvm-readobj/llvm-readelf] Delete --arm-attributes (alias for --arch-specific) by Fangrui Song · 6 years ago
  2. 121ef04 [llvm-readobj] Rename --arm-attributes to --arch-specific by Yi Kong · 6 years ago
  3. 4e0faa3 [llvm-readobj] - Implement LLVM-style dumping for .stack_sizes sections. by George Rimar · 6 years ago
  4. e54d371 [llvm-readobj] - Remove `reportError(std::error_code EC, StringRef Input)` helper. by George Rimar · 6 years ago
  5. f133702 [llvm-readobj] Prepend argv[0] to error/warning messages by Fangrui Song · 6 years ago
  6. e3fb2d5 Recommit r369190 "[llvm-readobj/llvm-readelf] - Improve/cleanup the error reporting API." by George Rimar · 6 years ago
  7. c35d4c9 Revert r369190, r369192 ([llvm-readobj/llvm-readelf] - Improve/cleanup the error reporting API.) by George Rimar · 6 years ago
  8. e9f2813 [llvm-readobj] - An attemp to fix BB after r369191. by George Rimar · 6 years ago
  9. bb56755 [llvm-readobj/llvm-readelf] - Improve/cleanup the error reporting API. by George Rimar · 6 years ago
  10. 36f2318 [llvm-readobj] - Remove 'error(Error EC)' helper. by George Rimar · 6 years ago
  11. be39e39 [llvm-readelf]Print filename for multiple inputs and fix formatting regression by James Henderson · 6 years ago
  12. 67ea32a [llvm-readobj/libObject] - Introduce a custom warning handler for `ELFFile<ELFT>` methods. by George Rimar · 6 years ago
  13. c71c629 [llvm-readelf] Support dumping of stack sizes sections with readelf --stack-sizes by Wolfgang Pieb · 6 years ago
  14. a137087 [Object/llvm-readelf/llvm-readobj] - Improve error reporting when e_shstrndx is broken. by George Rimar · 6 years ago
  15. a28dcf6 [llvm-readelf] Print "File: lib.a(file.o)" info when dumping archive files. by Yuanfang Chen · 6 years ago
  16. badece0 [llvm-readobj/llvm-readelf] - Report a warning instead of a error when dumping a broken dynamic section. by George Rimar · 6 years ago
  17. 9485b26 [binutils] Add response file option to help and docs by James Henderson · 6 years ago
  18. 6774239 [llvm-readobj] Allow --hex-dump/--string-dump to dump multiple sections by Fangrui Song · 6 years ago
  19. 565f1e2 [llvm-readobj] Fix output interleaving issue caused by using multiple streams at the same time. by Jordan Rupprecht · 6 years ago
  20. dd4f253 [llvm-readobj/llvm-readelf] - Don't fail to dump the object if .dynsym has broken sh_link field. by George Rimar · 6 years ago
  21. 72f821d [llvm-readelf] - Rework how we parse the .dynamic section. by George Rimar · 6 years ago
  22. fd75ee9 [Object][XCOFF] Add an XCOFF dumper for llvm-readobj. by Sean Fertile · 7 years ago
  23. facbfe0 [llvm-readobj] Delete and inline relocAddressLess by Fangrui Song · 7 years ago
  24. e29e30b [llvm-readobj] Change -long-option to --long-option in tests. NFC by Fangrui Song · 7 years ago
  25. 19bb1d5 [llvm-readobj] Reapply: Improve error message for --string-dump by Stephen Tozer · 7 years ago
  26. bbeca84 Revert "[llvm-readobj] Improve error message for --string-dump" by Stephen Tozer · 7 years ago
  27. 681b079 [llvm-readobj] Improve error message for --string-dump by Stephen Tozer · 7 years ago
  28. 342aaa1 [llvm-readelf] Allow prefix flags for -p and -x by Jordan Rupprecht · 7 years ago
  29. a38432c [CommandLine] Allow grouping options which can have values. by Igor Kudrin · 7 years ago
  30. 5b27402 [llvm-readobj]Fix error messages for bad archive members and add testing for archive handling by James Henderson · 7 years ago
  31. 120366e [CodeView] Fix cycles in debug info when merging Types with global hashes by Alexandre Ganea · 7 years ago
  32. 50ca8ed [llvm-readobj] Add a flag to dump just the section-to-segment mapping. by Matt Davis · 7 years ago
  33. 21ed868 [llvm-readelf] Don't suppress static symbol table with --dyn-symbols + --symbols by James Henderson · 7 years ago
  34. 5fc812f [llvm-readelf]Revert --dyn-symbols behaviour to make it GNU compatible, and add new --hash-symbols switch for old behaviour by James Henderson · 7 years ago
  35. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  36. e50d9cb [llvm-readobj][ELF]Add demangling support by James Henderson · 7 years ago
  37. 58aac95 [llvm-readelf] Allow single-letter flags to be merged. by Jordan Rupprecht · 7 years ago
  38. 16a0de2 [binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0 by Jordan Rupprecht · 7 years ago
  39. 4afeaac [llvm-readelf] Add -e/--headers support to readobj/elf by Sid Manning · 7 years ago
  40. dbf552c [llvm-readelf] Make llvm-readelf more compatible with GNU readelf. by Jordan Rupprecht · 7 years ago
  41. 37a7209 [llvm-readobj] Make some commonly used short options visibile in -help by Fangrui Song · 7 years ago
  42. bc3089f MC: Teach the COFF object writer to write address-significance tables. by Peter Collingbourne · 7 years ago
  43. 5ce8f15 [llvm-readobj] Generic hex-dump option by Paul Semel · 7 years ago
  44. 6e13790 [llvm-readobj] Generic -string-dump option by Paul Semel · 7 years ago
  45. 3e22733 MC: Implement support for new .addrsig and .addrsig_sym directives. by Peter Collingbourne · 7 years ago
  46. b98f504 [llvm-readobj] Add -hex-dump (-x) option by Paul Semel · 7 years ago
  47. 0f440d8 [llvm-readobj] Add experimental support for SHT_RELR sections by Jake Ehrlich · 7 years ago
  48. fa5597b [llvm-readobj] Add -string-dump (-p) option by Paul Semel · 7 years ago
  49. ae6eeae [MC] Add assembler support for .cg_profile. by Michael J. Spencer · 7 years ago
  50. 4dfcc4a Remove @brief commands from doxygen comments, too. by Adrian Prantl · 8 years ago
  51. 197194b Define InitLLVM to do common initialization all at once. by Rui Ueyama · 8 years ago
  52. b36fbbc CodeGen: support an extension to pass linker options on ELF by Saleem Abdulrasool · 8 years ago
  53. 88e9a15 [llvm-readobj] Consistent use of ScopedPrinter by Sam Clegg · 8 years ago
  54. 62602a4 Remove redundant includes from tools. by Michael Zolotukhin · 8 years ago
  55. ca6dbf1 Split TypeTableBuilder into two classes. by Zachary Turner · 8 years ago
  56. 123ef63 [llvm-readobj] Fix mismatched line endings by Zachary Turner · 8 years ago
  57. ecf0e95 Add llvm::for_each as a range-based extensions to <algorithm> and make use of it in some cases where it is a more clear alternative to std::for_each. by Aaron Ballman · 8 years ago
  58. b3c605d llvm-readobj: Print AMDGPU note contents by Konstantin Zhuravlyov · 8 years ago
  59. c2189b8 [llvm-readobj] Teach readobj to dump .res files (WindowsResource). by Marek Sokolowski · 8 years ago
  60. bf51550 [llvm-readobj] Install llvm-readelf alias by Petr Hosek · 8 years ago
  61. ef54b49 [llvm-readobj] Accept (and ignore) --wide (-W) command-line switch by Petr Hosek · 8 years ago
  62. 4565de8 [llvm-readobj] Accept -S as an alias for --sections by Petr Hosek · 8 years ago
  63. b7d716c [llvm-readobj] Dump the COFF image load config by Reid Kleckner · 8 years ago
  64. c0d7664 [llvm-readobj] Improve errors on invalid binary by Sam Clegg · 8 years ago
  65. 8d6396d [llvm-readobj] Dump COFF Resources section. by Zachary Turner · 9 years ago
  66. 5d57752 [PDB] Split item and type records when merging type streams by Reid Kleckner · 9 years ago
  67. 7498cd6 [AMDGPU] Restructure code object metadata creation by Konstantin Zhuravlyov · 9 years ago
  68. 6d76b7b [WebAssembly] Add wasm support for llvm-readobj by Derek Schuff · 9 years ago
  69. a9d7aac llvm-readobj: remove leading dash in '-a' option (ARMAttributesShort) by Mehdi Amini · 9 years ago
  70. 07d659b AMDGPU: Emit runtime metadata version 2 as YAML by Yaxun Liu · 9 years ago
  71. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  72. 4efa0a4 [CodeView] Hook up CodeViewRecordIO to type serialization path. by Zachary Turner · 9 years ago
  73. 732afdd Turn cl::values() (for enum) from a vararg function to using C++ variadic template by Mehdi Amini · 9 years ago
  74. c6d54da [pdb] Write PDB TPI Stream from Yaml. by Zachary Turner · 9 years ago
  75. 6a40544 llvm-readobj: add support for printing GNU Notes by Saleem Abdulrasool · 9 years ago
  76. 3780b3a llvm-readobj: handle import libraries with -coff-exports by Saleem Abdulrasool · 9 years ago
  77. 5e3e4bb [CodeView] Decouple record deserialization from visitor dispatch. by Zachary Turner · 9 years ago
  78. 660230e [CodeView] Use llvm::Error instead of std::error_code. by Zachary Turner · 9 years ago
  79. 6d9ca18 llvm-readobj: add some more aliases by Saleem Abdulrasool · 9 years ago
  80. fc20962 [Object] Re-apply r275316 now that I have the corresponding LLD patch ready. by Lang Hames · 9 years ago
  81. ae610ab [Object] Revert r275316, Archive::child_iterator changes, while I update lld. by Lang Hames · 9 years ago
  82. c2773e9 [Object] Change Archive::child_iterator for better interop with Error/Expected. by Lang Hames · 9 years ago
  83. 4239805 Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary by Kevin Enderby · 9 years ago
  84. 2ad6d48 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
  85. 2da433e [COFF] Expose the PE debug data directory and dump it by Reid Kleckner · 9 years ago
  86. 9acb109 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  87. ac9e155 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  88. 0b26974 [codeview] Add type stream merging prototype by Reid Kleckner · 9 years ago
  89. 8a71b53 [llvm-readobj] Print MIPS .MIPS.options section content by Simon Atanasyan · 10 years ago
  90. 88bb163 Move llvm-readobj/StreamWriter to Support. by Zachary Turner · 10 years ago
  91. 9b1b7f0 [llvm-readobj] Add ELF hash histogram printing by Hemant Kulkarni · 10 years ago
  92. 3fcdf6a Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 10 years ago
  93. d59b23a Fix typo. NFC. by Tim Northover · 10 years ago
  94. d8a985e [llvm-readobj] Option to emit readelf like output by Hemant Kulkarni · 10 years ago
  95. f46c92f Revert "[llvm-readobj] Option to emit readelf like output" by Hemant Kulkarni · 10 years ago
  96. 4f2ca0d [llvm-readobj] Option to emit readelf like output by Hemant Kulkarni · 10 years ago
  97. ab4a46f [llvm-readobj] Add -elf-section-groups option by Hemant Kulkarni · 10 years ago
  98. 0a07a82 [llvm-readobj] Use stderr and not stdout for error messages. by Davide Italiano · 10 years ago
  99. 83ebad3 Reland "[llvm-readobj] Simplify usage of -codeview flag" by Reid Kleckner · 10 years ago
  100. b88796b Revert "[llvm-readobj] Simplify usage of -codeview flag" by Reid Kleckner · 10 years ago