[all-commits] [llvm/llvm-project] cc6c7c: [PAC][lld] Use braa instr in PAC PLT sequence with...
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Fri Nov 15 00:04:55 PST 2024
Branch: refs/heads/users/kovdan01/lld-pac-plt-braa
Home: https://github.com/llvm/llvm-project
Commit: cc6c7c482dc05baaea052aee638e86ae81540406
https://github.com/llvm/llvm-project/commit/cc6c7c482dc05baaea052aee638e86ae81540406
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-15 (Fri, 15 Nov 2024)
Changed paths:
M lld/ELF/Arch/AArch64.cpp
M lld/test/ELF/aarch64-feature-pauth.s
Log Message:
-----------
[PAC][lld] Use braa instr in PAC PLT sequence with valid PAuth core info
Assume PAC instructions being supported with PAuth core info different
from (0,0). Given that, `autia1716; br x17` can be replaced with
`braa x17, x16; nop`.
Commit: 13875e750ef9e7784aedf1cda12a73ad33fb3544
https://github.com/llvm/llvm-project/commit/13875e750ef9e7784aedf1cda12a73ad33fb3544
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-15 (Fri, 15 Nov 2024)
Changed paths:
M lld/ELF/Arch/AArch64.cpp
Log Message:
-----------
Address review comments
Commit: 3d1670d893e0ae98ee96ad4a73272d86d3fb3c5d
https://github.com/llvm/llvm-project/commit/3d1670d893e0ae98ee96ad4a73272d86d3fb3c5d
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-15 (Fri, 15 Nov 2024)
Changed paths:
M lld/ELF/Arch/AArch64.cpp
Log Message:
-----------
Add a comment
Compare: https://github.com/llvm/llvm-project/compare/b189f515cb02...3d1670d893e0
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