1. 3ba2573 Add llvm::object::getELFSectionTypeName(). by Rafael Espindola · 9 years ago
  2. 02185c0 [llvm-readobj] Only print the real size of the note by Petr Hosek · 9 years ago
  3. 16a3b1c AMDGPU/llvm-readobj: Rename RuntimeMDNoteType -> CodeObjectMetadataNoteType to by Konstantin Zhuravlyov · 9 years ago
  4. 7498cd6 [AMDGPU] Restructure code object metadata creation by Konstantin Zhuravlyov · 9 years ago
  5. 6cfb101 [llvm-readobj] Support SHT_MIPS_DWARF section type flag by Simon Atanasyan · 9 years ago
  6. 4b08913 llvm-readobj: process FreeBSD core notes by Saleem Abdulrasool · 9 years ago
  7. 803b141 llvm-readobj: fix next note entry calculation and print unknown note types by Konstantin Zhuravlyov · 9 years ago
  8. 400771e [AMDGPU] Bump up n_type for metadata v2 by Konstantin Zhuravlyov · 9 years ago
  9. df7c6ef [ARM] Create objdump subtarget from build attrs by Sam Parker · 9 years ago
  10. 1ed7896 Revert r291903 and r291898. Reason: they break check-lld on the bots. by Ivan Krasin · 9 years ago
  11. 770ceb6 [ARM] Enable objdump to construct triple for ARM by Sam Parker · 9 years ago
  12. 34315ee [ARM] Moved ARMAttributeParser to Support by Sam Parker · 9 years ago
  13. e60b294 llvm-readobj: ELF: Make DT tags machine aware by Hemant Kulkarni · 9 years ago
  14. 52a7dd7 [ARM] Implement execute-only support in CodeGen by Prakhar Bahuguna · 9 years ago
  15. 6f8d909 Attempt to fix llvm-readobj crash on ppc64 due to r289674 by Yaxun Liu · 9 years ago
  16. 07d659b AMDGPU: Emit runtime metadata version 2 as YAML by Yaxun Liu · 9 years ago
  17. 114d335 [llvm-readobj] - Teach readobj to print PT_OPENBSD_BOOTDATA header by George Rimar · 9 years ago
  18. a6ee9fd llvm-readobj: Use hash tables to print dynamic symbols. by Hemant Kulkarni · 9 years ago
  19. 354680a Remove the last use of report_fatal_error from ELF.h. by Rafael Espindola · 9 years ago
  20. ed1395a Add error handling to getEntry. by Rafael Espindola · 9 years ago
  21. 6a49497 Replace a report_fatal_error with an ErrorOr. by Rafael Espindola · 9 years ago
  22. e8fa5ae Delete some dead code and add a missing "0x" prefix to a hex string in by Chandler Carruth · 9 years ago
  23. 714c295 Move a free function out of ELFFile. by Rafael Espindola · 9 years ago
  24. 7b2750a replace a report_fatal_error with a ErrorOr. by Rafael Espindola · 9 years ago
  25. 9ea6834 Replace a report_fatal_error with an ErrorOr. by Rafael Espindola · 9 years ago
  26. 25be8c8 Avoid a report_fatal_error in sections(). by Rafael Espindola · 9 years ago
  27. 1524f62 [RISCV] Add RISC-V ELF defines by Alex Bradbury · 9 years ago
  28. bcfcb9e [llvm-readobj] - Teach readobj to print PT_OPENBSD_RANDOMIZE/PT_OPENBSD_WXNEEDED headers. by George Rimar · 9 years ago
  29. c3befb2 Refactor to use getSectionContentsAsArray. by Rafael Espindola · 9 years ago
  30. 6bc2990 Refactor duplicated typedefs. NFC. by Rafael Espindola · 9 years ago
  31. 28c63d3 Use range loop. NFC. by Rafael Espindola · 9 years ago
  32. 23f06e5 [Stackmap] Added callsite counts to emitted function information. by Sanjoy Das · 9 years ago
  33. d8a4eca [llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic tag in human readable form. by George Rimar · 9 years ago
  34. 34151b3 Fix the MSVC 2013 build by using Elf_Word instead of making a local typedef by Reid Kleckner · 9 years ago
  35. c08f5de llvm-readobj: speculative fix for MSVC by Saleem Abdulrasool · 9 years ago
  36. 1c85295 Revert "ELFDumper: Unversioned symbols must not have trailing @" by Hemant Kulkarni · 9 years ago
  37. b208164 ELFDumper: Unversioned symbols must not have trailing @ by Hemant Kulkarni · 9 years ago
  38. 6a40544 llvm-readobj: add support for printing GNU Notes by Saleem Abdulrasool · 9 years ago
  39. b03fd12 Replace "fallthrough" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  40. cfb51f5 BPF: Use official ELF e_machine value by Alexei Starovoitov · 9 years ago
  41. ff8b539 [llvm-readobj] - Teach llvm-readobj to print dependencies of SHT_GNU_verdef and refactor dumping method. by George Rimar · 9 years ago
  42. cd36e18 [llvm-readobj] - Teach llvm-readobj to dump .gnu.version_r sections by George Rimar · 9 years ago
  43. c13c59a [llvm-readobj] - Teach readobj to recognize SHF_COMPRESSED flag. by George Rimar · 10 years ago
  44. 787c2ed llvm-readobj: Fix GNU style entry point print width by Hemant Kulkarni · 10 years ago
  45. cb21f3c llvm-readobj: Change Hex output for GNU style dynamic table print by Hemant Kulkarni · 10 years ago
  46. 04ac3d7 llvm-readobj: Fix the GNU section header flags for SHF_MASKPROC and SHF_MASKOS by Hemant Kulkarni · 10 years ago
  47. 8a71b53 [llvm-readobj] Print MIPS .MIPS.options section content by Simon Atanasyan · 10 years ago
  48. 88bb163 Move llvm-readobj/StreamWriter to Support. by Zachary Turner · 10 years ago
  49. 22b3ad86 [llvm-readobj] Dump hash as part of -version-info. by Davide Italiano · 10 years ago
  50. 9b1b7f0 [llvm-readobj] Add ELF hash histogram printing by Hemant Kulkarni · 10 years ago
  51. aafcf75 Use ArrayRef for contiguous areas in ELF. NFC. by Rafael Espindola · 10 years ago
  52. 2e3254e [llvm-readobj] NFC: Remove unneeded parenthesis by Hemant Kulkarni · 10 years ago
  53. a79c798 [llvm-readobj] Support GNU style dyn-relocations by Hemant Kulkarni · 10 years ago
  54. 7d564ba [llvm-readobj] NFC Replace case by macros for PT_* enums by Hemant Kulkarni · 10 years ago
  55. 456bd51 Fix Narrowing conversion warning introduced by r264415 by Hemant Kulkarni · 10 years ago
  56. 966b3ac [llvm-readobj] Impl GNU style program headers print by Hemant Kulkarni · 10 years ago
  57. b7807a0 [llvm-readobj] Decode st_other symbol's flags by Simon Atanasyan · 10 years ago
  58. a11fbe1 [llvm-readobj] Impl GNU style symbols printing by Hemant Kulkarni · 10 years ago
  59. c030f23 [llvm-readobj] Impl GNU style printing of sections and relocations by Hemant Kulkarni · 10 years ago
  60. 206ba84 [llvm-readobj] Enable GNU style section group print by Hemant Kulkarni · 10 years ago
  61. ea9f25a [lanai] Add ELF enum value and relocations. by Jacques Pienaar · 10 years ago
  62. de1152f Reverts change r261907 and r261918 by Hemant Kulkarni · 10 years ago
  63. 2a83411 [llvm-readobj] Enable GNU style sections and relocations printing by Hemant Kulkarni · 10 years ago
  64. 1c793ef [readobj] Remove uneeded braces in case statement. by Michael J. Spencer · 10 years ago
  65. e17c3f3 Represent the dynamic table itself with a DynRegionInfo. by Rafael Espindola · 10 years ago
  66. f04f184 Add a unwrapOrError utility and use it to simplify ELFDumper.cpp. by Rafael Espindola · 10 years ago
  67. ce2fbdd Change how readobj stores info about dynamic symbols. by Rafael Espindola · 10 years ago
  68. 944f655 Reapply r260489. by Rafael Espindola · 10 years ago
  69. c70aeda Introduce a getAsRange helper. by Rafael Espindola · 10 years ago
  70. 65a6fd8 Move DynRegionInfo out of the ELFDumper. by Rafael Espindola · 10 years ago
  71. 6009db6 This reverts commit r260488 and r260489. by Rafael Espindola · 10 years ago
  72. e0c57e1 [readobj] Dump DT_JMPREL relocations when outputting dynamic relocations. by Michael J. Spencer · 10 years ago
  73. 582c4d2 [readobj] Handle ELF files with no section table or with no program headers. by Michael J. Spencer · 10 years ago
  74. 60d82b2 [readobj] Move dynamic table parsing to a new function. NFC. by Michael J. Spencer · 10 years ago
  75. 94f060c [readobj] Sort switch by enum value. by Michael J. Spencer · 10 years ago
  76. 37304f1 [readobj] Parse sections before dynamic table. by Michael J. Spencer · 10 years ago
  77. f84cda7 Fix const confusion while lambda function usage by Hemant Kulkarni · 10 years ago
  78. 7a0c65c Fix build failure caused in r260430 by Hemant Kulkarni · 10 years ago
  79. d8a985e [llvm-readobj] Option to emit readelf like output by Hemant Kulkarni · 10 years ago
  80. f46c92f Revert "[llvm-readobj] Option to emit readelf like output" by Hemant Kulkarni · 10 years ago
  81. 4f2ca0d [llvm-readobj] Option to emit readelf like output by Hemant Kulkarni · 10 years ago
  82. cb1175c [llvm-readobj][ELF] Show MIPS GOT content when there is another zero-sized section at the same address by Simon Atanasyan · 10 years ago
  83. 73ae249 Remove superfluous call to std::to_string that's breaking the cygwin build. by Benjamin Kramer · 10 years ago
  84. 4447668 Fix comparison warning (r258845) by Hemant Kulkarni · 10 years ago
  85. ae1acb0 Fixes build break introduced by r258845 by Hemant Kulkarni · 10 years ago
  86. ab4a46f [llvm-readobj] Add -elf-section-groups option by Hemant Kulkarni · 10 years ago
  87. 2d0d853 [llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flags by Simon Atanasyan · 10 years ago
  88. e03126a [llvm-readobj][ELF] s/dyn_rela_/dyn_rel_/ No functional changes. by Simon Atanasyan · 10 years ago
  89. 72155c3 [llvm-readobj][ELF] Teach llvm-readobj to show dynamic relocation in REL format by Simon Atanasyan · 10 years ago
  90. e05fcec Fixed CRLF->LF line endings from r257914. NFC. by George Rimar · 10 years ago
  91. 8c50367 [llvm-readobj] Dump DT_RELACOUNT correctly. by Davide Italiano · 10 years ago
  92. 4793676 Revert of 57967 Initial commit message: CRLF -> LF. NFC by George Rimar · 10 years ago
  93. e055ea6 CRLF -> LF. NFC by George Rimar · 10 years ago
  94. 06a9b6f Recommit r257912 Added forgotten ELFDumper.cpp to commit. by George Rimar · 10 years ago
  95. 4635017 [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it. by Dan Gohman · 10 years ago
  96. 20fe428 [llvm-readobj/ELF] Simplify Verdef handling. by Davide Italiano · 10 years ago
  97. a1db678 [llvm-readobj] Don't cast qualifiers away. Now gcc is happy again. by Davide Italiano · 10 years ago
  98. 4f05f32 [llvm-readobj] Teach ELFDumper about symbol versioning. by Davide Italiano · 10 years ago
  99. a0ec2f5 [llvm-readobj/ELF] Dump DT_VERDEF/DT_VERDEFNUM correctly. by Davide Italiano · 10 years ago
  100. 496fb2f [llvm-readobj/ELF] Print GNU Hash section by Igor Kudrin · 10 years ago