aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI
AgeCommit message (Expand)AuthorFilesLines
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-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-08-02[MLIR] Add f8E3M4 IEEE 754 type (#101230)Alexander Pivovarov1-0/+12
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-07-22[MLIR] Add f8E4M3 IEEE 754 type (#97118)Alexander Pivovarov1-0/+12
2024-07-16[mlir] Add RewriterBase to the C API (#98962)Fehr Mathieu1-0/+243
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-24[mlir][gpu] Add py binding for AsyncTokenType (#96466)Guray Ozen1-0/+12
2024-06-20[mlir] Expose skipRegions option for Op printing in the C and Python bindings...Jonas Rickert1-0/+3
2024-06-11[mlir] Add PDL C & Python usage (#94714)Jacques Pienaar2-0/+86
2024-06-07[MLIR] Translate DIStringType. (#94480)Abid Qadeer1-0/+12
2024-06-05[mlir][python]Python Bindings for select edit operations on Block arguments (...Sandeep Dasgupta1-0/+4
2024-05-28[mlir] Add missing fields in DICompositeTypeAttr. (#93226)Abid Qadeer1-2/+8
2024-05-24[mlir] expose -debug-only equivalent to C and Python (#93175)Oleksandr "Alex" Zinenko1-0/+18
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
2024-04-19Switch member calls to `isa/dyn_cast/cast/...` to free function calls. (#89356)Christian Sigg2-5/+5
2024-04-18[mlir][python] add binding to `#gpu.object` (#88992)Maksim Levental1-2/+57
2024-04-17[mlir][py] Add NVGPU's `TensorMapDescriptorType` in py bindings (#88855)Guray Ozen1-0/+18
2024-04-17[mlir] expose transform dialect symbol merge to python (#87690)Oleksandr "Alex" Zinenko1-0/+9
2024-04-17[mlir][python] Add `walk` method to PyOperationBase (#87962)Hideto Ueno1-2/+19
2024-04-09[MLIR][LLVM] Add DebugNameTableKind to DICompileUnit (#87974)Billy Zhu1-2/+4
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko1-1/+1
2024-03-20[MLIR][LLVM] Add extraData field to the DIDerivedType attribute (#85935)Christian Ulmann1-10/+9
2024-03-15[MLIR][LLVM] Support Recursive DITypes (#80251)Billy Zhu1-8/+8
2024-03-07[MLIR] Add llvm (debug) attributes to CAPI (#83992)Edgar2-0/+211
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-1/+1
2024-03-02Split the llvm::ThreadPool into an abstract base class and an implementation ...Mehdi Amini1-0/+1
2024-02-21[mlir] expose transform interpreter to Python (#82365)Oleksandr "Alex" Zinenko2-0/+83
2024-02-15Reapply "[mlir][sparse] remove LevelType enum, construct LevelType from Level...Peiming Liu1-5/+5
2024-02-15Revert "[mlir][sparse] remove LevelType enum, construct LevelType from LevelF...Mehdi Amini1-5/+5
2024-02-15[mlir][sparse] remove LevelType enum, construct LevelType from LevelF… (#81...Peiming Liu1-5/+5
2024-02-14[mlir][python] expose LLVMStructType API (#81672)Oleksandr "Alex" Zinenko1-1/+67
2024-02-14[MLIR][Python] Added a base class to all builtin floating point types (#81720)Sergei Lebedev1-0/+8
2024-02-13[mlir][sparse][pybind][CAPI] remove LevelType enum from CAPI, constru… (#81...Peiming Liu1-30/+31
2024-02-09[mlir][sparse] Add more tests and verification for n:m (#81186)Yinying Li1-0/+18
2024-02-08[mlir][sparse] Implement parsing n out of m (#79935)Yinying Li1-19/+30
2024-01-30[mlir][python] enable memref.subview (#79393)Maksim Levental1-0/+16
2024-01-03[mlir] fix Operation::getDiscardableAttrs in absence of properties (#76816)Oleksandr "Alex" Zinenko1-2/+4