aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ObjectYAML/WasmYAML.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-21[WebAssembly] Add segment RETAIN flag to support private retained data (#81539)Yuta Saito1-0/+1
2024-01-25[Object][Wasm] Allow parsing of GC types in type and table sections (#79235)Derek Schuff1-3/+9
2023-10-03[WebAssembly] Allow absolute symbols in the linking section (symbol table) (#...Sam Clegg1-1/+4
2023-07-27[WebAssembly][Objcopy] Write output section headers identically to inputsDerek Schuff1-0/+1
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-32/+35
2021-10-15[WebAssembly] Add import info to `dylink` section of shared librariesSam Clegg1-4/+12
2021-10-05[WebAssembly] Remove WasmTagTypeHeejin Ahn1-11/+3
2021-09-14Fix test failure created by ef8c9135efcbSam Clegg1-1/+1
2021-09-14[WebAssembly] Allow import and export of TLS symbols between DSOsSam Clegg1-0/+7
2021-09-12[WebAssembly] Convert to new "dylink.0" section formatSam Clegg1-1/+1
2021-09-09[WebAssembly] Add explict TLS symbol flagSam Clegg1-0/+1
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn1-17/+17
2021-05-12[WebAssembly] Add TLS data segment flag: WASM_SEG_FLAG_TLSSam Clegg1-0/+1
2021-05-10Reland: "[lld][WebAssembly] Initial support merging string data"Sam Clegg1-1/+5
2021-05-10Revert "[lld][WebAssembly] Initial support merging string data"Nico Weber1-5/+1
2021-05-10[lld][WebAssembly] Initial support merging string dataSam Clegg1-1/+5
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-0/+8
2021-02-02[yaml2obj][wasm] Support numeric relocation typeFangrui Song1-0/+1
2021-01-19[WebAssembly] Change prefix on data segment flags to WASM_DATA_SEGMENTAndy Wingo1-2/+2
2021-01-09[WebAssembly] Remove exnref and br_on_exnHeejin Ahn1-1/+0
2020-12-09[WebAssembly] Add support for named data sections in wasm binariesSam Clegg1-0/+1
2020-12-07[WebAssembly] Add Object and ObjectWriter support for wasm COMDAT sectionsDerek Schuff1-0/+1
2020-11-19[WebAssembly] Add support for named globals in the object format.Sam Clegg1-0/+1
2020-10-13[WebAssembly] Added .tabletype to asm and multiple table support in obj filesPaulo Matos1-0/+5
2020-07-06[WebAssembly] 64-bit memory limitsWouter van Oortmerssen1-0/+1
2020-06-22[WebAssembly] Add support for externalref to MC and wasm-ldSam Clegg1-0/+8
2020-03-25[WebAssembly] Move event section before global sectionHeejin Ahn1-9/+9
2019-10-18[WebAssembly] Allow multivalue signatures in object filesThomas Lively1-2/+1
2019-08-29[WebAssembly] Make __attribute__((used)) not imply export.Dan Gohman1-0/+1
2019-05-07[WebAssembly] Add more test coverage for reloctions against section symbolsSam Clegg1-1/+2
2019-04-30[WebAssembly] Support EXPLICIT_NAME symbols in llvm-readobjDan Gohman1-0/+1
2019-04-12[WebAssembly] Add DataCount section to object filesThomas Lively1-0/+11
2019-03-20[WebAssembly] Target features sectionThomas Lively1-0/+25
2019-02-19[WebAssembly] Update MC for bulk memoryThomas Lively1-2/+12
2019-02-07[WebAssembly] Add symbol flag to the binary format llvm.usedSam Clegg1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-17[WebAssembly] Parse llvm.ident into producers sectionThomas Lively1-0/+18
2019-01-17Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively1-18/+0
2019-01-16[WebAssembly] Parse llvm.ident into producers sectionThomas Lively1-0/+18
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively1-4/+4
2018-12-12[WebAssembly] Update dylink section parsingSam Clegg1-0/+1
2018-11-14[WebAssembly] Add support for dylink section in object formatSam Clegg1-1/+14
2018-11-14[WebAssembly] Add support for the event sectionHeejin Ahn1-0/+24
2018-11-06[WebAssembly] Add shared memory support to limits fieldDerek Schuff1-0/+1
2018-09-20[WebAssembly] Add V128 value type to binary formatThomas Lively1-0/+1
2018-09-05[WebAssembly] clang-format (NFC)Heejin Ahn1-8/+8
2018-04-26[WebAssembly] Write DWARF data into wasm object fileSam Clegg1-0/+3
2018-04-26[WebAssembly] Add version to object file metadataSam Clegg1-0/+1