summaryrefslogtreecommitdiff
path: root/test/Transforms/PlaceSafepoints
AgeCommit message (Expand)Author
2017-07-27All libcalls should be considered to be GC-leaf functions.Daniel Neilson
2016-06-25[PlaceSafepoints] Don't call undef in test case; NFCSanjoy Das
2016-01-28[PlaceSafepoints] Clamp NoStatepoints to trueSanjoy Das
2016-01-28[PlaceSafepoints] Clean up tests; NFCSanjoy Das
2016-01-28[PlaceSafepoints] Minor test cleanup; NFCSanjoy Das
2016-01-22[PlaceSafepoints] Introduce a -spp-no-statepoints flagSanjoy Das
2016-01-05[Statepoints] Check for the "gc-leaf-function" attribute on call sites as well.Manuel Jacob
2016-01-05Correct my last commit (revision 256860).Manuel Jacob
2016-01-05[PlaceSafepoints] Add a test.Manuel Jacob
2016-01-03Fix several accidental DOS line endings in source filesDimitry Andric
2015-12-26[gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li
2015-11-22Have a single way for creating unique value names.Rafael Espindola
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-11-10[PowerPC] Add an MI SSA peephole pass.Bill Schmidt
2015-09-15[PlaceSafepoints] Make the width of a counted loop settable.Sanjoy Das
2015-07-28[Statepoints] Let patchable statepoints have a symbolic call target.Sanjoy Das
2015-07-07Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-05-20Add a GCStrategy for CoreCLRSwaroop Sridhar
2015-05-19[PlaceSafepoints] Stop special casing some intrinsicsPhilip Reames
2015-05-18[PlaceSafepoints] Assertion on that gc_result can not have preceding phis sho...Chen Li
2015-05-15[PlaceSafepoints] Fix a bug that came in with rL236672.Sanjoy Das
2015-05-15[PlaceSafepoints] Fix a bug that came in with rL236672.Sanjoy Das
2015-05-13[PlaceSafepoints] New attributes for patchable statepoints.Sanjoy Das
2015-05-12[Statepoints] Support for "patchable" statepoints.Sanjoy Das
2015-05-12[PlaceSafepoints] Remove dependence on LoopSimplifyPhilip Reames
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffix.Sunil Srivastava
2015-05-08Extend the statepoint intrinsic to allow statepoints to be marked as transiti...Pat Gavlin
2015-05-06[IRBuilder] Add a CreateGCStatepointInvoke.Sanjoy Das
2015-04-26Don't Place Entry Safepoints Before the llvm.frameescape() IntrinsicPhilip Reames
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-02-26PlaceSafepoints: use IRBuilder helpersRamkumar Ramachandra
2015-02-21[PlaceSafepoints] Adjust enablement logic to default to off and be GC configu...Philip Reames
2015-02-19Add few simple tests to check statepoint placement for invoke instructions.Igor Laevsky
2015-02-09PlaceSafepoints: modernize gc.result.* -> gc.resultRamkumar Ramachandra
2015-02-09Introduce more tests for PlaceSafepointsPhilip Reames
2015-02-09Minor test cleanupPhilip Reames
2015-02-09Add basic tests for PlaceSafepointsPhilip Reames