net/haproxy: change revision due to pending changes coming to 26.1
Since there wasn't a relese here in a while my minor modifications piled
up. That's not a bad thing, but to make it traceable bump the revision
now in order to have better means to distinguish the problem on the stable
plugin since this will be stable/26.1 in a few minutes.
[mlir][x86vector] Shuffle FMAs (#172823)
This patch Shuffles FMAs with x86vector operations as operands such that
FMAs are grouped with respect to odd/even packed index.
Continuation to PR: https://github.com/llvm/llvm-project/pull/170267 to
manage register allocation efficiently.
CodeGen: Use LibcallLoweringInfo for stack protector insertion (#176829)
Thread LibcallLoweringInfo into the TargetLowering hooks used
by the stack protector passes.
drm/amd/display: Fix scratch registers offsets for DCN351
From Ray Wu
0f38ce08dde9b5902e00815a36a857e415cca63a in linux-6.12.y/6.12.64
fd62aa13d3ee0f21c756a40a7c2f900f98992d6a in mainline linux
drm/amd/display: Fix scratch registers offsets for DCN35
From Ray Wu
29ff286cd52035143a817372c19a75a74c4b58af in linux-6.12.y/6.12.64
69741d9ccc7222e6b6f138db67b012ecc0d72542 in mainline linux
[IR][Verifier] Reject GEP into vector with non-byte-addressable element type (#176689)
Add a verifier check to reject GEP instructions that index into vectors
with non-byte-addressable element types (e.g., <2 x i1>). Such GEPs
cannot have their offset computed in bytes, causing assertions in passes
like SROA that try to compute byte offsets.
Fixes #176628.
drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state()
From Alex Deucher
9e7d3b8542d14399dac897dc4226e93e7766fdce in linux-6.12.y/6.12.64
3c41114dcdabb7b25f5bc33273c6db9c7af7f4a7 in mainline linux