[PATCH] Extend the statepoint intrinsic to allow statepoints to be marked as transitions from GC-aware code to code that is not GC-aware.

Pat Gavlin pagavlin at microsoft.com
Fri May 8 11:11:32 PDT 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D9501

Files:
  llvm/trunk/docs/Statepoints.rst
  llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
  llvm/trunk/include/llvm/IR/Statepoint.h
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  llvm/trunk/lib/IR/IRBuilder.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.h
  llvm/trunk/test/Analysis/ValueTracking/memory-dereferenceable.ll
  llvm/trunk/test/CodeGen/Generic/overloaded-intrinsic-name.ll
  llvm/trunk/test/CodeGen/X86/statepoint-allocas.ll
  llvm/trunk/test/CodeGen/X86/statepoint-call-lowering.ll
  llvm/trunk/test/CodeGen/X86/statepoint-forward.ll
  llvm/trunk/test/CodeGen/X86/statepoint-gctransition-call-lowering.ll
  llvm/trunk/test/CodeGen/X86/statepoint-invoke.ll
  llvm/trunk/test/CodeGen/X86/statepoint-stack-usage.ll
  llvm/trunk/test/CodeGen/X86/statepoint-stackmap-format.ll
  llvm/trunk/test/Transforms/CodeGenPrepare/statepoint-relocate.ll
  llvm/trunk/test/Transforms/InstCombine/gc.relocate.ll
  llvm/trunk/test/Transforms/InstCombine/statepoint.ll
  llvm/trunk/test/Transforms/PlaceSafepoints/basic.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-1.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-10.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-11.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-2.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-3.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-4.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-5.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-6.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-7.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-8.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-9.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/basics.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/constants.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/live-vector.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/liveness-basics.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/preprocess.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/relocate_invoke_result.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/relocation.ll
  llvm/trunk/test/Verifier/invalid-statepoint2.ll
  llvm/trunk/test/Verifier/statepoint.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9501.25351.patch
Type: text/x-patch
Size: 104902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150508/694dffee/attachment.bin>


More information about the llvm-commits mailing list