aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCSectionWasm.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-05-12[WebAssembly] Add TLS data segment flag: WASM_SEG_FLAG_TLSSam Clegg1-0/+2
2021-05-10Reland: "[lld][WebAssembly] Initial support merging string data"Sam Clegg1-2/+4
2021-05-10Revert "[lld][WebAssembly] Initial support merging string data"Nico Weber1-4/+2
2021-05-10[lld][WebAssembly] Initial support merging string dataSam Clegg1-2/+4
2020-12-10[WebAssembly] Support COMDAT sections in assembly syntaxDerek Schuff1-1/+9
2020-12-10Revert "[WebAssembly] Support COMDAT sections in assembly syntax"Derek Schuff1-9/+1
2020-12-10[WebAssembly] Support COMDAT sections in assembly syntaxDerek Schuff1-1/+9
2020-06-27MCSectionWasm.h - reduce includes to forward declarations. NFC.Simon Pilgrim1-0/+1
2020-04-15[MC] Replace MCSection*::getName() with MCSection::getName(). NFCFangrui Song1-1/+1
2020-04-15[MC] Rename MCSection*::getSectionName() to getName(). NFCFangrui Song1-2/+2
2019-02-19[WebAssembly] Update MC for bulk memoryThomas Lively1-1/+2
2019-02-09[MC] Clean up unused inline function and non-anchor defaulted destructors; NFCIHubert Tong1-2/+0
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn1-3/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-12-13Remove redundant includes from lib/MC.Michael Zolotukhin1-1/+0
2017-02-22[WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman1-0/+97