summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/PlaceSafepoints
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-179-0/+434
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-179-434/+0
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-2/+2
* All libcalls should be considered to be GC-leaf functions.Daniel Neilson2017-07-271-0/+37
* [PlaceSafepoints] Don't call undef in test case; NFCSanjoy Das2016-06-251-1/+3
* [PlaceSafepoints] Clamp NoStatepoints to trueSanjoy Das2016-01-2813-363/+31
* [PlaceSafepoints] Clean up tests; NFCSanjoy Das2016-01-2810-11/+11
* [PlaceSafepoints] Minor test cleanup; NFCSanjoy Das2016-01-281-10/+10
* [PlaceSafepoints] Introduce a -spp-no-statepoints flagSanjoy Das2016-01-221-0/+21
* [Statepoints] Check for the "gc-leaf-function" attribute on call sites as well.Manuel Jacob2016-01-051-0/+11
* Correct my last commit (revision 256860).Manuel Jacob2016-01-051-2/+2
* [PlaceSafepoints] Add a test.Manuel Jacob2016-01-051-0/+24
* Fix several accidental DOS line endings in source filesDimitry Andric2016-01-031-31/+31
* [gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li2015-12-264-8/+8
* Have a single way for creating unique value names.Rafael Espindola2015-11-222-3/+3
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* [PowerPC] Add an MI SSA peephole pass.Bill Schmidt2015-11-101-0/+7
* [PlaceSafepoints] Make the width of a counted loop settable.Sanjoy Das2015-09-151-1/+57
* [Statepoints] Let patchable statepoints have a symbolic call target.Sanjoy Das2015-07-281-1/+1
* Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner2015-07-071-4/+4
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-174-15/+15
* Add a GCStrategy for CoreCLRSwaroop Sridhar2015-05-201-0/+31
* [PlaceSafepoints] Stop special casing some intrinsicsPhilip Reames2015-05-191-0/+20
* [PlaceSafepoints] Assertion on that gc_result can not have preceding phis sho...Chen Li2015-05-181-0/+38
* [PlaceSafepoints] Fix a bug that came in with rL236672.Sanjoy Das2015-05-151-0/+42
* [PlaceSafepoints] Fix a bug that came in with rL236672.Sanjoy Das2015-05-151-0/+42
* [PlaceSafepoints] New attributes for patchable statepoints.Sanjoy Das2015-05-131-0/+44
* [Statepoints] Support for "patchable" statepoints.Sanjoy Das2015-05-126-6/+6
* [PlaceSafepoints] Remove dependence on LoopSimplifyPhilip Reames2015-05-121-4/+4
* Changed renaming of local symbols by inserting a dot vefore the numeric suffix.Sunil Srivastava2015-05-121-1/+1
* Extend the statepoint intrinsic to allow statepoints to be marked as transiti...Pat Gavlin2015-05-081-1/+1
* [IRBuilder] Add a CreateGCStatepointInvoke.Sanjoy Das2015-05-061-5/+6
* Don't Place Entry Safepoints Before the llvm.frameescape() IntrinsicPhilip Reames2015-04-261-0/+29
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-1/+1
* PlaceSafepoints: use IRBuilder helpersRamkumar Ramachandra2015-02-261-1/+1
* [PlaceSafepoints] Adjust enablement logic to default to off and be GC configu...Philip Reames2015-02-215-9/+17
* Add few simple tests to check statepoint placement for invoke instructions.Igor Laevsky2015-02-191-0/+110
* PlaceSafepoints: modernize gc.result.* -> gc.resultRamkumar Ramachandra2015-02-091-1/+16
* Introduce more tests for PlaceSafepointsPhilip Reames2015-02-093-0/+157
* Minor test cleanupPhilip Reames2015-02-091-5/+4
* Add basic tests for PlaceSafepointsPhilip Reames2015-02-091-0/+72
OpenPOWER on IntegriCloud