1. 6367d7a [yaml2obj/obj2yaml] - Support dumping/parsing ABI version. by George Rimar · 7 years ago
  2. bc86027 [Hexagon] Add missing flags to ELF YAMLIO by Krzysztof Parzyszek · 7 years ago
  3. 108927b AMDGPU: Add sram-ecc feature by Konstantin Zhuravlyov · 7 years ago
  4. 2a1b1d9 [AMDGPU] Defined gfx909 Raven Ridge 2 by Tim Renouf · 7 years ago
  5. 65a6828 [yaml2obj] - Add a support for changing EntSize. by George Rimar · 7 years ago
  6. 3e22733 MC: Implement support for new .addrsig and .addrsig_sym directives. by Peter Collingbourne · 7 years ago
  7. 0f440d8 [llvm-readobj] Add experimental support for SHT_RELR sections by Jake Ehrlich · 7 years ago
  8. ae6eeae [MC] Add assembler support for .cg_profile. by Michael J. Spencer · 7 years ago
  9. 0084adc AMDGPU: Add Vega12 and Vega20 by Matt Arsenault · 7 years ago
  10. 86fb7bf Reland "[DebugInfo] Support DWARF expressions in eh_frame" by Rafael Auler · 8 years ago
  11. 6aa8b34 Revert r326932: [DebugInfo] Support DWARF expressions in eh_frame by Rui Ueyama · 8 years ago
  12. 7fdf444 [DebugInfo] Support DWARF expressions in eh_frame by Rafael Auler · 8 years ago
  13. 9122a63 AMDGPU: Bring elf flags in sync with the spec by Konstantin Zhuravlyov · 8 years ago
  14. b36fbbc CodeGen: support an extension to pass linker options on ELF by Saleem Abdulrasool · 8 years ago
  15. 67b4966 Add ELF dynamic symbol support to yaml2obj/obj2yaml by Dave Lee · 8 years ago
  16. 17307d9 Reapply: Allow yaml2obj to order implicit sections for ELF by Dave Lee · 8 years ago
  17. 48db01b Revert "Reapply: Allow yaml2obj to order implicit sections for ELF" by Dave Lee · 8 years ago
  18. 7db10de Reapply: Allow yaml2obj to order implicit sections for ELF by Dave Lee · 8 years ago
  19. dcce033 Revert "Allow yaml2obj to order implicit sections for ELF" by Dave Lee · 8 years ago
  20. 3ae8dfd Allow yaml2obj to order implicit sections for ELF by Dave Lee · 8 years ago
  21. 03aeeb09 [yaml2obj][ELF] Add support for setting alignment in program headers by Jake Ehrlich · 8 years ago
  22. 689e6c05 llvm-readobj: Add support for reading relocations in the Android packed format. by Peter Collingbourne · 8 years ago
  23. aa0835a AMDGPU: Add and set AMDGPU-specific e_flags by Konstantin Zhuravlyov · 8 years ago
  24. 0aa94d3 AMDGPU: Add ELFOSABI_AMDGPU_MESA3D by Konstantin Zhuravlyov · 8 years ago
  25. a952b44 AMDGPU: Add ELFOSABI_AMDGPU_PAL by Konstantin Zhuravlyov · 8 years ago
  26. 1fb1a48 [RISCV] Parse RISC-V eflags in ObjectYAML by Alex Bradbury · 8 years ago
  27. 4fefcd6 [ObjectYAML] Handle SHF_COMPRESSED by Shoaib Meenai · 8 years ago
  28. 49277d1 [ARC] Prepare the implementation of relocation for LLD by Leslie Zhai · 8 years ago
  29. 5c469a3 [yaml2obj][ELF] Add support for symbol indexes greater than SHN_LORESERVE by Petr Hosek · 8 years ago
  30. 5aa80f1 [yaml2obj][ELF] Make symbols optional for relocations by Petr Hosek · 8 years ago
  31. eb04da3 [yaml2obj][ELF] Add support for program headers by Petr Hosek · 8 years ago
  32. 28082ab [ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  33. 892c6c8 [YAML] - Teach yaml2obj/obj2yaml to work with numeric relocation values. by George Rimar · 8 years ago
  34. f0e26e7 MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table. by Peter Collingbourne · 8 years ago
  35. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  36. 5b0bf2ff AMDGPU: Remove deprecated and unused elf definitions by Konstantin Zhuravlyov · 8 years ago
  37. 2d55781 Make this file clang-format friendly and clang-format it. by Rafael Espindola · 9 years ago
  38. 52a7dd7 [ARM] Implement execute-only support in CodeGen by Prakhar Bahuguna · 9 years ago
  39. 1524f62 [RISCV] Add RISC-V ELF defines by Alex Bradbury · 9 years ago
  40. cfb51f5 BPF: Use official ELF e_machine value by Alexei Starovoitov · 9 years ago
  41. 8ff0c11 [yaml2obj] Remove --format option in favor of YAML tags by Chris Bieneman · 9 years ago
  42. f8db61c Support/ELF: Add AMDGPU relocation definitions to match documentation by Tom Stellard · 9 years ago
  43. fcef3e4 [lanai] Add Lanai backend. by Jacques Pienaar · 9 years ago
  44. d6331ce [AMDGPU] add AMDGPU target support to ELFObjectFile.h header by Valery Pykhtin · 10 years ago
  45. ebd9193 Move ObjectYAML code to a new library. by Rafael Espindola · 10 years ago[Renamed (99%) from llvm/lib/Object/ELFYAML.cpp]
  46. 2d0d853 [llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flags by Simon Atanasyan · 10 years ago
  47. f9f5f12 ELFYAML: Add support for parsing AMDGPU section attribute flags by Tom Stellard · 10 years ago
  48. a3b79dd [ELF] elfiamcu triple should imply e_machine == EM_IAMCU by Michael Kuperstein · 10 years ago
  49. 57cee79 [AVR] Add ELF constants to headers by Dylan McKay · 10 years ago
  50. e182e74 ELFYAML: Enable parsing of EM_AMDGPU by Tom Stellard · 10 years ago
  51. 5db0276 [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools by Simon Atanasyan · 10 years ago
  52. e9da9aa This reverts commit r241350 and r241352. by Rafael Espindola · 10 years ago
  53. d0f7b42 [ELFYAML] Make the Size field for .bss section optional by Simon Atanasyan · 10 years ago
  54. b776eae [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools by Simon Atanasyan · 10 years ago
  55. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  56. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  57. 9fed250 Fix the build. by Rafael Espindola · 10 years ago
  58. 40e7eb1 [llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine ELF header flags by Simon Atanasyan · 10 years ago
  59. 04d9e65 [obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support by Simon Atanasyan · 10 years ago
  60. 67bdc79 [llvm-readobj/obj2yaml/yaml2obj] Support more MIPS ELF header flags by Simon Atanasyan · 10 years ago
  61. dae7189 Add support for Nuxi CloudABI. by Ed Schouten · 11 years ago
  62. 6fbbe20 [obj2yaml/yaml2obj] Add SHT_GROUP support. by Shankar Easwaran · 11 years ago
  63. 99cd1fb [ELFYAML] Provide default value 0 for YAML relocation addendum field by Simon Atanasyan · 11 years ago
  64. 5d19c67 [ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yaml by Simon Atanasyan · 11 years ago
  65. e368a62 [Object][ELF] Test unknown type. by Michael J. Spencer · 11 years ago
  66. 9efe625 Add ARM relocations to ELFYAML by Will Newton · 11 years ago
  67. 6e8e506 Remove duplication of relocation names in lib/Object/ELFYAML.cpp by Tim Northover · 11 years ago
  68. a9ae3e3 [yaml2obj] Support AArch64 relocations. by Chad Rosier · 11 years ago
  69. 60e1a79 [ELF][yaml2obj] Handle additional MIPS specific st_other field flags by Simon Atanasyan · 11 years ago
  70. d2bfd00 [yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN2008 flag by Simon Atanasyan · 11 years ago
  71. 6abd4be Add forgotten `break` statement. by Simon Atanasyan · 11 years ago
  72. 1cd169f [Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj, by Simon Atanasyan · 11 years ago
  73. 8ebb6ae [ELFYAML] Group ELF section type flags to target specific blocks. by Simon Atanasyan · 11 years ago
  74. 65e6467 [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/protected). by Simon Atanasyan · 11 years ago
  75. 8745993 [elf2yaml][ELF] Move Info field to the RelocationSection structure. This by Simon Atanasyan · 11 years ago
  76. 84242dc [YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`. by Simon Atanasyan · 11 years ago
  77. 9cb4090 [Mips] Add more relocation types and MIPS specific e_flags constants. by Simon Atanasyan · 11 years ago
  78. b83f380 [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration. by Simon Atanasyan · 11 years ago
  79. 8d59c8d [obj2yaml][ELF] Do not print empty Link and Info fields for ELF sections. by Simon Atanasyan · 11 years ago
  80. ae6bb33 [obj2yaml] Support ELF input format in the obj2yaml tool. by Simon Atanasyan · 11 years ago
  81. 68f6150 [yaml2obj] Support ELF x86 relocations. by Simon Atanasyan · 11 years ago
  82. 1e3edf9 [ELFYAML] Group ELF header falgs to target specific blocks. Handle flags by Simon Atanasyan · 11 years ago
  83. 9a922c4 [ELFYAML] Add more SHT_xxx flags to the YAML section type mapping. by Simon Atanasyan · 11 years ago
  84. d59664f raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. by Benjamin Kramer · 11 years ago
  85. eb08c4f [yaml2obj][ELF] Remove unnecessary space between namespace name and colons. by Simon Atanasyan · 11 years ago
  86. 62fce0a [yaml2obj][ELF] Add a virtual destructor to the ELFYAML::Section class by Simon Atanasyan · 11 years ago
  87. 42ac0dd [yaml2obj][ELF] ELF Relocations Support. by Simon Atanasyan · 11 years ago
  88. 9cf3d3b [yaml2obj] Add support for ELF e_flags. by Daniel Sanders · 11 years ago
  89. ac511ca ELF: Add support for the exclude section bit for gas compat. by Benjamin Kramer · 12 years ago
  90. 7298666 Remove the mblaze backend from llvm. by Rafael Espindola · 12 years ago
  91. 8217757 [yaml2obj][ELF] Make symbol table top-level key. by Sean Silva · 12 years ago
  92. aff5125 [yaml2obj][ELF] Don't explicitly set `Binding` with STB_* by Sean Silva · 12 years ago
  93. 05001b9 [yaml2obj][ELF] Add support for st_value and st_size. by Sean Silva · 12 years ago
  94. 9818622 [yaml2obj][ELF] Allow symbols to reference sections. by Sean Silva · 12 years ago
  95. 8432251 [yaml2obj][ELF] Support ELFOSABI_* enum. by Sean Silva · 12 years ago
  96. bba8559 [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys. by Sean Silva · 12 years ago
  97. 6b08388 [yaml2obj][ELF] Rudimentary symbol table support. by Sean Silva · 12 years ago
  98. a6423eb [yaml2obj] Add support for sh_link via `Link` key. by Sean Silva · 12 years ago
  99. 0a409cf [yaml2obj] Add support for sh_addralign via `AddressAlign` key. by Sean Silva · 12 years ago
  100. 46dffff [yaml2obj] Add support for specifying raw section content. by Sean Silva · 12 years ago