summaryrefslogtreecommitdiffstats
path: root/llvm/utils/abtest.py
Commit message (Collapse)AuthorAgeFilesLines
* utils/abtest: Refactor and add bisection methodMatthias Braun2018-09-071-125/+278
| | | | | | | | | | | - Refactor/rewrite most of the code. Also make sure it passes pycodestyle/pyflakes now - Add a new mode that performs bisection on the search space. This should be faster in the common case where there is only a small number of files or functions actually leading to failure. The previous sequential behavior can still be accessed via `--seq`. llvm-svn: 341679
* AsmPrinter: mark the beginning and the end of a function in verbose modeFrancis Visoiu Mistrih2017-05-231-0/+232
llvm-svn: 303690
OpenPOWER on IntegriCloud