[AVR] Add release notes for 3.8
[oota-llvm.git] / tools / yaml2obj /
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-04-11 Benjamin KramerMark empty default constructors as =default if it makes...
2015-03-09 Benjamin KramerMake helper functions static.
2015-02-21 Shankar Easwaran[obj2yaml/yaml2obj] Add SHT_GROUP support.
2015-01-25 Simon Atanasyan[ELFYAML] Support mips64 relocation record format in...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-15 David Majnemeryaml2obj, COFF: Consider the DOS stub when laying out...
2014-11-14 David Majnemeryaml2obj, COFF: Correctly calculate SizeOfImage and...
2014-11-14 David Majnemerobj2yaml, yaml2obj: Add support for COFF executables
2014-11-06 Simon Atanasyan[ELF][yaml2obj] Handle additional MIPS specific st_othe...
2014-10-22 Aaron BallmanFixing a -Wsign-compare warning; NFC.
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
2014-09-16 David Majnemeryaml2obj: Support bigobj
2014-09-15 David MajnemerMC: Add support for BigObj
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-29 Simon AtanasyanInstall the `obj2yaml` and `yaml2obj` utilities togethe...
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-06-12 Rafael EspindolaRemove system_error.h.
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-19 David MajnemerObject: Provide a richer means of describing auxiliary...
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...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-31 NAKAMURA Takumillvm/tools: Prune redundant target_link_libraries.
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.
next