[all-commits] [llvm/llvm-project] b7c4cb: [llvm] Mark scavenging spill-slots as *spilled* st...
Guy David via All-commits
all-commits at lists.llvm.org
Sun Jan 12 04:32:59 PST 2025
Branch: refs/heads/users/guy-david/machine-stack-protector-offset-v2
Home: https://github.com/llvm/llvm-project
Commit: b7c4cb6610747858d53090e7a47001828bd6ecfb
https://github.com/llvm/llvm-project/commit/b7c4cb6610747858d53090e7a47001828bd6ecfb
Author: Guy David <guyda96 at gmail.com>
Date: 2025-01-12 (Sun, 12 Jan 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
M llvm/lib/Target/ARC/ARCFrameLowering.cpp
M llvm/lib/Target/ARM/ARMFrameLowering.cpp
M llvm/lib/Target/CSKY/CSKYFrameLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchFrameLowering.cpp
M llvm/lib/Target/Mips/MipsSEFrameLowering.cpp
M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
M llvm/lib/Target/XCore/XCoreFrameLowering.cpp
M llvm/lib/Target/Xtensa/XtensaFrameLowering.cpp
M llvm/test/CodeGen/PowerPC/alloca-crspill.ll
M llvm/test/CodeGen/RISCV/rvv/addi-rvv-stack-object.mir
Log Message:
-----------
[llvm] Mark scavenging spill-slots as *spilled* stack objects.
This seems like an oversight when copying code from other backends.
Commit: 053d73402915bd1a5bb28dbaf7c691d27d69ff4c
https://github.com/llvm/llvm-project/commit/053d73402915bd1a5bb28dbaf7c691d27d69ff4c
Author: Guy David <guyda96 at gmail.com>
Date: 2025-01-12 (Sun, 12 Jan 2025)
Changed paths:
M llvm/lib/CodeGen/MachineVerifier.cpp
A llvm/test/MachineVerifier/stack-protector-offset.mir
Log Message:
-----------
MachineVerifier: Check stack protector is top-most in frame
Mitigate against potential bugs that might place it elsewhere and render
the mechanism useless.
Compare: https://github.com/llvm/llvm-project/compare/2a13f5df39ad...053d73402915
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list