[PATCH] D41879: [X86] Added support for nocf_check attribute for indirect Branch Tracking

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 17 06:32:33 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL327767: [X86] Added support for nocf_check attribute for indirect Branch Tracking (authored by orenb, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D41879?vs=132115&id=138814#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D41879

Files:
  llvm/trunk/bindings/go/llvm/ir_test.go
  llvm/trunk/docs/BitCodeFormat.rst
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/include/llvm/IR/Attributes.td
  llvm/trunk/include/llvm/IR/Function.h
  llvm/trunk/include/llvm/IR/Instructions.h
  llvm/trunk/lib/AsmParser/LLLexer.cpp
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/AsmParser/LLToken.h
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/trunk/lib/IR/Attributes.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/lib/Target/X86/AsmParser/X86AsmParser.cpp
  llvm/trunk/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
  llvm/trunk/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
  llvm/trunk/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
  llvm/trunk/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
  llvm/trunk/lib/Target/X86/X86FastISel.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.h
  llvm/trunk/lib/Target/X86/X86IndirectBranchTracking.cpp
  llvm/trunk/lib/Target/X86/X86InstrControl.td
  llvm/trunk/lib/Target/X86/X86InstrFormats.td
  llvm/trunk/lib/Target/X86/X86InstrInfo.td
  llvm/trunk/lib/Transforms/IPO/ForceFunctionAttrs.cpp
  llvm/trunk/lib/Transforms/Utils/CodeExtractor.cpp
  llvm/trunk/test/CodeGen/X86/indirect-branch-tracking.ll
  llvm/trunk/test/CodeGen/X86/nocf_check.ll
  llvm/trunk/test/MC/X86/x86-32-coverage.s
  llvm/trunk/utils/TableGen/X86FoldTablesEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41879.138814.patch
Type: text/x-patch
Size: 39235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180317/6e2f9e54/attachment.bin>


More information about the llvm-commits mailing list