aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/IRCompileLayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-02[ORC] Change the locking scheme for ThreadSafeModule.Lang Hames1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-16[ORC] Make the VModuleKey optional, propagate it via MaterializationUnit andLang Hames1-4/+4
2018-10-15[ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames1-3/+3
2018-09-26[ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrentLang Hames1-5/+5
2018-05-23[LKH] Add a new IRCompileLayer.Lang Hames1-0/+44