llvm-project/mlir
River Riddle c51e4c4f01 [mlir][IR] Use tablegen for the BuiltinDialect and operations
This has been a long standing TODO, and cleans up a bit of IR/. This will also make it easier to move FuncOp out of IR/ at some point in the future. For now, Module.h and Function.h just forward BuiltinDialect.h. These files will be removed in a followup.

Differential Revision: https://reviews.llvm.org/D91571
2020-11-17 00:53:40 -08:00
..
cmake/modules [mlir][Python] Add Windows DLL loader to get python extensions working there. 2020-11-11 09:54:47 -08:00
docs [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
examples [MLIR] Add setPublic(), setPrivate(), and setNested() to Symbol interface 2020-11-09 13:56:38 -08:00
include [mlir][IR] Use tablegen for the BuiltinDialect and operations 2020-11-17 00:53:40 -08:00
integration_test [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
lib [mlir][IR] Use tablegen for the BuiltinDialect and operations 2020-11-17 00:53:40 -08:00
test Fix python bindings tests after change in visibility requirement for symbol declarations 2020-11-17 04:09:35 +00:00
tools [mlir] Add DecomposeCallGraphTypes pass. 2020-11-16 12:25:35 -08:00
unittests [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
utils [mlir] Fix TypeID lookup in GDB pretty printers. 2020-10-27 07:12:32 +01:00
.clang-format
.clang-tidy Fix MLIR clang-tidy: when tweaking it does not inherit from the parent 2020-03-07 17:44:21 +00:00
CMakeLists.txt [mlir] Refactor finding python 2020-11-10 21:21:40 +01:00
LICENSE.TXT Add the Apache2 with LLVM exceptions license to MLIR 2019-12-24 00:58:06 -08:00
README.md mlir README.md: Fix the syntax 2019-12-24 13:31:07 +01:00

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.