summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/weak-alias.ll
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Allow multivalue signatures in object filesThomas Lively2019-10-181-7/+9
* [WebAssembly] Don't export __data_end and __heap_base by default.Sam Clegg2019-05-311-18/+0
* [WebAssebmly] Allow __wasm_call_ctors to be GC'edSam Clegg2019-03-011-26/+21
* [WebAssembly] Update relocation naming to match llvm change. NFC.Sam Clegg2019-02-041-13/+13
* [WebAssembly] Fix crash with LTO + relocatable + undefined symbolsSam Clegg2019-01-301-14/+14
* [WebAssembly] Store section alignment as a power of 2Sam Clegg2019-01-161-1/+1
* [WebAssembly] Instruction renamingThomas Lively2019-01-081-2/+2
* [WebAssembly] Add --[no]-export-dynamic to replace --export-defaultSam Clegg2018-09-271-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-2/+2
* [WebAssembly] Add version to linking section (to match llvm-side change)Sam Clegg2018-04-261-0/+1
* [WebAssembly] Reorder synthetic functions to come firstNicholas Wilson2018-03-121-25/+25
* [WebAssembly] Reorder exports to match symbol table orderNicholas Wilson2018-03-011-9/+9
* [WebAssembly] Reorder symbol table to match MC orderNicholas Wilson2018-02-281-28/+28
* [WebAssembly] Remove DataSize from linking metadataSam Clegg2018-02-271-4/+0
* [WebAssembly] Add explicit symbol tableSam Clegg2018-02-231-42/+57
* Use wasm-ld instead of "lld -flavor wasm".Rui Ueyama2018-02-161-2/+2
* [WebAssembly] Add __data_end link-sythentic symbol.Sam Clegg2018-02-071-0/+9
* [WebAssembly] Fix signature mismatches in test codeSam Clegg2018-02-021-22/+25
* [WebAssembly] Don't duplicate functions in table outputSam Clegg2018-01-241-8/+8
* [WebAssembly] Always start table index at 1, even for relocatable outputSam Clegg2018-01-241-5/+5
* [WebAssembly] Use inline target tripple in test casesSam Clegg2018-01-241-2/+4
* Remove trailing whitespace.Rui Ueyama2018-01-241-26/+26
* [WebAssembly] Add --relocatable test to test/wasm/weak-alias.ll. NFC.Sam Clegg2018-01-231-0/+147
* [WebAssembly] Define __heap_base globalSam Clegg2018-01-171-0/+9
* [WebAssembly] Create synthetic __wasm_call_ctors functionSam Clegg2018-01-121-1/+9
* [WebAssembly] Update YAML in tests to match LLVM changeSam Clegg2018-01-091-7/+14
* [WebAssembly] Increase test coverage for weak aliasesSam Clegg2017-12-221-5/+7
* [WebAssembly] Improve weak alias tests casesSam Clegg2017-12-211-11/+40
* [WebAssemlby] Fix typo in target triple used in testsSam Clegg2017-12-191-1/+1
* [WebAssembly] Update YAML expected output after llvm changeSam Clegg2017-12-141-1/+1
* Remove trailing whitespace.Rui Ueyama2017-12-121-15/+15
* Reland "[WebAssembly] Add support for visibility flag""Sam Clegg2017-12-031-3/+3
* [WebAssembly] Revert r319592 "Add support for visibility flag"Heejin Ahn2017-12-021-3/+3
* [WebAssembly] Add support for visibility flagSam Clegg2017-12-011-3/+3
* [WebAssembly] Initial wasm linker implementationSam Clegg2017-11-171-0/+82
OpenPOWER on IntegriCloud