[PATCH] [Statepoints] Support for "patchable" statepoints.

Sanjoy Das sanjoy at playingwithpointers.com
Mon May 11 16:23:07 PDT 2015


- rebase on master, now that http://reviews.llvm.org/D9501 has gone in


http://reviews.llvm.org/D9546

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

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9546.25522.patch
Type: text/x-patch
Size: 121585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150511/9cbd9ef3/attachment.bin>


More information about the llvm-commits mailing list