aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-13[ORC] cloneToNewContext() can work with a const-ref to ThreadSafeModuleStefan Gränitz1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-02[ORC] Change the locking scheme for ThreadSafeModule.Lang Hames1-29/+29
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-29[ORC] Add partitioning support to CompileOnDemandLayer2.Lang Hames1-2/+2
2018-09-28[ORC] clang-format the ThreadSafeModule code.Lang Hames1-4/+4
2018-09-26[ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrentLang Hames1-0/+65