aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/schedcover.py
AgeCommit message (Collapse)AuthorFilesLines
2015-10-12[MISched] Python script to check coverage of misched infoJames Molloy1-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