aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/ObjectYAML/wasm
AgeCommit message (Expand)AuthorFilesLines
2025-02-24[object][WebAssembly] Add support for RUNTIME_PATH to yaml2obj and obj2yaml (...Hood Chatham1-0/+4
2025-02-04Revert "[Object][WebAssembly] Fix data segment offsets higher than 2^31 (#125...Sam Clegg2-20/+2
2025-02-04[Object][WebAssembly] Fix data segment offsets higher than 2^31 (#125739)Sam Clegg2-2/+20
2024-11-04[WebAssembly] Remove WASM_FEATURE_PREFIX_REQUIRED (NFC) (#113729)Heejin Ahn1-4/+0
2024-08-19[llvm-objcopy][WebAssembly] Allow --strip-debug to operate on relocatable fil...upstream/mainSam Clegg1-1/+1
2023-07-27[WebAssembly][Objcopy] Write output section headers identically to inputsDerek Schuff1-0/+91
2022-07-14[obj2yaml] Add -o to specify output filenameFangrui Song1-1/+5
2022-03-14[WebAssembly] Second phase of implemented extended const proposalSam Clegg1-0/+42
2021-10-05[WebAssembly] Remove WasmTagTypeHeejin Ahn1-8/+2
2021-09-12[WebAssembly] Convert to new "dylink.0" section formatSam Clegg1-2/+2
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn1-11/+11
2021-03-24[WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC.Andy Wingo7-22/+22
2021-03-05[WebAssembly][yaml2obj][obj2yaml] Elem sections for nonzero tablesAndy Wingo1-0/+123
2021-02-02[yaml2obj][wasm] Support numeric relocation typeFangrui Song1-0/+6
2021-01-25[Object][WebAssembly] Update format of error messagesSam Clegg3-3/+3
2020-11-18Reland "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping He...Georgii Rymar17-33/+33
2020-11-18Revert "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping He...Georgii Rymar17-33/+33
2020-11-18[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping Hex8/Hex16...Georgii Rymar17-33/+33
2020-10-13[WebAssembly] Added .tabletype to asm and multiple table support in obj filesPaulo Matos3-3/+7
2019-10-18[WebAssembly] Allow multivalue signatures in object filesThomas Lively12-31/+44
2019-09-13[yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors ha...George Rimar1-1/+1
2019-03-20[WebAssembly] Target features sectionThomas Lively1-0/+25
2019-02-19[WebAssembly] Update MC for bulk memoryThomas Lively2-8/+26
2019-02-04[WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg3-10/+10
2019-01-17[WebAssembly] Parse llvm.ident into producers sectionThomas Lively2-0/+43
2019-01-17Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2-43/+0
2019-01-16[WebAssembly] Parse llvm.ident into producers sectionThomas Lively2-0/+43
2019-01-16[WebAssembly] Store section alignment as a power of 2Sam Clegg6-7/+7
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively3-7/+7
2018-12-15[WebAssembly] Check if the section order is correctHeejin Ahn1-0/+20
2018-12-12[WebAssembly] Update dylink section parsingSam Clegg1-0/+4
2018-11-14[WebAssembly] Add support for dylink section in object formatSam Clegg1-0/+24
2018-11-14[WebAssembly] Add support for the event sectionHeejin Ahn1-0/+92
2018-11-06[WebAssembly] Add shared memory support to limits fieldDerek Schuff1-0/+36
2018-04-26[WebAssembly] Add version to object file metadataSam Clegg5-3/+6
2018-04-12[WebAssembly] libObject: Don't include the name the size of custom sectionsSam Clegg1-2/+2
2018-03-09[WebAssembly] Disallow weak undefined globals in the object formatNicholas Wilson1-0/+24
2018-03-05[WebAssembly] Add validation to reloc sectionNicholas Wilson2-1/+24
2018-03-05[WebAssembly] Fix tests with invalid yaml (required CODE section missing)Nicholas Wilson3-3/+28
2018-03-02[WebAssembly] Check function type indexesNicholas Wilson2-0/+14
2018-02-27[WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2-4/+0
2018-02-23[WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2-16/+34
2018-01-17[WebAssembly] Remove debug names from symbol tableSam Clegg1-0/+8
2018-01-09[WebAssembly] Explicitly specify function/global index space in YAMLSam Clegg9-18/+36
2017-12-14[WebAssembly] Add support for init functions linking metadataSam Clegg1-0/+6
2017-12-13[WebAssembly] Use bitfield types in wasm YAML representationSam Clegg6-19/+19
2017-12-13[WebAssembly] Add linking metatdata test coverage for wasm2yamlSam Clegg1-0/+60
2017-09-29[WebAssembly] Allow each data segment to specify its own alignmentSam Clegg1-2/+0
2017-09-01[WebAssembly] Update relocation names to match specSam Clegg1-4/+4
2017-08-31[WebAssembly] Validate exports when parsing object filesSam Clegg2-0/+27