[mips] Add initial release notes for MIPS32.
[oota-llvm.git] / tools / yaml2obj / yaml2elf.cpp
2015-10-23 Rafael EspindolaAdd a RAW mode to StringTableBuilder.
2015-08-27 Michael J. Spencer[yaml2obj] Support numeric indexes to create invalid...
2015-07-09 Simon Atanasyan[yaml2obj] Initialize sh_addralign field for the .symta...
2015-07-08 Simon Atanasyan[yaml2obj] Align section content using AddressAlign...
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 Rafael EspindolaThis reverts commit r241350 and r241352.
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-06-02 Rafael EspindolaSimplify now that we always use an alignment of 2 for...
2015-05-08 Simon Atanasyan[yaml2elf] Replace error message by assert call in...
2015-05-07 Simon Atanasyan[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
2015-04-22 Adhemerval ZanellaSupport arm32 R_ARM_V4BX relocation format
2015-02-21 Shankar Easwaran[obj2yaml/yaml2obj] Add SHT_GROUP support.
2015-01-25 Simon Atanasyan[ELFYAML] Support mips64 relocation record format in...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-06 Simon Atanasyan[ELF][yaml2obj] Handle additional MIPS specific st_othe...
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-06-06 Simon Atanasyan[yaml2obj][obj2yaml] Support ELF symbol's visibility...
2014-05-31 Simon Atanasyan[yaml2obj] Add new command line option `-docnum`.
2014-05-16 Simon Atanasyan[yaml2obj][ELF] Add an optional `Size` field to the...
2014-05-15 Simon Atanasyan[yaml2obj] Add "-o" command line option to specify...
2014-04-30 Hans WennborgUse the new StringTableBuilder in yaml2elf
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-11 Simon Atanasyan[yaml2obj][ELF] ELF Relocations Support.
2014-04-06 Simon Atanasyan[yaml2obj][ELF] Rename class SectionNameToIdxMap =...
2014-04-02 Simon Atanasyan[yaml2obj][ELF] Convert some static functions into...
2014-04-02 Simon Atanasyan[yaml2obj][ELF] Remove unused typedef.
2014-04-02 Simon Atanasyan[yaml2obj][ELF] Move section index to the ELFState...
2014-04-02 Simon Atanasyan[yaml2obj][ELF] Remove relationship between ELFState
2014-03-31 Daniel Sanders[yaml2obj] Add support for ELF e_flags.
2014-03-14 Simon Atanasyan[yaml2obj][ELF] Use range-based for loops.
2014-03-14 Simon Atanasyan[yaml2obj][ELF] Refer to a section in the error message...
2014-03-14 Simon Atanasyan[yaml2obj][ELF] Remove unused ELFState class field.
2014-03-14 Simon Atanasyan[yaml2obj][ELF] Assign name (.shstrtab) to the section...
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.