summaryrefslogtreecommitdiffstats
path: root/llvm/utils/Target/ARM/analyze-match-table.py
Commit message (Collapse)AuthorAgeFilesLines
* Python compat - print statementSerge Guelton2019-01-031-4/+6
| | | | | | | | | 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
* McARM: Write a silly Python script to compute some hard coded info from theDaniel Dunbar2011-01-111-0/+61
generated ARM match table, which is substantially more efficient than dealing with tblgen. llvm-svn: 123252
OpenPOWER on IntegriCloud