[all-commits] [llvm/llvm-project] b1d581: [X86] Refactor X86IndirectThunks.cpp to Accommodat...
Scott Constable via All-commits
all-commits at lists.llvm.org
Thu Apr 2 22:11:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b1d581019f5d4d176ad70ddffee13db247a13ef1
https://github.com/llvm/llvm-project/commit/b1d581019f5d4d176ad70ddffee13db247a13ef1
Author: Scott Constable <scott.d.constable at intel.com>
Date: 2020-04-02 (Thu, 02 Apr 2020)
Changed paths:
M llvm/lib/Target/X86/X86IndirectThunks.cpp
Log Message:
-----------
[X86] Refactor X86IndirectThunks.cpp to Accommodate Mitigations other than Retpoline
Introduce a ThunkInserter CRTP base class from which new thunk types can inherit, e.g., thunks to mitigate https://software.intel.com/security-software-guidance/software-guidance/load-value-injection.
Differential Revision: https://reviews.llvm.org/D76811
More information about the All-commits
mailing list