Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python compat - has_key vs. in operator | Serge Guelton | 2019-01-03 | 1 | -10/+10 |
| | | | | | | | | Use portable `in` operator instead of `has_key(...)` method. Differential Revision: https://reviews.llvm.org/D56260 llvm-svn: 350314 | ||||
* | Python compat - print statement | Serge Guelton | 2019-01-03 | 1 | -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 Wendling | 2012-04-20 | 1 | -1/+1 |
| | | | | llvm-svn: 155230 | ||||
* | Resurrect the 'find regressions for the TEST=nightly tests' script. | Bill Wendling | 2011-10-23 | 1 | -0/+130 |
llvm-svn: 142763 |