summaryrefslogtreecommitdiffstats
path: root/lld/wasm/WriterUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFCFangrui Song2019-10-101-65/+67
* [WebAssembly] Initialize memory in start functionThomas Lively2019-09-041-0/+15
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-151-2/+2
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-99/+99
* [wasm] Simplify. NFCFangrui Song2019-04-181-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Instruction renamingThomas Lively2019-01-081-2/+2
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-12-081-3/+21
* [WebAssembly] Delete unused using statements (NFC)Heejin Ahn2018-11-211-1/+0
* [WebAssembly] Remove duplicate function. NFC.Sam Clegg2018-11-011-21/+6
* [WebAssembly] Refactor use of signaturesDerek Schuff2018-10-031-19/+19
* [WebAssembly] Add v128 value typeThomas Lively2018-09-201-0/+2
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-1/+1
* [lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-1/+1
* [WebAssembly] Add export/import for function pointer tableNicholas Wilson2018-03-271-0/+11
* [WebAssembly] Add except_ref as a first-class typeHeejin Ahn2018-03-081-0/+2
* [WebAssembly] Run clang-format. NFCNicholas Wilson2018-03-071-1/+1
* [WebAssembly] Rename global types to match the notation in the specNicholas Wilson2018-03-021-4/+2
* [WebAssembly] Use uint8_t for single byte values to match the specSam Clegg2018-03-011-8/+7
* [WebAssembly] Use Twine rather than StringRef for logging messagesSam Clegg2018-03-011-8/+11
* [WebAssembly] Fix variable name.Rui Ueyama2018-02-281-1/+1
* [WebAssembly] Add explicit symbol tableSam Clegg2018-02-231-0/+7
* Consistent (non) use of empty lines in include blocksSam Clegg2018-02-201-2/+0
* Do not create a temporary data structure for relocations.Rui Ueyama2018-02-201-17/+0
* Refactor wasm/WriterUtil.{cpp,h}.Rui Ueyama2018-02-161-26/+19
* Style fix. NFC.Rui Ueyama2018-02-161-24/+24
* [WebAssembly] Update to match llvm change rL323901. NFCSam Clegg2018-01-311-4/+7
* [WebAssembly] Allow function signature checking at link timeSam Clegg2017-11-301-0/+29
* Remove `else` or `break` after `fatal`. NFC.Rui Ueyama2017-11-291-3/+0
* [WebAssembly] Initial wasm linker implementationSam Clegg2017-11-171-0/+189
OpenPOWER on IntegriCloud