summaryrefslogtreecommitdiff
path: root/lld/wasm
AgeCommit message (Expand)Author
2025-11-08[lld][WebAssembly] Default to --stack-first (#166998)Sam Clegg
2025-11-04[lld][WebAssembly] Allow `--no-stack-first` in addition to `--stack-first` (#...Sam Clegg
2025-11-03[lld][WebAssembly] Use writePtrConst helper function (#166228)Sam Clegg
2025-10-28[lld][WebAssembly] LTO: Use PIC reloc model with dynamic imports (#165342)Sam Clegg
2025-10-23[lld][WebAssembly] Honor command line reloc model during LTO (#164838)Sam Clegg
2025-10-08[lld][WebAssembly] update error to continue for R_WASM_FUNCTION_INDEX_I32 (#1...Kyungtak Woo
2025-10-06[lld][WebAssembly] Error on unexpected relocation types in `-pie`/`-shared` d...Sam Clegg
2025-10-06[llvm] Add subcommand support for OptTable (#155026)Prabhu Rajasekaran
2025-09-29[lld][WebAssembly] Fix visibility of `__stack_pointer` global (#161284)Sam Clegg
2025-09-26[lld][WebAssembly] Fix check for implicitly exported mutable globals (#160966)Sam Clegg
2025-09-25[lld][WebAssembly] Fix check for exporting mutable globals (#160787)Sam Clegg
2025-09-23[lld][WebAssembly] Allow --import-memory to take single name (#160409)Sam Clegg
2025-09-23[lld][WebAssembly] Remove redundant assignment. NFC (#160400)Sam Clegg
2025-08-27[lld][WebAssembly] -r: force -Bstatic (#108264)Sam Clegg
2025-08-19Revert "[lld][WebAssembly] Do not relocate ABSOLUTE symbols" (#154371)Sam Clegg
2025-08-18[lld][WebAssembly] Do not relocate ABSOLUTE symbols (#153763)YAMAMOTO Takashi
2025-07-07[lld][WebAssembly] Abide by configured page size for memory imports (#146916)Nick Fitzgerald
2025-07-02[lld][WebAssembly] Add missing relocation types to the --compress-relocations...SingleAccretion
2025-06-15[lld] Use range-based for loops (NFC) (#144251)Kazu Hirata
2025-05-28[lld] Use llvm::count_if (NFC) (#141519)Kazu Hirata
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata
2025-05-20[lld][WebAssembly] Set the target-cpu in LTO config (#140010)YAMAMOTO Takashi
2025-05-19[lld] Use llvm::stable_sort (NFC) (#140488)Kazu Hirata
2025-05-07[lld][WebAssembly] Fix reported names of LTO output files (#138789)Sam Clegg
2025-05-04[lld] Remove unused local variables (NFC) (#138470)Kazu Hirata
2025-04-28[lld][WebAssembly] Don't mark `--start-lib`/`--end-lib` files as live (#137714)Sam Clegg
2025-04-25[wasm-ld] Refactor WasmSym from static globals to per-link context (#134970)Anutosh Bhat
2025-04-18[lld][WebAssembly] Fix spurious signature mismatch under LTO (#136197)Daniel Bertalan
2025-03-22[lld] Use *Set::insert_range (NFC) (#132590)Kazu Hirata
2025-03-04[lld][WebAssembly] Support for the custom-page-sizes WebAssembly proposal (#1...Nick Fitzgerald
2025-03-03[lld][WebAssembly] Do not emit relocs against dead symbols (#129346)Derek Schuff
2025-02-28[lld][WebAssembly] Add RUNTIME_PATH support to wasm-ld (#129050)Hood Chatham
2025-02-20[lld][WebAssembly] Skip BSS when combining data segments (#127735)Sam Clegg
2025-01-28[lld][WebAssembly] Fix for shared library symbols WRT replacing lazy symbols ...Sam Clegg
2025-01-17[WebAssembly][Object] Support more elem segment flags (#123427)Derek Schuff
2025-01-12[wasm] Avoid repeated hash lookups (NFC) (#122626)Kazu Hirata
2025-01-02[lld][WebAssembly] Fix non-pie dynamic-linking executable (#108146)YAMAMOTO Takashi
2025-01-02[lld][WebAssembly] Replace config-> with ctx.arg.Fangrui Song
2024-12-13[lld][WebAssembly] Introduce Ctx::argFangrui Song
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth
2024-12-03[lld][wasm] Clear lazyBitcodeFiles while resetting context (#118440)Anutosh Bhat
2024-12-02[WebAssembly] Define call-indirect-overlong and bulk-memory-opt features (#11...Dan Gohman
2024-11-19[lld][WebAssembly] Fix TLS-relative relocations when linking without shared m...Sam Clegg
2024-11-16[lld] Use context-aware outs() and errs()Fangrui Song
2024-11-08[lld][WebAssemlby] Implement --thinlto-object-suffix-replace/--thinlto-prefix...Sam Clegg
2024-11-04[WebAssembly] Remove WASM_FEATURE_PREFIX_REQUIRED (NFC) (#113729)Heejin Ahn
2024-11-01[lld][WebAssembly] Implement various thinlto flags (#114327)Sam Clegg
2024-10-22[lld][WebAssembly] Improve -v/-V/--version flag compat (#113204)Sam Clegg
2024-10-15[lld][WebAssembly] Fix build break when building liblldWasm.so (#112275)Yuta Saito
2024-10-15[Coverage][WebAssembly] Add initial support for WebAssembly/WASI (#111332)Yuta Saito