summaryrefslogtreecommitdiffstats
path: root/llvm/utils/DSAclean.py
Commit message (Collapse)AuthorAgeFilesLines
* Python compat - print statementSerge Guelton2019-01-031-1/+4
| | | | | | | | | 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
* Updated to be less restrictive on what is matchedPatrick Meredith2005-10-131-1/+3
| | | | llvm-svn: 23712
* This script is used to remove nodes with the label %tmp(.#)* and allPatrick Meredith2005-10-131-0/+30
edges associated with said node from the dot files produced by DSA. llvm-svn: 23708
OpenPOWER on IntegriCloud