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