[PATCH] D28000: [X86] Implement -mfentry

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 13:38:50 PST 2016


niravd created this revision.
niravd added reviewers: hfinkel, craig.topper.
niravd added a subscriber: llvm-commits.
Herald added a subscriber: mgorny.

Insert calls to __fentry__ at function entry.


https://reviews.llvm.org/D28000

Files:
  include/llvm/CodeGen/Passes.h
  include/llvm/InitializePasses.h
  include/llvm/Target/Target.td
  include/llvm/Target/TargetOpcodes.def
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/CodeGen.cpp
  lib/CodeGen/FEntryInserter.cpp
  lib/CodeGen/TargetPassConfig.cpp
  lib/Target/X86/X86AsmPrinter.h
  lib/Target/X86/X86MCInstLower.cpp
  test/CodeGen/X86/fentry-insertion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28000.82145.patch
Type: text/x-patch
Size: 8024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161220/3a415a60/attachment.bin>


More information about the llvm-commits mailing list