summaryrefslogtreecommitdiffstats
path: root/lld/wasm/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Don't load weak undefined symbols from archive filesSam Clegg2019-01-291-8/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-12-081-2/+2
* [WebAssembly] Allow undefined symbols when building shared librariesSam Clegg2018-11-291-7/+9
* [WebAssembly] Remove `using` statements from header files. NFC.Sam Clegg2018-11-271-0/+1
* [WebAssembly] Import the stack pointer when building shared librariesSam Clegg2018-11-151-53/+68
* [WebAssembly] Refactor config setting and checking. NFC.Sam Clegg2018-11-151-51/+64
* [WebAssembly] Initial support for shared objects (-shared)Sam Clegg2018-11-151-2/+42
* [WebAssembly] Respect `--no-mangle` in more locationsSam Clegg2018-11-091-4/+2
* [WebAssembly] Support creation and import of shared memoriesDerek Schuff2018-11-061-0/+1
* Eliminate dependency to formatv(). NFC.Rui Ueyama2018-10-101-3/+3
* Adapt OptTable::PrintHelp change in D51009Fangrui Song2018-10-101-1/+3
* [WebAssembly] Refactor use of signaturesDerek Schuff2018-10-031-1/+1
* [WebAssembly] Add --[no]-export-dynamic to replace --export-defaultSam Clegg2018-09-271-3/+10
* [WebAssembly] Update Config member to match command line optionSam Clegg2018-09-271-3/+3
* [WebAssembly] Add --export-default/--no-export-default optionsSam Clegg2018-09-251-0/+2
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-08-291-4/+3
* Rename a function to follow the LLVM coding style.Rui Ueyama2018-08-271-1/+1
* win: Omit ".exe" from lld warning and error messages.Nico Weber2018-08-221-1/+1
* [WebAssembly] Don't compress LEBs by defaultSam Clegg2018-08-171-1/+6
* [WebAssembly] --export should fetch lazy symbolsSam Clegg2018-08-061-10/+11
* [WebAssembly] Don't error when --undefined symbols are not foundSam Clegg2018-08-041-36/+30
* [WebAssembly] Add support for --whole-archive.Sam Clegg2018-07-231-2/+51
* Omit path to lld binary from lld's error, warning, and log output.Nico Weber2018-07-201-1/+1
* [WebAssembly] Fix --export of LTO symbolsSam Clegg2018-06-281-10/+10
* [WebAssembly] LTO: Fix signatures of undefined functions in bitcodeSam Clegg2018-06-281-2/+2
* Revert "[WebAssembly] Error on mismatched function signature in final output"Sam Clegg2018-06-221-2/+1
* [WebAssembly] Error on mismatched function signature in final outputSam Clegg2018-06-211-1/+2
* [WebAssembly] Add --export-all flagSam Clegg2018-06-071-4/+4
* [WebAssembly] Initial support for LTOSam Clegg2018-05-301-6/+58
* [WebAssembly] Add support for response file parsingSam Clegg2018-05-301-0/+4
* [WebAssembly] Add option to remove LEB padding at relocate sitesSam Clegg2018-05-181-0/+3
* [lld] Make helpers static. NFC.Benjamin Kramer2018-05-151-0/+2
* [WebAssembly] Allow signautre of entry function to be flexibleSam Clegg2018-05-141-7/+13
* [WebAssembly] Add a flag to control merging data segmentsSam Clegg2018-05-101-0/+3
* lld-link: Add --color-diagnostics(={always,never,auto})?, --no-color-diagnost...Nico Weber2018-05-101-7/+6
* [WebAssembly] Check function signatures by defaultSam Clegg2018-05-051-2/+2
* [WebAssembly] Add --stack-first option which places the shadow stack at start...Sam Clegg2018-05-031-0/+1
* [WebAssembly] Implement -print-gc-sections, to better test GC of globalsNicholas Wilson2018-04-201-1/+2
* [WebAssembly] Implement --print-gc-sections for synthetic functionsNicholas Wilson2018-04-201-2/+3
* [WebAssembly] Remove StackPointerGlobal member variable from the driver.Rui Ueyama2018-04-051-5/+5
* [WebAssembly] Error if both --export-table and --import-table are specified.Rui Ueyama2018-03-301-5/+5
* [WebAssembly] Name Config members after commandline argument. NFCNicholas Wilson2018-03-281-10/+5
* [WebAssembly] Add export/import for function pointer tableNicholas Wilson2018-03-271-0/+10
* [WebAssembly] Demangle symbol names for use by the browser debuggerNicholas Wilson2018-03-131-1/+5
* [WebAssembly] Add missing --demangle argNicholas Wilson2018-03-131-0/+1
* [WebAssembly] Remove a second parameter from toString().Rui Ueyama2018-03-091-2/+1
* [WebAssembly] Handle weak undefined functions with a synthetic stubNicholas Wilson2018-03-091-0/+42
* [WebAssembly] Refactor order of creation for SyntheticFunctionNicholas Wilson2018-03-091-1/+4
* [WebAssembly] Honor --allow-undefined even for explicit exportsSam Clegg2018-03-081-1/+1
OpenPOWER on IntegriCloud