summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/Dialect/LLVM.cpp
AgeCommit message (Expand)Author
2025-01-07[MLIR][CAPI] export LLVMFunctionType param getter and setters (#121888)William Moses
2024-12-15MLIR-C: Add accessor for LLVM array type (#119998)William Moses
2024-10-07[mlir][debuginfo] Add support for subprogram annotations (#110946)Walter Erquinigo
2024-09-02Reapply "[MLIR][LLVM] Make DISubprogramAttr cyclic" (#106571) with fixes (#10...Tobias Gysi
2024-08-31Revert "[MLIR][LLVM] Make DISubprogramAttr cyclic" (#106827)Tobias Gysi
2024-08-31[MLIR][LLVM] Make DISubprogramAttr cyclic (#106571)Tobias Gysi
2024-08-27[mlir][debug] Handle DIImportedEntity. (#103055)Abid Qadeer
2024-07-23[MLIR][DebugInfo] Enable the use of DILocalVariable DIFlags (#100190)Walter Erquinigo
2024-06-07[MLIR] Translate DIStringType. (#94480)Abid Qadeer
2024-05-28[mlir] Add missing fields in DICompositeTypeAttr. (#93226)Abid Qadeer
2024-05-16[MLIR][LLVM] add dwarfAddressSpace to DIDerivedType (#92043)William G Hatch
2024-04-24[mlir][python] extend LLVM bindings (#89797)Maksim Levental
2024-04-19Switch member calls to `isa/dyn_cast/cast/...` to free function calls. (#89356)Christian Sigg
2024-04-09[MLIR][LLVM] Add DebugNameTableKind to DICompileUnit (#87974)Billy Zhu
2024-03-20[MLIR][LLVM] Add extraData field to the DIDerivedType attribute (#85935)Christian Ulmann
2024-03-15[MLIR][LLVM] Support Recursive DITypes (#80251)Billy Zhu
2024-03-07[MLIR] Add llvm (debug) attributes to CAPI (#83992)Edgar
2024-02-14[mlir][python] expose LLVMStructType API (#81672)Oleksandr "Alex" Zinenko
2023-10-30[MLIR][LLVM] Change CAPI pointer factory to create opaque pointers (#70572)Christian Ulmann
2021-07-13Add more types to the LLVM dialect C APIAdam Paszke
2021-07-02Add C API files for the LLVM dialectAdam Paszke