summaryrefslogtreecommitdiffstats
path: root/llvm/utils/bisect-skip-count
Commit message (Collapse)AuthorAgeFilesLines
* [utils] Fix incompatibility of bisect[-skip-count] with Python 3Mikhail Maltsev2019-10-041-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-countDavid Greene2018-10-221-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 argumentsDaniel Berlin2017-03-041-1/+1
| | | | llvm-svn: 296961
* This script was meant to be committed with the DebugCounter changes.Daniel Berlin2017-02-281-0/+75
llvm-svn: 296425
OpenPOWER on IntegriCloud