[PATCH] D20217: Represent runtime preemption in the IR.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 11:16:24 PDT 2017


sfertile updated this revision to Diff 118033.
sfertile retitled this revision from "Add direct control of whether or not a symbol is preemtable at runtime" to "Represent runtime preemption in the IR.".
sfertile edited the summary of this revision.
sfertile added a comment.

Add a section to the langref for preemption specifiers, and updated global variables and function sections.


https://reviews.llvm.org/D20217

Files:
  docs/LangRef.rst
  include/llvm/IR/GlobalValue.h
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLParser.h
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/Globals.cpp
  lib/Target/TargetMachine.cpp
  test/Assembler/dllimport-dsolocal-diag.ll
  test/Assembler/ifunc-dsolocal-daig.ll
  test/Bitcode/dso_location.ll
  test/CodeGen/PowerPC/preemption.ll
  test/CodeGen/X86/darwin-preemption.ll
  test/CodeGen/X86/linux-preemption.ll
  test/CodeGen/X86/win32-preemption.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20217.118033.patch
Type: text/x-patch
Size: 57331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171006/89abe513/attachment.bin>


More information about the llvm-commits mailing list