aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI
AgeCommit message (Expand)AuthorFilesLines
4 days[MLIR][Python] Support dialect conversion in python bindings (#177782)Twice1-0/+208
8 days[MLIR][LLVM] Add flags field to the DIDerivedType attribute (#177889)Keyi Zhang1-5/+7
10 days[MLIR] Fix GCC's `-Wreturn-type` warnings (#177654)foxtran1-0/+2
10 days[mlir][python] Support Arbitrary Precision Integers in MLIR C API and Python ...Ryan Kim1-0/+23
2026-01-10[MLIR][Python] Add `attr_name` for `FloatAttr` (#175306)Twice1-0/+2
2026-01-07[mlir][CAPI] fix linker again after #82190 (#174876)Maksim Levental1-0/+1
2026-01-07[mlir][CAPI][transform] fix linker after #82190 (#174866)Maksim Levental1-0/+2
2026-01-07[MLIR] Add missing dialects to C API (#82190)Sergio Sánchez Ramírez43-40/+1128
2026-01-07[MLIR][Python] Forward the name of MLIR attrs to Python side (#174756)Twice6-0/+142
2026-01-07[MLIR][Python] Forward the name of MLIR types to Python side (#174700)Twice10-0/+216
2026-01-05[mlir][Python] use canonical Python `isinstance` instead of `Type.isinstance`...Maksim Levental2-0/+40
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin1-1/+1
2026-01-02[mlir][c] Enable creating and setting greedy rewrite confing. (#162429)Jacques Pienaar1-4/+141
2026-01-01[MLIR][CAPI] Fix duplicate output from mlirOperationPrintWithState (#174047)Friedrich Schöller1-1/+2
2025-12-26[MLIR][Python] Add support of the walk pattern rewrite driver (#173562)Twice1-0/+6
2025-12-24[MLIR] quick fix errors introduced in #173228 (#173474)Sergio Sánchez Ramírez1-3/+6
2025-12-24[MLIR] add C-API bindings for complex dialect (#173228)Sergio Sánchez Ramírez2-0/+52
2025-12-16[mlir][amdgpu] Add Python bindings for TDM types (#172309)Tim Gymnich1-0/+53
2025-12-14[mlir][ExecutionEngine] Remove stderr printing when propagating errors (#171997)Shenghang Tsai1-4/+0
2025-12-11[python] Expose replaceUsesOfWith C API (#171892)Hongzheng Chen1-0/+5
2025-12-09[MLIR][IRDL] Add C API for IRDL Variadicity attributes. (#171076)Mike Urbach1-0/+27
2025-12-07[MLIR][ExecutionEngine] Enable PIC option (#170995)Tianqi Chen1-2/+5
2025-12-04[mlir][ExecutionEngine] propagate errors in mlirExecutionEngineCreate (#170592)Maksim Levental1-2/+6
2025-11-24[MLIR][Python] add GetTypeID for llvm.struct_type and llvm.ptr and enable dow...Maksim Levental1-0/+8
2025-11-21[mlir][py][c] Enable setting block arg locations. (#169033)Jacques Pienaar1-0/+5
2025-11-15[mlir] Adopt cast function objects. NFC. (#168228)Jakub Kuderski1-8/+7
2025-11-15[mlir] Use llvm::copy (NFC) (#168213)Kazu Hirata1-1/+1
2025-11-12[mlir][linalg][python] Add Python Bindings for Inferring Contraction Dimensio...Bangtian Liu1-3/+35
2025-10-20[MLIR][Python] expose translate_module_to_llvmir (#163881)Maksim Levental1-0/+9
2025-10-17[MLIR] Fix typo of the word "pattern" in CAPI and docs (#163780)Shenghang Tsai1-1/+1
2025-10-11[MLIR][NFC] Clean up rewrite CAPI implementation and Python bindings (#162974)Twice1-45/+0
2025-10-11[MLIR][Python] Support Python-defined rewrite patterns (#162699)Twice1-15/+78
2025-10-09[MLIR][Python] Expose `PassManager::enableStatistics` to CAPI and Python (#16...Twice1-0/+15
2025-10-05[MLIR][Python] Expose the insertion point of pattern rewriter (#161001)Twice1-0/+15
2025-10-03[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in Rewrite.cpp (NFC)Mehdi Amini1-6/+7
2025-10-01[MLIR][Python] expose Operation::setLoc (#161594)Maksim Levental1-0/+4
2025-09-26[mlir] Add splitDebugFilename field in DIComplileUnitAttr. (#160704)Abid Qadeer1-8/+7
2025-09-25[MLIR][Python] Add bindings for PDL constraint function registering (#160520)Twice1-5/+25
2025-09-24[MLIR][Python] Add bindings for PDL native rewrite function registering (#159...Twice1-0/+84
2025-09-14[MLIR] Apply clang-tidy fixes for performance-unnecessary-copy-initialization...Mehdi Amini1-2/+2
2025-09-08[MLIR][Python] Support Python-defined passes in MLIR (#156000)Twice1-2/+6
2025-09-08[MLIR][Python] Add a python function to apply patterns with MlirOperation (#1...Twice1-0/+7
2025-09-03[MLIR][LLVM][Flang] Move the element param of DICompositeType to the end (#15...Christian Ulmann1-3/+3
2025-09-02[MLIR][Python] fix operation hashing (#156514)Maksim Levental1-0/+8
2025-09-01[MLIR][Python] remove `liveOperations` (#155114)Maksim Levental1-0/+4
2025-08-27[MLIR] Remove unused C API mlirUnrankedTensorTypeGetElementType (NFC)Mehdi Amini1-4/+0
2025-08-27[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in BuiltinTypes.c...Mehdi Amini1-1/+1
2025-08-17[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai1-3/+6
2025-08-13Revert "[MLIR] Split ExecutionEngine Initialization out of ctor into an expli...Mehdi Amini1-6/+3
2025-08-13[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai1-3/+6