[all-commits] [llvm/llvm-project] d9ad53: [PAC][lld] Use braa instr in PAC PLT sequence with...
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Sun Nov 10 04:06:31 PST 2024
Branch: refs/heads/users/kovdan01/lld-pac-plt-braa
Home: https://github.com/llvm/llvm-project
Commit: d9ad530d53c325ca95b28653563858890db5e491
https://github.com/llvm/llvm-project/commit/d9ad530d53c325ca95b28653563858890db5e491
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-10 (Sun, 10 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: 38b9ffdc8b51e597fc8b945e57044b8b714aabae
https://github.com/llvm/llvm-project/commit/38b9ffdc8b51e597fc8b945e57044b8b714aabae
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-10 (Sun, 10 Nov 2024)
Changed paths:
M lld/ELF/Arch/AArch64.cpp
Log Message:
-----------
Address review comments
Compare: https://github.com/llvm/llvm-project/compare/6b3574553a75...38b9ffdc8b51
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