summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/Inputs
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-242-4/+4
* [WebAssembly] Allow multivalue signatures in object filesThomas Lively2019-10-182-2/+4
* [lld][WebAssebmly] Preserve custom import attributes with LTOSam Clegg2019-10-171-0/+10
* [WebAssembly] Elide data segments for .bss sectionsThomas Lively2019-10-152-6/+6
* [lld][WebAssembly] Create optional symbols after handling --export/--undefinedSam Clegg2019-08-271-0/+7
* [lld][WebAssembly] Fix handling of comdat functions in init array.Sam Clegg2019-07-172-4/+4
* [lld][WebAssembly] Fix __start/__stop symbols when combining input segmentsSam Clegg2019-07-081-0/+4
* [WebAssembly] Fix for discarded init functionsSam Clegg2019-06-072-14/+32
* [WebAssembly] Target features sectionThomas Lively2019-03-204-0/+50
* [WebAssembly] Don't generate invalid modules when function signatures mismatchSam Clegg2019-02-201-0/+11
* [WebAssembly] Update relocation naming to match llvm change. NFC.Sam Clegg2019-02-042-2/+2
* [WebAssembly] Store section alignment as a power of 2Sam Clegg2019-01-162-2/+2
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-12-082-0/+18
* [WebAssembly] Fix archive member display in error messagesSam Clegg2018-07-182-0/+16
* [WebAssembly] Minor cleanup to test inputs. NFC.Sam Clegg2018-06-202-4/+2
* [WebAssembly] Fix crash when relocation synbol is not liveSam Clegg2018-05-232-38/+44
* [WebAssembly] Allow signautre of entry function to be flexibleSam Clegg2018-05-141-1/+1
* [WebAssembly] Remove final -wasm component of target triple. NFC.Sam Clegg2018-05-1021-21/+21
* [wasm] Update test for variables->retainedNodes rename.Benjamin Kramer2018-05-092-3/+3
* [WebAssembly] Add support for debug (DWARF) sectionsSam Clegg2018-05-042-0/+132
* [WebAssembly] Add version to linking section (to match llvm-side change)Sam Clegg2018-04-262-0/+2
* [WebAssembly] Implement -print-gc-sections, to better test GC of globalsNicholas Wilson2018-04-201-0/+53
* [WebAssembly] Implement GC for importsNicholas Wilson2018-04-201-0/+51
* [WebAssembly] Add support for custom sectionsSam Clegg2018-04-101-0/+6
* [WebAssembly] Check signatures of weakly defined funtions tooSam Clegg2018-02-201-0/+6
* [WebAssembly] Reduce redundancy in testsSam Clegg2018-01-311-0/+6
* [WebAssembly] Use inline target tripple in test casesSam Clegg2018-01-2416-0/+32
* [WebAssembly] Update to match llvm changes to TABLE relocationsSam Clegg2018-01-231-5/+6
* [WebAssembly] Add missing function exports and SYM_INFO to --relocatable outputSam Clegg2018-01-182-0/+98
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-122-0/+22
* [WebAssembly] Create synthetic __wasm_call_ctors functionSam Clegg2018-01-121-2/+10
* [WebAssembly] Increase test coverage for weak aliasesSam Clegg2017-12-221-9/+5
* [WebAssembly] Add extra test for weak global symbolsSam Clegg2017-12-212-0/+4
* [WebAssembly] Improve weak alias tests casesSam Clegg2017-12-211-4/+32
* [WebAssembly] Add support for writing out init functions in linking sectionSam Clegg2017-12-191-0/+14
* [WebAssembly] Improve wasm test casesSam Clegg2017-12-089-21/+24
* Reland "[WebAssembly] Add support for visibility flag""Sam Clegg2017-12-035-5/+19
* [WebAssembly] Revert r319592 "Add support for visibility flag"Heejin Ahn2017-12-025-19/+5
* [WebAssembly] Add support for visibility flagSam Clegg2017-12-015-5/+19
* [WebAssembly] Initial wasm linker implementationSam Clegg2017-11-178-0/+857
OpenPOWER on IntegriCloud