Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pythran compat - range vs. xrange | Serge Guelton | 2019-01-03 | 1 | -2/+2 |
| | | | | | | | | | Use range instead of xrange whenever possible. The extra list creation in Python2 is generally not a performance bottleneck. Differential Revision: https://reviews.llvm.org/D56253 llvm-svn: 350309 | ||||
* | Python compat - print statement | Serge Guelton | 2019-01-03 | 1 | -12/+14 |
| | | | | | | | | | 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 | ||||
* | Add ladder graph utility | Daniel Berlin | 2015-04-14 | 1 | -0/+43 |
llvm-svn: 234917 |