Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/abtest: Refactor and add bisection method | Matthias Braun | 2018-09-07 | 1 | -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 mode | Francis Visoiu Mistrih | 2017-05-23 | 1 | -0/+232 |
llvm-svn: 303690 |