aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/Dialect
AgeCommit message (Expand)AuthorFilesLines
8 days[MLIR][LLVM] Add flags field to the DIDerivedType attribute (#177889)Keyi Zhang1-5/+7
2026-01-07[mlir][CAPI] fix linker again after #82190 (#174876)Maksim Levental1-0/+1
2026-01-07[mlir][CAPI][transform] fix linker after #82190 (#174866)Maksim Levental1-0/+2
2026-01-07[MLIR] Add missing dialects to C API (#82190)Sergio Sánchez Ramírez43-40/+1128
2026-01-07[MLIR][Python] Forward the name of MLIR attrs to Python side (#174756)Twice5-0/+102
2026-01-07[MLIR][Python] Forward the name of MLIR types to Python side (#174700)Twice9-0/+132
2026-01-05[mlir][Python] use canonical Python `isinstance` instead of `Type.isinstance`...Maksim Levental2-0/+40
2025-12-24[MLIR] quick fix errors introduced in #173228 (#173474)Sergio Sánchez Ramírez1-3/+6
2025-12-24[MLIR] add C-API bindings for complex dialect (#173228)Sergio Sánchez Ramírez2-0/+52
2025-12-16[mlir][amdgpu] Add Python bindings for TDM types (#172309)Tim Gymnich1-0/+53
2025-12-09[MLIR][IRDL] Add C API for IRDL Variadicity attributes. (#171076)Mike Urbach1-0/+27
2025-11-24[MLIR][Python] add GetTypeID for llvm.struct_type and llvm.ptr and enable dow...Maksim Levental1-0/+8
2025-11-15[mlir] Adopt cast function objects. NFC. (#168228)Jakub Kuderski1-8/+7
2025-11-12[mlir][linalg][python] Add Python Bindings for Inferring Contraction Dimensio...Bangtian Liu1-3/+35
2025-09-26[mlir] Add splitDebugFilename field in DIComplileUnitAttr. (#160704)Abid Qadeer1-8/+7
2025-09-14[MLIR] Apply clang-tidy fixes for performance-unnecessary-copy-initialization...Mehdi Amini1-2/+2
2025-09-03[MLIR][LLVM][Flang] Move the element param of DICompositeType to the end (#15...Christian Ulmann1-3/+3
2025-06-26[MLIR][Linalg] Harden parsing Linalg named ops (#145337)Mehdi Amini1-1/+1
2025-04-17[MLIR][CAPI][python] expose the python binding for linalgOp.getIndexingMaps (...Bangtian Liu1-0/+10
2025-04-16[mlir][SMT] add python bindings (#135674)Maksim Levental1-24/+28
2025-04-14[mlir][SMT] C APIs (#135501)Maksim Levental2-0/+132
2025-04-10[mlir][CAPI][python] expose the python bindings for linalg::isaConvolutionOpI...Bangtian Liu1-1/+46
2025-04-09[mlir][CAPI][python] expose the python bindings for linalg::isaContractionOpI...Bangtian Liu1-0/+34
2025-03-23Sub-channel quantized type implementation (#120172)Sandeep Dasgupta1-0/+56
2025-02-13[mlir][index] Add CAPI (#127039)Martin Erhart2-0/+22
2025-02-06[mlir] feat: add `mlirFuncSetResultAttr` (#125972)Avik Pal1-0/+6
2025-01-31[mlir][llvmir][reland] expose Type(To/From)LLVMIRTranslator C API (#125110)Maksim Levental1-0/+4
2025-01-30Revert "[mlir][llvmir] expose Type(To/From)LLVMIRTranslator C API (#124864)"Maksim Levental1-4/+0
2025-01-30[mlir][llvmir] expose Type(To/From)LLVMIRTranslator C API (#124864)Maksim Levental1-0/+4
2025-01-14[mlir][emitc] Expose emitc dialect types (#119645)Eliud de León1-0/+176
2025-01-07[MLIR][CAPI] export LLVMFunctionType param getter and setters (#121888)William Moses1-0/+10
2024-12-15MLIR-C: Add accessor for LLVM array type (#119998)William Moses1-0/+4
2024-12-11[mlir][emitc] Add support for C-API/python binding to EmitC dialect (#119476)Eliud de León2-0/+22
2024-10-07[mlir][debuginfo] Add support for subprogram annotations (#110946)Walter Erquinigo1-1/+15
2024-10-02[MLIR][sparse] Add `soa` property to `sparse_tensor` Python bindings (#109135)Mateusz Sokół1-1/+3
2024-09-26[mlir] Improvements to the 'quant' dialect (#100667)Rafael Ubal1-3/+3
2024-09-02Reapply "[MLIR][LLVM] Make DISubprogramAttr cyclic" (#106571) with fixes (#10...Tobias Gysi1-14/+25
2024-08-31Revert "[MLIR][LLVM] Make DISubprogramAttr cyclic" (#106827)Tobias Gysi1-25/+14
2024-08-31[MLIR][LLVM] Make DISubprogramAttr cyclic (#106571)Tobias Gysi1-14/+25
2024-08-27[mlir][gpu] Add metadata attributes for storing kernel metadata in GPU object...Fabian Mora1-3/+34
2024-08-27[mlir][debug] Handle DIImportedEntity. (#103055)Abid Qadeer1-2/+21
2024-07-30[mlir] Apply ClangTidy performance finding.Adrian Kuegel1-0/+1
2024-07-23[MLIR][DebugInfo] Enable the use of DILocalVariable DIFlags (#100190)Walter Erquinigo1-6/+5
2024-06-24[mlir][gpu] Add py binding for AsyncTokenType (#96466)Guray Ozen1-0/+12
2024-06-07[MLIR] Translate DIStringType. (#94480)Abid Qadeer1-0/+12
2024-05-28[mlir] Add missing fields in DICompositeTypeAttr. (#93226)Abid Qadeer1-2/+8
2024-05-16[MLIR][LLVM] add dwarfAddressSpace to DIDerivedType (#92043)William G Hatch1-6/+8
2024-05-11[MLIR] Add IRDL dialect loading to C API (#91852)Théo Degioanni2-0/+27
2024-04-24[mlir][sparse] Enable explicit and implicit value in sparse encoding (#88975)Yinying Li1-8/+18
2024-04-24[mlir][python] extend LLVM bindings (#89797)Maksim Levental1-0/+8