summaryrefslogtreecommitdiffstats
path: root/llvm/utils/release/findRegressions-simple.py
Commit message (Collapse)AuthorAgeFilesLines
* Python compat - has_key vs. in operatorSerge Guelton2019-01-031-8/+8
| | | | | | | | 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-19/+21
| | | | | | | | | 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
* Rename the script to indicate that this is for the TEST=simple tests.Bill Wendling2011-10-231-0/+158
llvm-svn: 142764
OpenPOWER on IntegriCloud