summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/ELFYAML.cpp
Commit message (Expand)AuthorAgeFilesLines
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-061-0/+11
* [elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan2014-05-291-1/+1
* [YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.Simon Atanasyan2014-05-231-17/+19
* [Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan2014-05-201-0/+11
* [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan2014-05-161-0/+9
* [obj2yaml][ELF] Do not print empty Link and Info fields for ELF sections.Simon Atanasyan2014-05-151-2/+2
* [obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan2014-05-141-1/+2
* [yaml2obj] Support ELF x86 relocations.Simon Atanasyan2014-05-071-0/+43
* [ELFYAML] Group ELF header falgs to target specific blocks. Handle flagsSimon Atanasyan2014-05-031-36/+45
* [ELFYAML] Add more SHT_xxx flags to the YAML section type mapping.Simon Atanasyan2014-05-031-0/+17
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [yaml2obj][ELF] Remove unnecessary space between namespace name andSimon Atanasyan2014-04-231-1/+1
* [yaml2obj][ELF] Add a virtual destructor to the ELFYAML::Section classSimon Atanasyan2014-04-231-0/+3
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-111-3/+256
* [yaml2obj] Add support for ELF e_flags.Daniel Sanders2014-03-311-0/+43
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-151-0/+1
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-2/+0
* [yaml2obj][ELF] Make symbol table top-level key.Sean Silva2013-06-221-7/+3
* [yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva2013-06-211-10/+7
* [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/+1
* [yaml2obj][ELF] Support ELFOSABI_* enum.Sean Silva2013-06-191-0/+28
* [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva2013-06-191-0/+25
* [yaml2obj][ELF] Rudimentary symbol table support.Sean Silva2013-06-181-0/+10
* [yaml2obj] Add support for sh_link via `Link` key.Sean Silva2013-06-151-0/+1
* [yaml2obj] Add support for sh_addralign via `AddressAlign` key.Sean Silva2013-06-141-0/+1
* [yaml2obj] Add support for specifying raw section content.Sean Silva2013-06-131-0/+1
* [yaml2obj] Add sh_addr via `Address` key.Sean Silva2013-06-131-0/+1
* [yaml2obj] Initial ELF section support.Sean Silva2013-06-131-0/+47
* 80-colsSean Silva2013-06-121-1/+2
* Fix dubious type name similar to member name.Sean Silva2013-06-111-7/+7
* [yaml2obj] Initial ELF support.Sean Silva2013-06-101-0/+228
OpenPOWER on IntegriCloud