Re-sort #include lines again, prior to moving headers around.
[oota-llvm.git] / tools / yaml2obj /
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-10-12 Will Dietzyaml2coff/elf: Touchup for compatibility.
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-06-22 Sean Silva[yaml2obj][ELF] Make symbol table top-level key.
2013-06-22 Sean Silva[yaml2obj][ELF] Narrow parameter.
2013-06-22 Sean Silva[yaml2obj][ELF] Don't special case writing these.
2013-06-22 Sean Silva[yaml2obj][ELF] Make this "type switch" actually readable.
2013-06-22 Sean Silva[yaml2obj][ELF] Align section contents in the output.
2013-06-21 Sean Silva[yaml2obj][ELF] Allow expressing undefined symbols.
2013-06-21 Sean SilvaUnbreak bots. Didn't realize this was a C++11 feature.
2013-06-21 Sean Silva[yaml2obj][ELF] Don't explicitly set `Binding` with...
2013-06-20 Sean Silva[yaml2obj][ELF] Add support for st_value and st_size.
2013-06-20 Sean Silva[yaml2obj][ELF] Allow symbols to reference sections.
2013-06-20 Sean Silva[yaml2obj][ELF] Add the section name -> section index...
2013-06-20 Sean Silva[yaml2obj][ELF] Start factoring into "single point...
2013-06-20 Sean Silva[yaml2obj][ELF] Just let this class own its buffer.
2013-06-19 Sean SilvaRemove `using namespace` and use explicit qualification.
2013-06-19 Sean SilvaRemove spurious space.
2013-06-19 Sean SilvaRemove unused parameter.
2013-06-19 Sean Silva[yaml2obj][ELF] Support ELFOSABI_* enum.
2013-06-19 Sean SilvaThere is no ELF ABI version enum.
2013-06-19 Sean Silva[yaml2obj][ELF] Support st_info through `Binding` and...
2013-06-18 Sean Silva[yaml2obj][ELF] Don't monkeypatch the YAML sections.
2013-06-18 Sean Silva[yaml2obj][ELF] Ensure STN_UNDEF entry is present.
2013-06-18 Sean Silva[yaml2obj][ELF] Rudimentary symbol table support.
2013-06-18 Sean Silva[yaml2obj][ELF] Add dummy .strtab section.
2013-06-18 Sean Silva[yaml2obj][ELF] Factor out string table section creation.
2013-06-18 Sean Silva[yaml2obj][ELF] Refer specifically to the section heade...
2013-06-18 Sean Silva[yaml2obj][ELF] Ensure more fields are zero'd.
2013-06-17 Sean Silva[yaml2obj][ELF] Exit with error status on error.
2013-06-15 Sean Silva[yaml2obj] Move some classes into anonymous namespaces.
2013-06-15 Sean Silva[yaml2obj] Add support for sh_link via `Link` key.
2013-06-14 Sean Silva[yaml2obj] Add support for sh_addralign via `AddressAli...
2013-06-13 Sean Silva[yaml2obj] Add support for specifying raw section content.
2013-06-13 Sean Silva[yaml2obj] Add sh_addr via `Address` key.
2013-06-13 Sean Silva[yaml2obj] Initial ELF section support.
2013-06-11 Sean SilvaFix dubious type name similar to member name.
2013-06-10 Sean Silva[yaml2obj] Initial ELF support.
2013-06-06 Rafael EspindolaPrint symbol names in relocations when dumping COFF...
2013-06-05 Sean SilvaAdd BinaryRef binary_size() method.
2013-06-05 Sean SilvaAdd writeAsBinary(raw_ostream &) method to BinaryRef.
2013-06-05 Sean Silvayaml2obj: split out COFF logic into separate file
2013-06-05 Sean Silvayaml2obj: add -format=<fmt> to choose input YAML interp...
2013-05-31 Rafael EspindolaRename COFFYaml.h to COFFYAML.h for consistency.
2013-05-31 Rafael EspindolaDon't allocate temporary string for section data.
2013-05-17 Rafael EspindolaFix the configure build.
2013-05-17 Rafael EspindolaConvert obj2yaml to use yamlio.
2013-05-06 Rafael EspindolaSplit Alignment out of the Section Characteristics.
2013-04-25 Rafael EspindolaDon't compute a std::vector<uint8_t> just to write...
2013-04-23 Rafael EspindolaFix typo.
2013-04-23 Rafael EspindolaSimplify yaml2obj a bit.
2013-04-23 Rafael EspindolaWrite relocations in yaml2obj.
2013-04-20 Rafael EspindolaRemove COFFYAML::Header.
2013-04-19 Rafael EspindolaRemove COFFYAML::Relocation.
2013-04-05 Rafael EspindolaMove yaml2obj to tools too.