summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI
AgeCommit message (Expand)Author
2025-11-21[mlir][py][c] Enable setting block arg locations. (#169033)Jacques Pienaar
2025-11-15[mlir] Adopt cast function objects. NFC. (#168228)Jakub Kuderski
2025-11-15[mlir] Use llvm::copy (NFC) (#168213)Kazu Hirata
2025-11-12[mlir][linalg][python] Add Python Bindings for Inferring Contraction Dimensio...Bangtian Liu
2025-10-20[MLIR][Python] expose translate_module_to_llvmir (#163881)Maksim Levental
2025-10-17[MLIR] Fix typo of the word "pattern" in CAPI and docs (#163780)Shenghang Tsai
2025-10-11[MLIR][NFC] Clean up rewrite CAPI implementation and Python bindings (#162974)Twice
2025-10-11[MLIR][Python] Support Python-defined rewrite patterns (#162699)Twice
2025-10-09[MLIR][Python] Expose `PassManager::enableStatistics` to CAPI and Python (#16...Twice
2025-10-05[MLIR][Python] Expose the insertion point of pattern rewriter (#161001)Twice
2025-10-03[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in Rewrite.cpp (NFC)Mehdi Amini
2025-10-01[MLIR][Python] expose Operation::setLoc (#161594)Maksim Levental
2025-09-26[mlir] Add splitDebugFilename field in DIComplileUnitAttr. (#160704)Abid Qadeer
2025-09-25[MLIR][Python] Add bindings for PDL constraint function registering (#160520)Twice
2025-09-24[MLIR][Python] Add bindings for PDL native rewrite function registering (#159...Twice
2025-09-14[MLIR] Apply clang-tidy fixes for performance-unnecessary-copy-initialization...Mehdi Amini
2025-09-08[MLIR][Python] Support Python-defined passes in MLIR (#156000)Twice
2025-09-08[MLIR][Python] Add a python function to apply patterns with MlirOperation (#1...Twice
2025-09-03[MLIR][LLVM][Flang] Move the element param of DICompositeType to the end (#15...Christian Ulmann
2025-09-02[MLIR][Python] fix operation hashing (#156514)Maksim Levental
2025-09-01[MLIR][Python] remove `liveOperations` (#155114)Maksim Levental
2025-08-27[MLIR] Remove unused C API mlirUnrankedTensorTypeGetElementType (NFC)Mehdi Amini
2025-08-27[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in BuiltinTypes.c...Mehdi Amini
2025-08-17[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai
2025-08-13Revert "[MLIR] Split ExecutionEngine Initialization out of ctor into an expli...Mehdi Amini
2025-08-13[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai
2025-07-29[mlir] Reland `Move InitAll*** implementation into static library` (#151150)Ivan Butygin
2025-07-29Revert "[mlir][core] Move `InitAll***` implementation into static library." (...Mehdi Amini
2025-07-29[mlir][core] Move `InitAll***` implementation into static library. (#150805)Ivan Butygin
2025-07-23[mlir][python,CAPI] expose Op::isBeforeInBlock (#150271)Maksim Levental
2025-07-16[mlir] Add Python bindings to enable default passmanager timing (#149087)Martin Erhart
2025-07-07[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)Jakub Kuderski
2025-06-26[MLIR][Linalg] Harden parsing Linalg named ops (#145337)Mehdi Amini
2025-06-23[mlir][python] bind block predecessors and successors (#145116)Maksim Levental
2025-04-17[MLIR][CAPI][python] expose the python binding for linalgOp.getIndexingMaps (...Bangtian Liu
2025-04-16[mlir][SMT] add python bindings (#135674)Maksim Levental
2025-04-14[mlir][SMT] C APIs (#135501)Maksim Levental
2025-04-10[mlir][CAPI][python] expose the python bindings for linalg::isaConvolutionOpI...Bangtian Liu
2025-04-09[mlir][CAPI][python] expose the python bindings for linalg::isaContractionOpI...Bangtian Liu
2025-04-01[mlir] Expose `simplifyAffineExpr` through python api (#133926)Ivan Butygin
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang
2025-03-23Sub-channel quantized type implementation (#120172)Sandeep Dasgupta
2025-03-16[mlir] Expose `AffineExpr.shift_dims/shift_symbols` through C and Python bind...Ivan Butygin
2025-03-10[MLIR][py] Add PyThreadPool as wrapper around MlirLlvmThreadPool in MLIR pyth...vfdev
2025-03-10[mlir][CAPI][python] bind CallSiteLoc, FileLineColRange, FusedLoc, NameLoc (#...Maksim Levental
2025-03-04[mlir][py] Plumb OpPrintingFlags::printNameLocAsPrefix() through the C/Python...Jacques Pienaar
2025-02-15[MLIR] Fix mlirExecutionEngineLookup throwing assert on lookup fail (#123924)Edgar
2025-02-13[mlir][index] Add CAPI (#127039)Martin Erhart
2025-02-12[mlir] Python: Parse ModuleOp from file path (#126572)Nikhil Kalra
2025-02-10Revert "[mlir] Python: Parse ModuleOp from file path" (#126482)Mehdi Amini