Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to disallow modref function calls in scops. | Tobias Grosser | 2016-03-23 | 1 | -2/+4 |
| | | | | | | | | | | This might be useful to evaluate the benefit of us handling modref funciton calls. Also, a new bug that was triggered by modref function calls was recently reported http://llvm.org/PR27035. To ensure the same issue does not cause troubles for other people, we temporarily disable this until the bug is resolved. llvm-svn: 264140 | ||||
* | Support calls with known ModRef function behaviour | Johannes Doerfert | 2016-02-25 | 1 | -0/+52 |
Check the ModRefBehaviour of functions in order to decide whether or not a call instruction might be acceptable. Differential Revision: http://reviews.llvm.org/D5227 llvm-svn: 261866 |