summaryrefslogtreecommitdiff
path: root/mlir/lib/ExecutionEngine/ExecutionEngine.cpp
AgeCommit message (Expand)Author
2025-10-27[MLIR][ExecutionEngine] don't dump decls (#164478)Maksim Levental
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-06-06Pass memory buffer to RuntimeDyld::MemoryManager factory (#142930)Karlo Basioli
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-03-06Re-apply "[ORC] Remove the Triple argument from LLJITBuilder::..." with fixes.Lang Hames
2024-09-16[mlir] Tidy uses of llvm::raw_stream_ostream (NFC)JOE1994
2024-01-15Reland [mlir][ExecutionEngine] Add support for global constructors and destru...Fabian Mora
2024-01-15Revert "[mlir][ExecutionEngine] Add support for global constructors and destr...Cullen Rhodes
2024-01-14[mlir][ExecutionEngine] Add support for global constructors and destructors (...Fabian Mora
2023-11-27[mlir,polly] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFCFangrui Song
2023-10-26[mlir] Remove no-op ptr-to-ptr bitcasts (NFC)Youngsuk Kim
2023-09-29[NFC] Replace uses of Type::getPointerToJOE1994
2023-06-26Move SubtargetFeature.h from MC to TargetParserJob Noorman
2023-06-19[mlir][ExecutionEngine] Only load JITDyLibs without init/destroy funcs.Ingo Müller
2023-06-16[mlir] Move symbol loading from mlir-cpu-runner to ExecutionEngine.Ingo Müller
2023-03-31[mlir-cpu-runner] Add support for `-mattr` and `-march` flagsAndrzej Warzynski
2023-03-15[ADT][mlir][NFCI] Do not use non-const lvalue-refs with enumerateJakub Kuderski
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2022-12-04Iterate over StringMaps using structured bindings. NFCI.Benjamin Kramer
2022-11-12Apply clang-tidy fixes for readability-container-size-empty in ExecutionEngin...Mehdi Amini
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-06-20[mlir] Don't use Optional::getValue (NFC)Kazu Hirata
2022-05-05[mlir:ExecutionEngine] Update use of getAddress now that lookup returns Execu...River Riddle
2022-03-10[mlir] ExecutionEngine: default enableObjectCache to falseEmilio Cota
2022-02-23[mlir] Add sectionMemoryMapper to ExecutionEngineOptionsEmilio Cota
2022-02-23[mlir][NFC] Use options struct in ExecutionEngine::createEmilio Cota
2022-01-04[mlir] Add CMake flags to properly enable Jit event listeners.Nicolas Vasilache
2022-01-03[mlir] NFC - Format ExecutionEngine.cppNicolas Vasilache
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2021-11-22Rename MlirExecutionEngine lookup to lookupPackedTres Popp
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-07-17[ExecutionEngine] Fix GEP typeNikita Popov
2021-07-17[OpaquePtr] Remove uses of CreateGEP() without element typeNikita Popov
2021-03-11[mlir] Remove uses of type-less CreateLoad() APIs (NFC)Nikita Popov
2021-02-23[mlir] ExecutionEngine needs special handling for COFF binariesKern Handa
2021-02-16[mlir] Simplify ModuleTranslation for LLVM IRAlex Zinenko
2021-02-06Rework ExecutionEngine::invoke() to make it more friendly to use from C++Mehdi Amini
2020-11-21[llvm][clang][mlir] Add checks for the return values from Target::createXXX t...Ella Ma
2020-11-19[mlir][BuiltinDialect] Resolve comments from D91571River Riddle
2020-11-17[mlir][NFC] Remove references to Module.h and Function.hRiver Riddle
2020-10-26[MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototypeGeorge Mitenkov
2020-08-21Preserve the error message when MemoryBuffer creation failsAden Grue
2020-08-07[mlir] take LLVMContext in MLIR-to-LLVM-IR translationAlex Zinenko
2020-07-07[mlir][NFC] Remove usernames and google bug numbers from TODO comments.River Riddle
2020-05-20[mlir][SystemZ] Fix incompatible datalayout in SystemZHaruki Imai
2020-05-14[MLIR] Add symbol map to mlir ExecutionEngineEugene Zhulenev
2020-05-09[MLIR] Register JIT event listeners with RTDyldObjectLinkingLayerEugene Zhulenev