summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp
AgeCommit message (Expand)Author
2025-08-14[ORC] Add cloneExternalModuleToContext API.Lang Hames
2025-07-03[ORC] Add cloneToContext: Clone Module to a given ThreadSafeContext (#146852)Lang Hames
2025-07-03[ORC] Fix file header comment formatting. NFC.Lang Hames
2025-07-03[ORC] Replace ThreadSafeContext::getContext with withContextDo. (#146819)Lang Hames
2020-08-13[ORC] cloneToNewContext() can work with a const-ref to ThreadSafeModuleStefan Gränitz
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-02[ORC] Change the locking scheme for ThreadSafeModule.Lang Hames
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-29[ORC] Add partitioning support to CompileOnDemandLayer2.Lang Hames
2018-09-28[ORC] clang-format the ThreadSafeModule code.Lang Hames
2018-09-26[ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrentLang Hames