summaryrefslogtreecommitdiffstats
path: root/llvm/utils/release/findRegressions-nightly.py
Commit message (Collapse)AuthorAgeFilesLines
* Python compat - has_key vs. in operatorSerge Guelton2019-01-031-10/+10
| | | | | | | | Use portable `in` operator instead of `has_key(...)` method. Differential Revision: https://reviews.llvm.org/D56260 llvm-svn: 350314
* Python compat - print statementSerge Guelton2019-01-031-18/+20
| | | | | | | | | Make sure all print statements are compatible with Python 2 and Python3 using the `from __future__ import print_function` statement. Differential Revision: https://reviews.llvm.org/D56249 llvm-svn: 350307
* Modify the sh-bang to run out-of-the-box for FreeBSDes.Bill Wendling2012-04-201-1/+1
| | | | llvm-svn: 155230
* Resurrect the 'find regressions for the TEST=nightly tests' script.Bill Wendling2011-10-231-0/+130
llvm-svn: 142763
OpenPOWER on IntegriCloud