llvm-capstone/mlir
River Riddle cbdf2ef8a4 [mlir-lsp] Guard writing output to JSONTransport with mutex
This allows for users of the lsp transport libraries to process replies
in parallel, without overlapping/clobbering the output.

Differential Revision: https://reviews.llvm.org/D156295
2023-07-27 18:27:55 -07:00
..
benchmark/python [NFC][Py Reformat] Reformat python files in mlir subdir 2023-05-26 08:05:40 +02:00
cmake/modules [mlir][python] Add install target for MLIR Python sources. 2023-07-18 11:05:39 -07:00
docs [mlir][Transform] Add transform.any_param type 2023-07-27 14:10:29 -04:00
examples Add more numbers about MLIR binary sizes with the example binaries (NFC) 2023-07-26 16:13:14 -07:00
include [mlir-lsp] Guard writing output to JSONTransport with mutex 2023-07-27 18:27:55 -07:00
lib [mlir-lsp] Guard writing output to JSONTransport with mutex 2023-07-27 18:27:55 -07:00
python [mlir] delete yapf config files, NFC 2023-07-27 12:27:29 +00:00
test [mlir][Transform] Add transform.any_param type 2023-07-27 14:10:29 -04:00
tools [mlir] Fix assembly format parser generator after 9ea6b30ac2. 2023-07-25 17:39:03 +02:00
unittests [mlir] somewhat decompose TestDialect.cpp 2023-07-27 11:36:24 +00:00
utils New features and bug fix in MLIR test generation tool 2023-07-07 18:15:11 +00:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir] Don't make the ROCm conversions depend on the execution engine 2023-07-13 20:40:08 +00:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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