llvm-capstone/mlir/lib/Bindings/Python
Adrian Kuegel ea2e83af55 [mlir][Python] Apply ClangTidy findings.
move constructors should be marked noexcept
2023-12-11 09:43:08 +00:00
..
AsyncPasses.cpp [MLIR] Apply clang-tidy fixes for misc-include-cleaner (NFC) 2023-11-12 20:35:46 -08:00
DialectLinalg.cpp
DialectPDL.cpp [MLIR] Apply clang-tidy fixes for misc-include-cleaner (NFC) 2023-11-12 20:35:46 -08:00
DialectQuant.cpp [MLIR] Apply clang-tidy fixes for misc-include-cleaner (NFC) 2023-11-12 20:35:46 -08:00
DialectSparseTensor.cpp [mlir][sparse] rename DimLevelType to LevelType (#73561) 2023-11-27 14:27:52 -08:00
DialectTransform.cpp [MLIR] Apply clang-tidy fixes for misc-include-cleaner (NFC) 2023-11-12 20:35:46 -08:00
ExecutionEngineModule.cpp [mlir][Python] Apply ClangTidy findings. 2023-12-11 09:43:08 +00:00
Globals.h [mlir][python] value casting (#69644) 2023-11-07 10:49:41 -06:00
GPUPasses.cpp [MLIR] Apply clang-tidy fixes for misc-include-cleaner (NFC) 2023-11-12 20:35:46 -08:00
IRAffine.cpp [MLIR] Apply clang-tidy fixes for misc-include-cleaner (NFC) 2023-11-12 20:35:46 -08:00
IRAttributes.cpp Apply clang-tidy fixes for performance-unnecessary-value-param in IRAttributes.cpp (NFC) 2023-11-18 15:38:21 -08:00
IRCore.cpp [mlir][python] add type wrappers (#71218) 2023-11-27 15:58:00 -06:00
IRInterfaces.cpp [mlir][Python] Apply ClangTidy findings. 2023-12-11 09:43:08 +00:00
IRModule.cpp [mlir][python] remove eager loading of dialect module (for type and value casting) (#72338) 2023-11-20 19:54:55 -06:00
IRModule.h [mlir][Python] Apply ClangTidy findings. 2023-12-11 09:43:08 +00:00
IRTypes.cpp [mlir][python] add type wrappers (#71218) 2023-11-27 15:58:00 -06:00
LinalgPasses.cpp
MainModule.cpp [mlir][python] value casting (#69644) 2023-11-07 10:49:41 -06:00
Pass.cpp [mlir][Python] Apply ClangTidy findings. 2023-12-11 09:43:08 +00:00
Pass.h
PybindUtils.h [mlir][python] value casting (#69644) 2023-11-07 10:49:41 -06:00
RegisterEverything.cpp [mlir][python] Register LLVM translations in the RegisterEverything for python (#70428) 2023-10-30 14:46:21 -07:00
SparseTensorPasses.cpp