summaryrefslogtreecommitdiffstats
path: root/tools/yaml2obj/yaml2elf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Misc improvements to StringTableBuilder.Rafael Espindola2016-10-041-3/+2
* Revert "Use getSize instead of data().size(). NFC."Rafael Espindola2016-10-031-1/+1
* Use getSize instead of data().size(). NFC.Rafael Espindola2016-10-031-1/+1
* [yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman2016-06-271-7/+1
* Move ObjectYAML code to a new library.Rafael Espindola2016-03-011-1/+1
* Update to use new name alignTo().Rui Ueyama2016-01-141-1/+1
* Add a RAW mode to StringTableBuilder.Rafael Espindola2015-10-231-4/+4
* [yaml2obj] Support numeric indexes to create invalid files. Will be used by l...Michael J. Spencer2015-08-271-3/+5
* [yaml2obj] Initialize sh_addralign field for the .symtab sectionSimon Atanasyan2015-07-091-0/+1
* [yaml2obj] Align section content using AddressAlign field's valueSimon Atanasyan2015-07-081-9/+14
* [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj toolsSimon Atanasyan2015-07-031-0/+6
* This reverts commit r241350 and r241352.Rafael Espindola2015-07-031-2/+0
* [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj toolsSimon Atanasyan2015-07-031-0/+2
* Simplify now that we always use an alignment of 2 for ELF files.Rafael Espindola2015-06-021-4/+4
* [yaml2elf] Replace error message by assert call in writeSectionContent methodsSimon Atanasyan2015-05-081-13/+7
* [obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section supportSimon Atanasyan2015-05-071-0/+37
* Support arm32 R_ARM_V4BX relocation formatAdhemerval Zanella2015-04-221-6/+5
* [obj2yaml/yaml2obj] Add SHT_GROUP support.Shankar Easwaran2015-02-211-0/+44
* [ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yamlSimon Atanasyan2015-01-251-2/+8
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-191-5/+1
* [ELF][yaml2obj] Handle additional MIPS specific st_other field flagsSimon Atanasyan2014-11-061-1/+1
* WinCOFFObjectWriter: optimize the string table for common sufficesHans Wennborg2014-09-291-2/+2
* Invert the MC -> Object dependency.Rafael Espindola2014-07-031-1/+1
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-061-0/+1
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-311-2/+1
* [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan2014-05-161-2/+7
* [yaml2obj] Add "-o" command line option to specify an output file name.Simon Atanasyan2014-05-151-4/+4
* Use the new StringTableBuilder in yaml2elfHans Wennborg2014-04-301-45/+27
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-301-4/+2
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-111-16/+118
* [yaml2obj][ELF] Rename class SectionNameToIdxMap => NameToIdxMap. It canSimon Atanasyan2014-04-061-10/+10
* [yaml2obj][ELF] Convert some static functions into class members toSimon Atanasyan2014-04-021-149/+159
* [yaml2obj][ELF] Remove unused typedef.Simon Atanasyan2014-04-021-1/+0
* [yaml2obj][ELF] Move section index to the ELFState class.Simon Atanasyan2014-04-021-32/+39
* [yaml2obj][ELF] Remove relationship between ELFStateSimon Atanasyan2014-04-021-13/+6
* [yaml2obj] Add support for ELF e_flags.Daniel Sanders2014-03-311-0/+1
* [yaml2obj][ELF] Use range-based for loops.Simon Atanasyan2014-03-141-4/+2
* [yaml2obj][ELF] Refer to a section in the error message by its name notSimon Atanasyan2014-03-141-1/+1
* [yaml2obj][ELF] Remove unused ELFState class field.Simon Atanasyan2014-03-141-7/+4
* [yaml2obj][ELF] Assign name (.shstrtab) to the section holds sections names.Simon Atanasyan2014-03-141-0/+1
* yaml2coff/elf: Touchup for compatibility.Will Dietz2013-10-121-7/+9
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-10/+11
* [yaml2obj][ELF] Make symbol table top-level key.Sean Silva2013-06-221-9/+11
* [yaml2obj][ELF] Narrow parameter.Sean Silva2013-06-221-6/+6
* [yaml2obj][ELF] Don't special case writing these.Sean Silva2013-06-221-2/+2
* [yaml2obj][ELF] Make this "type switch" actually readable.Sean Silva2013-06-221-7/+20
* [yaml2obj][ELF] Align section contents in the output.Sean Silva2013-06-221-8/+17
* [yaml2obj][ELF] Allow expressing undefined symbols.Sean Silva2013-06-211-7/+9
* Unbreak bots. Didn't realize this was a C++11 feature.Sean Silva2013-06-211-5/+6