summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/IR/AffineExpr.cpp
AgeCommit message (Expand)Author
2025-04-01[mlir] Expose `simplifyAffineExpr` through python api (#133926)Ivan Butygin
2025-03-16[mlir] Expose `AffineExpr.shift_dims/shift_symbols` through C and Python bind...Ivan Butygin
2023-11-14[mlir][affine][nfc] cleanup deprecated T.cast style functions (#71269)long.chen
2021-11-03[mlir][python] improve usability of Python affine construct bindingsAlex Zinenko
2021-01-11[mlir] Add Python bindings for AffineExprAlex Zinenko
2020-11-29[mlir][CAPI] Convert the rest of the API int -> bool.Stella Laurenzo
2020-11-04Switch from C-style comments `/* ... */` to C++ style `//` (NFC)Mehdi Amini
2020-11-04Switch the CallbackOstream wrapper in the MLIR C API to an Unbuffered streamMehdi Amini
2020-10-23[mlir] Expose affine expression to C APIzhanghb97