[PATCH] D40223: [X86] Control-Flow Enforcement Technology - Shadow Stack support (LLVM side)

Oren Ben Simhon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 01:17:27 PST 2017


oren_ben_simhon updated this revision to Diff 123550.
oren_ben_simhon added a comment.

Implemented comments posted until 11/19 (Thanks Craig)


Repository:
  rL LLVM

https://reviews.llvm.org/D40223

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/Support/Host.cpp
  lib/Target/X86/X86.td
  lib/Target/X86/X86InstrCompiler.td
  lib/Target/X86/X86InstrControl.td
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86InstrSystem.td
  lib/Target/X86/X86RegisterInfo.cpp
  lib/Target/X86/X86RegisterInfo.td
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  test/CodeGen/MIR/X86/frame-info-save-restore-points.mir
  test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll
  test/CodeGen/X86/ipra-reg-usage.ll
  test/CodeGen/X86/movtopush.mir
  test/CodeGen/X86/tail-call-conditional.mir
  test/CodeGen/X86/x32-cet-intrinsics.ll
  test/CodeGen/X86/x64-cet-intrinsics.ll
  test/DebugInfo/MIR/X86/live-debug-vars-unused-arg-debugonly.mir
  test/DebugInfo/MIR/X86/live-debug-vars-unused-arg.mir
  test/DebugInfo/X86/live-debug-vars-dse.mir
  test/MC/X86/cet-encoding.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40223.123550.patch
Type: text/x-patch
Size: 63799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171120/c1d1af91/attachment.bin>


More information about the llvm-commits mailing list