summaryrefslogtreecommitdiffstats
path: root/lld/wasm
Commit message (Expand)AuthorAgeFilesLines
* [lld][WebAssembly] Add libcall symbols to the link when LTO is being used.Sam Clegg2020-01-104-0/+43
* [ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLPWei Mi2020-01-091-0/+1
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-065-12/+12
* [lld] Fix -Wrange-loop-analysis warningsFangrui Song2020-01-011-4/+1
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-112-0/+7
* 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][lld] Fix for static linking of PIC codeSam Clegg2019-10-291-2/+0
* [lld][WebAssebmly] Preserve custom import attributes with LTOSam Clegg2019-10-173-6/+37
* [lld][WebAssembly] Fix for weak references to data symbols in archivesSam Clegg2019-10-171-1/+1
* [WebAssembly] Elide data segments for .bss sectionsThomas Lively2019-10-156-6/+32
* [lld][WebAssembly] Fix static linking of -fPIC code with external undefined dataJames Clarke2019-10-151-1/+5
* [WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFCFangrui Song2019-10-1011-158/+187
* [lld][WebAssembly] Refactor markLive.cpp. NFCSam Clegg2019-10-101-30/+61
* [LLD] Simplify the demangleItanium function. NFC.Martin Storsjo2019-09-271-2/+1
* [lld][WebAssembly] Fix static linking of -fPIC code with external undefined f...Sam Clegg2019-09-246-29/+50
* [lld][WebAssembly] Preserve symbol flags in --relocatable outputSam Clegg2019-09-234-27/+10
* [WebAssembly][NFC] Remove unnecessary bracesThomas Lively2019-09-191-2/+1
* [WebAssembly] Sort output data sections to place .bss lastThomas Lively2019-09-192-4/+21
* [lld][WebAssembly] Fix use after free of archive pathSam Clegg2019-09-181-1/+1
* [WebAssembly] Initialize memory in start functionThomas Lively2019-09-0411-78/+209
* [lld][WebAssembly] Fix spurious signature mismatch warningsSam Clegg2019-08-301-2/+9
* [WebAssembly] Implement NO_STRIPDan Gohman2019-08-294-2/+11
* [lld][WebAssembly] Support for growable tablesJacob Gravelle2019-08-274-1/+10
* [lld][WebAssembly] Create optional symbols after handling --export/--undefinedSam Clegg2019-08-271-2/+2
* [lld][WebAssembly] Store table base in config rather than passing it around. ...Sam Clegg2019-08-274-12/+16
* [WebAssembly][lld] Fix crash when applying relocations to debug sectionsSam Clegg2019-08-202-2/+2
* [lld][WebAssembly] Honor --no-export-dynamic even with -sharedSam Clegg2019-08-191-3/+4
* [LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* [lld][WebAssembly] Allow linking of pic code into static binariesSam Clegg2019-08-137-14/+70
* [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-083-11/+16
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-5/+5
* [WebAssembly] Fix null pointer in createInitTLSFunctionGuanzhong Chen2019-08-061-1/+1
* 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-194-18/+21
* [WebAssembly] Use passive segments by default when memory is sharedThomas Lively2019-07-182-5/+4
* [WebAssembly] fix bug in finding .tdata segmentGuanzhong Chen2019-07-181-2/+3
* [lld][WebAssembly] Fix handling of comdat functions in init array.Sam Clegg2019-07-172-6/+5
* [WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen2019-07-164-5/+125
* [WebAssembly] Rename variale references in comments after VariableName -> var...Fangrui Song2019-07-165-7/+7
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-151-2/+2
* [WebAssembly] i32.const operands should be signedThomas Lively2019-07-121-3/+3
* [WebAssembly] Import __stack_pointer when building -pie binariesSam Clegg2019-07-112-18/+15
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-1125-3043/+3043
* Make functions and member variables distinguishable even after the name style...Rui Ueyama2019-07-107-53/+55
OpenPOWER on IntegriCloud