aboutsummaryrefslogtreecommitdiff
path: root/test/ObjectYAML
AgeCommit message (Expand)Author
2019-02-04[WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg
2019-01-17[WebAssembly] Parse llvm.ident into producers sectionThomas Lively
2019-01-17Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively
2019-01-16[WebAssembly] Parse llvm.ident into producers sectionThomas Lively
2019-01-16[WebAssembly] Store section alignment as a power of 2Sam Clegg
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively
2018-12-15[WebAssembly] Check if the section order is correctHeejin Ahn
2018-12-12[WebAssembly] Update dylink section parsingSam Clegg
2018-11-14[WebAssembly] Add support for dylink section in object formatSam Clegg
2018-11-14[WebAssembly] Add support for the event sectionHeejin Ahn
2018-11-06[WebAssembly] Add shared memory support to limits fieldDerek Schuff
2018-10-12Make YAML quote forward slashes.Zachary Turner
2018-10-12Revert "Make YAML quote forward slashes."Zachary Turner
2018-10-12Make YAML quote forward slashes.Zachary Turner
2018-05-17Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.Zachary Turner
2018-05-04obj2yaml: Correctly round-trip default alignment.Peter Collingbourne
2018-04-26[WebAssembly] Add version to object file metadataSam Clegg
2018-04-12[WebAssembly] libObject: Don't include the name the size of custom sectionsSam Clegg
2018-03-09[WebAssembly] Disallow weak undefined globals in the object formatNicholas Wilson
2018-03-05[WebAssembly] Add validation to reloc sectionNicholas Wilson
2018-03-05[WebAssembly] Fix tests with invalid yaml (required CODE section missing)Nicholas Wilson
2018-03-02[WebAssembly] Check function type indexesNicholas 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
2018-01-17[WebAssembly] Remove debug names from symbol tableSam Clegg
2018-01-09[WebAssembly] Explicitly specify function/global index space in YAMLSam Clegg
2017-12-14[WebAssembly] Add support for init functions linking metadataSam Clegg
2017-12-13[WebAssembly] Use bitfield types in wasm YAML representationSam Clegg
2017-12-13[WebAssembly] Add linking metatdata test coverage for wasm2yamlSam Clegg
2017-12-06Update obj2yaml and yaml2obj for .debug$H section.Zachary Turner
2017-10-03[ObjectYAML] Handle SHF_COMPRESSEDShoaib Meenai
2017-09-29[WebAssembly] Allow each data segment to specify its own alignmentSam Clegg
2017-09-01[WebAssembly] Update relocation names to match specSam Clegg
2017-08-31[WebAssembly] Validate exports when parsing object filesSam Clegg
2017-07-17[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner
2017-07-12[WebAssembly] Expose the offset of each data segmentSam Clegg
2017-06-27[WebAssembly] Add data size and alignement to linking sectionSam Clegg
2017-06-20[WebAssembly] Add support for weak symbols in the binary formatSam Clegg
2017-06-16obj2yaml: Improve error reportingSam Clegg
2017-05-09[WebAssembly] Improve libObject support for wasm imports and exportsSam Clegg
2017-05-09[WebAssembly] Fix validation of start functionSam Clegg
2017-05-05[WebAssembly] Add ObjectYAML support for wasm name sectionSam Clegg
2017-04-26[WebAssembly] Allow for signed relocation addendsSam Clegg
2017-04-25[WebAssembly] Read global index in init expression as LEBSam Clegg
2017-04-14[Test commit] Cleanup some whitespace in a test fileSam Clegg
2017-04-04Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTORJonas Hahnfeld
2017-03-30[WebAssembly] Improve support for WebAssembly binary formatDerek Schuff
2017-03-07[ObjectYAML] Fix issue with DWARF2 AddrSize 8Chris Bieneman