Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [utils] Fix incompatibility of bisect[-skip-count] with Python 3 | Mikhail Maltsev | 2019-10-04 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | Summary: This change replaces the print statements with print function calls and also replaces the '/' operator (which is integer division in Py2, but becomes floating point division in Py3) with the '//' operator which has the same semantics in Py2 and Py3. Reviewers: greened, michaelplatings, gottesmm Reviewed By: greened Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D68138 llvm-svn: 373759 | ||||
* | Document bisect-skip-count | David Greene | 2018-10-22 | 1 | -0/+19 |
| | | | | | | | | Provide an example of how to use bisect-skip count to find bugs. Differential revision: https://reviews.llvm.org/D52314 llvm-svn: 344903 | ||||
* | Fix bug in bisect-skip-count not using passed-in arguments | Daniel Berlin | 2017-03-04 | 1 | -1/+1 |
| | | | | llvm-svn: 296961 | ||||
* | This script was meant to be committed with the DebugCounter changes. | Daniel Berlin | 2017-02-28 | 1 | -0/+75 |
llvm-svn: 296425 |