This reverts commit r241350 and r241352.
[oota-llvm.git] / test / Object / obj2yaml.test
2015-07-03 Rafael EspindolaThis reverts commit r241350 and r241352.
2015-07-03 Simon Atanasyan[ELFYAML] Make the Size field for .bss section optional
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-06-03 Rafael EspindolaFix the interpretation of a 0 st_name.
2015-05-07 Simon Atanasyan[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
2015-01-29 Simon Atanasyan[ELFYAML] Provide default value 0 for YAML relocation...
2014-07-13 Simon Atanasyan[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
2014-07-12 Simon Atanasyan[ELFYAML] Group ELF section type flags to target specif...
2014-05-29 Simon Atanasyan[elf2yaml][ELF] Move Info field to the RelocationSectio...
2014-05-23 Simon Atanasyan[YAML] Add an optional argument `EnumMask` to the ...
2014-05-15 Simon Atanasyan[obj2yaml][ELF] Print relocation's offset as a hex...
2014-05-15 Simon Atanasyan[obj2yaml][ELF] Do not print empty Link and Info fields...
2014-05-14 Simon Atanasyan[obj2yaml] Support ELF input format in the obj2yaml...
2014-04-09 David MajnemerRevert "Revert "YAMLIO: Encode ambiguous hex strings...
2014-04-07 David Majnemerobj2yaml: Use the correct relocation type for different...
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2013-06-06 Rafael EspindolaPrint symbol names in relocations when dumping COFF...
2013-06-05 Rafael EspindolaDon't print default values for NumberOfAuxSymbols and...
2013-05-21 Rafael EspindolaUse std::list so that we have a stable iterator.
2013-05-19 Bob WilsonTemporarily disable this test because it is failing...
2013-05-17 Rafael EspindolaConvert obj2yaml to use yamlio.
2013-04-05 Rafael EspindolaAdd a test for obj2yaml in preparation for refactoring it.