summaryrefslogtreecommitdiffstats
path: root/lld/wasm/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Don't export __data_end and __heap_base by default.Sam Clegg2019-05-311-12/+10
* [WebAssembly] Relax signature checking for undefined functions that are not c...Sam Clegg2019-05-241-1/+1
* [WebAssebmly] Add support for --wrapSam Clegg2019-05-241-0/+85
* [WebAssembly] Add support for -emit-relocsSam Clegg2019-05-241-0/+1
* Reland: [WebAssembly] Add __start_/_stop_ symbols for data sectionsSam Clegg2019-05-231-4/+0
* Revert "[WebAssembly] Add __start_/_stop_ symbols for data sections"Sam Clegg2019-05-211-0/+4
* [WebAssembly] Add --reproduce.Rui Ueyama2019-05-211-0/+44
* [WebAssembly] Add __start_/_stop_ symbols for data sectionsSam Clegg2019-05-211-4/+0
* [WebAssembly] Handle command line options consistently with the ELF backend.Sam Clegg2019-05-081-20/+24
* [WebAssembly] Ensure ArchiveName is set even in the presence of --whole-archive.Sam Clegg2019-04-091-1/+1
* [WebAssembly] Apply data relocations at runtime in shared objectsSam Clegg2019-04-041-20/+33
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-261-0/+1
* Reland "[WebAssembly] Add linker options to control feature checking"Thomas Lively2019-03-261-0/+10
* Revert "[WebAssembly] Add linker options to control feature checking"Thomas Lively2019-03-251-10/+0
* [WebAssembly] Add linker options to control feature checkingThomas Lively2019-03-221-0/+10
* [WebAssembly] Handle undefined data symbols in shared librariesSam Clegg2019-03-121-0/+1
* [WebAssembly] Don't generate invalid modules when function signatures mismatchSam Clegg2019-02-201-18/+28
* [WebAssembly] Refactor handling of weak undefined functions. NFC.Sam Clegg2019-02-071-48/+1
* [WebAssembly] Fix imported function symbol names that differ from their impor...Dan Gohman2019-02-071-1/+3
* [WebAssembly] Implement --trace and --trace-symbolSam Clegg2019-02-061-0/+5
* [WebAssembly] Fix undefined weak function symbols in LTO buildsSam Clegg2019-01-301-3/+5
* [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
OpenPOWER on IntegriCloud