summaryrefslogtreecommitdiff
path: root/mlir/test/CAPI/execution_engine.c
AgeCommit message (Expand)Author
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
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-04-24[MLIR][OpenMP] Make omp.wsloop into a loop wrapper (1/5) (#89209)Sergio Afonso
2023-06-05Activate OpenMP translation in MLIR execution engine CAPI.Rafael Ubal Tena
2023-03-01[mlir][CAPI] Allow running pass manager on any operationrkayaith
2023-02-11Reland "[mlir][func] Use the generated pass options in func to llvm."Tobias Gysi
2023-02-11Revert "[mlir][func] Use the generated pass options in func to llvm."Tobias Gysi
2023-02-11[mlir][func] Use the generated pass options in func to llvm.Tobias Gysi
2022-12-12[mlir] Fix -Wstrict-prototypes warningTom Eccles
2022-10-20[mlir] Fix and test python bindings for dump_to_object_fileDenys Shabalin
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-09-27[MLIR] Migrate Arithmetic -> LLVM conversion pass to the auto-generated const...Michele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-18[mlir][test] Require JIT support in JIT testsRainer Orth
2022-07-16[mlir] Overhaul C/Python registration APIs to properly scope registration/loa...Stella Laurenzo
2022-05-23[mlir] Use 'native' instead of 'llvm_has_native_target' in the mlir testsStella Stamenova
2022-04-20[mlir][NFC] Update remaining textual references of un-namespaced `func` opera...River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2022-01-14Mark some MLIR tests as requiring the native target to be configuredMehdi Amini
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-06-12[MLIR] Execution engine python binding support for shared librariesUday Bondhugula
2021-05-16[MLIR][PYTHON] Provide opt level for ExecutionEngine Python bindingUday Bondhugula
2021-03-03Add C bindings for mlir::ExecutionEngineMehdi Amini