[PATCH] D41879: [X86] Added support for nocf_check attribute for indirect Branch Tracking
Oren Ben Simhon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 07:48:53 PST 2018
oren_ben_simhon updated this revision to Diff 131074.
oren_ben_simhon added a comment.
Thanks Craig for your comments, i made the following changes:
- I print notrack prefix instead of ds prefix
- I used same mechanism as lock/rep and created unified SDNode for the prefix and the jmp/call
Repository:
rL LLVM
https://reviews.llvm.org/D41879
Files:
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/CodeGen/TargetLowering.h
include/llvm/IR/Attributes.td
include/llvm/IR/Function.h
include/llvm/IR/Instructions.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/IR/Attributes.cpp
lib/IR/Verifier.cpp
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86IndirectBranchTracking.cpp
lib/Target/X86/X86InstrControl.td
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrInfo.td
lib/Transforms/IPO/ForceFunctionAttrs.cpp
lib/Transforms/Utils/CodeExtractor.cpp
test/CodeGen/X86/indirect-branch-tracking.ll
test/CodeGen/X86/nocf_check.ll
utils/TableGen/X86FoldTablesEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41879.131074.patch
Type: text/x-patch
Size: 32806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180123/0e8c7423/attachment.bin>
More information about the llvm-commits
mailing list