llvm-capstone/mlir
2020-01-28 15:48:04 -05:00
..
cmake/modules [mlir] Revert MSVC specific part of whole_archive_link 2020-01-25 09:56:04 -08:00
docs [mlir][Linalg][doc] Add Design Document for the Linalg Dialect 2020-01-28 15:48:04 -05:00
examples [mlir] Replace toy::DeadFunctionEliminationPass with symbolDCEPass. 2020-01-27 23:48:06 -08:00
include [mlir] Optimize OpResult use case for single result operations. 2020-01-28 11:20:54 -08:00
lib [mlir] Add primitive transform pattern to rewrite linalg.fill into vector.broadcast form. 2020-01-28 11:21:56 -08:00
test [mlir] Add primitive transform pattern to rewrite linalg.fill into vector.broadcast form. 2020-01-28 11:21:56 -08:00
tools Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
unittests Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
utils [mlir][spirv] Support implied extensions and capabilities 2020-01-17 08:01:57 -05:00
.clang-format
.clang-tidy Add a clang-tidy configuration file for MLIR, it is using camelBack for naming at the moment 2019-12-26 21:42:01 +00:00
CMakeLists.txt [mlir] Bootstrap doxygen config 2020-01-25 09:31:59 -08: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

Multi-Level Intermediate Representation

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