| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Use `opt < %s` instead of `opt %s` as specified in
http://llvm.org/docs/TestingGuide.html#fragile-tests.
llvm-svn: 259062
|
|
|
|
|
|
|
|
|
|
| |
Reviewers: sanjoy, reames
Subscribers: sanjoy, llvm-commits
Differential Revision: http://reviews.llvm.org/D15900
llvm-svn: 256875
|
|
|
|
|
|
| |
I forgot to save a small wording improvement before committing.
llvm-svn: 256862
|
|
Calls of functions with the "gc-leaf-function" attribute shouldn't be turned
into a safepoint.
llvm-svn: 256860
|