1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/Transforms/PlaceSafepoints
Sanjoy Das 04b4f7e9a4 [Statepoints] Let patchable statepoints have a symbolic call target.
Summary:
As added initially, statepoints required their call targets to be a
constant pointer null if ``numPatchBytes`` was non-zero.  This turns out
to be a problem ergonomically, since there is no way to mark patchable
statepoints as calling a (readable) symbolic value.

This change remove the restriction of requiring ``null`` call targets
for patchable statepoints, and changes PlaceSafepoints to maintain the
symbolic call target through its transformation.

Reviewers: reames, swaroop.sridhar

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D11550

llvm-svn: 243502
2015-07-28 23:50:30 +00:00
..
basic.ll [Statepoints] Support for "patchable" statepoints. 2015-05-12 23:52:24 +00:00
call_gc_result.ll [PlaceSafepoints] Assertion on that gc_result can not have preceding phis should only apply to invoke statepoint 2015-05-18 19:02:25 +00:00
call-in-loop.ll [Statepoints] Support for "patchable" statepoints. 2015-05-12 23:52:24 +00:00
finite-loops.ll [Statepoints] Support for "patchable" statepoints. 2015-05-12 23:52:24 +00:00
invokes.ll Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00
memset.ll [PlaceSafepoints] Stop special casing some intrinsics 2015-05-19 23:40:11 +00:00
patchable-statepoints.ll [Statepoints] Let patchable statepoints have a symbolic call target. 2015-07-28 23:50:30 +00:00
split-backedge.ll [Statepoints] Support for "patchable" statepoints. 2015-05-12 23:52:24 +00:00
statepoint-calling-conventions.ll Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00
statepoint-coreclr.ll Add a GCStrategy for CoreCLR 2015-05-20 01:07:23 +00:00
statepoint-format.ll Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00
statepoint-frameescape.ll Rename llvm.frameescape and llvm.framerecover to localescape and localrecover 2015-07-07 22:25:32 +00:00