summaryrefslogtreecommitdiffstats
path: root/llvm/test/ObjectYAML
Commit message (Expand)AuthorAgeFilesLines
* [ObjectYAML] - Redefine LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::Hex*) as LLV...Georgii Rymar2019-10-309-117/+38
* [WebAssembly] Allow multivalue signatures in object filesThomas Lively2019-10-1812-31/+44
* [yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors ha...George Rimar2019-09-131-1/+1
* [ObjectYAML] Fix lifetime issue in dumpDebugLinesVitaly Buka2019-08-291-6/+6
* [yaml2obj/obj2yaml][MachO] Fix a test failure in big endian hostsSeiya Nuta2019-08-201-2/+2
* [yaml2obj/obj2yaml][MachO] Allow setting custom section dataSeiya Nuta2019-08-202-2/+165
* [yaml2obj][MachO] Don't fill dummy data for virtual sectionsSeiya Nuta2019-06-171-0/+226
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-1/+1
* [WebAssembly] Target features sectionThomas Lively2019-03-201-0/+25
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-192-8/+26
* [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg2019-02-043-10/+10
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-172-0/+43
* Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2019-01-172-43/+0
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-162-0/+43
* [WebAssembly] Store section alignment as a power of 2Sam Clegg2019-01-166-7/+7
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-083-7/+7
* [WebAssembly] Check if the section order is correctHeejin Ahn2018-12-151-0/+20
* [WebAssembly] Update dylink section parsingSam Clegg2018-12-121-0/+4
* [WebAssembly] Add support for dylink section in object formatSam Clegg2018-11-141-0/+24
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-0/+92
* [WebAssembly] Add shared memory support to limits fieldDerek Schuff2018-11-061-0/+36
* Make YAML quote forward slashes.Zachary Turner2018-10-124-7/+7
* Revert "Make YAML quote forward slashes."Zachary Turner2018-10-124-7/+7
* Make YAML quote forward slashes.Zachary Turner2018-10-124-7/+7
* Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner2018-05-171-13/+13
* Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner2018-05-171-11/+11
* [pdb] Change /DEBUG:GHASH to emit 8 byte hashes.Zachary Turner2018-05-171-11/+11
* obj2yaml: Correctly round-trip default alignment.Peter Collingbourne2018-05-041-0/+15
* [WebAssembly] Add version to object file metadataSam Clegg2018-04-265-3/+6
* [WebAssembly] libObject: Don't include the name the size of custom sectionsSam Clegg2018-04-121-2/+2
* [WebAssembly] Disallow weak undefined globals in the object formatNicholas Wilson2018-03-091-0/+24
* [WebAssembly] Add validation to reloc sectionNicholas Wilson2018-03-052-1/+24
* [WebAssembly] Fix tests with invalid yaml (required CODE section missing)Nicholas Wilson2018-03-053-3/+28
* [WebAssembly] Check function type indexesNicholas Wilson2018-03-022-0/+14
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-272-4/+0
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-232-16/+34
* [WebAssembly] Remove debug names from symbol tableSam Clegg2018-01-171-0/+8
* [WebAssembly] Explicitly specify function/global index space in YAMLSam Clegg2018-01-099-18/+36
* [WebAssembly] Add support for init functions linking metadataSam Clegg2017-12-141-0/+6
* [WebAssembly] Use bitfield types in wasm YAML representationSam Clegg2017-12-136-19/+19
* [WebAssembly] Add linking metatdata test coverage for wasm2yamlSam Clegg2017-12-131-0/+60
* Update obj2yaml and yaml2obj for .debug$H section.Zachary Turner2017-12-062-59/+112
* [ObjectYAML] Handle SHF_COMPRESSEDShoaib Meenai2017-10-031-0/+28
* [WebAssembly] Allow each data segment to specify its own alignmentSam Clegg2017-09-291-2/+0
* [WebAssembly] Update relocation names to match specSam Clegg2017-09-011-4/+4
* [WebAssembly] Validate exports when parsing object filesSam Clegg2017-08-312-0/+27
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-171-0/+59
* [WebAssembly] Expose the offset of each data segmentSam Clegg2017-07-121-2/+3
* [WebAssembly] Add data size and alignement to linking sectionSam Clegg2017-06-271-2/+19
* [WebAssembly] Add support for weak symbols in the binary formatSam Clegg2017-06-201-0/+40
OpenPOWER on IntegriCloud