[all-commits] [llvm/llvm-project] 71e802: [X86][NFC] Generalize the naming of "Retpoline Thu...
Scott Constable via All-commits
all-commits at lists.llvm.org
Thu Apr 2 21:55:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 71e8021d82c9130b09da4880cd54f5dc8770f5f9
https://github.com/llvm/llvm-project/commit/71e8021d82c9130b09da4880cd54f5dc8770f5f9
Author: Scott Constable <scott.d.constable at intel.com>
Date: 2020-04-02 (Thu, 02 Apr 2020)
Changed paths:
M llvm/lib/Target/X86/CMakeLists.txt
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86FrameLowering.cpp
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
A llvm/lib/Target/X86/X86IndirectThunks.cpp
M llvm/lib/Target/X86/X86InstrCompiler.td
M llvm/lib/Target/X86/X86InstrControl.td
M llvm/lib/Target/X86/X86InstrInfo.td
M llvm/lib/Target/X86/X86MCInstLower.cpp
R llvm/lib/Target/X86/X86RetpolineThunks.cpp
M llvm/lib/Target/X86/X86Subtarget.h
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/test/CodeGen/X86/O0-pipeline.ll
M llvm/test/CodeGen/X86/O3-pipeline.ll
Log Message:
-----------
[X86][NFC] Generalize the naming of "Retpoline Thunks" and related code to "Indirect Thunks"
There are applications for indirect call/branch thunks other than retpoline for Spectre v2, e.g.,
https://software.intel.com/security-software-guidance/software-guidance/load-value-injection
Therefore it makes sense to refactor X86RetpolineThunks as a more general capability.
Differential Revision: https://reviews.llvm.org/D76810
More information about the All-commits
mailing list