aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/CAPI
AgeCommit message (Expand)AuthorFilesLines
2020-09-29[mlir] Expose Dialect class and registration/loading to C APIAlex Zinenko2-0/+46
2020-09-28Add FunctionType to MLIR C and Python bindings.Stella Laurenzo1-3/+23
2020-09-23[mlir] Add insert before/after to list-like constructs in C APIAlex Zinenko1-0/+78
2020-09-17[mlir] turn clang-format back on in C API testAlex Zinenko1-0/+1
2020-09-17[mlir] expose affine map to C APIzhanghb971-0/+132
2020-09-16[mlir] Model StringRef in C APIAlex Zinenko1-14/+20
2020-08-19[mlir] expose standard attributes to C APIAlex Zinenko1-1/+241
2020-08-19Separate the Registration from Loading dialects in the ContextMehdi Amini1-1/+1
2020-08-19Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-1/+1
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini1-1/+1
2020-08-18Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-1/+0
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini1-0/+1
2020-08-18[mlir] expose standard types to C APIAlex Zinenko1-0/+165
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-1/+0
2020-08-15Separate the Registration from Loading dialects in the ContextMehdi Amini1-0/+1
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-1/+0
2020-08-14Separate the Registration from Loading dialects in the ContextMehdi Amini1-0/+1
2020-08-12[mlir] Expose printing functions in C APIAlex Zinenko1-5/+59
2020-08-05[mlir] Initial version of C APIsAlex Zinenko3-0/+262