summaryrefslogtreecommitdiff
path: root/mlir/test/CAPI
AgeCommit message (Expand)Author
2025-09-26[mlir] Add splitDebugFilename field in DIComplileUnitAttr. (#160704)Abid Qadeer
2025-08-17[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai
2025-08-13Revert "[MLIR] Split ExecutionEngine Initialization out of ctor into an expli...Mehdi Amini
2025-08-13[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai
2025-08-04[MLIR] Add test to check that we don't reinit after running pass again (#151963)Will Froom
2025-06-23[mlir][python] bind block predecessors and successors (#145116)Maksim Levental
2025-04-16[mlir][SMT] add python bindings (#135674)Maksim Levental
2025-04-14[mlir][SMT] C APIs (#135501)Maksim Levental
2025-03-31Fix printing of `mlirUniformQuantizedSubChannelTypeGetNumBlockSizes` in 32-b...Sandeep Dasgupta
2025-03-23Sub-channel quantized type implementation (#120172)Sandeep Dasgupta
2025-01-31[mlir][llvmir][reland] expose Type(To/From)LLVMIRTranslator C API (#125110)Maksim Levental
2025-01-30Revert "[mlir][llvmir] expose Type(To/From)LLVMIRTranslator C API (#124864)"Maksim Levental
2025-01-30[mlir][llvmir] expose Type(To/From)LLVMIRTranslator C API (#124864)Maksim Levental
2025-01-22[mlir] Add C and Python interface for file range (#123276)Jacques Pienaar
2025-01-19[mlir][irdl] Introduce names in IRDL value lists (#123525)Théo Degioanni
2024-12-10Revert "[MLIR][Arith] Add denormal attribute to binary/unary operations (#112...lorenzo chelini
2024-11-26[MLIR][Arith] Add denormal attribute to binary/unary operations (#112700)lorenzo chelini
2024-11-19[MLIR] Add SystemZ arg extensions for some tests (#116314)Jonas Paulsson
2024-10-15[MLIR][OpenMP] Remove terminators from loop wrappers (#112229)Sergio Afonso
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-07-18[mlir] Fix unused-variable warning w/o assertions. (#99489)Johannes Reifferscheid
2024-07-16[mlir] Add RewriterBase to the C API (#98962)Fehr Mathieu
2024-07-08[mlir] Exclude CAPI test targets from default build target (#96545)Tom Stellard
2024-06-20[mlir] Expose skipRegions option for Op printing in the C and Python bindings...Jonas Rickert
2024-06-07[MLIR] Translate DIStringType. (#94480)Abid Qadeer
2024-05-28[mlir] Add missing fields in DICompositeTypeAttr. (#93226)Abid Qadeer
2024-05-25[mlir] Revise IDE folder structure (#89749)Michael Kruse
2024-05-16[MLIR][LLVM] add dwarfAddressSpace to DIDerivedType (#92043)William G Hatch
2024-05-13[mlir] Fix warning due to non ISO standard __FUNCTION__ usage (#91851)Kai Sasaki
2024-05-11[MLIR] Add IRDL dialect loading to C API (#91852)Théo Degioanni
2024-04-24[mlir][sparse] Enable explicit and implicit value in sparse encoding (#88975)Yinying Li
2024-04-24[MLIR][OpenMP] Make omp.wsloop into a loop wrapper (1/5) (#89209)Sergio Afonso
2024-04-17[mlir][python] Add `walk` method to PyOperationBase (#87962)Hideto Ueno
2024-04-14[mlir] Add lib to tests for shared build (#88574)Jacques Pienaar
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-26[mlir][sparse] Introduce batch level format. (#83082)Peiming Liu
2024-02-23[mlir][NFC] Fix format specifier warning on WindowsMarkus Böck
2024-02-21[mlir] fix memory leakAlex Zinenko
2024-02-21[mlir] expose transform interpreter to Python (#82365)Oleksandr "Alex" Zinenko
2024-02-14[mlir][python] expose LLVMStructType API (#81672)Oleksandr "Alex" Zinenko
2024-02-08[mlir][sparse] Implement parsing n out of m (#79935)Yinying Li
2024-02-06[mlir][test] Fix -Wformat in sparse_tensor.c (NFC)Jie Fu