llvm-project/mlir/lib
Mehdi Amini f54914081f Fix mlir-reduce to explicitly register dialects and disable the global dialect registry by default
Clients who rely on the Context loading dialects from the global
registry can call `mlir::enableGlobalDialectRegistry(true);` before
creating an MLIRContext

Differential Revision: https://reviews.llvm.org/D86897
2020-08-31 22:54:58 +00:00
..
Analysis Improve doc comments for several methods returning bools 2020-08-30 13:33:05 +05:30
Bindings Add Location, Region and Block to MLIR Python bindings. 2020-08-28 15:26:05 -07:00
CAPI Add Location, Region and Block to MLIR Python bindings. 2020-08-28 15:26:05 -07:00
Conversion [OpenMP][MLIR] Conversion pattern for OpenMP to LLVM 2020-08-27 19:32:15 +01:00
Dialect [mlir][PDL] Move the formats for PatternOp and RewriteOp to the declarative form. 2020-08-31 13:26:24 -07:00
EDSC Remove MLIREDSCInterface library which isn't used anywhere (NFC) 2020-08-18 19:04:30 +00:00
ExecutionEngine Preserve the error message when MemoryBuffer creation fails 2020-08-21 18:03:25 +00:00
IR Fix mlir-reduce to explicitly register dialects and disable the global dialect registry by default 2020-08-31 22:54:58 +00:00
Interfaces [mlir][Vector] NFC - Improve VectorInterfaces 2020-07-20 08:24:22 -04:00
Parser [mlir][OpFormatGen] Add initial support for regions in the custom op assembly format 2020-08-31 13:26:24 -07:00
Pass Rename AnalysisManager::slice in AnalysisManager::nest (NFC) 2020-08-28 20:41:07 +00:00
Reducer Create Reduction Tree Pass 2020-08-07 23:17:31 +00:00
Support Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
TableGen Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
Target Fix build failures caused by f4257c5832 2020-08-28 14:56:01 +01:00
Transforms Improve doc comments for several methods returning bools 2020-08-30 13:33:05 +05:30
Translation Add a `dialect_registration` callback for "translations" registered with mlir-translate 2020-08-23 01:00:39 +00:00
CMakeLists.txt Initial boiler-plate for python bindings. 2020-07-09 12:03:58 -07:00