aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ObjectYAML/WasmEmitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-07-27[WebAssembly][Objcopy] Write output section headers identically to inputsDerek Schuff1-1/+11
2022-03-14[WebAssembly] Rename member in WasmYAML.h to avoid compiler warningSam Clegg1-1/+1
2022-03-14[WebAssembly] Second phase of implemented extended const proposalSam Clegg1-23/+28
2022-03-02[ObjectYAML] WasmWriter::writeSectionContent - use llvm::enumerate to fix 'si...Simon Pilgrim1-6/+3
2022-01-27[lld][WebAssembly] Handle TLS symbols in older object fileSam Clegg1-12/+1
2021-10-05[WebAssembly] Remove WasmTagTypeHeejin Ahn1-12/+6
2021-09-12[WebAssembly] Convert to new "dylink.0" section formatSam Clegg1-7/+18
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn1-16/+16
2021-03-24[WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC.Andy Wingo1-1/+1
2021-03-05[WebAssembly][yaml2obj][obj2yaml] Elem sections for nonzero tablesAndy Wingo1-1/+16
2021-02-02Diagnose if a SLEB128 is too large to fit in an int64_t.Richard Smith1-1/+2
2021-01-19[WebAssembly] Change prefix on data segment flags to WASM_DATA_SEGMENTAndy Wingo1-2/+2
2020-12-09[WebAssembly] Add support for named data sections in wasm binariesSam Clegg1-0/+13
2020-11-19[WebAssembly] Add support for named globals in the object format.Sam Clegg1-0/+13
2020-11-13[WebAssembly] Added R_WASM_FUNCTION_OFFSET_I64 for use with DWARF DW_AT_low_pcWouter van Oortmerssen1-0/+1
2020-10-13[WebAssembly] Added .tabletype to asm and multiple table support in obj filesPaulo Matos1-1/+10
2020-06-15[WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocsWouter van Oortmerssen1-0/+3
2020-04-16[WebAssembly] Fix WasmEmitter link error.Wouter van Oortmerssen1-1/+6
2020-04-16[WebAssembly] Add int32 DW_OP_WASM_location variantWouter van Oortmerssen1-6/+1
2020-03-25[WebAssembly] Move event section before global sectionHeejin Ahn1-18/+18
2019-10-18[WebAssembly] Allow multivalue signatures in object filesThomas Lively1-6/+3
2019-09-17WasmEmitter - Don't dereference a dyn_cast result. NFCI.Simon Pilgrim1-1/+1
2019-09-13[yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors ha...George Rimar1-163/+132
2019-09-13[lib/ObjectYAML] - Change interface to return `bool` instead of `int`. NFCIGeorge Rimar1-7/+6
2019-08-07[yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet1-0/+668
2019-08-06Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...Dmitri Gribenko1-668/+0
2019-08-06[yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet1-0/+668