summaryrefslogtreecommitdiff
path: root/mlir/lib/ExecutionEngine/JitRunner.cpp
AgeCommit message (Expand)Author
2025-09-29[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in JitRunner.cpp ...Mehdi Amini
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-05-15[mlir-runner] Check entry function does not expect arguments (#136825)Longsheng Mou
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
2023-07-04[mlir-cpu-runner] Check entry function is voidCullen Rhodes
2023-06-16[mlir] Move symbol loading from mlir-cpu-runner to ExecutionEngine.Ingo Müller
2023-05-29[MLIR] NFC. JitRunner - use range-based forUday Bondhugula
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-03-31[mlir-cpu-runner] Add support for `-mattr` and `-march` flagsAndrzej Warzynski
2023-03-27[mlir] Update JitRunner, ExecutionEngine after LLVM commit 8b1771bd9f3.Lang Hames
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2022-12-11[mlir:Bytecode] Add shared_ptr<SourceMgr> overloads to allow safe mmap of dataRiver Riddle
2022-11-13[MLIR] Move JitRunner Options to header, pass to mlirTransformerRenato Golin
2022-10-27[mlir] Fix typo s/utilties/utilities/ (including in file name)Emilio Cota
2022-10-20[mlir] Fix and test python bindings for dump_to_object_fileDenys Shabalin
2022-10-03[mlir-cpu-runner] Support parsing operations other than 'builtin.module' as t...rkayaith
2022-09-12Apply clang-tidy fixes for readability-identifier-naming in JitRunner.cpp (NFC)Mehdi Amini
2022-08-18[mlir][test] Require JIT support in JIT testsRainer Orth
2022-07-30Convert for_each to range-based for loops (NFC)Kazu Hirata
2022-06-20[mlir] Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-04-19Apply clang-tidy fixes for performance-unnecessary-value-param in JitRunner.c...Mehdi Amini
2022-04-12Guard copy of std::function to llvm::function_ref (fix crash)Mehdi Amini
2022-04-12Use std::function instead of function_ref in MLIR JitRunnerMehdi Amini
2022-04-11Reland [mlir] Remove uses of LLVM's legacy pass managerArthur Eubanks
2022-04-11Revert "[mlir] Remove uses of LLVM's legacy pass manager"Arthur Eubanks
2022-04-11[mlir] Remove uses of LLVM's legacy pass managerArthur Eubanks
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle
2022-03-10[mlir] ExecutionEngine: default enableObjectCache to falseEmilio Cota
2022-03-07[mlir][NFC] Move Parser.h to Parser/River Riddle
2022-03-07[MLIR] Change call sites from deprecated `parseSourceFile()` to `parseSourceF...Christian Sigg
2022-02-23[mlir][NFC] Use options struct in ExecutionEngine::createEmilio Cota
2022-01-30Replace OwningModuleRef with OwningOpRef<ModuleOp>Sanjoy Das
2022-01-26[mlir][NFC] Add a using for llvm::SMLoc/llvm::SMRange to LLVM.hRiver Riddle
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-11-22Rename MlirExecutionEngine lookup to lookupPackedTres Popp
2021-02-19[mlir] Load dynamic libraries in JitRunner from absolute paths so that GDB ca...Christian Sigg
2021-02-11[mlir] Make JitRunnerMain main take a DialectRegistryAlex Zinenko
2021-02-10[mlir] avoid exposing mutable DialectRegistry from MLIRContextAlex Zinenko
2021-01-08[mlir:JitRunner] Use custom shared library init/destroy functions if availableEugene Zhulenev
2021-01-08[mlir] replace LLVM dialect float types with built-insAlex Zinenko
2021-01-08Revert "[mlir:JitRunner] Use custom shared library init/destroy functions if ...Eugene Zhulenev
2021-01-08[mlir:JitRunner] Use custom shared library init/destroy functions if availableEugene Zhulenev
2021-01-07[mlir] replace LLVMIntegerType with built-in integer typeAlex Zinenko
2020-12-22[mlir] Remove instance methods from LLVMTypeAlex Zinenko
2020-12-03[mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.hRiver Riddle