[llvm-branch-commits] [lld] release/19.x: [lld][WebAssembly] Fix use of uninitialized stack data with --wasm64 (#107780) (PR #119723)

2024-12-16 Thread Derek Schuff via llvm-branch-commits
https://github.com/dschuff updated https://github.com/llvm/llvm-project/pull/119723 >From 3baa93367c6b0862279decc5d2400bc59fa1c485 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 9 Sep 2024 09:28:08 -0700 Subject: [PATCH] [lld][WebAssembly] Fix use of uninitialized stack data with --wasm64

[llvm-branch-commits] [lld] release/19.x: [lld][WebAssembly] Fix use of uninitialized stack data with --wasm64 (#107780) (PR #119723)

2024-12-16 Thread Derek Schuff via llvm-branch-commits
https://github.com/dschuff updated https://github.com/llvm/llvm-project/pull/119723 >From fc310d328d3954207a775d0f0b17f9796912777a Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 9 Sep 2024 09:28:08 -0700 Subject: [PATCH] [lld][WebAssembly] Fix use of uninitialized stack data with --wasm64

[llvm-branch-commits] [lld] release/19.x: [lld][WebAssembly] Fix use of uninitialized stack data with --wasm64 (#107780) (PR #119723)

2024-12-12 Thread Derek Schuff via llvm-branch-commits
https://github.com/dschuff approved this pull request. https://github.com/llvm/llvm-project/pull/119723 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: [WebAssembly] Fix rethrow's index calculation (#114693) (PR #115844)

2024-11-12 Thread Derek Schuff via llvm-branch-commits
dschuff wrote: oh nevermind, I was confused; #114693 is closed, but this is the PR that implements the backport. https://github.com/llvm/llvm-project/pull/115844 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llv

[llvm-branch-commits] [llvm] release/19.x: [WebAssembly] Fix rethrow's index calculation (#114693) (PR #115844)

2024-11-12 Thread Derek Schuff via llvm-branch-commits
https://github.com/dschuff approved this pull request. LGTM, although it looks like this is already done? https://github.com/llvm/llvm-project/pull/115844 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cg

[llvm-branch-commits] [lld] 187d771 - Revert "[WebAssembly] Add support for table linking to wasm-ld"

2021-01-15 Thread Derek Schuff via llvm-branch-commits
Author: Derek Schuff Date: 2021-01-15T15:50:41-08:00 New Revision: 187d771d27ed9059675b53e92e8fb8aeee9c43d8 URL: https://github.com/llvm/llvm-project/commit/187d771d27ed9059675b53e92e8fb8aeee9c43d8 DIFF: https://github.com/llvm/llvm-project/commit/187d771d27ed9059675b53e92e8fb8aeee9c43d8.diff

[llvm-branch-commits] [llvm] e65b9b0 - Revert "[WebAssembly] MC layer writes table symbols to object files"

2021-01-15 Thread Derek Schuff via llvm-branch-commits
Author: Derek Schuff Date: 2021-01-15T15:50:22-08:00 New Revision: e65b9b04cdeff17fbcdae8d2bb268da832e4a267 URL: https://github.com/llvm/llvm-project/commit/e65b9b04cdeff17fbcdae8d2bb268da832e4a267 DIFF: https://github.com/llvm/llvm-project/commit/e65b9b04cdeff17fbcdae8d2bb268da832e4a267.diff

[llvm-branch-commits] [lld] cb77e87 - [WebAssembly][lld] Don't mark a file live from an undefine symbol

2020-12-17 Thread Derek Schuff via llvm-branch-commits
Author: Derek Schuff Date: 2020-12-17T11:05:36-08:00 New Revision: cb77e877f8132b885fcac8b7532c58072537b9ed URL: https://github.com/llvm/llvm-project/commit/cb77e877f8132b885fcac8b7532c58072537b9ed DIFF: https://github.com/llvm/llvm-project/commit/cb77e877f8132b885fcac8b7532c58072537b9ed.diff

[llvm-branch-commits] [lld] cb77e87 - [WebAssembly][lld] Don't mark a file live from an undefine symbol

2020-12-17 Thread Derek Schuff via llvm-branch-commits
Author: Derek Schuff Date: 2020-12-17T11:05:36-08:00 New Revision: cb77e877f8132b885fcac8b7532c58072537b9ed URL: https://github.com/llvm/llvm-project/commit/cb77e877f8132b885fcac8b7532c58072537b9ed DIFF: https://github.com/llvm/llvm-project/commit/cb77e877f8132b885fcac8b7532c58072537b9ed.diff

[llvm-branch-commits] [lld] dd6412c - [WebAssembly][lld] Exclude COMDAT sections

2020-12-10 Thread Derek Schuff via llvm-branch-commits
Author: Derek Schuff Date: 2020-12-10T17:47:41-08:00 New Revision: dd6412c05c1039e582a970da1aee62cdde75c892 URL: https://github.com/llvm/llvm-project/commit/dd6412c05c1039e582a970da1aee62cdde75c892 DIFF: https://github.com/llvm/llvm-project/commit/dd6412c05c1039e582a970da1aee62cdde75c892.diff

[llvm-branch-commits] [llvm] 8d396ac - [WebAssembly] Support COMDAT sections in assembly syntax

2020-12-10 Thread Derek Schuff via llvm-branch-commits
Author: Derek Schuff Date: 2020-12-10T16:43:59-08:00 New Revision: 8d396acac3bc21f688ac707bb42e4698dbdcab7e URL: https://github.com/llvm/llvm-project/commit/8d396acac3bc21f688ac707bb42e4698dbdcab7e DIFF: https://github.com/llvm/llvm-project/commit/8d396acac3bc21f688ac707bb42e4698dbdcab7e.diff

[llvm-branch-commits] [llvm] dd1aa4f - Revert "[WebAssembly] Support COMDAT sections in assembly syntax"

2020-12-10 Thread Derek Schuff via llvm-branch-commits
Author: Derek Schuff Date: 2020-12-10T15:55:33-08:00 New Revision: dd1aa4fdd82bc4b33e9661eda6039760408501d9 URL: https://github.com/llvm/llvm-project/commit/dd1aa4fdd82bc4b33e9661eda6039760408501d9 DIFF: https://github.com/llvm/llvm-project/commit/dd1aa4fdd82bc4b33e9661eda6039760408501d9.diff

[llvm-branch-commits] [llvm] 4564553 - [WebAssembly] Support COMDAT sections in assembly syntax

2020-12-10 Thread Derek Schuff via llvm-branch-commits
Author: Derek Schuff Date: 2020-12-10T14:46:24-08:00 New Revision: 4564553b8d8ab81dc21431a35275581cb42329c8 URL: https://github.com/llvm/llvm-project/commit/4564553b8d8ab81dc21431a35275581cb42329c8 DIFF: https://github.com/llvm/llvm-project/commit/4564553b8d8ab81dc21431a35275581cb42329c8.diff

[llvm-branch-commits] [llvm] 0a39106 - [WebAssembly] Add Object and ObjectWriter support for wasm COMDAT sections

2020-12-07 Thread Derek Schuff via llvm-branch-commits
Author: Derek Schuff Date: 2020-12-07T12:12:44-08:00 New Revision: 0a391060f16dc3e10bcb0b02036073021c414006 URL: https://github.com/llvm/llvm-project/commit/0a391060f16dc3e10bcb0b02036073021c414006 DIFF: https://github.com/llvm/llvm-project/commit/0a391060f16dc3e10bcb0b02036073021c414006.diff

[llvm-branch-commits] [lld] 8b8088a - [lld] Use -1 as tombstone value for discarded code ranges

2020-12-01 Thread Derek Schuff via llvm-branch-commits
Author: Eric Leese Date: 2020-12-01T17:06:32-08:00 New Revision: 8b8088ac6ca977fbce52abd50ac88ecbe08d9cb2 URL: https://github.com/llvm/llvm-project/commit/8b8088ac6ca977fbce52abd50ac88ecbe08d9cb2 DIFF: https://github.com/llvm/llvm-project/commit/8b8088ac6ca977fbce52abd50ac88ecbe08d9cb2.diff LO