summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/relocatable.ll
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Allow multivalue signatures in object filesThomas Lively2019-10-181-3/+4
* [lld][WebAssembly] Preserve symbol flags in --relocatable outputSam Clegg2019-09-231-1/+4
* [WebAssembly] Sort output data sections to place .bss lastThomas Lively2019-09-191-30/+30
* [WebAssembly] Initialize memory in start functionThomas Lively2019-09-041-1/+1
* [WebAssembly] Fix null pointer in createInitTLSFunctionGuanzhong Chen2019-08-061-175/+185
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-191-6/+6
* [WebAssembly] Update relocation naming to match llvm change. NFC.Sam Clegg2019-02-041-9/+9
* [WebAssembly] Store section alignment as a power of 2Sam Clegg2019-01-161-7/+7
* [WebAssembly] Instruction renamingThomas Lively2019-01-081-1/+1
* [WebAssembly] Remove final -wasm component of target triple. NFC.Sam Clegg2018-05-101-1/+1
* [WebAssembly] Check function signatures by defaultSam Clegg2018-05-051-1/+1
* [WebAssembly] Add version to linking section (to match llvm-side change)Sam Clegg2018-04-261-0/+1
* [WebAssembly] Reorder symbol table to match MC orderNicholas Wilson2018-02-281-30/+30
* [WebAssembly] Remove DataSize from linking metadataSam Clegg2018-02-271-1/+0
* [WebAssembly] Add explicit symbol tableSam Clegg2018-02-231-91/+71
* Use wasm-ld instead of "lld -flavor wasm".Rui Ueyama2018-02-161-1/+1
* [WebAssembly] Fix signature mismatches in test codeSam Clegg2018-02-021-1/+1
* [WebAssembly] Write minimal types sectionSam Clegg2018-01-311-7/+7
* [WebAssembly] Always start table index at 1, even for relocatable outputSam Clegg2018-01-241-6/+6
* [WebAssembly] Use inline target tripple in test casesSam Clegg2018-01-241-2/+4
* [WebAssembly] Update to match llvm changes to TABLE relocationsSam Clegg2018-01-231-1/+1
* [WebAssembly] Include SYMBOL_INFO for imports as well as exportsSam Clegg2018-01-191-0/+2
* [WebAssembly] Include weak imports when linking with --relocatableSam Clegg2018-01-191-23/+59
* [WebAssembly] Add missing function exports and SYM_INFO to --relocatable outputSam Clegg2018-01-181-0/+15
* [WebAssembly] Simplify generation of "names" sectionSam Clegg2018-01-171-0/+2
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-121-11/+53
* [WebAssembly] Update YAML in tests to match LLVM changeSam Clegg2018-01-091-6/+12
* [WebAssembly] Write out undefined symbol addresses as zeroSam Clegg2018-01-081-1/+1
* [WebAssemlby] Fix typo in target triple used in testsSam Clegg2017-12-191-2/+2
* [WebAssembly] Update YAML expected output after llvm changeSam Clegg2017-12-141-5/+5
* Remove trailing whitespace.Rui Ueyama2017-12-121-30/+30
* [WebAssembly] Improve wasm test casesSam Clegg2017-12-081-5/+2
* [WebAssembly] Fix symbol exports under -r/--relocatableSam Clegg2017-12-071-0/+12
* [WebAssembly] Initial wasm linker implementationSam Clegg2017-11-171-0/+185
OpenPOWER on IntegriCloud