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