aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/yaml2obj
AgeCommit message (Expand)AuthorFilesLines
2014-07-14[CMake] Update libdeps.NAKAMURA Takumi1-0/+1
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola1-3/+4
2014-07-03Invert the MC -> Object dependency.Rafael Espindola1-1/+1
2014-06-12Remove system_error.h.Rafael Espindola1-2/+2
2014-06-06[yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan1-0/+1
2014-05-31[yaml2obj] Add new command line option `-docnum`.Simon Atanasyan4-12/+37
2014-05-16[yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan1-2/+7
2014-05-15[yaml2obj] Add "-o" command line option to specify an output file name.Simon Atanasyan2-11/+31
2014-04-30Use the new StringTableBuilder in yaml2elfHans Wennborg1-45/+27
2014-04-30ELFObjectWriter: deduplicate suffices in strtabHans Wennborg1-4/+2
2014-04-11[yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan1-16/+118
2014-04-06[yaml2obj][ELF] Rename class SectionNameToIdxMap => NameToIdxMap. It canSimon Atanasyan1-10/+10
2014-04-02[yaml2obj][ELF] Convert some static functions into class members toSimon Atanasyan1-149/+159
2014-04-02[yaml2obj][ELF] Remove unused typedef.Simon Atanasyan1-1/+0
2014-04-02[yaml2obj][ELF] Move section index to the ELFState class.Simon Atanasyan1-32/+39
2014-04-02[yaml2obj][ELF] Remove relationship between ELFStateSimon Atanasyan1-13/+6
2014-03-31[yaml2obj] Add support for ELF e_flags.Daniel Sanders1-0/+1
2014-03-19Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer1-8/+74
2014-03-14[yaml2obj][ELF] Use range-based for loops.Simon Atanasyan1-4/+2
2014-03-14[yaml2obj][ELF] Refer to a section in the error message by its name notSimon Atanasyan1-1/+1
2014-03-14[yaml2obj][ELF] Remove unused ELFState class field.Simon Atanasyan1-7/+4
2014-03-14[yaml2obj][ELF] Assign name (.shstrtab) to the section holds sections names.Simon Atanasyan1-0/+1
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+1
2014-01-31llvm/tools: Prune redundant target_link_libraries.NAKAMURA Takumi1-2/+0
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+4
2013-10-12yaml2coff/elf: Touchup for compatibility.Will Dietz2-8/+10
2013-08-08[Object] Split the ELF interface into 3 parts.Michael J. Spencer1-10/+11
2013-06-22[yaml2obj][ELF] Make symbol table top-level key.Sean Silva1-9/+11
2013-06-22[yaml2obj][ELF] Narrow parameter.Sean Silva1-6/+6
2013-06-22[yaml2obj][ELF] Don't special case writing these.Sean Silva1-2/+2
2013-06-22[yaml2obj][ELF] Make this "type switch" actually readable.Sean Silva1-7/+20
2013-06-22[yaml2obj][ELF] Align section contents in the output.Sean Silva1-8/+17
2013-06-21[yaml2obj][ELF] Allow expressing undefined symbols.Sean Silva1-7/+9
2013-06-21Unbreak bots. Didn't realize this was a C++11 feature.Sean Silva1-5/+6
2013-06-21[yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva1-24/+33
2013-06-20[yaml2obj][ELF] Add support for st_value and st_size.Sean Silva1-0/+2
2013-06-20[yaml2obj][ELF] Allow symbols to reference sections.Sean Silva1-0/+7
2013-06-20[yaml2obj][ELF] Add the section name -> section index map to State.Sean Silva1-4/+7
2013-06-20[yaml2obj][ELF] Start factoring into "single point of truth".Sean Silva1-19/+51
2013-06-20[yaml2obj][ELF] Just let this class own its buffer.Sean Silva1-4/+4
2013-06-19Remove `using namespace` and use explicit qualification.Sean Silva1-3/+2
2013-06-19Remove spurious space.Sean Silva1-1/+1
2013-06-19Remove unused parameter.Sean Silva1-2/+1
2013-06-19[yaml2obj][ELF] Support ELFOSABI_* enum.Sean Silva1-2/+1
2013-06-19There is no ELF ABI version enum.Sean Silva1-1/+0
2013-06-19[yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva1-0/+1
2013-06-18[yaml2obj][ELF] Don't monkeypatch the YAML sections.Sean Silva1-14/+17
2013-06-18[yaml2obj][ELF] Ensure STN_UNDEF entry is present.Sean Silva1-1/+6
2013-06-18[yaml2obj][ELF] Rudimentary symbol table support.Sean Silva1-2/+43
2013-06-18[yaml2obj][ELF] Add dummy .strtab section.Sean Silva1-3/+11