summaryrefslogtreecommitdiffstats
path: root/llvm/tools/yaml2obj
Commit message (Expand)AuthorAgeFilesLines
* Remove system_error.h.Rafael Espindola2014-06-121-2/+2
* [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-314-12/+37
* [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-152-11/+31
* 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
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-191-8/+74
* [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
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* llvm/tools: Prune redundant target_link_libraries.NAKAMURA Takumi2014-01-311-2/+0
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+4
* yaml2coff/elf: Touchup for compatibility.Will Dietz2013-10-122-8/+10
* [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
* [yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva2013-06-211-24/+33
* [yaml2obj][ELF] Add support for st_value and st_size.Sean Silva2013-06-201-0/+2
* [yaml2obj][ELF] Allow symbols to reference sections.Sean Silva2013-06-201-0/+7
* [yaml2obj][ELF] Add the section name -> section index map to State.Sean Silva2013-06-201-4/+7
* [yaml2obj][ELF] Start factoring into "single point of truth".Sean Silva2013-06-201-19/+51
* [yaml2obj][ELF] Just let this class own its buffer.Sean Silva2013-06-201-4/+4
* Remove `using namespace` and use explicit qualification.Sean Silva2013-06-191-3/+2
* Remove spurious space.Sean Silva2013-06-191-1/+1
* Remove unused parameter.Sean Silva2013-06-191-2/+1
* [yaml2obj][ELF] Support ELFOSABI_* enum.Sean Silva2013-06-191-2/+1
* There is no ELF ABI version enum.Sean Silva2013-06-191-1/+0
* [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva2013-06-191-0/+1
* [yaml2obj][ELF] Don't monkeypatch the YAML sections.Sean Silva2013-06-181-14/+17
* [yaml2obj][ELF] Ensure STN_UNDEF entry is present.Sean Silva2013-06-181-1/+6
* [yaml2obj][ELF] Rudimentary symbol table support.Sean Silva2013-06-181-2/+43
* [yaml2obj][ELF] Add dummy .strtab section.Sean Silva2013-06-181-3/+11
* [yaml2obj][ELF] Factor out string table section creation.Sean Silva2013-06-181-11/+14
* [yaml2obj][ELF] Refer specifically to the section header string table.Sean Silva2013-06-181-17/+17
* [yaml2obj][ELF] Ensure more fields are zero'd.Sean Silva2013-06-181-0/+2
OpenPOWER on IntegriCloud