summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/obj2yaml.test
Commit message (Expand)AuthorAgeFilesLines
* [test/Object] - Cleanup the Object\obj2yaml.test a bit.George Rimar2019-08-061-10/+0
* [llvm\test\Object] - An initial step to cleanup the test cases.George Rimar2019-07-081-705/+778
* [yaml2obj/obj2yaml] - Make RawContentSection::Content and RawContentSection::...George Rimar2019-06-101-7/+0
* [yaml2obj][obj2yaml] - Change how symbol's binding is descibed when parsing/d...George Rimar2019-04-031-10/+21
* Fix BB after r354661George Rimar2019-02-221-0/+5
* [obj2yaml] - Dump the sh_entsize section field.George Rimar2019-01-281-0/+5
* [WebAssembly] Store section alignment as a power of 2Sam Clegg2019-01-161-2/+2
* [WebAssembly] Update more test cases after FixFunctionBitcastsHeejin Ahn2018-11-071-1/+3
* [WebAssembly] Add version to object file metadataSam Clegg2018-04-261-0/+1
* [WebAssembly] Update pre-generated test files to match latest llc output. NFC.Nicholas Wilson2018-03-011-9/+9
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-271-1/+0
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-8/+30
* [ObjectYAML] Map relocation types for COFF ARMNT and ARM64Martin Storsjo2017-11-061-0/+158
* Use the section name if a STT_SECTION symbol has empty name.Rafael Espindola2017-09-061-18/+35
* [WebAssembly] Be consistent in generating trivial test input filesSam Clegg2017-07-101-7/+18
* obj2yaml: Improve error reportingSam Clegg2017-06-161-1/+1
* [llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flagsSimon Atanasyan2016-01-201-1/+1
* [AVR] Add ELF constants to headersDylan McKay2015-10-231-0/+62
* Fixup r248096, commit the *correct* test.Davide Italiano2015-09-191-2/+2
* [obj2yaml] Fix "time of check to time of use" bug. Add a test.Davide Italiano2015-09-191-0/+3
* [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj toolsSimon Atanasyan2015-07-031-2/+1
* This reverts commit r241350 and r241352.Rafael Espindola2015-07-031-1/+2
* [ELFYAML] Make the Size field for .bss section optionalSimon Atanasyan2015-07-031-1/+0
* [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj toolsSimon Atanasyan2015-07-031-2/+2
* Fix the interpretation of a 0 st_name.Rafael Espindola2015-06-031-31/+16
* [obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section supportSimon Atanasyan2015-05-071-1/+6
* [ELFYAML] Provide default value 0 for YAML relocation addendum fieldSimon Atanasyan2015-01-291-8/+0
* [Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,Simon Atanasyan2014-07-131-1/+21
* [ELFYAML] Group ELF section type flags to target specific blocks.Simon Atanasyan2014-07-121-0/+8
* [elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan2014-05-291-3/+3
* [YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.Simon Atanasyan2014-05-231-2/+2
* [obj2yaml][ELF] Print relocation's offset as a hex number. Use a properSimon Atanasyan2014-05-151-10/+10
* [obj2yaml][ELF] Do not print empty Link and Info fields for ELF sections.Simon Atanasyan2014-05-151-26/+0
* [obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan2014-05-141-1/+249
* Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer2014-04-091-1/+1
* obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer2014-04-071-2/+18
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-191-8/+24
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-061-6/+6
* Don't print default values for NumberOfAuxSymbols and AuxiliaryData.Rafael Espindola2013-06-051-0/+1
* Use std::list so that we have a stable iterator.Rafael Espindola2013-05-211-3/+2
* Temporarily disable this test because it is failing when using libc++.Bob Wilson2013-05-191-2/+3
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-171-96/+78
* Add a test for obj2yaml in preparation for refactoring it.Rafael Espindola2013-04-051-0/+170
OpenPOWER on IntegriCloud