aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/BinaryFormat/Wasm.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-05-27[WebAssembly] Consolidate sectionTypeToString in BinaryFormat [NFC]Derek Schuff1-2/+27
2021-07-19[WebAssembly] Support R_WASM_MEMORY_ADDR_TLS_SLEB64 for wasm64Wouter van Oortmerssen1-0/+1
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn1-2/+2
2021-03-08[WebAssembly] Add new relocation for location relative dataYuta Saito1-0/+1
2020-11-13[WebAssembly] Added R_WASM_FUNCTION_OFFSET_I64 for use with DWARF DW_AT_low_pcWouter van Oortmerssen1-0/+1
2020-11-13[WebAssembly] Add new relocation type for TLS data symbolsSam Clegg1-0/+1
2020-10-13[WebAssembly] Added .tabletype to asm and multiple table support in obj filesPaulo Matos1-0/+2
2020-06-15[WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocsWouter van Oortmerssen1-0/+4
2019-06-26[WebAssembly] Fix list of relocations with addends in lldKeno Fischer1-0/+14
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn1-4/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-14[WebAssembly] Add support for the event sectionHeejin Ahn1-0/+2
2018-09-05[WebAssembly] clang-format (NFC)Heejin Ahn1-1/+3
2018-05-14[WebAssembly] Move toString helpers to BinaryFormatSam Clegg1-0/+34