summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/InstrDocsEmitter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Docs] Add tablegen backend for target opcode documentationOliver Stannard2017-11-141-0/+232
This is a tablegen backend to generate documentation for the opcodes that exist for each target. For each opcode, it lists the assembly string, the names and types of all operands, and the flags and predicates that apply to the opcode. Differential revision: https://reviews.llvm.org/D31025 llvm-svn: 318155
OpenPOWER on IntegriCloud