1. 1a219aa [yaml2obj/obj2yaml] - Add support for .stack_sizes sections. by George Rimar · 6 years ago
  2. 8501102 [yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors handlers. by George Rimar · 6 years ago
  3. 7da559f [lib/ObjectYAML] - Change interface to return `bool` instead of `int`. NFCI by George Rimar · 6 years ago
  4. 1da4f47 [yaml2obj] Set p_align to the maximum sh_addralign of contained sections by Fangrui Song · 6 years ago
  5. c28f3e6 [yaml2obj] Simplify p_filesz/p_memsz computing by Fangrui Song · 6 years ago
  6. 3212ecf [lib/ObjectYAML] - Improve and cleanup error reporting in ELFState<ELFT> class. by George Rimar · 6 years ago
  7. d20c41d [yaml2obj] Rename SHOffset (e_shoff) field to SHOff. NFC by Fangrui Song · 6 years ago
  8. 0b69c59 [yaml2obj] Make e_phoff and e_phentsize 0 if there are no program headers by Alex Brachet · 6 years ago
  9. c3bc697 [yaml2obj] Write the section header table after section contents by Fangrui Song · 6 years ago
  10. 33b1a0e [lib/ObjectYAML] - Cleanup the private interface of ELFState<ELFT>. NFCI. by George Rimar · 6 years ago
  11. 86cc736 [yaml2obj] - Allow overriding sh_name fields of the sections. by George Rimar · 6 years ago
  12. 4e71702 [yaml2obj][obj2yaml] - Use a single "Other" field instead of "Other", "Visibility" and "StOther". by George Rimar · 6 years ago
  13. de0bc44 [yaml2obj] - Allow placing local symbols after globals. by George Rimar · 6 years ago
  14. b8a96f4 Reland "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the same time." by Vlad Tsyrklevich · 6 years ago
  15. aba62e9c Revert "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the same time." by Vlad Tsyrklevich · 6 years ago
  16. 7a2e21d [yaml2obj] - Don't allow setting StOther and Other/Visibility at the same time. by George Rimar · 6 years ago
  17. 9120844 [yaml2obj] - Lookup relocation symbols in dynamic symbol when .dynsym referenced. by George Rimar · 6 years ago
  18. 0eaee54 [llvm] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  19. d396305 [yaml2obj/obj2yaml] - Add a basic support for extended section indexes. by George Rimar · 6 years ago
  20. c22d966 [yaml2obj] Move core yaml2obj code into lib and include for use in unit tests by Alex Brachet · 6 years ago[Renamed (96%) from llvm/tools/yaml2obj/yaml2elf.cpp]
  21. fc21bb6 Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in unit tests" by Dmitri Gribenko · 6 years ago[Renamed (96%) from llvm/lib/ObjectYAML/ELFEmitter.cpp]
  22. 3cfeaa4 [yaml2obj] Move core yaml2obj code into lib and include for use in unit tests by Alex Brachet · 6 years ago[Renamed (96%) from llvm/tools/yaml2obj/yaml2elf.cpp]
  23. 149aa2f [yaml2obj] - Allow overriding sh_entsize for SHT_GNU_versym sections. by George Rimar · 6 years ago
  24. 1480229 Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections." by George Rimar · 6 years ago
  25. 65217a4 Revert "[yaml2obj] - Allow custom fields for the SHT_UNDEF sections." by JF Bastien · 6 years ago
  26. 242da4e [yaml2obj] - Allow custom fields for the SHT_UNDEF sections. by George Rimar · 6 years ago
  27. ec10d5c6 Recommit rr366796 "[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sections()." by George Rimar · 6 years ago
  28. aa4f8d0 Revert "[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sections()." by Vlad Tsyrklevich · 6 years ago
  29. fccffa8 [Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sections(). by George Rimar · 6 years ago
  30. 1957d68 [yaml2obj] - Add a support for defining null sections in YAMLs. by George Rimar · 6 years ago
  31. ab658f4 [yaml2elf] - Treat the SHN_UNDEF section as kind of regular section. by George Rimar · 6 years ago
  32. 13a364e [yaml2obj] - Change how we handle implicit sections. by George Rimar · 6 years ago
  33. eb41f7f [yaml2obj] - Allow overriding the sh_size field. by George Rimar · 6 years ago
  34. 9df825f [yaml2obj] - Allow overriding sh_offset field from the YAML. by George Rimar · 6 years ago
  35. 687d47c [yaml2obj] - Allow overriding e_shentsize, e_shoff, e_shnum and e_shstrndx fields in the YAML. by George Rimar · 6 years ago
  36. 60dc5d4 [yaml2obj/obj2yaml] - Allow having the symbols and sections with duplicated names. by George Rimar · 6 years ago
  37. 30ea0c4 [yaml2obj] - Convert `ELFState<ELFT>::addSymbols` method to `toELFSymbols` helper. NFCI. by George Rimar · 6 years ago
  38. b6e2093 [yaml2obj/obj2yaml] - Make RawContentSection::Info Optional<> by George Rimar · 6 years ago
  39. 0aecaba Revert "Revert r363377: [yaml2obj] - Allow setting custom section types for implicit sections." by George Rimar · 6 years ago
  40. 9f4e21c Revert r363377: [yaml2obj] - Allow setting custom section types for implicit sections. by Rui Ueyama · 6 years ago
  41. 3b523c0 [yaml2obj] - Allow setting custom section types for implicit sections. by George Rimar · 6 years ago
  42. 43f62ff [yaml2obj] - Allow setting the custom Address for .strtab by George Rimar · 6 years ago
  43. cfa1a62 [yaml2obj] - Allow setting cutom Flags for implicit sections. by George Rimar · 6 years ago
  44. ffb3c72 [yaml2elf] - Check we are able to set custom sh_link for .symtab/.dynsym by George Rimar · 6 years ago
  45. 1e41007 [yaml2obj/obj2yaml] - Make RawContentSection::Content and RawContentSection::Size optional by George Rimar · 6 years ago
  46. 379aa18 [yaml2obj] - Do not assert when .dynsym is specified explicitly, but .dynstr is not present. by George Rimar · 6 years ago
  47. d71017b [yaml2obj] - Remove helper methods that are probably excessive. NFC. by George Rimar · 6 years ago
  48. eb394e9 [yaml2elf] - Refactoring followup for D62809 by George Rimar · 6 years ago
  49. 66296dc [yaml2obj] - Change how we handle implicit sections. by George Rimar · 6 years ago
  50. a10f016 [NFC] yaml2obj/yam2elf.cpp whitespace changes: dos2unix removed CRs. by Puyan Lotfi · 7 years ago
  51. 0974688 [yaml2obj] - Allow setting st_value explicitly for Symbol. by George Rimar · 7 years ago
  52. 3662127 [yaml2obj] - Make interface of `NameToIdxMap` class be human friendly and fix users. by George Rimar · 7 years ago
  53. f5345a3 [yaml2obj] - Report when unknown section is referenced from program header declaration block. by George Rimar · 7 years ago
  54. bc4d3c4 [yaml2obj] - Simplify and reduce the code. NFC. by George Rimar · 7 years ago
  55. bd8bfd3 [yaml2obj] - Replace a loop with write_zeros(). NFCI. by George Rimar · 7 years ago
  56. 4828811 [yaml2obj] - Cleanup and simplify the code. NFCI. by George Rimar · 7 years ago
  57. 5fcdebe [yaml2obj] - Make implicitSectionNames() return std::vector<StringRef>. NFCI. by George Rimar · 7 years ago
  58. c1da149 [yaml2obj] - Remove excessive variable. NFC. by George Rimar · 7 years ago
  59. fb7780a [yaml2obj] - Make the code to match the LLVM style. NFCI. by George Rimar · 7 years ago
  60. da1b3ab [yaml2elf] - Cleanup the initSectionHeaders(). NFCI. by George Rimar · 7 years ago
  61. b49e192 [yaml2elf] - Replace a loop with write_zeros(). NFC. by George Rimar · 7 years ago
  62. a630b34 [yaml2elf/obj2yaml] - Allow normal parsing/dumping of the .rela.dyn section by George Rimar · 7 years ago
  63. 6da44ad [yaml2obj][obj2yaml] - Change how symbol's binding is descibed when parsing/dumping. by George Rimar · 7 years ago
  64. 4111299 [yaml2obj][obj2yaml] - Teach yaml2obj/obj2yaml tools about STB_GNU_UNIQUE symbols. by George Rimar · 7 years ago
  65. b10f48b [yaml2obj]Allow explicit setting of p_filesz, p_memsz, and p_offset by James Henderson · 7 years ago
  66. 9bc817a [yaml2obj]Allow explicit symbol indexes in relocations and emit error for bad names by James Henderson · 7 years ago
  67. 33e498b [yaml2obj] - Simplify. NFC. by George Rimar · 7 years ago
  68. a5a0a0f [yaml2obj] - Allow producing ELFDATANONE ELFs by George Rimar · 7 years ago
  69. a7ba1a0 [yaml2obj] - Allow setting custom sh_info for RawContentSection sections. by George Rimar · 7 years ago
  70. fd99780 [yaml2obj]Re-allow dynamic sections to have raw content by James Henderson · 7 years ago
  71. 623ae72 [yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu.version_d) section. by George Rimar · 7 years ago
  72. dac37fb [yaml2elf] - Rename a variable. NFC. by George Rimar · 7 years ago
  73. d063c7d [yaml2obj] - Simplify implementation. NFCI. by George Rimar · 7 years ago
  74. 646af08 [yaml2obj][obj2yaml] - Support SHT_GNU_versym (.gnu.version) section. by George Rimar · 7 years ago
  75. 0621b79 Recommit r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dumping of the .gnu.version_r section." by George Rimar · 7 years ago
  76. aa735de Revert r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dumping of the .gnu.version_r section." by George Rimar · 7 years ago
  77. c09f2cd [obj2yaml][yaml2obj] - Add support of parsing/dumping of the .gnu.version_r section. by George Rimar · 7 years ago
  78. 6947acd [yaml2obj] - Do not ignore explicit addresses for .dynsym and .dynstr by George Rimar · 7 years ago
  79. b87ea73 [yaml2obj/obj2yaml] - Move `Info` field out from `Section` class. by George Rimar · 7 years ago
  80. 5cb3173 [yaml2obj] - Fix .dynamic section entries writing for 32bit targets. by George Rimar · 7 years ago
  81. 6404af8 [yaml2elf.cpp] - Fix compilation under linux. by George Rimar · 7 years ago
  82. 291bbe5 [yaml2elf] - An attemp to fix s390x BB after r353607. by George Rimar · 7 years ago
  83. 0e7ed91 [yaml2obj][obj2yaml] - Add support for dumping/parsing .dynamic sections. by George Rimar · 7 years ago
  84. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  85. 6367d7a [yaml2obj/obj2yaml] - Support dumping/parsing ABI version. by George Rimar · 7 years ago
  86. bac7864 [yaml2obj] format some codes NFC. by Xing GUO · 7 years ago
  87. 20e44ec [yaml2obj] revert bad change by Xing GUO · 7 years ago
  88. 63e1234 [yaml2obj] format some codes NFC. by Xing GUO · 7 years ago
  89. 9822835 [yaml2obj] Move redundant statements into a separate static function by Xing GUO · 7 years ago
  90. d2f90ea [yaml2obj] - Allow to use numeric sh_link (Link) value for sections. by George Rimar · 7 years ago
  91. 7f2df7d [yaml2elf] - Simplify code, add a test. NFC. by George Rimar · 7 years ago
  92. 942e8ed [yaml2obj] - Teach yaml2obj to produce SHT_GROUP section with a custom Info field. by George Rimar · 7 years ago
  93. 5290af8 [yaml2obj] - Teach tool to produce SHT_GROUP section with a custom type. by George Rimar · 7 years ago
  94. 65a6828 [yaml2obj] - Add a support for changing EntSize. by George Rimar · 7 years ago
  95. 1dbbfba [yaml2obj] Add default sh_entsize for dynamic sections by Paul Semel · 7 years ago
  96. 0f440d8 [llvm-readobj] Add experimental support for SHT_RELR sections by Jake Ehrlich · 7 years ago
  97. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  98. 2cd41eb [tools] Use WithColor for printing errors. by Jonas Devlieghere · 8 years ago
  99. 478d635 Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC. by Rui Ueyama · 8 years ago
  100. 1b31eb9 Use ELF{32,64}{LE,BE} instead of ELFType<{little,big}, {true,false}>. NFC. by Rui Ueyama · 8 years ago