[PATCH] D75935: Add RET-hardening Support to X86 to mitigate Load Value Injection (LVI) [3/6]

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 12:27:22 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf95a67d8b8a8: [X86] Add RET-hardening Support to mitigate Load Value Injection (LVI) (authored by sconstab, committed by craig.topper).

Changed prior to commit:
  https://reviews.llvm.org/D75935?vs=251232&id=254887#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75935/new/

https://reviews.llvm.org/D75935

Files:
  llvm/lib/Target/X86/CMakeLists.txt
  llvm/lib/Target/X86/X86.h
  llvm/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp
  llvm/lib/Target/X86/X86TargetMachine.cpp
  llvm/test/CodeGen/X86/O0-pipeline.ll
  llvm/test/CodeGen/X86/O3-pipeline.ll
  llvm/test/CodeGen/X86/lvi-hardening-ret.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75935.254887.patch
Type: text/x-patch
Size: 10951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200403/f10f86cc/attachment.bin>


More information about the llvm-commits mailing list