summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm
Commit message (Expand)AuthorAgeFilesLines
* [lld][WebAssembly] Add libcall symbols to the link when LTO is being used.Sam Clegg2020-01-102-0/+31
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-062-2/+2
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-243-5/+5
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-0/+28
* [WebAssebmly][MC] Support .import_name/.import_field asm directivesSam Clegg2019-12-061-0/+0
* [WebAssembly][lld] Fix for static linking of PIC codeSam Clegg2019-10-291-1/+1
* [WebAssembly] Allow multivalue signatures in object filesThomas Lively2019-10-1818-64/+89
* [lld][WebAssebmly] Preserve custom import attributes with LTOSam Clegg2019-10-173-0/+50
* [lld][WebAssembly] Fix for weak references to data symbols in archivesSam Clegg2019-10-171-3/+23
* [WebAssembly] Elide data segments for .bss sectionsThomas Lively2019-10-157-43/+43
* [lld][WebAssembly] Fix static linking of -fPIC code with external undefined dataJames Clarke2019-10-151-3/+16
* [lld][WebAssembly] Fix static linking of -fPIC code with external undefined f...Sam Clegg2019-09-241-5/+18
* [lld][WebAssembly] Preserve symbol flags in --relocatable outputSam Clegg2019-09-231-1/+4
* [WebAssembly] Sort output data sections to place .bss lastThomas Lively2019-09-198-105/+163
* Reland "Change the X86 datalayout to add three address spacesAmy Huang2019-09-101-1/+1
* [WebAssembly] Initialize memory in start functionThomas Lively2019-09-049-69/+43
* [lld][WebAssembly] Fix spurious signature mismatch warningsSam Clegg2019-08-301-0/+8
* [WebAssembly] Implement NO_STRIPDan Gohman2019-08-291-3/+10
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-281-1/+1
* [lld][WebAssembly] Support for growable tablesJacob Gravelle2019-08-271-0/+17
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-271-1/+1
* [lld][WebAssembly] Create optional symbols after handling --export/--undefinedSam Clegg2019-08-272-0/+32
* [WebAssembly][lld] Fix crash when applying relocations to debug sectionsSam Clegg2019-08-201-0/+23
* [lld][WebAssembly] Honor --no-export-dynamic even with -sharedSam Clegg2019-08-191-0/+18
* [lld][WebAssembly] Allow linking of pic code into static binariesSam Clegg2019-08-131-0/+95
* [lld][WebAssembly] Add optional symbols after input file handlingSam Clegg2019-08-083-13/+19
* [WebAssembly] Fix null pointer in createInitTLSFunctionGuanzhong Chen2019-08-061-175/+185
* [WebAssembly] Set __tls_align to 1 when there is no TLSGuanzhong Chen2019-07-241-0/+41
* [WebAssembly] Compute and export TLS block alignmentGuanzhong Chen2019-07-192-0/+78
* [WebAssembly] Use passive segments by default when memory is sharedThomas Lively2019-07-185-22/+19
* [WebAssembly] fix bug in finding .tdata segmentGuanzhong Chen2019-07-181-3/+3
* [lld][WebAssembly] Fix handling of comdat functions in init array.Sam Clegg2019-07-173-12/+20
* [WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen2019-07-162-5/+96
* [WebAssembly] i32.const operands should be signedThomas Lively2019-07-121-10/+21
* [WebAssembly] Import __stack_pointer when building -pie binariesSam Clegg2019-07-111-0/+5
* [lld][WebAssembly] Report undefined symbols during scanRelocationsSam Clegg2019-07-092-4/+4
* [lld][WebAssembly] Fix __start/__stop symbols when combining input segmentsSam Clegg2019-07-082-11/+11
* [lld][WebAssembly] Fix typo in error messageSam Clegg2019-07-081-3/+3
* [WebAssembly] Add option to emit passive segmentsThomas Lively2019-07-032-30/+206
* [wasm-ld] Add __global_base symbol to mark the value of --global-baseGuanzhong Chen2019-06-261-0/+71
* [lld/WebAssembly] Slightly nicer error message for malformed input filesKeno Fischer2019-06-261-0/+0
* [WebAssembly] Fix list of relocations with addends in lldKeno Fischer2019-06-262-1/+21
* [WebAssembly] Error on archives without a symbol indexSam Clegg2019-06-251-0/+13
* [lld] Allow args::getInterger to parse args larger than 2^31-1Sam Clegg2019-06-071-0/+5
* [WebAssembly] Fix for discarded init functionsSam Clegg2019-06-073-20/+38
* [WebAssembly] Improve lto/comdat.ll test. NFC.Sam Clegg2019-06-051-3/+5
* [WebAssembly] Use Emscripten triples in PIC tests.Dan Gohman2019-06-052-2/+2
* [WebAssembly] Don't export __data_end and __heap_base by default.Sam Clegg2019-05-3118-248/+21
* [WebAssembly] Improve feature validation error messagesThomas Lively2019-05-303-6/+6
* [WebAssembly] Fix signatures of undefined function in LTO object which are no...Sam Clegg2019-05-291-2/+18
OpenPOWER on IntegriCloud