[PATCH] Statepoint infrastructure for garbage collection

Philip Reames listmail at philipreames.com
Tue Oct 14 17:41:26 PDT 2014


respond to review comments, remove a few pieces of code which aren't relevant for basic functionality, and add experimental prefix to the names.

http://reviews.llvm.org/D5683

Files:
  docs/Statepoints.rst
  include/llvm/CodeGen/FunctionLoweringInfo.h
  include/llvm/CodeGen/MachineInstr.h
  include/llvm/CodeGen/StackMaps.h
  include/llvm/IR/Intrinsics.td
  include/llvm/IR/Statepoint.h
  include/llvm/Target/Target.td
  include/llvm/Target/TargetFrameLowering.h
  include/llvm/Target/TargetOpcodes.h
  lib/Analysis/TargetTransformInfo.cpp
  lib/CodeGen/InlineSpiller.cpp
  lib/CodeGen/LocalStackSlotAllocation.cpp
  lib/CodeGen/PrologEpilogInserter.cpp
  lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  lib/CodeGen/StackMaps.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/IR/CMakeLists.txt
  lib/IR/Function.cpp
  lib/IR/Statepoint.cpp
  lib/IR/Verifier.cpp
  lib/Target/X86/X86FrameLowering.cpp
  lib/Target/X86/X86FrameLowering.h
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86MCInstLower.cpp
  lib/Transforms/InstCombine/InstCombineCalls.cpp
  test/CodeGen/X86/statepoint-call-lowering.ll
  test/CodeGen/X86/statepoint-stack-usage.ll
  test/CodeGen/X86/statepoint-stackmap-format.ll
  test/Verifier/statepoint.ll
  utils/TableGen/CodeGenTarget.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5683.14905.patch
Type: text/x-patch
Size: 107014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141015/aa850572/attachment.bin>


More information about the llvm-commits mailing list