aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/IR
AgeCommit message (Expand)AuthorFilesLines
11 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][Python] Forward the name of MLIR attrs to Python side (#174756)Twice1-0/+40
2026-01-07[MLIR][Python] Forward the name of MLIR types to Python side (#174700)Twice1-0/+84
2026-01-01[MLIR][CAPI] Fix duplicate output from mlirOperationPrintWithState (#174047)Friedrich Schöller1-1/+2
2025-12-11[python] Expose replaceUsesOfWith C API (#171892)Hongzheng Chen1-0/+5
2025-11-21[mlir][py][c] Enable setting block arg locations. (#169033)Jacques Pienaar1-0/+5
2025-11-15[mlir] Use llvm::copy (NFC) (#168213)Kazu Hirata1-1/+1
2025-10-09[MLIR][Python] Expose `PassManager::enableStatistics` to CAPI and Python (#16...Twice1-0/+15
2025-10-01[MLIR][Python] expose Operation::setLoc (#161594)Maksim Levental1-0/+4
2025-09-08[MLIR][Python] Support Python-defined passes in MLIR (#156000)Twice1-2/+6
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-07-23[mlir][python,CAPI] expose Op::isBeforeInBlock (#150271)Maksim Levental1-0/+4
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-0/+13
2025-06-23[mlir][python] bind block predecessors and successors (#145116)Maksim Levental1-0/+20
2025-04-01[mlir] Expose `simplifyAffineExpr` through python api (#133926)Ivan Butygin1-0/+5
2025-03-16[mlir] Expose `AffineExpr.shift_dims/shift_symbols` through C and Python bind...Ivan Butygin1-0/+12
2025-03-10[MLIR][py] Add PyThreadPool as wrapper around MlirLlvmThreadPool in MLIR pyth...vfdev1-0/+8
2025-03-10[mlir][CAPI][python] bind CallSiteLoc, FileLineColRange, FusedLoc, NameLoc (#...Maksim Levental1-6/+108
2025-03-04[mlir][py] Plumb OpPrintingFlags::printNameLocAsPrefix() through the C/Python...Jacques Pienaar1-0/+4
2025-02-12[mlir] Python: Parse ModuleOp from file path (#126572)Nikhil Kalra1-0/+10
2025-02-10Revert "[mlir] Python: Parse ModuleOp from file path" (#126482)Mehdi Amini1-10/+0
2025-02-05[mlir] Python: Parse ModuleOp from file path (#125736)Nikhil Kalra1-0/+10
2025-01-29Reapply "[mlir][python] allow DenseIntElementsAttr for index type (#118947)" ...Matthias Gehre1-0/+3
2025-01-28Revert "[mlir][python] allow DenseIntElementsAttr for index type (#118947)"Matthias Gehre1-3/+0
2025-01-28[mlir][python] allow DenseIntElementsAttr for index type (#118947)Matthias Gehre1-0/+3
2025-01-22[mlir] Add C and Python interface for file range (#123276)Jacques Pienaar1-0/+9
2025-01-21[mlir][IR][NFC] Move free-standing functions to `MemRefType` (#123465)Matthias Springer1-1/+1
2025-01-20[mlir][IR] Remove `isF...()` type API for low-precision FP types (#123326)Matthias Springer1-16/+26
2025-01-16[mlir][IR] Remove factory methods from `FloatType` (#123026)Matthias Springer1-16/+16
2024-12-05[MLIR][Python] enhance python ir printing with pringing flags (#117836)Yuanqiang Liu1-2/+4
2024-11-23[MLIR][Python] Add the `--mlir-print-ir-tree-dir` to the C and Python API (#1...Mehdi Amini1-5/+13
2024-11-19[mlir,python] Expose replaceAllUsesExcept to Python bindings (#115850)Perry Gibson1-0/+15
2024-10-18eliminating g++ warnings (#105520)Frank Schlimbach1-0/+1
2024-10-04[MLIR] Add f8E8M0FNU type (#111028)Sergey Kozub1-0/+12
2024-09-24[MLIR] Add f4E2M1FN type (#108877)Sergey Kozub1-0/+12
2024-09-18[MLIR] [Python] align python ir printing with mlir-print-ir-after-all (#107522)Bimo1-2/+15
2024-09-16[MLIR] Add f6E2M3FN type (#107999)Sergey Kozub1-0/+12
2024-09-11[MLIR][Python] Python binding support for IntegerSet attribute (#107640)Amy Wang1-0/+9
2024-09-10[MLIR] Add f6E3M2FN type (#105573)Sergey Kozub1-0/+12
2024-08-02[MLIR] Add f8E3M4 IEEE 754 type (#101230)Alexander Pivovarov1-0/+12
2024-07-22[MLIR] Add f8E4M3 IEEE 754 type (#97118)Alexander Pivovarov1-0/+12
2024-07-08[mlir][c-api] expose elideLargeResourceString (#98050)Brendan Hansknecht1-0/+5
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra1-1/+0
2024-06-20[mlir] Expose skipRegions option for Op printing in the C and Python bindings...Jonas Rickert1-0/+3
2024-06-05[mlir][python]Python Bindings for select edit operations on Block arguments (...Sandeep Dasgupta1-0/+4