summaryrefslogtreecommitdiffstats
path: root/lld/wasm/Options.td
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Initialize memory in start functionThomas Lively2019-09-041-6/+0
* [lld][WebAssembly] Support for growable tablesJacob Gravelle2019-08-271-0/+3
* [WebAssembly] Use passive segments by default when memory is sharedThomas Lively2019-07-181-2/+2
* [WebAssembly] Add option to emit passive segmentsThomas Lively2019-07-031-0/+6
* [WebAssebmly] Add support for --wrapSam Clegg2019-05-241-0/+3
* [WebAssembly] Add support for -emit-relocsSam Clegg2019-05-241-0/+2
* [WebAssembly] Add --reproduce.Rui Ueyama2019-05-211-0/+2
* Reland "[WebAssembly] Add linker options to control feature checking"Thomas Lively2019-03-261-0/+7
* Revert "[WebAssembly] Add linker options to control feature checking"Thomas Lively2019-03-251-7/+0
* [WebAssembly] Add linker options to control feature checkingThomas Lively2019-03-221-0/+7
* [WebAssembly] Implement --trace and --trace-symbolSam Clegg2019-02-061-0/+6
* [WebAssembly] Initial support for shared objects (-shared)Sam Clegg2018-11-151-1/+7
* [WebAssembly] Support creation and import of shared memoriesDerek Schuff2018-11-061-0/+3
* [WedAssembly] Add -s and -S alias for --strip-all and --strip-debugSam Clegg2018-10-311-0/+2
* [WebAssembly] Simplify --help messageSam Clegg2018-10-221-9/+7
* [WebAssembly] Add --[no]-export-dynamic to replace --export-defaultSam Clegg2018-09-271-9/+10
* [WebAssembly] Add --export-default/--no-export-default optionsSam Clegg2018-09-251-0/+4
* [WebAssembly] Don't compress LEBs by defaultSam Clegg2018-08-171-0/+3
* [WebAssembly] Add support for --whole-archive.Sam Clegg2018-07-231-0/+4
* [WebAssembly] Add --export-all flagSam Clegg2018-06-071-0/+3
* [WebAssembly] Initial support for LTOSam Clegg2018-05-301-0/+13
* [WebAssembly] Add option to remove LEB padding at relocate sitesSam Clegg2018-05-181-0/+2
* [WebAssembly] Add a flag to control merging data segmentsSam Clegg2018-05-101-0/+4
* lld-link: Add --color-diagnostics(={always,never,auto})?, --no-color-diagnost...Nico Weber2018-05-101-1/+1
* [WebAssembly] Check function signatures by defaultSam Clegg2018-05-051-4/+0
* [WebAssembly] Add --stack-first option which places the shadow stack at start...Sam Clegg2018-05-031-0/+3
* [WebAssembly] Add export/import for function pointer tableNicholas Wilson2018-03-271-0/+6
* [WebAssembly] Use helper macro from ELF/Options.td to tidy. NFCNicholas Wilson2018-03-131-15/+9
* [WebAssembly] Add missing --demangle argNicholas Wilson2018-03-131-0/+9
* [WebAssembly] Add support for --gc-sectionsSam Clegg2018-01-311-0/+12
* [WebAssembly] Sort options in `Options.td`. NFC.Sam Clegg2018-01-281-33/+41
* [WebAssembly] Remove --emit-relocsSam Clegg2018-01-221-2/+0
* [WebAssembly] Add --export flag to force a symbol to be exportedSam Clegg2018-01-121-0/+3
* [WebAssembly] Add --no-entry argumentSam Clegg2017-12-081-0/+3
* [WebAssembly] Add -u/--undefined argument handlingSam Clegg2017-12-071-0/+9
* [WebAssembly] Remove used --sysroot optionSam Clegg2017-12-051-2/+0
* [WebAssembly] Allow function signature checking at link timeSam Clegg2017-11-301-0/+4
* [WebAssembly] Initial wasm linker implementationSam Clegg2017-11-171-0/+89
OpenPOWER on IntegriCloud