summaryrefslogtreecommitdiffstats
path: root/llvm/utils/schedcover.py
Commit message (Collapse)AuthorAgeFilesLines
* [MISched] Python script to check coverage of misched infoJames Molloy2015-10-121-0/+77
This script prints a CSV of all misched models of a target when given the output of the debug output of subtarget using: llvm-tblgen --gen-subtarget --debug-only=subtarget-emitter ... With thanks to Dave Estes for mentioning the idea at the 2014 LLVM Developers' Meeting. Patch by Christof Douma! llvm-svn: 250020
OpenPOWER on IntegriCloud