llvm-project/mlir/docs
Marius Brehler 2f0750dd2e [mlir] Add Cpp emitter
This upstreams the Cpp emitter, initially presented with [1], from [2]
to MLIR core. Together with the previously upstreamed EmitC dialect [3],
the target allows to translate MLIR to C/C++.

[1] https://reviews.llvm.org/D76571
[2] https://github.com/iml130/mlir-emitc
[3] https://reviews.llvm.org/D103969

Co-authored-by: Jacques Pienaar <jpienaar@google.com>
Co-authored-by: Simon Camphausen <simon.camphausen@iml.fraunhofer.de>
Co-authored-by: Oliver Scherf <oliver.scherf@iml.fraunhofer.de>

Reviewed By: jpienaar

Differential Revision: https://reviews.llvm.org/D104632
2021-09-02 13:51:05 +00:00
..
Bindings Re-engineer MLIR python build support. 2021-07-27 15:54:58 +00:00
Dialects [mlir] Add Cpp emitter 2021-09-02 13:51:05 +00:00
Rationale [mlir][linalg] fixed typo 2021-08-11 11:59:15 -07:00
Tools [vscode-mlir] Update package.json in preparation for publishing 2021-07-30 23:53:50 +00:00
Tutorials [mlir][docs] A friendlier improvement for the Toy tutorial chapter 4. 2021-08-25 00:44:51 +00:00
includes/img [mlir][mlir-lsp-server] Add some initial documentation on the MLIR LSP server 2021-04-21 14:44:37 -07:00
BufferDeallocationInternals.md Revert "Revert "[mlir] Introduce CloneOp and adapt test cases in BufferDeallocation."" 2021-03-31 09:49:09 +02:00
Bufferization.md [mlir][doc] Fix links and references in top level docs directory 2021-05-24 18:43:00 +02:00
CAPI.md [mlir] NFC: fix trivial typos 2021-01-07 02:36:02 +09:00
CMakeLists.txt Remove CMake configuration for Sphinx targets in MLIR 2020-03-12 01:28:38 +00:00
Canonicalization.md [mlir][doc] Fix links and references in top level docs directory 2021-05-24 18:43:00 +02:00
ConversionToLLVMDialect.md [mlir][doc] Fix links and references in top level docs directory 2021-05-24 18:43:00 +02:00
DataLayout.md [mlir][doc] Fix links and references in top level docs directory 2021-05-24 18:43:00 +02:00
DebugActions.md [mlir][doc] Fix links and references in top level docs directory 2021-05-24 18:43:00 +02:00
DeclarativeRewrites.md [mlir-tblgen] Support binding multi-results of NativeCodeCall 2021-07-21 11:23:22 +08:00
Diagnostics.md [MLIR][NFC] Get DiagnosticEngine as a reference in doc 2021-08-04 19:00:18 +00:00
DialectConversion.md [mlir] Remove the default isDynamicallyLegal hook 2021-07-29 11:00:57 +02:00
Interfaces.md [mlir] Fix attachInterface typo 2021-08-24 15:17:52 -07:00
LLVMDialectMemRefConvention.md [mlir][doc] Fix links and references in top level docs directory 2021-05-24 18:43:00 +02:00
LangRef.md [mlir][doc] Fix links and references in top level docs directory 2021-05-24 18:43:00 +02:00
OpDefinitions.md [mlir] Add support for VariadicOfVariadic operands 2021-08-23 20:32:31 +00:00
PassManagement.md [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
Passes.md [mlir][docs] Add memref and sparse_tensor to Passes.md 2021-05-21 15:23:39 -07:00
PatternRewriter.md [mlir] Add support for filtering patterns based on debug names and labels 2021-06-02 12:05:25 -07:00
Quantization.md Fix invalid math formulas in quantization doc 2021-06-01 03:50:59 +00:00
README.txt [mlir] Add short readme.txt to docs directory 2020-02-18 08:35:22 -08:00
SPIRVToLLVMDialectConversion.md [mlir][spirv] Use SingleBlock + NoTerminator for spv.module 2021-06-09 14:00:06 -04:00
ShapeInference.md [Branch-Rename] Fix some links 2021-02-01 16:43:21 +05:30
SymbolsAndSymbolTables.md [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
Traits.md [mlir][doc] Fix links and references in top level docs directory 2021-05-24 18:43:00 +02: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-29 14:47:56 +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.