index
:
llvm
embtk-support-master
embtk-support-release-3.2
embtk-support-release-3.3
embtk-support-release-3.4
master
release-3.2
release-3.4
Unofficial llvm GIT mirror used in EmbToolkit
Git daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
yaml2obj
/
yaml2elf.cpp
Commit message (
Expand
)
Author
Age
*
[yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...
Simon Atanasyan
2014-06-06
*
[yaml2obj] Add new command line option `-docnum`.
Simon Atanasyan
2014-05-31
*
[yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.
Simon Atanasyan
2014-05-16
*
[yaml2obj] Add "-o" command line option to specify an output file name.
Simon Atanasyan
2014-05-15
*
Use the new StringTableBuilder in yaml2elf
Hans Wennborg
2014-04-30
*
ELFObjectWriter: deduplicate suffices in strtab
Hans Wennborg
2014-04-30
*
[yaml2obj][ELF] ELF Relocations Support.
Simon Atanasyan
2014-04-11
*
[yaml2obj][ELF] Rename class SectionNameToIdxMap => NameToIdxMap. It can
Simon Atanasyan
2014-04-06
*
[yaml2obj][ELF] Convert some static functions into class members to
Simon Atanasyan
2014-04-02
*
[yaml2obj][ELF] Remove unused typedef.
Simon Atanasyan
2014-04-02
*
[yaml2obj][ELF] Move section index to the ELFState class.
Simon Atanasyan
2014-04-02
*
[yaml2obj][ELF] Remove relationship between ELFState
Simon Atanasyan
2014-04-02
*
[yaml2obj] Add support for ELF e_flags.
Daniel Sanders
2014-03-31
*
[yaml2obj][ELF] Use range-based for loops.
Simon Atanasyan
2014-03-14
*
[yaml2obj][ELF] Refer to a section in the error message by its name not
Simon Atanasyan
2014-03-14
*
[yaml2obj][ELF] Remove unused ELFState class field.
Simon Atanasyan
2014-03-14
*
[yaml2obj][ELF] Assign name (.shstrtab) to the section holds sections names.
Simon Atanasyan
2014-03-14
*
yaml2coff/elf: Touchup for compatibility.
Will Dietz
2013-10-12
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
*
[yaml2obj][ELF] Make symbol table top-level key.
Sean Silva
2013-06-22
*
[yaml2obj][ELF] Narrow parameter.
Sean Silva
2013-06-22
*
[yaml2obj][ELF] Don't special case writing these.
Sean Silva
2013-06-22
*
[yaml2obj][ELF] Make this "type switch" actually readable.
Sean Silva
2013-06-22
*
[yaml2obj][ELF] Align section contents in the output.
Sean Silva
2013-06-22
*
[yaml2obj][ELF] Allow expressing undefined symbols.
Sean Silva
2013-06-21
*
Unbreak bots. Didn't realize this was a C++11 feature.
Sean Silva
2013-06-21
*
[yaml2obj][ELF] Don't explicitly set `Binding` with STB_*
Sean Silva
2013-06-21
*
[yaml2obj][ELF] Add support for st_value and st_size.
Sean Silva
2013-06-20
*
[yaml2obj][ELF] Allow symbols to reference sections.
Sean Silva
2013-06-20
*
[yaml2obj][ELF] Add the section name -> section index map to State.
Sean Silva
2013-06-20
*
[yaml2obj][ELF] Start factoring into "single point of truth".
Sean Silva
2013-06-20
*
[yaml2obj][ELF] Just let this class own its buffer.
Sean Silva
2013-06-20
*
Remove `using namespace` and use explicit qualification.
Sean Silva
2013-06-19
*
Remove spurious space.
Sean Silva
2013-06-19
*
Remove unused parameter.
Sean Silva
2013-06-19
*
[yaml2obj][ELF] Support ELFOSABI_* enum.
Sean Silva
2013-06-19
*
There is no ELF ABI version enum.
Sean Silva
2013-06-19
*
[yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.
Sean Silva
2013-06-19
*
[yaml2obj][ELF] Don't monkeypatch the YAML sections.
Sean Silva
2013-06-18
*
[yaml2obj][ELF] Ensure STN_UNDEF entry is present.
Sean Silva
2013-06-18
*
[yaml2obj][ELF] Rudimentary symbol table support.
Sean Silva
2013-06-18
*
[yaml2obj][ELF] Add dummy .strtab section.
Sean Silva
2013-06-18
*
[yaml2obj][ELF] Factor out string table section creation.
Sean Silva
2013-06-18
*
[yaml2obj][ELF] Refer specifically to the section header string table.
Sean Silva
2013-06-18
*
[yaml2obj][ELF] Ensure more fields are zero'd.
Sean Silva
2013-06-18
*
[yaml2obj][ELF] Exit with error status on error.
Sean Silva
2013-06-17
*
[yaml2obj] Move some classes into anonymous namespaces.
Sean Silva
2013-06-15
*
[yaml2obj] Add support for sh_link via `Link` key.
Sean Silva
2013-06-15
*
[yaml2obj] Add support for sh_addralign via `AddressAlign` key.
Sean Silva
2013-06-14
*
[yaml2obj] Add support for specifying raw section content.
Sean Silva
2013-06-13
[next]