[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
Thu Jul 12 03:27:00 PDT 2018
chandlerc updated this revision to Diff 155144.
chandlerc marked 3 inline comments as done.
chandlerc added a comment.
Address all of Craig's outstanding review comments.
Repository:
rL LLVM
https://reviews.llvm.org/D44824
Files:
llvm/docs/SpeculativeLoadHardening.md
llvm/docs/speculative_load_hardening_microbenchmarks.png
llvm/include/llvm/CodeGen/MachineBasicBlock.h
llvm/lib/CodeGen/MachineBasicBlock.cpp
llvm/lib/CodeGen/RegisterCoalescer.cpp
llvm/lib/Target/X86/CMakeLists.txt
llvm/lib/Target/X86/LLVMBuild.txt
llvm/lib/Target/X86/X86.h
llvm/lib/Target/X86/X86InstrInfo.h
llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
llvm/lib/Target/X86/X86TargetMachine.cpp
llvm/test/CodeGen/X86/speculative-load-hardening.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44824.155144.patch
Type: text/x-patch
Size: 138388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180712/99b8ca88/attachment-0001.bin>
More information about the llvm-commits
mailing list