summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/PlaceSafepoints/leaf-function.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PlaceSafepoints] Clamp NoStatepoints to trueSanjoy Das2016-01-281-35/+0
| | | | | | | | | This change permanently clamps -spp-no-statepoints to true (the code deletion will come later). Tests that specifically tested PlaceSafepoint's ability to wrap calls in gc.statepoint have been moved to RS4GC's test suite. llvm-svn: 259096
* [PlaceSafepoints] Clean up tests; NFCSanjoy Das2016-01-281-1/+1
| | | | | | | Use `opt < %s` instead of `opt %s` as specified in http://llvm.org/docs/TestingGuide.html#fragile-tests. llvm-svn: 259062
* [Statepoints] Check for the "gc-leaf-function" attribute on call sites as well.Manuel Jacob2016-01-051-0/+11
| | | | | | | | | | Reviewers: sanjoy, reames Subscribers: sanjoy, llvm-commits Differential Revision: http://reviews.llvm.org/D15900 llvm-svn: 256875
* Correct my last commit (revision 256860).Manuel Jacob2016-01-051-2/+2
| | | | | | I forgot to save a small wording improvement before committing. llvm-svn: 256862
* [PlaceSafepoints] Add a test.Manuel Jacob2016-01-051-0/+24
Calls of functions with the "gc-leaf-function" attribute shouldn't be turned into a safepoint. llvm-svn: 256860
OpenPOWER on IntegriCloud