aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ELFYAML.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-02Add ARM relocations to ELFYAMLWill Newton1-0/+3
2014-11-21Remove duplication of relocation names in lib/Object/ELFYAML.cppTim Northover1-330/+7
2014-11-10[yaml2obj] Support AArch64 relocations.Chad Rosier1-0/+86
2014-11-06[ELF][yaml2obj] Handle additional MIPS specific st_other field flagsSimon Atanasyan1-1/+37
2014-11-04[yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN2008 flagSimon Atanasyan1-0/+1
2014-07-13Add forgotten `break` statement.Simon Atanasyan1-0/+1
2014-07-13[Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,Simon Atanasyan1-0/+1
2014-07-12[ELFYAML] Group ELF section type flags to target specific blocks.Simon Atanasyan1-9/+23
2014-06-06[yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan1-0/+11
2014-05-29[elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan1-1/+1
2014-05-23[YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.Simon Atanasyan1-17/+19
2014-05-20[Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan1-0/+11
2014-05-16[yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan1-0/+9
2014-05-15[obj2yaml][ELF] Do not print empty Link and Info fields for ELF sections.Simon Atanasyan1-2/+2
2014-05-14[obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan1-1/+2
2014-05-07[yaml2obj] Support ELF x86 relocations.Simon Atanasyan1-0/+43
2014-05-03[ELFYAML] Group ELF header falgs to target specific blocks. Handle flagsSimon Atanasyan1-36/+45
2014-05-03[ELFYAML] Add more SHT_xxx flags to the YAML section type mapping.Simon Atanasyan1-0/+17
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer1-0/+1
2014-04-23[yaml2obj][ELF] Remove unnecessary space between namespace name andSimon Atanasyan1-1/+1
2014-04-23[yaml2obj][ELF] Add a virtual destructor to the ELFYAML::Section classSimon Atanasyan1-0/+3
2014-04-11[yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan1-3/+256
2014-03-31[yaml2obj] Add support for ELF e_flags.Daniel Sanders1-0/+43
2013-09-15ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer1-0/+1
2013-07-25Remove the mblaze backend from llvm.Rafael Espindola1-2/+0
2013-06-22[yaml2obj][ELF] Make symbol table top-level key.Sean Silva1-7/+3
2013-06-21[yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva1-10/+7
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/+1
2013-06-19[yaml2obj][ELF] Support ELFOSABI_* enum.Sean Silva1-0/+28
2013-06-19[yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva1-0/+25
2013-06-18[yaml2obj][ELF] Rudimentary symbol table support.Sean Silva1-0/+10
2013-06-15[yaml2obj] Add support for sh_link via `Link` key.Sean Silva1-0/+1
2013-06-14[yaml2obj] Add support for sh_addralign via `AddressAlign` key.Sean Silva1-0/+1
2013-06-13[yaml2obj] Add support for specifying raw section content.Sean Silva1-0/+1
2013-06-13[yaml2obj] Add sh_addr via `Address` key.Sean Silva1-0/+1
2013-06-13[yaml2obj] Initial ELF section support.Sean Silva1-0/+47
2013-06-1280-colsSean Silva1-1/+2
2013-06-11Fix dubious type name similar to member name.Sean Silva1-7/+7
2013-06-10[yaml2obj] Initial ELF support.Sean Silva1-0/+228