[all-commits] [llvm/llvm-project] d195b1: [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:00:25 PST 2024
Branch: refs/heads/users/kovdan01/lld-pac-plt-braa
Home: https://github.com/llvm/llvm-project
Commit: d195b1eb6c41d9cda912ed50b79bc05a7d700e5b
https://github.com/llvm/llvm-project/commit/d195b1eb6c41d9cda912ed50b79bc05a7d700e5b
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: 6b3574553a750af8301d0574f7641838911662d5
https://github.com/llvm/llvm-project/commit/6b3574553a750af8301d0574f7641838911662d5
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/963794c8bd2e...6b3574553a75
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