Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DA][NewPM] Add a printerpass and port the testsuite | Philip Pfaffe | 2019-01-08 | 1 | -0/+1 |
| | | | | | | | | | The new-pm version of DA is untested. Testing requires a printer, so add that and use it in the existing DA tests. Differential Revision: https://reviews.llvm.org/D56386 llvm-svn: 350624 | ||||
* | Fix a memory corruption in Dependency Analysis. | Karthik Bhat | 2015-03-10 | 1 | -0/+103 |
This crash occurs due to memory corruption when trying to update dependency direction based on Constraints. This crash was observed during lnt regression of Polybench benchmark test case dynprog. Review: http://reviews.llvm.org/D8059 llvm-svn: 231788 |