- c71fbdd [NFC] Inclusive language: Remove instances of master in URLs by Quinn Pham · 3 years, 7 months ago
- d788c44 [Support] Improve Caching conformance with Support library behavior by Noah Shutty · 3 years, 7 months ago
- 182b72a [lld][WebAssembly] Generate TLS relocation code also when linking statically by Sam Clegg · 3 years, 7 months ago
- fad0546 [lld][WebAssembly] Handle TLS variables in Symbol::getVA. NFC by Sam Clegg · 3 years, 7 months ago
- 1eb79e7 [lld][WebAssembly] Initialize bss segments using memory.fill by Sam Clegg · 3 years, 7 months ago
- 50bfc45 [lld][WebAssemlby] Always enable mutable-globals feature in PIC mode by Sam Clegg · 3 years, 7 months ago
- 28848e9 [lld][WebAssembly] Handle duplicate archive member names in ThinLTO by Sam Clegg · 3 years, 7 months ago
- 4da38c1 [lld] Rename addCombinedLTOObjects to match ELF driver. NFC by Sam Clegg · 3 years, 7 months ago
- 9f90347 fix comment typos to cycle bots by Nico Weber · 3 years, 7 months ago
- 4bd4650 Use llvm::any_of and llvm::none_of (NFC) by Kazu Hirata · 3 years, 8 months ago
- e678c51 [Support][ThinLTO] Move ThinLTO caching to LLVM Support library by Noah Shutty · 3 years, 8 months ago
- 8e46e34 Revert "[Support][ThinLTO] Move ThinLTO caching to LLVM Support library" by Petr Hosek · 3 years, 8 months ago
- 92b8cc5 [Support][ThinLTO] Move ThinLTO caching to LLVM Support library by Noah Shutty · 3 years, 8 months ago
- 659a083 [WebAssembly] Add import info to `dylink` section of shared libraries by Sam Clegg · 3 years, 8 months ago
- 9261ee3 [WebAssembly] Make EH work with dynamic linking by Heejin Ahn · 3 years, 8 months ago
- 3ec1760 [WebAssembly] Remove WasmTagType by Heejin Ahn · 3 years, 8 months ago
- 9a9ec8e [lld][WebAssembly] Remove redundant check for undefined global (NFC) by Heejin Ahn · 3 years, 8 months ago
- 8fe1284 [lld][WebAssembly] Create optional internal symbols only after LTO object as been added by Sam Clegg · 3 years, 8 months ago
- c0039de [Object][WebAssemlby] Report function types (signatures). NFC by Sam Clegg · 3 years, 8 months ago
- ef8c913 [WebAssembly] Allow import and export of TLS symbols between DSOs by Sam Clegg · 3 years, 9 months ago
- b2032f1 [lld][WebAssembly] Relax limitations on multithreaded instantiation by Thomas Lively · 3 years, 9 months ago
- b78c85a [WebAssembly] Convert to new "dylink.0" section format by Sam Clegg · 3 years, 9 months ago
- 3a7bcba [lld][WebAssembly] Cleanup output of --verbose by Sam Clegg · 3 years, 9 months ago
- 6355234 [lld][WebAssembly] Fix crash on un-used __tls_base symbol by Sam Clegg · 3 years, 9 months ago
- 44177e5 [WebAssembly] Add explict TLS symbol flag by Sam Clegg · 3 years, 9 months ago
- 9d227543 Fix lld build after 5881dcff7e76a68 by Nico Weber · 3 years, 9 months ago
- c468dc1 [lld][WebAssembly] Handle weakly defined symbols in shared libraries. by Sam Clegg · 3 years, 10 months ago
- e4888be [WebAssembly] Avoid unused function imports in PIC mode by Sam Clegg · 3 years, 10 months ago
- c70fa6d Fix gcc build error after D105519 by Pan, Tao · 3 years, 10 months ago
- cf54424 [lld][WebAssembly] Do not remove name section with --strip-debug by Derek Schuff · 3 years, 11 months ago
- 13ca0c8 [lld][WebAssembly] Align __heap_base by Ayke van Laethem · 3 years, 11 months ago
- 1d445a6 Reland: "[WebAssembly] Deduplicate imports of the same module name, field name, and type" by Nick Fitzgerald · 3 years, 11 months ago
- db5e078 [LTO] Add SelectionKind to IRSymtab and use it in ld.lld/LLVMgold by Fangrui Song · 3 years, 11 months ago
- d51f74a [lld][WebAssembly] Error on import of TLS symbols in shared libraries by Sam Clegg · 3 years, 11 months ago
- f428693 Reland "[lld][WebAssembly] Cleanup duplicate fields in Symbols.h. NFC" by Sam Clegg · 3 years, 11 months ago
- 16aac49 Revert D105519 "[WebAssembly] Deduplicate imports of the same module name, field name, and type" and its followup by Fangrui Song · 3 years, 11 months ago
- 9b965b3 [lld][WebAssembly] Cleanup duplicate fields in Symbols.h. NFC by Sam Clegg · 3 years, 11 months ago
- 4ae575b [WebAssembly] Deduplicate imports of the same module name, field name, and type by Nick Fitzgerald · 3 years, 11 months ago
- 670944f [WebAssembly] Support R_WASM_MEMORY_ADDR_TLS_SLEB64 for wasm64 by Wouter van Oortmerssen · 3 years, 11 months ago
- 4157b60 [WebAssembly] Fixed LLD generation of 64-bit __wasm_apply_data_relocs by Wouter van Oortmerssen · 3 years, 11 months ago
- b568c11 [WebAssembly] Fixed LLD generation of 64-bit __wasm_init_memory by Wouter van Oortmerssen · 3 years, 11 months ago
- 0fd5e7b [WebAssembly][lld] Fix segfault on .bss sections in mapfile by Thomas Lively · 4 years ago
- f1e2d58 [OptTable] Rename PrintHelp to printHelp by Fangrui Song · 4 years ago
- 1d891d4 [WebAssembly] Rename event to tag by Heejin Ahn · 4 years ago
- d01e673 [lld][WebAssembly] Fix crash calling weakly undefined function in PIC code by Sam Clegg · 4 years ago
- 758633f [lld][WebAssembly] Add new `--import-undefined` option by Sam Clegg · 4 years ago
- c1a59fa [lld][WebAssemlby] Fix for string merging of -dwarf-5 sections by Sam Clegg · 4 years ago
- 8544b40 [lld][WebAssembly] Fix for PIC output + TLS + non-shared-memory by Sam Clegg · 4 years, 1 month ago
- 3a293cb [WebAssembly] Fix PIC/GOT codegen for wasm64 by Wouter van Oortmerssen · 4 years, 2 months ago
- 356b85e [lld][WebAssembly] Fix for string tail merging and -r/--relocatable by Sam Clegg · 4 years, 1 month ago
- 45b7cf9 [lld][WebAssembly] Enable string tail merging in debug sections by Sam Clegg · 4 years, 1 month ago
- 5a9b25e [lld][WebAssembly] Refactor input chunk class hierarchy. NFC by Sam Clegg · 4 years, 1 month ago
- 119f61a [lld][WebAssembly] Remove unused method declaration. NFC by Sam Clegg · 4 years, 1 month ago
- 3041b16 [WebAssembly] Add TLS data segment flag: WASM_SEG_FLAG_TLS by Sam Clegg · 4 years, 1 month ago
- 19cedd3 [lld][WebAssembly] Fix for string merging + negative addends by Sam Clegg · 4 years, 1 month ago
- b49a798 [lld][WebAssembly] Remove relocation target verification by Sam Clegg · 4 years, 1 month ago
- 3b8d2be Reland: "[lld][WebAssembly] Initial support merging string data" by Sam Clegg · 4 years, 3 months ago
- 061e071 Revert "[lld][WebAssembly] Initial support merging string data" by Nico Weber · 4 years, 1 month ago
- 5000a1b [lld][WebAssembly] Initial support merging string data by Sam Clegg · 4 years, 3 months ago
- bda8b84 [lld][WebAssembly] Disallow exporting of TLS symbols by Sam Clegg · 4 years, 1 month ago
- 808fcdd [lld][WebAssembly] Fix crash with `-pie` without `--allow-undefined` by Sam Clegg · 4 years, 1 month ago
- 73332d7 [lld][WebAssembly] Do not merge comdat data segments by Sam Clegg · 4 years, 1 month ago
- a6f4064 [lld][WebAssembly] Add `--export-if-defined` by Sam Clegg · 4 years, 2 months ago
- 3e7bc0d [lld][WebAssembly] Allow relocations against non-live global symbols by Sam Clegg · 4 years, 1 month ago
- 9ac5620 [WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC. by Andy Wingo · 4 years, 3 months ago
- aa0c571 [WebAssembly] Add new relocation for location relative data by Yuta Saito · 4 years, 3 months ago
- 51f1ddf [lld][WebAssembly] Allow element sections for nonzero table numbers by Andy Wingo · 4 years, 3 months ago
- e638d8b [lld][WebAssembly] -Bsymbolic creates indirect function table if needed by Andy Wingo · 4 years, 3 months ago
- 7d09e1d [lld][WebAssembly] Minor refactor in preparation for SHF_STRINGS supports. NFC. by Sam Clegg · 4 years, 3 months ago
- 14ffbb8 [lld][WebAssembly] Rename methods/members to match ELF backend. NFC. by Sam Clegg · 4 years, 3 months ago
- 48219d0 [lld][WebAssembly] Fix resolveIndirectFunctionTable for relocatable output by Andy Wingo · 4 years, 4 months ago
- f48923e [WebAssembly][lld] --importTable flag only imports table if needed by Andy Wingo · 4 years, 4 months ago
- 4fc2557 [WebAssembly][lld] Preassign table number 0 to indirect function table for MVP inputs by Andy Wingo · 4 years, 4 months ago
- e1617d2 Revert "[lld][WebAssembly] Fix for weak undefined functions in -pie mode" by Sam Clegg · 4 years, 4 months ago
- ac2be2b [lld][WebAssembly] Fix for weak undefined functions in -pie mode by Sam Clegg · 4 years, 4 months ago
- 70f3c6e [lld][WebAssembly] Delay the merging of data section when dynamic linking by Sam Clegg · 4 years, 4 months ago
- a56e574 [lld][WebAssembly] Common superclass for input globals/events/tables by Andy Wingo · 4 years, 4 months ago
- 067f005 [lld][WebAssembly] Fix segfault in map file support by Thomas Lively · 4 years, 4 months ago
- 34d033c [lld][WebAssembly] Allow --export of optional start/stop symbols by Sam Clegg · 4 years, 4 months ago
- 88e4056 [lld][WebAssembly] Fix typo in function name by Sam Clegg · 4 years, 4 months ago
- 0d9b17d [WebAssembly] fixed wasm64 data segment init exp not 64-bit by Wouter van Oortmerssen · 4 years, 4 months ago
- 5c01648 [lld][WebAssembly] Update comments mentioning legacy function names. NFC by Sam Clegg · 4 years, 4 months ago
- 299b0e5 [lld] Consistent help text for `--save-temps` by Sam Clegg · 4 years, 5 months ago
- b99147b [lld][WebAssembly] Don't defined indirect function table in relocatable output by Sam Clegg · 4 years, 5 months ago
- a231786 [wasm][LLD] Rename --lto-new-pass-manager to --no-lto-legacy-pass-manager by Arthur Eubanks · 4 years, 6 months ago
- 831a143 [WebAssembly] Change prefix on data segment flags to WASM_DATA_SEGMENT by Andy Wingo · 4 years, 6 months ago
- 6339382 [WebAssembly] Add support for table linking to wasm-ld by Andy Wingo · 4 years, 5 months ago
- 187d771 Revert "[WebAssembly] Add support for table linking to wasm-ld" by Derek Schuff · 4 years, 5 months ago
- 38dfce7 [WebAssembly] Add support for table linking to wasm-ld by Andy Wingo · 4 years, 5 months ago
- 53e3b81 [lld][WebAssembly] Add support for handling table symbols by Andy Wingo · 4 years, 5 months ago
- 07b6aeb [lld][WebAssembly] Fix for TLS + --relocatable by Sam Clegg · 4 years, 6 months ago
- 52e240a [WebAssembly] Remove exnref and br_on_exn by Heejin Ahn · 4 years, 5 months ago
- fdd6ed8 [LLD] Rename lld port driver entry function to a consistent name by Reshabh Sharma · 4 years, 6 months ago
- cb77e87 [WebAssembly][lld] Don't mark a file live from an undefine symbol by Derek Schuff · 4 years, 6 months ago
- e814013 [Wasm][LTO][NPM] Use NPM for LTO with ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER by Arthur Eubanks · 4 years, 6 months ago
- dd6412c [WebAssembly][lld] Exclude COMDAT sections by Derek Schuff · 4 years, 6 months ago
- e52881a [lld][WebAssembly] Split __wasm_apply_relocs function in two by Sam Clegg · 4 years, 6 months ago
- 1994970 [lld][WebAssembly] Delay creation of internal __wasm_memory_init function by Sam Clegg · 4 years, 6 months ago
- d8ed639 [lld][WebAssembly] Don't emit names for data segments that we omit by Sam Clegg · 4 years, 6 months ago
- 9a72d3e [WebAssembly] Add support for named data sections in wasm binaries by Sam Clegg · 4 years, 6 months ago