aboutsummaryrefslogtreecommitdiff
path: root/lld/wasm/Symbols.cpp
AgeCommit message (Expand)Author
2020-11-17[lld][WebAssembly] Implement --unresolved-symbolsSam Clegg
2020-11-13[WebAssembly] Add new relocation type for TLS data symbolsSam Clegg
2020-10-12[WebAssembly] GC constructor functions in otherwise unused archive objectsDan Gohman
2020-09-30[WebAssembly] New-style command supportDan Gohman
2020-08-10[lld][WebAssembly] Handle weakly referenced symbols when lazy (archive) versi...Sam Clegg
2020-06-15[WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocsWouter van Oortmerssen
2020-04-02[lld] NFC: fix trivial typos in commentsKazuaki Ishizaki
2020-02-27[WebAssembly] Teach lld how to demangle "__main_argc_argv".Dan Gohman
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-10[lld][WebAssembly] Add libcall symbols to the link when LTO is being used.Sam Clegg
2019-10-10[WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFCFangrui Song
2019-09-27[LLD] Simplify the demangleItanium function. NFC.Martin Storsjo
2019-09-04[WebAssembly] Initialize memory in start functionThomas Lively
2019-08-29[WebAssembly] Implement NO_STRIPDan Gohman
2019-08-13[lld][WebAssembly] Allow linking of pic code into static binariesSam Clegg
2019-07-19[WebAssembly] Compute and export TLS block alignmentGuanzhong Chen
2019-07-16[WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-07-03[WebAssembly] Add option to emit passive segmentsThomas Lively
2019-06-26[wasm-ld] Add __global_base symbol to mark the value of --global-baseGuanzhong Chen
2019-06-07[WebAssembly] Fix for discarded init functionsSam Clegg
2019-05-24[lld] Trace all references with lld --trace-symbolSam Clegg
2019-05-21[WebAssembly] Refactor synthetic sections and relocation processing. NFC.Sam Clegg
2019-04-25[WebAssembly] Always take into account added when applying runtime relocationsSam Clegg
2019-04-04[WebAssembly] Apply data relocations at runtime in shared objectsSam Clegg
2019-03-26[WebAssembly] Initial implementation of PIC code generationSam Clegg
2019-02-20[WebAssembly] Don't generate invalid modules when function signatures mismatchSam Clegg
2019-02-07[WebAssembly] Honor WASM_SYMBOL_EXPORT symbol flagSam Clegg
2019-02-06[WebAssembly] Implement --trace and --trace-symbolSam Clegg
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-08[WebAssembly] Add support for the event sectionHeejin Ahn
2018-11-15[WebAssembly] Import the stack pointer when building shared librariesSam Clegg
2018-11-15[WebAssembly] Initial support for shared objects (-shared)Sam Clegg
2018-11-09[WebAssembly] Respect `--no-mangle` in more locationsSam Clegg
2018-09-27[WebAssembly] Add --[no]-export-dynamic to replace --export-defaultSam Clegg
2018-09-25[WebAssembly] Add --export-default/--no-export-default optionsSam Clegg
2018-06-28[WebAssembly] Fix --export of LTO symbolsSam Clegg
2018-06-28[WebAssembly] Add support for bitcode archive membersSam Clegg
2018-05-15[lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-14[WebAssembly] Update to match llvm changesSam Clegg
2018-05-04[WebAssembly] Add support for debug (DWARF) sectionsSam Clegg
2018-04-26[LLD][WASM] Handle WASM_SYMBOL_TYPE_SECTION in toString().Roman Lebedev
2018-04-20[WebAssembly] Implement GC for importsNicholas Wilson
2018-03-12[WebAssembly] Refactor to avoid conflating global and fucntion index space. NFCSam Clegg
2018-03-09[WebAssembly] Remove a second parameter from toString().Rui Ueyama
2018-03-09[WebAssembly] Handle weak undefined functions with a synthetic stubNicholas Wilson
2018-02-28[WebAssembly] Reduce code repetition. NFC.Rui Ueyama
2018-02-28[WebAssembly] Simplify Symbol::getWasmType. NFC.Rui Ueyama
2018-02-28[WebAssembly] Inline translateVA as it's trivial.Rui Ueyama
2018-02-28[WebAssembly] Remove trivial accessors.Rui Ueyama