[all-commits] [llvm/llvm-project] 53f631: [BOLT] Gadget scanner: Detect address materializat...
Anatoly Trosinenko via All-commits
all-commits at lists.llvm.org
Wed Mar 26 09:42:20 PDT 2025
Branch: refs/heads/users/atrosinenko/bolt-gs-address-materialization
Home: https://github.com/llvm/llvm-project
Commit: 53f6310e26cb02a18d99a9350ff8162ea0ed22b6
https://github.com/llvm/llvm-project/commit/53f6310e26cb02a18d99a9350ff8162ea0ed22b6
Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
Date: 2025-03-26 (Wed, 26 Mar 2025)
Changed paths:
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Passes/PAuthGadgetScanner.cpp
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
M bolt/test/binary-analysis/AArch64/gs-pacret-autiasp.s
A bolt/test/binary-analysis/AArch64/gs-pauth-address-materialization.s
M bolt/test/binary-analysis/AArch64/lit.local.cfg
Log Message:
-----------
[BOLT] Gadget scanner: Detect address materialization and arithmetics
In addition to authenticated pointers, consider the contents of a
register safe if it was
* written by PC-relative address computation
* updated by an arithmetic instruction whose input address is safe
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