llvm-project/mlir/docs
River Riddle 5fee925beb [mlir][Pass] Update the documentation for the declarative pass specification
The pass tablegen backend now generates base classes instead of utilities, so this revision updates the documentation to reflect that.
2020-04-07 14:21:32 -07:00
..
Dialects [mlir] NFC: Fix trivial typo 2020-04-05 11:30:30 +09:00
Tutorials/Toy [mlir][Pass] Remove the use of CRTP from the Pass classes 2020-04-07 14:08:52 -07:00
includes/img Adjust some MLIR paths and docs 2019-12-24 02:23:01 +00:00
CMakeLists.txt Remove CMake configuration for Sphinx targets in MLIR 2020-03-12 01:28:38 +00:00
Canonicalization.md [mlir] Update the documentation on Canonicalization 2020-04-05 12:12:25 -07:00
ConversionToLLVMDialect.md [mlir][LLVM] Finer-grained control for C interface emission 2020-04-02 13:07:10 -04:00
CreatingADialect.md [mlir] NFC: fix trivial typo in documents 2020-03-30 00:34:23 +09:00
DeclarativeRewrites.md [mlir][DRR] Add location directive 2020-04-07 13:38:25 -07:00
DefiningAttributesAndTypes.md [mlir] Fix typo in docs/DefiningAttributesAndTypes.md 2020-04-06 19:38:34 +02:00
Diagnostics.md [mlir] NFC: fix trivial typo in documents 2020-03-30 00:34:23 +09:00
DialectConversion.md [mlir][NFC] Replace all usages of PatternMatchResult with LogicalResult 2020-03-17 20:21:32 -07:00
EDSC.md [mlir][EDSC] Almost NFC - Refactor and untangle EDSC dependencies 2020-02-10 12:10:41 -05:00
GenericDAGRewriter.md Adjust some MLIR paths and docs 2019-12-24 02:23:01 +00:00
Interfaces.md [mlir][NFC] Cleanup AffineOps directory structure 2020-03-20 14:23:43 -07:00
LangRef.md [mlir] NFC: Fix trivial typo 2020-04-05 11:30:30 +09:00
MLIRForGraphAlgorithms.md Adjust some MLIR paths and docs 2019-12-24 02:23:01 +00:00
OpDefinitions.md [mlir][ODS] Add support for variadic regions. 2020-04-05 01:03:38 -07:00
Passes.md Remove FxpMathOps dialect and Quantizer tool. 2020-04-07 13:22:39 -07:00
Quantization.md Remove FxpMathOps dialect and Quantizer tool. 2020-04-07 13:22:39 -07:00
QuickstartRewrites.md [mlir][NFC] Replace all usages of PatternMatchResult with LogicalResult 2020-03-17 20:21:32 -07:00
README.txt [mlir] Add short readme.txt to docs directory 2020-02-18 08:35:22 -08:00
Rationale.md Allow IndexType inside tensors. 2020-03-26 10:52:48 -07:00
RationaleLinalgDialect.md [mlir] NFC: Fix trivial typo 2020-04-05 11:30:30 +09:00
RationaleSimplifiedPolyhedralForm.md [mlir] Make code blocks more consistent 2019-12-31 09:54:16 -08:00
ShapeInference.md [mlir][NFC] Move the operation interfaces out of Analysis/ and into a new Interfaces/ directory. 2020-03-10 12:45:45 -07:00
SymbolsAndSymbolTables.md [mlir] Address post commit feedback of D73590 for SymbolsAndSymbolTables.md 2020-02-16 21:07:20 -08:00
Traits.md [mlir][SideEffects] Replace HasNoSideEffect with the memory effect interfaces. 2020-03-12 14:26:15 -07:00
UsageOfConst.md Adjust some MLIR paths and docs 2019-12-24 02:23:01 +00:00
WritingAPass.md [mlir][Pass] Update the documentation for the declarative pass specification 2020-04-07 14:21:32 -07:00
doxygen-mainpage.dox [mlir] Bootstrap doxygen config 2020-01-25 09:31:59 -08:00
doxygen.cfg.in [mlir] NFC: Fix trivial typo 2020-04-05 11:30:30 +09:00

README.txt

MLIR documentation
==================

Please note mlir.llvm.org is where MLIR's rendered documentation is displayed.
The viewing experience on GitHub or elsewhere may not match those of the
website. For any changes please verify instead that they work on the main
website first.

See https://github.com/llvm/mlir-www for the website generation information.