summaryrefslogtreecommitdiffstats
path: root/lld/wasm/Config.h
Commit message (Expand)AuthorAgeFilesLines
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-1/+1
* [WebAssembly] Initialize memory in start functionThomas Lively2019-09-041-1/+0
* [lld][WebAssembly] Support for growable tablesJacob Gravelle2019-08-271-0/+1
* [lld][WebAssembly] Store table base in config rather than passing it around. ...Sam Clegg2019-08-271-0/+6
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-42/+42
* [WebAssembly] Add option to emit passive segmentsThomas Lively2019-07-031-0/+1
* [WebAssembly] Don't export __data_end and __heap_base by default.Sam Clegg2019-05-311-0/+1
* [WebAssembly] Add support for -emit-relocsSam Clegg2019-05-241-0/+1
* [WebAssembly] Handle command line options consistently with the ELF backend.Sam Clegg2019-05-081-0/+8
* Reland "[WebAssembly] Add linker options to control feature checking"Thomas Lively2019-03-261-0/+2
* Revert "[WebAssembly] Add linker options to control feature checking"Thomas Lively2019-03-251-2/+0
* [WebAssembly] Add linker options to control feature checkingThomas Lively2019-03-221-0/+2
* [WebAssembly] Implement --trace and --trace-symbolSam Clegg2019-02-061-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Initial support for shared objects (-shared)Sam Clegg2018-11-151-0/+5
* [WebAssembly] Support creation and import of shared memoriesDerek Schuff2018-11-061-0/+1
* [WebAssembly] Add --[no]-export-dynamic to replace --export-defaultSam Clegg2018-09-271-1/+1
* [WebAssembly] Update Config member to match command line optionSam Clegg2018-09-271-1/+1
* [WebAssembly] Add --export-default/--no-export-default optionsSam Clegg2018-09-251-0/+1
* [WebAssembly] Add --export-all flagSam Clegg2018-06-071-0/+1
* [WebAssembly] Initial support for LTOSam Clegg2018-05-301-1/+9
* [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/+1
* [WebAssembly] Check function signatures by defaultSam Clegg2018-05-051-1/+0
* [WebAssembly] Add --stack-first option which places the shadow stack at start...Sam Clegg2018-05-031-0/+1
* [WebAssembly] Name Config members after commandline argument. NFCNicholas Wilson2018-03-281-3/+2
* [WebAssembly] Add export/import for function pointer tableNicholas Wilson2018-03-271-0/+3
* [WebAssembly] Remove unused forward declaration.Rui Ueyama2018-03-011-2/+0
* [WebAssembly] Refactor linker-generated symbols. NFC.Sam Clegg2018-02-021-3/+0
* [WebAssembly] Add support for --gc-sectionsSam Clegg2018-01-311-0/+2
* [WebAssembly] Remove unneeded include. NFC.Sam Clegg2018-01-281-4/+2
* [WebAssembly] Remove --emit-relocsSam Clegg2018-01-221-1/+0
* [WebAssembly] Define __heap_base globalSam Clegg2018-01-171-0/+1
* [WebAssembly] Create synthetic __wasm_call_ctors functionSam Clegg2018-01-121-0/+1
* [WebAssembly] Remove used variableSam Clegg2017-12-071-1/+0
* [WebAssembly] Improve support linker synthetic symbolsSam Clegg2017-12-051-1/+2
* [WebAssembly] Remove used --sysroot optionSam Clegg2017-12-051-1/+0
* [WebAssembly] Allow function signature checking at link timeSam Clegg2017-11-301-0/+1
* Use llvm::StringSet instead of std::set.Rui Ueyama2017-11-291-3/+2
* [WebAssembly] Remove initializers from Config.hSam Clegg2017-11-281-13/+13
* [WebAssembly] Initial wasm linker implementationSam Clegg2017-11-171-0/+52
OpenPOWER on IntegriCloud