1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Transforms/PlaceSafepoints
Swaroop Sridhar 8765ceb638 Add a GCStrategy for CoreCLR
This change adds a new GC strategy for supporting the CoreCLR runtime.

This strategy is currently identical to Statepoint-example GC, 
but is necessary for several upcoming changes specific to CoreCLR, such as:

1. Base-pointers not explicitly reported for interior pointers
2. Different format for stack-map encoding
3. Location of Safe-point polls: polls are only needed before loop-back edges and before tail-calls (not needed at function-entry)
4. Runtime specific handshake between calls to managed/unmanaged functions.

llvm-svn: 237753
2015-05-20 01:07:23 +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 [Statepoints] Support for "patchable" statepoints. 2015-05-12 23:52:24 +00:00
memset.ll [PlaceSafepoints] Stop special casing some intrinsics 2015-05-19 23:40:11 +00:00
patchable-statepoints.ll [PlaceSafepoints] New attributes for patchable statepoints. 2015-05-13 20:11:31 +00:00
split-backedge.ll [Statepoints] Support for "patchable" statepoints. 2015-05-12 23:52:24 +00:00
statepoint-calling-conventions.ll [PlaceSafepoints] Fix a bug that came in with rL236672. 2015-05-15 00:26:21 +00:00
statepoint-coreclr.ll Add a GCStrategy for CoreCLR 2015-05-20 01:07:23 +00:00
statepoint-format.ll [PlaceSafepoints] Fix a bug that came in with rL236672. 2015-05-15 00:26:15 +00:00
statepoint-frameescape.ll [Statepoints] Support for "patchable" statepoints. 2015-05-12 23:52:24 +00:00