aboutsummaryrefslogtreecommitdiff
path: root/lld/wasm/Relocations.cpp
AgeCommit message (Expand)Author
2020-11-25[lld][WebAssembly] Ensure stub symbols always get address 0Sam Clegg
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[lld][WebAssembly] Add support for -Bsymbolic flagSam Clegg
2020-09-14[lld][WebAssembly] Allow globals imports via import_name/import_moduleSam Clegg
2020-07-16[WebAssembly] 64-bit (function) pointer fixes.Wouter van Oortmerssen
2020-06-15[WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocsWouter van Oortmerssen
2020-05-06[lld][WebAssembly] Honor --allow-undefined for data symbols tooSam Clegg
2020-04-16[WebAssembly] Add int32 DW_OP_WASM_location variantWouter van Oortmerssen
2020-02-19[lld][WebAssembly] Allow symbols with explict import names to be undefined at...Sam Clegg
2019-10-10[WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFCFangrui Song
2019-09-24[lld][WebAssembly] Fix static linking of -fPIC code with external undefined f...Sam Clegg
2019-08-13[lld][WebAssembly] Allow linking of pic code into static binariesSam Clegg
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-07-09[lld][WebAssembly] Report undefined symbols during scanRelocationsSam Clegg
2019-07-08[lld][WebAssembly] Fix typo in error messageSam Clegg
2019-05-21[WebAssembly] Refactor synthetic sections and relocation processing. NFC.Sam Clegg