This reverts commit r241350 and r241352.
[oota-llvm.git] / tools / obj2yaml / elf2yaml.cpp
2015-07-03 Rafael EspindolaThis reverts commit r241350 and r241352.
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-06-30 Rafael EspindolaFix the name of the iterator functions to match the...
2015-06-29 Rafael EspindolaConvert obj->getSymbolName to sym->getName.
2015-06-29 Rafael EspindolaFactor out the checking of string tables.
2015-06-29 Rafael EspindolaRemove Elf_Sym_Iter.
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-05-07 Simon Atanasyan[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
2015-02-21 Shankar Easwaran[obj2yaml/yaml2obj] Add SHT_GROUP support.
2014-11-06 Simon Atanasyan[ELF][yaml2obj] Handle additional MIPS specific st_othe...
2014-11-05 Simon AtanasyanAdd accessor to get 'visibility' part of st_other field
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-13 Rafael EspindolaRemove all uses of 'using std::error_code' from headers.
2014-06-06 Simon Atanasyan[yaml2obj][obj2yaml] Support ELF symbol's visibility...
2014-05-29 Simon Atanasyan[elf2yaml][ELF] Move Info field to the RelocationSectio...
2014-05-16 Simon Atanasyan[yaml2obj][ELF] Add an optional `Size` field to the...
2014-05-14 Simon Atanasyan[obj2yaml] Support ELF input format in the obj2yaml...