aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSectionWasm.h
AgeCommit message (Expand)Author
2019-02-09[MC] Clean up unused inline function and non-anchor defaulted destructors; NFCIHubert Tong
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-23[WebAssembly] Add first claass symbol table to wasm objectsSam Clegg
2018-02-12[WebAssembly] MC: Remove redundant `private` specifiersSam Clegg
2017-10-20[WebAssembly] MC: Fix crash when -g specified.Sam Clegg
2017-09-15[WebAssembly] MC: Create wasm data segments based on MCSectionsSam Clegg
2017-09-12[WebAssembly] Remove flags from MCSectionWasmSam Clegg
2017-04-28[WebAssembly] Add size of section header to data relocation offsets.Sam Clegg
2017-02-24[WebAssembly] Basic support for Wasm object file encoding.Dan Gohman
2017-02-22[WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman