summaryrefslogtreecommitdiff
path: root/llvm/test/Object/obj2yaml.test
AgeCommit message (Expand)Author
2023-09-25[obj2yaml] Emit ProgramHeader.OffsetJob Noorman
2022-12-26[Xtensa 2/10] Add Xtensa ELF definitionsAndrei Safronov
2021-04-15[yaml2obj/obj2yaml/llvm-readobj] Support printing and parsing AVR-specific e_...LemonBoy
2021-01-25[yaml2obj, obj2yaml] - Implement section header table as a special Chunk.Georgii Rymar
2021-01-13[obj2yaml,yaml2obj] - Refine how we set/dump the sh_entsize field.Georgii Rymar
2020-12-01[obj2yaml] - Teach tool to emit the "SectionHeaderTable" key and sort section...Georgii Rymar
2020-11-25[obj2yaml] - Dump section offsets in some cases.Georgii Rymar
2020-11-18Reland "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping He...Georgii Rymar
2020-11-18Revert "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping He...Georgii Rymar
2020-11-18[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping Hex8/Hex16...Georgii Rymar
2020-11-09[yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections l...Georgii Rymar
2020-04-22[obj2yaml] - Fix the issue with dumping empty sections when dumping program h...Georgii Rymar
2020-04-09[obj2yaml] - Do not dump the segment's "Align" field when it is equal to 1.Georgii Rymar
2020-03-31[obj2yaml] - Teach tool to dump program headers.Georgii Rymar
2020-03-19[obj2yaml] - SHT_DYNAMIC and SHT_REL* sections: stop dumping sh_entsize field...Georgii Rymar
2020-03-06[lib/ObjectYAML] - Make `ELFYAML::Relocation::Offset` optional.Georgii Rymar
2020-01-21[test] Use yaml2obj -o %t instead of > %tFangrui Song
2019-08-06[test/Object] - Cleanup the Object\obj2yaml.test a bit.George Rimar
2019-07-08[llvm\test\Object] - An initial step to cleanup the test cases.George Rimar
2019-06-10[yaml2obj/obj2yaml] - Make RawContentSection::Content and RawContentSection::...George Rimar
2019-04-03[yaml2obj][obj2yaml] - Change how symbol's binding is descibed when parsing/d...George Rimar
2019-02-22Fix BB after r354661George Rimar
2019-01-28[obj2yaml] - Dump the sh_entsize section field.George Rimar
2019-01-16[WebAssembly] Store section alignment as a power of 2Sam Clegg
2018-11-07[WebAssembly] Update more test cases after FixFunctionBitcastsHeejin Ahn
2018-04-26[WebAssembly] Add version to object file metadataSam Clegg
2018-03-01[WebAssembly] Update pre-generated test files to match latest llc output. NFC.Nicholas Wilson
2018-02-27[WebAssembly] Remove DataSize from linking metadata sectionSam Clegg
2018-02-23[WebAssembly] Add first claass symbol table to wasm objectsSam Clegg
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