summaryrefslogtreecommitdiffstats
path: root/mlir/tools/mlir-tblgen/OpDocGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Emit empty lines after headers when generating op docsLei Zhang2019-11-051-7/+7
* Add "[TOC]" to generated documentationMLIR Team2019-10-291-0/+3
* Add DialectType and generate docs for dialect typesJacques Pienaar2019-10-071-8/+25
* Enable emitting dialect summary & description during op generationJacques Pienaar2019-10-051-14/+39
* Allow attaching descriptions to OpInterfaces and InterfaceMethods.River Riddle2019-09-241-2/+3
* NFC: Simplify named attribute in TableGen generatorsSmit Hinsu2019-04-181-1/+1
* Change Value to NamedTypeConstraint and use TypeConstraint.Jacques Pienaar2019-03-291-2/+2
* [tablegen] Use tblgen:: classes for NamedAttribute and Operand fieldsLei Zhang2019-03-291-5/+4
* [doc] Use table to list all attributesLei Zhang2019-03-291-2/+7
* [doc] Generate more readable description for attributesLei Zhang2019-03-291-6/+2
* [doc] Generate more readable description for operandsLei Zhang2019-03-291-4/+3
* Include op results in generate TensorFlow/TFLite op docsLei Zhang2019-03-291-10/+25
* Prefix Operator getter methods with "get" to be consistentLei Zhang2019-03-291-1/+1
* Fixing op description white space during doc emission.Jacques Pienaar2019-03-291-2/+42
* Start doc generation pass.Jacques Pienaar2019-03-291-0/+92
OpenPOWER on IntegriCloud