summaryrefslogtreecommitdiff
path: root/test/Object/obj2yaml.test
AgeCommit message (Expand)Author
2017-11-06[ObjectYAML] Map relocation types for COFF ARMNT and ARM64Martin Storsjo
2017-09-06Use the section name if a STT_SECTION symbol has empty name.Rafael Espindola
2017-07-10[WebAssembly] Be consistent in generating trivial test input filesSam Clegg
2017-06-16obj2yaml: Improve error reportingSam Clegg
2016-01-20[llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flagsSimon Atanasyan
2015-10-23[AVR] Add ELF constants to headersDylan McKay
2015-09-19Fixup r248096, commit the *correct* test.Davide Italiano
2015-09-19[obj2yaml] Fix "time of check to time of use" bug. Add a test.Davide Italiano
2015-07-03[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj toolsSimon Atanasyan
2015-07-03This reverts commit r241350 and r241352.Rafael Espindola
2015-07-03[ELFYAML] Make the Size field for .bss section optionalSimon Atanasyan
2015-07-03[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj toolsSimon Atanasyan
2015-06-03Fix the interpretation of a 0 st_name.Rafael Espindola
2015-05-07[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section supportSimon Atanasyan
2015-01-29[ELFYAML] Provide default value 0 for YAML relocation addendum fieldSimon Atanasyan
2014-07-13[Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,Simon Atanasyan
2014-07-12[ELFYAML] Group ELF section type flags to target specific blocks.Simon Atanasyan
2014-05-29[elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan
2014-05-23[YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.Simon Atanasyan
2014-05-15[obj2yaml][ELF] Print relocation's offset as a hex number. Use a properSimon Atanasyan
2014-05-15[obj2yaml][ELF] Do not print empty Link and Info fields for ELF sections.Simon Atanasyan
2014-05-14[obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan
2014-04-09Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer
2014-04-07obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer
2014-03-19Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer
2013-06-06Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola
2013-06-05Don't print default values for NumberOfAuxSymbols and AuxiliaryData.Rafael Espindola
2013-05-21Use std::list so that we have a stable iterator.Rafael Espindola
2013-05-19Temporarily disable this test because it is failing when using libc++.Bob Wilson
2013-05-17Convert obj2yaml to use yamlio.Rafael Espindola
2013-04-05Add a test for obj2yaml in preparation for refactoring it.Rafael Espindola