summaryrefslogtreecommitdiffstats
path: root/lld/wasm/Symbols.h
Commit message (Expand)AuthorAgeFilesLines
* [lld][WebAssembly] Add libcall symbols to the link when LTO is being used.Sam Clegg2020-01-101-0/+1
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-2/+2
* [lld][WebAssembly] Fix static linking of -fPIC code with external undefined f...Sam Clegg2019-09-241-4/+7
* [WebAssembly] Initialize memory in start functionThomas Lively2019-09-041-4/+8
* [WebAssembly] Implement NO_STRIPDan Gohman2019-08-291-0/+4
* [lld][WebAssembly] Allow linking of pic code into static binariesSam Clegg2019-08-131-0/+2
* [WebAssembly] Compute and export TLS block alignmentGuanzhong Chen2019-07-191-0/+4
* [WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen2019-07-161-0/+13
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-167/+167
* [lld][WebAssembly] Fix __start/__stop symbols when combining input segmentsSam Clegg2019-07-081-1/+2
* [WebAssembly] Add static_assert(sizeof(SymbolUnion) <= 96)Fangrui Song2019-07-081-5/+10
* [WebAssembly] Delete static_assert(sizeof(SymbolUnion) <= 96) to fix Windows ...Fangrui Song2019-07-051-5/+0
* [WebAssembly] Reorder Symbol fields to make it smallerFangrui Song2019-07-051-25/+31
* [WebAssembly] Add option to emit passive segmentsThomas Lively2019-07-031-0/+4
* [wasm-ld] Add __global_base symbol to mark the value of --global-baseGuanzhong Chen2019-06-261-0/+4
* [WebAssembly] Fix for discarded init functionsSam Clegg2019-06-071-0/+3
* [WebAssembly] Relax signature checking for undefined functions that are not c...Sam Clegg2019-05-241-2/+4
* [WebAssebmly] Add support for --wrapSam Clegg2019-05-241-2/+8
* [lld] Trace all references with lld --trace-symbolSam Clegg2019-05-241-0/+1
* [WebAssembly] Refactor synthetic sections and relocation processing. NFC.Sam Clegg2019-05-211-14/+32
* [WebAssembly] Apply data relocations at runtime in shared objectsSam Clegg2019-04-041-0/+4
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-261-15/+11
* [WebAssembly] Handle undefined data symbols in shared librariesSam Clegg2019-03-121-0/+15
* [WebAssembly] Don't mark lazy symbols as `IsUsedInRegularObj`Sam Clegg2019-03-081-1/+7
* [WebAssembly] Don't generate invalid modules when function signatures mismatchSam Clegg2019-02-201-0/+2
* [WebAssembly] Refactor handling of weak undefined functions. NFC.Sam Clegg2019-02-071-0/+2
* [WebAssembly] Fix imported function symbol names that differ from their impor...Dan Gohman2019-02-071-5/+12
* [WebAssembly] Implement --trace and --trace-symbolSam Clegg2019-02-061-2/+15
* [WebAssembly] Support imports from custom module namesSam Clegg2019-02-011-2/+6
* [WebAssembly] Don't load weak undefined symbols from archive filesSam Clegg2019-01-291-2/+25
* 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-8/+56
* [WebAssembly] Remove `using` statements from header files. NFC.Sam Clegg2018-11-271-7/+5
* [WebAssembly] Delete unused using statements (NFC)Heejin Ahn2018-11-211-2/+0
* [WebAssembly] Fix inaccurate comments / assertion messagesHeejin Ahn2018-11-191-3/+1
* [WebAssembly] Import the stack pointer when building shared librariesSam Clegg2018-11-151-3/+3
* [WebAssembly] Initial support for shared objects (-shared)Sam Clegg2018-11-151-0/+8
* [WebAssembly] Respect `--no-mangle` in more locationsSam Clegg2018-11-091-0/+1
* [WebAssembly] Fix --export of LTO symbolsSam Clegg2018-06-281-2/+4
* [WebAssembly] Add support for bitcode archive membersSam Clegg2018-06-281-0/+1
* [WebAssembly] LTO: Fix signatures of undefined functions in bitcodeSam Clegg2018-06-281-4/+2
* Revert "[WebAssembly] Error on mismatched function signature in final output"Sam Clegg2018-06-221-4/+2
* [WebAssembly] Only mark non-hidden symbols as live if they are also definedSam Clegg2018-06-211-1/+1
* [WebAssembly] Error on mismatched function signature in final outputSam Clegg2018-06-211-2/+4
* [WebAssembly] Initial support for LTOSam Clegg2018-05-301-3/+11
* [WebAssembly] Update to match llvm changesSam Clegg2018-05-141-1/+0
* [WebAssembly] Add support for debug (DWARF) sectionsSam Clegg2018-05-041-1/+21
* [ELF] Fix typo. NFCFangrui Song2018-04-271-1/+1
* [WebAssembly] Implement GC for importsNicholas Wilson2018-04-201-2/+10
* [WebAssembly] Refactor to avoid conflating global and fucntion index space. NFCSam Clegg2018-03-121-17/+15
OpenPOWER on IntegriCloud