[PATCH] D44824: [Spectre] Introduce a new pass to do speculative load hardening to mitigate Spectre variant #1 for x86.
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 13 04:19:02 PDT 2018
This revision was automatically updated to reflect the committed changes.
chandlerc marked 8 inline comments as done.
Closed by commit rL336990: [SLH] Introduce a new pass to do Speculative Load Hardening to mitigate (authored by chandlerc, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D44824?vs=155305&id=155347#toc
Repository:
rL LLVM
https://reviews.llvm.org/D44824
Files:
llvm/trunk/include/llvm/CodeGen/MachineBasicBlock.h
llvm/trunk/lib/CodeGen/MachineBasicBlock.cpp
llvm/trunk/lib/Target/X86/CMakeLists.txt
llvm/trunk/lib/Target/X86/X86.h
llvm/trunk/lib/Target/X86/X86SpeculativeLoadHardening.cpp
llvm/trunk/lib/Target/X86/X86TargetMachine.cpp
llvm/trunk/test/CodeGen/X86/speculative-load-hardening.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44824.155347.patch
Type: text/x-patch
Size: 89797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180713/ea23a514/attachment-0001.bin>
More information about the llvm-commits
mailing list