summaryrefslogtreecommitdiff
path: root/lld/wasm/WriterUtils.h
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Second phase of implemented extended const proposalSam Clegg2022-03-141-0/+3
* [WebAssembly] Remove WasmTagTypeHeejin Ahn2021-10-051-5/+0
* [lld][WebAssembly] Cleanup output of --verboseSam Clegg2021-09-101-0/+4
* [WebAssembly] Rename event to tagHeejin Ahn2021-06-171-3/+3
* [lld][WebAssembly] Common superclass for input globals/events/tablesAndy Wingo2021-02-111-2/+0
* [lld][WebAssembly] Add support for handling table symbolsAndy Wingo2021-01-141-0/+1
* [WebAssembly] Fixed Writer::createInitMemoryFunction to work for wasm64Wouter van Oortmerssen2020-12-031-0/+3
* [WebAssembly] Factor out WasmTableType in binary formatAndy Wingo2020-11-251-1/+1
* [WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocsWouter van Oortmerssen2020-06-151-4/+4
* [WebAssembly] Initialize memory in start functionThomas Lively2019-09-041-0/+6
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-24/+24
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-12-081-1/+6
* [WebAssembly] Remove `using` statements from header files. NFC.Sam Clegg2018-11-271-3/+0
* [WebAssembly] Refactor use of signaturesDerek Schuff2018-10-031-1/+2
* [WebAssembly] Add export/import for function pointer tableNicholas Wilson2018-03-271-0/+2
* [WebAssembly] Use DenseMapInfo traits from LLVM repo. NFCNicholas Wilson2018-03-141-23/+1
* [WebAssembly] Use uint8_t for single byte values to match the specSam Clegg2018-03-011-1/+1
* [WebAssembly] Use Twine rather than StringRef for logging messagesSam Clegg2018-03-011-7/+8
* [WebAssembly] Add explicit symbol tableSam Clegg2018-02-231-0/+12
* Do not create a temporary data structure for relocations.Rui Ueyama2018-02-201-8/+0
* Refactor wasm/WriterUtil.{cpp,h}.Rui Ueyama2018-02-161-10/+9
* Style fix. NFC.Rui Ueyama2018-02-161-9/+9
* [WebAssembly] Update to match llvm change rL323901. NFCSam Clegg2018-01-311-0/+2
* [WebAssembly] Allow function signature checking at link timeSam Clegg2017-11-301-0/+15
* [WebAssembly] Initial wasm linker implementationSam Clegg2017-11-171-0/+63