Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-reduce: Use %python from lit to get the correct/valid python binary for ↵ | David Blaikie | 2019-09-05 | 1 | -1/+0 |
| | | | | | | the reduction script llvm-svn: 371143 | ||||
* | Added Delta IR Reduction Tool | Diego Trevino Ferrer | 2019-08-08 | 1 | -0/+10 |
Summary: Tool parses input IR file, and runs the delta debugging algorithm to reduce the functions inside the input file. Reviewers: alexshap, chandlerc Subscribers: mgorny, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D63672 > llvm-svn: 368071 llvm-svn: 368358 |