summaryrefslogtreecommitdiffstats
path: root/lld/wasm/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld][WebAssembly] Add libcall symbols to the link when LTO is being used.Sam Clegg2020-01-101-0/+27
* [lld] Fix -Wrange-loop-analysis warningsFangrui Song2020-01-011-4/+1
* LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight2019-11-211-8/+8
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-5/+8
* [WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFCFangrui Song2019-10-101-6/+7
* [lld][WebAssembly] Preserve symbol flags in --relocatable outputSam Clegg2019-09-231-5/+4
* [WebAssembly] Initialize memory in start functionThomas Lively2019-09-041-13/+9
* [lld][WebAssembly] Support for growable tablesJacob Gravelle2019-08-271-0/+1
* [lld][WebAssembly] Create optional symbols after handling --export/--undefinedSam Clegg2019-08-271-2/+2
* [lld][WebAssembly] Honor --no-export-dynamic even with -sharedSam Clegg2019-08-191-3/+4
* [lld][WebAssembly] Allow linking of pic code into static binariesSam Clegg2019-08-131-0/+2
* [lld][WebAssembly] Don't create optional symbols when outputing an object fileSam Clegg2019-08-081-25/+27
* [WebAssembly][lld] control __data_end export with config->sharedGuanzhong Chen2019-08-081-1/+3
* [lld][WebAssembly] Use createGlobalVariable helper function. NFC.Sam Clegg2019-08-081-12/+2
* [lld][WebAssembly] Add optional symbols after input file handlingSam Clegg2019-08-081-6/+12
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-5/+5
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-5/+5
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-5/+5
* [WebAssembly] Set __tls_align to 1 when there is no TLSGuanzhong Chen2019-07-241-5/+6
* [WebAssembly] Compute and export TLS block alignmentGuanzhong Chen2019-07-191-18/+13
* [WebAssembly] Use passive segments by default when memory is sharedThomas Lively2019-07-181-3/+2
* [WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen2019-07-161-0/+25
* [WebAssembly] Import __stack_pointer when building -pie binariesSam Clegg2019-07-111-17/+14
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-345/+345
* lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...Nico Weber2019-07-051-1/+1
* Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...Nico Weber2019-07-051-2/+2
* [WebAssembly] Add option to emit passive segmentsThomas Lively2019-07-031-3/+15
* [wasm-ld] Add __global_base symbol to mark the value of --global-baseGuanzhong Chen2019-06-261-0/+1
* [WebAssembly] Error on archives without a symbol indexSam Clegg2019-06-251-4/+12
* [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
OpenPOWER on IntegriCloud