aboutsummaryrefslogtreecommitdiff
path: root/mlir/include/mlir-c
AgeCommit message (Expand)AuthorFilesLines
2026-02-12[MLIR][Python] Impl XOpInterface(s) from Python, with X=Transform and X=Memor...Rolf Morel3-2/+189
2026-02-12[MLIR][Python] Remove partial LLVM APIs in python bindings (6/6) (#180986)RattataKing1-0/+4
2026-02-10[MLIR][Python] Refine trait support in MLIR Python (#180550)Twice1-2/+6
2026-02-09[MLIR][Python] Support dynamic traits in python-defined dialects (#179705)Twice1-0/+76
2026-02-05[MLIR][Python] Add llvm raw fd ostream c api (#179770)RattataKing1-0/+32
2026-01-31[MLIR][Python] Support dialect conversion in python bindings (#177782)Twice1-0/+151
2026-01-27[MLIR][LLVM] Add flags field to the DIDerivedType attribute (#177889)Keyi Zhang1-1/+2
2026-01-24[mlir][python] Support Arbitrary Precision Integers in MLIR C API and Python ...Ryan Kim1-0/+26
2026-01-10[MLIR][Python] Add `attr_name` for `FloatAttr` (#175306)Twice1-0/+2
2026-01-07[MLIR] Add missing dialects to C API (#82190)Sergio Sánchez Ramírez34-0/+523
2026-01-07[MLIR][Python] Forward the name of MLIR attrs to Python side (#174756)Twice6-0/+80
2026-01-07[MLIR][Python] Forward the name of MLIR types to Python side (#174700)Twice10-0/+127
2026-01-05[mlir][Python] use canonical Python `isinstance` instead of `Type.isinstance`...Maksim Levental2-0/+20
2026-01-05[mlir][Python] create MLIRPythonSupport (#171775)Maksim Levental1-0/+2
2026-01-02[mlir][c] Enable creating and setting greedy rewrite confing. (#162429)Jacques Pienaar1-1/+97
2025-12-26[MLIR][Python] Add support of the walk pattern rewrite driver (#173562)Twice1-0/+6
2025-12-24[MLIR] add C-API bindings for complex dialect (#173228)Sergio Sánchez Ramírez1-0/+51
2025-12-16[mlir][amdgpu] Add Python bindings for TDM types (#172309)Tim Gymnich1-0/+33
2025-12-11[python] Expose replaceUsesOfWith C API (#171892)Hongzheng Chen1-0/+4
2025-12-09[MLIR][IRDL] Add C API for IRDL Variadicity attributes. (#171076)Mike Urbach1-0/+14
2025-12-07[MLIR][ExecutionEngine] Enable PIC option (#170995)Tianqi Chen1-1/+4
2025-11-24[MLIR][Python] add GetTypeID for llvm.struct_type and llvm.ptr and enable dow...Maksim Levental1-0/+4
2025-11-21[mlir][py][c] Enable setting block arg locations. (#169033)Jacques Pienaar1-0/+4
2025-11-12[mlir][linalg][python] Add Python Bindings for Inferring Contraction Dimensio...Bangtian Liu1-0/+5
2025-10-20[MLIR][Python] expose translate_module_to_llvmir (#163881)Maksim Levental1-0/+3
2025-10-17[MLIR] Fix typo of the word "pattern" in CAPI and docs (#163780)Shenghang Tsai1-1/+1
2025-10-11[MLIR][Python] Support Python-defined rewrite patterns (#162699)Twice1-2/+52
2025-10-09[MLIR][Python] Expose `PassManager::enableStatistics` to CAPI and Python (#16...Twice1-0/+12
2025-10-05[MLIR][Python] Expose the insertion point of pattern rewriter (#161001)Twice1-0/+14
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-1/+2
2025-09-25[MLIR][Python] Add bindings for PDL constraint function registering (#160520)Twice1-0/+14
2025-09-24[MLIR][Python] Add bindings for PDL native rewrite function registering (#159...Twice1-0/+52
2025-09-08[MLIR][Python] Add a python function to apply patterns with MlirOperation (#1...Twice1-0/+4
2025-09-02[MLIR][Python] fix operation hashing (#156514)Maksim Levental1-0/+6
2025-09-01[MLIR][Python] remove `liveOperations` (#155114)Maksim Levental1-0/+3
2025-08-17[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai1-0/+7
2025-08-13Revert "[MLIR] Split ExecutionEngine Initialization out of ctor into an expli...Mehdi Amini1-7/+0
2025-08-13[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai1-0/+7
2025-07-23[mlir][python,CAPI] expose Op::isBeforeInBlock (#150271)Maksim Levental1-0/+7
2025-07-16[mlir] Add Python bindings to enable default passmanager timing (#149087)Martin Erhart1-0/+4
2025-07-07[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)Jakub Kuderski1-4/+15
2025-06-23[mlir][python] bind block predecessors and successors (#145116)Maksim Levental1-0/+18
2025-04-17[MLIR][CAPI][python] expose the python binding for linalgOp.getIndexingMaps (...Bangtian Liu1-0/+3
2025-04-16[mlir][SMT] add python bindings (#135674)Maksim Levental2-37/+42
2025-04-14[mlir][SMT] C APIs (#135501)Maksim Levental2-0/+142
2025-04-11[MLIR][CAPI] add C API typedef to fix downstream C API usage (#135380)Bangtian Liu1-4/+4
2025-04-10[mlir][CAPI][python] expose the python bindings for linalg::isaConvolutionOpI...Bangtian Liu1-1/+17
2025-04-09[mlir][CAPI][python] expose the python bindings for linalg::isaContractionOpI...Bangtian Liu1-0/+12
2025-04-01[mlir] Expose `simplifyAffineExpr` through python api (#133926)Ivan Butygin1-0/+10